/* Centro de Ayuda Start */
.text-centroayuda-h1{
    margin: 25px 0;
    padding: 0%;
    /*color: #3B536D;*/
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: Bold;
    letter-spacing: 0.36px;
    opacity: 1
}
.text-centroayuda-p{
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.32px;
    text-align: center;
    max-width: 500px;
    margin: 5px auto;
}
.row-container-asuntoayuda {
    background: #F1F1F1;
    margin-top: 40px;
    justify-content: center;
}

.cont-asuntoayuda{
    max-width: 850px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 25px 50px 25px;
    
}
.asuntoayuda {
    width: 100%;
    background-color: #FFFFFF;
    /*color: #3B536D;*/
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.23px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #000;
    text-align: center;
    max-width: 300px;
    height: 65px;
    margin: 20px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
.asuntoayuda.invisible{
    visibility: hidden;
}
.img-asuntoayuda{
    width: 35px;
    height: auto;
}
.text-asuntoayuda-h3{
    /*color: #3B536D;*/
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.23px;
    opacity: 1;
    margin: 10px 20px;
    width: 120px;
}
.row-container-contactar{
    width: 100%;
    align-items: center;
    max-width: 850px;
}
.text-asuntoayuda-h2{
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.24px;
    /*color: #FFFFFF;*/
    opacity: 1;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
    text-align: center;
}
.text-asuntoayuda-p{
    margin: 15px auto;
    width: 100%;
    max-width: 400px;
    /*color: #FFFFFF;*/
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0.32px;
    opacity: 1;
}
.btn-contactar{
    margin-left: auto;
    margin-right: auto;
}
/*.btn-contactar:hover{
    background-color: #007bff;
    border-color: #007bff;
}*/
/* Centro de Ayuda End */

/* Preguntas Start*/
.spacer{
    display: none;
    height: 250px;
}
.cont-preguntas{
    position: absolute;
    top: 200px;
    left: 5%;
    margin: 0 auto;
    display: none;
    width: 90%;
    max-width: unset;
    padding: 10px;
    text-align: left;
    box-shadow: 5px 9px 15px #00000029;
    background-color: #FFFFFF;
    z-index: 99;
    max-height: 600px;
    overflow: scroll;
}
.cont-preguntas::-webkit-scrollbar {
    display: none;
}
.return{
    z-index: 99;
}
.cont-preguntas.visible, .spacer.visible{
    display: block;
}
.text-preguntas-h2{
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    /*color: #3B536D;*/
}
.list-preguntas{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
}
.list-preguntas li{
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    /*color: #3B536D;*/
    width: 100%;
    border-bottom: 2px solid #DEDEDE;
    padding: 5px;
}
.list-preguntas i{
    width: fit-content;
    font-size: 16px;
    color: #3B536D;
    margin: 5px;
}
.list-preguntas h3{
    width: fit-content;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.32px;
    font-weight: 400;
    /*color: #3B536D;*/
    margin: 10px 5px;
    cursor: pointer;
}
.return{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
i.iconReturn:hover{
    text-decoration:none;
}
/* Preguntas End*/

/* Ayuda Seguro Hogar Start */
.row-container-contactar i{
    /*color: #FFFFFF;*/
    margin: 15px auto;
}
.text-ayudaseguro-h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.24px;
    /*color: #FFFFFF;*/
    opacity: 1;
    width: fit-content;
    margin: 5px auto;
    text-align: center;
}
.text-ayudaseguro-h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0.26px;
    /*color: #FFFFFF;*/
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 0% 5% 0% 5%;
}

.row-container-contactar table{
    /*color: #FFFFFF;*/
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-align: left;
    margin: 10px auto;
}

.row-container-contactar table td{
    padding: 5px 15px;
}
/* Ayuda Seguro Hogar End */
.respuesta_text {
    font-size: 18px;
    padding: 0% 0% 0% 3%;
    /*padding-left: 3%;
    padding-right: 0%;*/
}


/* MEDIA QUERIES START*/
@media only screen and (max-width: 600px) {
    /*body {
        background-color: pink;
    }*/
    .text-asuntoayuda-h3 {
        text-align: center;
    }
    .list-preguntas h3, respuesta_text {
        font-size: 16px;
    }
}

@media only screen and (min-width: 600px) {
    /*body {
        background-color: gray;
    }*/

    .text-centroayuda-h1 {
        font-size: 40px;
        line-height: 47px;
        letter-spacing: 0.8px;
    }
    /* Preguntas Start */
    .spacer {
        height: 200px;
    }
    .text-asuntoayuda-h3 {
        text-align: center;
    }
    .list-preguntas h3, respuesta_text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    /*body {
        background-color: orange;
    }*/
    /* Preguntas Start */
    .spacer {
        height: 300px;
    }

    .cont-preguntas {
        width: 700px;
        top: 250px;
        left: calc(50% - 350px);
    }
    /* Preguntas End */
    .text-asuntoayuda-h3 {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    /*body {
        background-color: plum;
    }*/
    /* Centro ayuda Start */
    .asuntoayuda {
        height: 120px;
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .img-asuntoayuda {
        width: auto;
        height: 45px;
    }

    .text-asuntoayuda-h3 {
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .row-container-contactar {
        margin: 50px auto;
    }

    .text-asuntoayuda-h2 {
        width: 100%;
        margin: 10px auto;
        text-align: left;
    }

    .text-asuntoayuda-p {
        width: 100%;
        margin: 10px auto;
        text-align: left;
    }

    .btn-contactar {
        margin-left: unset;
        margin-right: unset;
    }
    /* Centro ayuda End */
    /* Preguntas Start */
    .spacer {
        height: 200px;
    }

    /* Preguntas End */
}

/* MEDIA QUERIES END */