section .container > .flex {
    padding-left: 16.25rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
section .section-cont {
    max-width: 125rem;
}
section .section-img {
    width: 186.5rem;
    position: relative;
}
section .section-imgCont {
    display: none;
}
section .section-imgCont,
section .section-img picture img,
section .section-img video{
    width: 100%;
}
section .section-img picture img,
section .section-img video {
    position: absolute;
    left: 0;
    top: 0;
}
section .section-img video {
    display: block;
}

section h1,
section h2,
section #preguntas .pregunta,
section #preguntas + div {
    padding-left: 12.5rem;
}
section h1 {
    margin-bottom: 5rem;
}
section #preguntas {
    border-top: 0.25rem solid white;
}
section #preguntas .pregunta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.25rem solid white;
    position: relative;
}
section #preguntas .pregunta a {
    min-height: 9.5rem;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    display: inline-block;
}
section #preguntas .pregunta .pregunta-indice {
    width: 9.5rem;
    height: 9.5rem;
    font-size: 3.5rem;
    text-align: center;
    position: absolute;
    top: 2.5rem;
    left: 0;
}
section #preguntas .pregunta a:hover .pregunta-indice,
section #preguntas .pregunta.act a .pregunta-indice {
    color: black;
    background-color: #30f529;
}
section #preguntas .pregunta > div {
    margin-top: 2.5rem;
    display: none;
}
section #preguntas .pregunta.act > div,
section .section-imgCont.act {
    display: block;
}
section #preguntas + div {
    margin-top: 3.75rem;
}
section #preguntas + div .text-dest {
    margin-bottom: 1rem;
    font-size: 3rem;
}
#formBottom .section-tit2 {
    padding-left: 0;
    font-size: 3.5rem;
    font-weight: 500;
}

@media (min-width: 1440px) {
    section .container {
        width: 350rem;
    }
}
@media (max-width: 991px) {
    section .container > .flex {
        padding-left: 0;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    section .section-img {
        width: 100%;
        height: 0;
        padding-bottom: 65%;
    }
    section .section-cont {
        max-width: 100%;
    }
}