﻿:root { /*Variables CSS*/
    --gray: #707070;
    --white: #FFFFFF;
    --black: #000000;
    --primary: #33648C;
    --secundary: #008BCD;
}

.main_sec_1 {
    margin: 0px 10px;
    padding: 25px 50px;
    overflow: visible;
}

.cont_animate .text_animate {
    font-weight: lighter;
    color: var(--primary);
    font-style: normal;
    font-size: 40px;
}

.h1_jumbo {
    text-align: left;
    color: var(--secundary);
    font-size: 40px;
    font-weight: bold;
}

.p_animate {
    font-weight: bold;
    color: var(--primary);
    font-size: 40px;
}

.img_portada{
    width: 500px;
}

.section_2 {
    margin: 20px 10px;
    padding: 25px 50px;
    overflow: visible;
}

.h2_title {
    font-size: 40px;
    color: var(--primary);
    text-align: center;
    font-weight: bold;
    margin: 40px auto;
}

.div_portada {
    text-align: center;
    margin: auto;
}

.div_introduction {
    text-align: center;
    margin: auto;
}

.p_text {
    font-size: 20px;
    color: var(--gray);
    text-align: center;
}

.section_3 {
    margin: 20px auto;
    padding: 20px 50px;
    overflow: visible;
    background-color: var(--primary);
}

.p_banner {
    font-size: 20px;
    color: var(--white);
    text-align: center;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.8;
    width: 85%;
    margin: auto;
}

.section_4 {
    height: auto;
    margin: 20px 0px 0px;
    padding: 20px 50px;
    overflow: visible;
}

.div_cards {
    width: 90%;
    margin: auto !important;
}

.card_benefit {
    height: 250px;
    text-align: center;
    /*border: 2px solid #3B536D;*/
    border-radius: 5px;
    /*box-shadow: 0px 0px 30px #00000029;*/
    margin: 25px auto 0px;
    padding: 15px;
    /*text-align: center;
    margin: 25px auto;
    height: 250px;
    background: #203348 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #00000029;
    border-radius: 1px;
    opacity: 1;
    border-style: none;
    padding: 15px;*/
}

.icon_benefit {
    font-size: 60px;
    color: var(--primary);
}

.title_benefit {
    font-size: 20px;
    color: var(--primary);
    text-align: center;
    font-weight: 400;
}

.text_benefit {
    font-size: 18px;
    color: var(--gray);
    text-align: center;
    font-weight: 400;
    width: 95%;
    margin: auto;
}

.section_5 {
    height: auto;
    /*margin: 50px 0px 0px;*/
    padding: 25px 50px 50px;
    overflow: visible;
}

.container_brand{
    margin: 80px auto 60px;
}

.div_Imgbrand {
    width: 330px;
    height: 400px;
    text-align: center;
    position: relative;
    margin: auto;
    border-radius: 26px;
    background-color: var(--secundary);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    overflow: hidden;
    cursor: pointer;
    display: inline-grid;
    align-items: center;
}

    .div_Imgbrand img {
        width: 95%;
        margin: 50px auto;
    }

.cont_slide {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 60px 10px;
    box-sizing: border-box;
    transition: all 0.5s;
}


.div_Imgbrand:hover .cont_slide {
    top: 0;
}

.text_apis {
    font-size: 18px;
    color: var(--white);
    text-align: left;
    margin: auto;
}

.section_6 {
    margin: 0px 10px;
    padding: 20px 50px;
    overflow: visible;
}

.container_apis {
    width: 90%;
    margin: 80px auto 50px;
}

.h3_title{
    font-size: 25px;
    color: var(--secundary);
    text-align: center;
    height: 55px;
}

.info_apis {
    font-size: 18px;
    color: var(--gray);
    text-align: center;
    width: 95%;
    margin: auto;
}

.card_api {
    margin: 20px auto;
    height: 450px;
}

.div_ImgAapi{
    height: 130px;
    margin: 20px auto;
}
.img_api {
    width: 100px;
    margin: 20px auto;
}

