#top .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#top .section-btns {
    width: 70.75rem;
}
#top .section-btns .btn-menu {
    padding: 0 4.5rem;
    border: 0.5rem solid;
    border-radius: 0;
    background-image: none;
    background-color: transparent;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.375rem;
    line-height: 9rem;
    text-transform: uppercase;
}
#top .section-btns .btn-menu,
#top .section-btns .btn-menu:active {
    border-color: #666666;
    color: #666666;
}
#top .section-btns .btn-menu.btn-act,
#top .section-btns .btn-menu:focus,
.desktop #top .section-btns .btn-menu:hover {
    border-color: white;
    color: white;
}

#top .section-cont {
    width: 225.25rem;
}
#top h1,
#top h2,
#top .blq .pregunta > a,
#top .blq .pregunta > div{
    padding-left: 12.5rem;
}
#top h1 {
    margin-bottom: 5rem;
}
#top .blq {
    border-top: 0.25rem solid #333333;
    display: none;
}
#top .blq-act {
    display: block;
}
#top .blq .pregunta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.25rem solid #333333;
    position: relative;
}
#top .blq .pregunta > a {
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
#top .blq .pregunta > a:before{
    content: '';
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#top .blq .pregunta > a:before,
#top .blq .pregunta > a:active:before{
    background-image: url('../../images/iconos/scrollRound-down.svg');
}
.desktop #top .blq .pregunta > a:hover:before,
#top .blq .pregunta > a:focus:before{
    background-image: url('../../images/iconos/scrollRound-down-corp.svg');
}
#top .blq-act .pregunta-act > a,
#top .blq-act .pregunta-act > a:active{
    color: white;
}
#top .blq-act .pregunta-act > a:before,
#top .blq-act .pregunta-act > a:active:before,
.desktop #top .blq .pregunta-act > a:hover:before,
#top .blq .pregunta-act > a:focus:before {
    background-image: url('../../images/iconos/scrollRound-up-corp.svg');
}

#top .blq .pregunta > div {
    margin-top: 2.5rem;
    font-weight: 300;
    display: none;
}

@media (max-width: 991px) {
    #top .flex {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #top .section-btns,
    #top .section-cont {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #top .section-btns {
        display: -webkit-flex;
        display: flex;
        
    }
}
