.c-faq__answer {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
body {
    box-sizing: border-box;
    font-family: "ABeeZee", sans-serif;
    line-height: 1.48;
    font-size: 16px;
    color: #333;
}
body *, body *::after, body *::before {
    box-sizing: inherit;
}

.container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


.imagen_faq1 {
    width: 100%;
    height: auto;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/faqs_01.png");
    position: relative;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 20px;
    border-radius: 10px;
}

.contenedor_titulo_faqs{

    font-family: 'Metropolis';
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 28px;
}


.fondo_faqs{
    background-color: #25356e; 

    height: auto;
    min-height: 600px;
    overflow: hidden;
    padding-top: 35px; 
    padding-bottom: 35px;
}

.imagen_faq2 {
    width: 100%;
    height: auto;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/faqs_02.png");
    position: relative;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 20px;
}

.imagen_faq3 {
    width: 100%;
    height: auto;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/faqs_03.png");
    position: relative;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 20px;
}

.imagen_faq4 {
    width: 100%;
    height: auto;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/faqs_04.png");
    position: relative;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 20px;
}

.imagen_faq5 {
    width: 100%;
    height: auto;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/faqs_05.png");
    position: relative;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 20px;
}

.btn-faqs {
    color: #fff;
    background-color: #f84656;
    border-color: #f84656;
    font-family: 'Metropolis';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 20px;

}

.btn-faqs:hover {
    color: #fff;
    background-color: #0080FF;
    border-color: #1e88e5;
}


.contenedor_texto_faqs {
    color: #ffffff;
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 18px;
}


.section__headline {
    font-family: "Varela Round", sans-serif;
    font-size: 62px;
    font-weight: light;
    color: #1e88e5;
    padding-left: 15px;
    padding-top: 30px;
}
.c-faqs__headline {
    font-family: "Varela Round", sans-serif;
    text-align: left;
    padding-left: 15px;
    font-size: 1.5em;
    margin-top: 1.5em;
    font-weight: bold;
}
.c-faqs {
    margin: 15px 0;
    padding: 0 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
/*.c-faqs::before {
        width: 2px;
        height: 100%;
        left: 50%;
        position: absolute;
        background: #1e88e5;
        opacity: 0;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        content: "";
}*/
.texto_faqs {
    color: #555555;
    font-size: 15px;
    font-weight: normal;
}
.c-faq {
    font-family: "Varela Round", sans-serif;
    list-style: none;
    margin: 10px 0 5px;
}
.c-faq__title {
    cursor: pointer;
    font-weight: bold;
    background: white;
    z-index: 10;
    position: relative;
    font-size: 1.1em;
    padding: 24px;
    border-radius: 12px;
}
.c-faq__title:hover {
    text-decoration: none;
}
.c-faq__title::after {
    white-space: nowrap;
    font-weight: 300;
    padding-left: 5px;
    opacity: 0;
    -webkit-transform-origin: 11px;
    transform-origin: 11px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    display: none;
    content: ">";
}
.c-faq--active .c-faq__title {
    color: #1e88e5;
    background-color: #bfe1ff;
}
.c-faq--active .c-faq__title::after {
    opacity: 1;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    display: inline-block;
}
.c-faq__answer {
    font-weight: normal;
    margin-top: -10%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 1;
    font-size: 0.9em;
    color: #414141;
}
.c-faq--active .c-faq__answer {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    font-weight: 300;
    margin-top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 780px) {
    .c-faqs {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }
    .c-faqs::before {
        opacity: 0.2;
    }
    .c-faq {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .c-faq .c-faq__title {
        width: 50%;
        padding-right: 40px;
        display: inline-block;
    }
    .c-faq .c-faq__title::after {
        display: none;
    }
    .c-faq .c-faq__answer {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50%;
        width: 50%;
        padding: 0 20px 0 40px;
    }
}
.c-note {
    font-size: 0.8em;
    padding-left: 15px;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.c-note:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.c-note a {
    color: #1e88e5;
}


@media (max-width: 800px){

    .c-faq__title {

        width: 100%;
        overflow: hidden;
        height: auto;
        min-height: 70px;
        position: relative;
        float: left;
        margin-bottom: 30px;
    }
}



@media (max-width: 768px){

    .imagen_faq1 {
        background-size: contain;
        margin-bottom: 30px;
    }

    .imagen_faq2 {
        background-size: contain;
        margin-bottom: 30px;
    }

    .imagen_faq3 {
        background-size: contain;
        margin-bottom: 30px;
    }

    .imagen_faq4 {
        background-size: contain;
        margin-bottom: 30px;
    }

    .imagen_faq5 {
        background-size: contain;
        margin-bottom: 30px;
    }
}