.section_7 {
    margin: 20px 30px;
    padding: 20px 50px;
    overflow: visible;
}

.preguntas_frecuentes {
    width: 95%;
    position: relative;
    margin: 60px auto;
}

.question_answer {
    width: 100%;
}

.question_element .text_question {
    font-size: 18px;
    color: var(--gray);
        margin: auto 20px 10px;
}

.answer_content {
    background-color: var(--primary);
    border-radius: 6px;
    opacity: 1;
    text-align: justify;
}

    .answer_content p {
        font-size: 18px;
        color: #FFFFFF;
        margin: 10px 10px;
        font-weight:300;
    }
.b_bold{
    font-weight: bold;
}
/*BUTTON*/
.btn_knowmore {
    width: 200px;
    height: 50px;
    background: none;
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 4px;
    padding: 10px 40px;
    margin: 30px auto;
    font-size: 18px;
    text-align: center;
}

    .btn_knowmore:hover {
        background-color: var(--white);
        color: var(--black);
        font-weight: bold;
    }

.menu_liknScroll {
    background-color: var(--secundary);
    padding: 10px;
    margin: 30px auto 60px;
}

.text_item_menu {
    font-size: 18px;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.27px;
    opacity: 1;
}

a:not([href]):not([tabindex]) {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.27px;
    opacity: 1;
    cursor: pointer;
}
    a:not([href]):not([tabindex]):hover{
        text-decoration: underline;
    }
    .text_item_menu:hover {
        color: var(--black);
    }

.container_link {
    text-align: center;
    margin-bottom: 0px;
}

.icon_item_menu {
    vertical-align: middle;
    font-size: 18px;
    display: none;
}

#preguntasFrecuentes{
    margin-top: 100px;
}

.link_QA {
    color: var(--secundary) !important;
    text-decoration: underline !important;
}

