#help-guide #header{
    border-bottom: 1px solid #e6e6e6;
}

#help-guide #main div.header{
    padding: 40px 60px;
    background-color: #182430;
    color: white;
}
#help-guide #main div.header h1{
    margin-bottom: 10px;
}
#help-guide #main div.header p{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: white;
}
#help-guide #main div.header div.nav span{
    display: inline-block;
    font-size: 12px;
    padding: 6px 12px;
    border: 1px solid white;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 5px;
}
#help-guide #main div.header div.nav span:hover{
    background-color: white;
    color: #182430;
}
#help-guide #main div.header div.nav span.active{
    background-color: #f4cd24;
    border-color: #f4cd24;
    color: #182430;
    cursor: default;
}

#help-guide #main div.guide{
    padding: 0px 60px;
    margin-top: 40px;
}
#help-guide #main div.guide div.title{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid black;
    padding: 15px 0px;
}
#help-guide #main div.guide div.title h2{
    display: inline-flex;
    margin-bottom: 0px;
    align-items: center;
    width: calc(100% - 40px);
}
#help-guide #main div.guide div.title h2 span.text{
    width: calc(100% - 60px);
}
#help-guide #main div.guide div.title h2 span.icon{
    position: relative;
    display: inline-block;
    margin-right: 12px;
    width: 40px;
    height: 30px;
}
#help-guide #main div.guide div.title.open span.handler{
    transition: all 0.25s;
    background-color: #182430;
    border-radius: 100%;
}
#help-guide #main div.guide div.title span.handler img{
    width: 30px;
    border: 1px solid black;
    border-radius: 100%;
    transition: all 0.25s;
}
#help-guide #main div.guide div.title.open span.handler img{
    transform: rotate(45deg);
    filter: invert(1);
    border: none;
}
#help-guide #main div.guide div.information{
    display: none;
    padding-bottom: 20px;
    padding-top: 5px;
}
#help-guide #main div.guide div.block:last-child{
    border-bottom: 1px solid black;
}

#help-guide #main #openings div.title h2 span.icon{
    border: 1px solid #f4cd24;
}
#help-guide #main #openings div.title h2 span.icon:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 33%;
    border-right: 1px solid #f4cd24;
}
#help-guide #main #openings div.title h2 span.icon:after{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 33%;
    border-left: 1px solid #f4cd24;
}

#help-guide #main #ranges div.title h2 span.icon:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 5px;
    height: 100%;
    width: 13.33px;
    border: 1px solid #f4cd24;
}
#help-guide #main #ranges div.title h2 span.icon:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 5px;
    height: 13.33px;
    width: calc(100% - 10px);
    border: 1px solid #f4cd24;
}

#help-guide #main #measurement div.title h2 span.icon{
    height: 13.33px;
    border: 1px solid #f4cd24;
}
#help-guide #main #measurement div.title h2 span.icon:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50%;
    width: 33%;
    border-right: 1px solid #f4cd24;
}
#help-guide #main #measurement div.title h2 span.icon:after{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50%;
    width: 33%;
    border-left: 1px solid #f4cd24;
}

#help-guide #main #color div.title h2 span.icon:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 0px;
    height: 28px;
    width: 28px;
    border: 1px solid #f4cd24;
    border-radius: 100%;
}
#help-guide #main #color div.title h2 span.icon:after{
    content: '';
    position: absolute;
    top: 1px;
    right: 0px;
    height: 28px;
    width: 28px;
    border: 1px solid #f4cd24;
    border-radius: 100%;
}

#help-guide #main #glass div.title h2 span.icon{
    border: 1px solid #f4cd24;
    width: 30px;
    margin-left: 5px;
    margin-right: 17px;
}

/* Tipos de ventanas a la venta */
#help-guide div.what-we-sell{
    margin-top: 50px;
    padding: 0px 60px;
}
#help-guide div.what-we-sell div.types{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#help-guide div.what-we-sell div.types > div{
    width: calc(50% - 10px);
}
#help-guide div.what-we-sell div.types > div > a{
    display: block;
}
#help-guide div.what-we-sell div.types > div > a:hover{
    opacity: 0.7;
}
#help-guide div.what-we-sell div.types > div > a img{
    width: 100%;
}
#help-guide div.what-we-sell div.types > div div.text{
    height: 14vw;
    padding: 2vw;
    background-color: #f4cd24;
    position: relative;
    color: black;
}
#help-guide div.what-we-sell div.types > div:last-child div.text{
    background-color: #182430;
    color: white;
}
#help-guide div.what-we-sell div.types > div div.text h2{
    width: 100%;
    max-width: 350px;
}
#help-guide div.what-we-sell div.types > div div.text h2 a{
    font-size: 22px;
    font-weight: normal;
    line-height: 27px;
    color: black;
}
#help-guide div.what-we-sell div.types > div:last-child div.text p,
#help-guide div.what-we-sell div.types > div:last-child div.text h2 a{
    color: white;
}
#help-guide div.what-we-sell div.types > div div.text p{
    padding-right: 50px;
}
#help-guide div.what-we-sell div.types > div div.text > a{
    position: absolute;
    bottom: 1.5vw;
    right: 2vw;
}

@media(max-width: 1300px){
    #help-guide div.what-we-sell div.types > div div.text{
        height: 18vw;
    }
}

@media(max-width: 1200px){
    #help-guide div.what-we-sell div.types > div div.text{
        height: 20vw;
    }
}

@media(max-width: 1000px){
    #help-guide #main div.header{
        padding: 30px;
    }
    #help-guide #main div.guide{
        padding: 0px 30px;
        margin-top: 30px;
    }

    #help-guide div.what-we-sell{
        margin-top: 40px;
        padding: 0px 30px;
    }
    #help-guide div.what-we-sell div.types > div div.text{
        height: 25vw;
    }
    #help-guide div.what-we-sell div.types > div div.text h2,
    #help-guide div.what-we-sell div.types > div div.text h2 a{
        max-width: 100%;
        font-size: 20px;
        line-height: 24px;
    }
}

@media(max-width: 800px){
    #help-guide div.what-we-sell > p{
        width: 100%;
    }
    #help-guide div.what-we-sell div.types > div{
        width: calc(50% - 5px);
    }
    #help-guide div.what-we-sell div.types > div div.text{
        height: 30vw;
    }
    #help-guide div.what-we-sell div.types > div div.text h2,
    #help-guide div.what-we-sell div.types > div div.text h2 a{
        max-width: 100%;
        font-size: 18px;
        line-height: 22px;
    }
}

@media(max-width: 700px){
    #help-guide div.what-we-sell div.types > div div.text{
        height: 38vw;
    }
}

@media(max-width: 600px){
    #help-guide #main div.header{
        padding: 25px 20px;
    }
    #help-guide #main div.header div.nav span {
        margin-bottom: 10px;
    }
    #help-guide #main div.guide{
        padding: 0px 20px;
        margin-top: 30px;
    }

    #help-guide div.what-we-sell{
        margin-top: 40px;
        padding: 0px 20px;
    }
    #help-guide div.what-we-sell div.types > div{
        width: 100%;
        margin-bottom: 10px;
    }
    #help-guide div.what-we-sell div.types > div:first-child{
        margin-bottom: 20px;
    }
    #help-guide div.what-we-sell div.types > div > a:hover{
        opacity: 1;
    }
    #help-guide div.what-we-sell div.types > div div.text {
        height: 200px;
        padding: 20px;
    }
    #help-guide div.what-we-sell div.types > div div.text > a{
        bottom: 13px;
        right: 15px;
    }
}