.link_QA:hover {
    color: var(--primary) !important;
    font-weight: bold !important;
}
/*------------------MEDIA QUERIES--------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /* body {
        background-color: pink;
    }*/
    /*40px*/
    .h1_jumbo, .p_animate {
        font-size: 35px;
    }
    .h2_title {
        font-size: 35px;
        margin: 20px auto;
    }

    .cont_animate .text_animate {

        font-size: 35px;
    }
    /**/
    .p_text {
        font-size: 18px;
    }
    /*25px*/
    .h3_title {
        font-size: 20px;
    }


    .main_sec_1 {
        margin: 50px 10px;
        padding: 25px 10px;
        overflow: visible;
    }
    .img_portada {
        width: 300px;
        margin: 50px auto;
    }

    .main_sec_1 {
        margin: 50px 10px 0px;
        padding: 25px 10px;
        overflow: visible;
    }

    .section_2 {
        margin: 0px 0px;
        padding: 25px 10px;
        overflow: visible;
    }

    .containerSec_2 {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .p_banner {
        font-size: 18px;
        width: 100%;
    }

    .section_4 {
        height: auto;
        margin: 20px 0px 0px;
        padding: 20px 20px;
        overflow: visible;
    }

    .div_cards{
        width: 100%;
    }

    .card_benefit {
        margin: 0px auto;
    }

    .section_5 {
        padding: 25px 10px;
    }

    .container_brand {
        margin: 30px auto 60px;
    }

    .div_Imgbrand {
        width: 300px;
        margin: 20px auto;
    }

    .text_apis{
        text-align: center;
    }

    .section_6 {
        margin: 0px 0px;
        padding: 25px 10px;
        overflow: visible;
    }

    .container_apis {
        margin: 80px auto 10px;
    }

    .div_ImgAapi {
        margin: 10px auto;
    }

    .card_api {
        height: 400px;
        margin: 10px auto;
    }

    .section_7 {
        margin: 0px 10px;
        padding: 25px 10px;
        overflow: visible;
    }

    .question_element .text_question {
        font-size: 18px;
            margin: auto 20px 10px;
    }
    /*PREGUNTAS FRECUENTES*/
    .container_question {
        clear: both;
        width: 100%;
        margin: 30px 0;
    }

    .question_answer {
        width: 100%;
    }

    .preguntas_frecuentes {
        width: 95%;
        margin: 60px auto;
    }

    .question_element {
        width: 90%;
        margin: 20px auto;
        /*display: none;*/
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        cursor: pointer;
    }

        .question_element a {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-left: 10px;
            font-size: 20px;
            font-weight: 300;
        }

    .answer_content.visibleflex {
        display: flex;
    }

    .answer_content {
        display: none;
        padding: 10px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .container_link {
        text-align: left;
        margin: 5px auto;
    }

    .icon_item_menu {
        display: inline;
        float: right;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /*body {
        background-color: gray;
    }*/

    /*40px*/
    .h1_jumbo, .p_animate {
        font-size: 40px;
    }

    .h2_title {
        font-size: 40px;
        margin: 20px auto;
    }

    .cont_animate .text_animate {
        font-size: 40px;
    }

    /**/
    .p_text {
        font-size: 20px;
    }
    /*25px*/
    .h3_title {
        font-size: 25px;
    }

    .main_sec_1 {
        margin: 50px 10px;
        padding: 25px 10px;
        overflow: visible;
    }

    .img_portada {
        width: 350px;
        margin: 10px auto;
    }

    .main_sec_1 {
        margin: 50px 10px 0px;
        padding: 25px 10px;
    }

    .section_2 {
        margin: 0px 0px;
        padding: 25px 10px;
    }

    .containerSec_2 {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .p_banner {
        font-size: 18px;
        width: 100%;
    }

    .section_4 {
        height: auto;
        margin: 20px 0px 0px;
        padding: 20px 20px;
    }

    .div_cards {
        width: 60%;
    }

    .card_benefit {
        height: 230px;
        margin: 0px auto;
    }

    .section_5 {
        padding: 25px 10px;
    }

    .container_brand {
        margin: 30px auto 60px;
    }

    .div_Imgbrand {
        width: 350px;
        height: 450px;
        margin: 20px auto;
    }

    .text_apis {
        text-align: center;
    }

    .section_6 {
        margin: 0px 0px;
        padding: 25px 10px;
        overflow: visible;
    }

    .container_apis {
        width: 80%;
        margin: 80px auto 10px;
    }

    .container_infoApis {
        width: 80%;
        margin: auto auto 60px;
    }

    .div_ImgAapi {
        margin: 10px auto;
    }

    .card_api {
        height: 400px;
        margin: 0px auto;
    }

    .section_7 {
        margin: 0px 10px;
        padding: 25px 50px;
    }

    .question_element .text_question {
        font-size: 18px;
        margin: auto 0px;
    }
    /*PREGUNTAS*/
    .container_question {
        clear: both;
        width: 100%;
        margin: 30px 0;
    }

    .question_answer {
        width: 100%;
    }

    .preguntas_frecuentes {
        width: 95%;
        margin: 60px auto;
    }

    .question_element {
        width: 90%;
        margin: 20px auto;
        /*display: none;*/
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        cursor: pointer;
    }

        .question_element a {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-left: 10px;
            font-size: 20px;
            font-weight: 300;
        }

    .answer_content.visibleflex {
        display: flex;
    }

    .answer_content {
        display: none;
        padding: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .container_link {
        text-align: left;
        margin: 5px auto;
    }

    .icon_item_menu {
        display: inline;
        float: right;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*body {
        background-color: orange;
    }*/

    .main_sec_1 {
        margin: 0px 10px;
        padding: 25px 50px;
    }

    
    .section_2 {
        margin: 20px 10px;
        padding: 25px 50px;
    }

    .div_introduction {
        text-align: center;
        margin: 50px auto;
    }

    .div_Imgbrand {
        width: 400px;
        height: 500px;
        margin: 20px auto;
    }

    .container_infoApis {
        width: 60%;
        margin: auto auto 60px;
    }

    .section_7 {
        margin: 20px 30px;
        padding: 20px 50px;
        overflow: visible;
    }

    /*PREGUNTAS*/
    .question_answer {
        width: 100%;
    }

    .container_question {
        clear: both;
        width: 100%;
        margin: 30px 0;
    }

    .preguntas_frecuentes {
        width: 95%;
        margin: 60px auto;
    }

    .question_element {
        width: 90%;
        margin: 20px auto;
        /*display: none;*/
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        cursor: pointer;
    }

        .question_element a {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-left: 10px;
            font-size: 20px;
            font-weight: 300;
        }

    .answer_content.visibleflex {
        display: flex;
    }

    .answer_content {
        display: none;
        padding: 10px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .container_link {
        text-align: center;
        margin-bottom: 5px;
    }

    .icon_item_menu {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /*body {
        background-color: plum;
    }*/

    .main_sec_1 {
        margin: 0px 10px;
        padding: 25px 50px;
    }

    .img_portada {
        width: 400px;
        margin: 10px auto;
    }

    .section_2 {
        margin: 20px 10px;
        padding: 25px 50px;
    }

    .section_3 {
        margin: 20px auto 60px;
        padding: 20px 0px;
    }

    .section_4 {
        margin: 20px 0px 0px;
        padding: 20px 50px;
    }

    .div_cards {
        width: 100%;
    }

    .card_benefit {
        height: 250px;
        margin: 25px auto 0px;
    }

    .section_5 {
        height: auto;
        padding: 25px 50px 50px;
        overflow: visible;
    }

    .container_brand {
        margin: 80px auto 60px;
    }

    .div_Imgbrand {
        width: 260px;
        height: 400px;        
    }

    .section_6 {
        margin: 0px 10px;
        padding: 20px 20px;
    }

    .container_apis {
        width: 90%;
        margin: 80px auto 50px;
    }

    .container_infoApis {
        width: 100%;
        margin: auto auto 60px;
    }

    .card_api {
        margin: 20px auto;
        height: 450px;
    }

    .section_7 {
        margin: 20px 30px;
        padding: 20px 50px;
    }

    .question_element .text_question {
        font-size: 18px;
        margin: auto 20px 10px;
    }

    .question_element {
        width: 36%;
        max-width: 350px;
        font-size: 17px;
        margin: 20px 10px;
        position: relative;
        display: flex !important;
    }

    .answer_content {
        width: 50%;
        max-width: 800px;
        position: absolute;
        right: 5px;
        top: 0;
        justify-content: center;
    }

    .container_link {
        text-align: center;
        margin: auto;
    }

    .icon_item_menu {
        display: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*body {
        background-color: mediumaquamarine;
    }*/

    .section_1 {
        margin: 0px 30px;
        padding: 0px 50px;
    }

    .img_portada {
        width: 500px;
        margin: 10px auto;
    }
    .section_2 {
        margin: 0px 30px;
        padding: 25px 50px;
        overflow: visible;
    }

    .section_5 {
        height: auto;
        padding: 25px 50px 50px;
        overflow: visible;
    }
    .p_banner {
        font-size: 20px;
        width: 85%;
    }

    .div_Imgbrand {
        width: 330px;
        height: 400px;
    }

    .container_infoApis {
        width: 90%;
        margin: auto auto 60px;
    }

    /*PREGUNTAS*/
    .container_question {
        clear: both;
        width: 100%;
        margin: 50px 0;
    }

    .question_answer {
        width: 100%;
    }

    .preguntas_frecuentes {
        width: 95%;
        margin: 60px auto;
        position: relative;
    }

    .question_element {
        width: 36%;
        max-width: 350px;
        font-size: 17px;
        margin: 20px 10px;
        position: relative;
        display: flex !important;
    }

    .answer_content {
        width: 50%;
        max-width: 800px;
        position: absolute;
        right: 5px;
        top: 0;
        justify-content: center;
    }

    .cont_footer {
        max-width: 1300px !important;
    }

    .contBeneficios{
        max-width: 1550px !important;
    }
}



.visibleAnswer {
    display: block;
}

.borderAnswer {
    border-bottom: 3px solid var(--secundary);
    color: var(--secundary) !important;
}
