@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=REM&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');

*{
    font-family: 'REM', sans-serif;
    font-family: 'Source Sans 3', sans-serif;
}
body{
    font-family: 'Source Sans 3', sans-serif;
}
.text-justify{
    text-align: justify;
}

/* nav oficial */
.navbaroficial{
    background: #f3f3f3;
}
.navbaroficial .acor-bande{
    display: flex;
}
.navbaroficial .li-bande{
    display: flex;
    padding-left: 9rem;
}
.navbaroficial .imgusflag{
    height: 20px;
    width: 30px;
    padding-right: 0.5rem;
}
.navbaroficial .li-bande p{
    font-family: 'Source Sans 3', sans-serif;
    color: #444444;
    font-size: 0.75rem;
    margin: 0.2rem 0rem;
}
.navbaroficial .accordion-header{
    display: flex;
    padding: 0;
    margin: 0;
    background: none;
}
.navbaroficial .accordion-item{
    background: none;
    border: none;
}
.navbaroficial .accordion-item .accordion-button {
    padding: 0.3rem 0rem 0rem 1.5rem;
    margin: 0;
    border-bottom: 0rem;
    background: none;
    box-shadow: none;
    text-decoration: underline;
    font-size: 0.7rem;
    font-family: 'Source Sans 3', sans-serif;
}
.navbaroficial .accordion-button::after{
    position: absolute;
    left: 13rem;
}
.navbaroficial .accordion-body {
    padding: 1rem 8rem;
}
.navbaroficial .accordion-body .clm-acorbody{
    display: flex;
}
.navbaroficial .accordion-body .img-security-nav{
    height: 2.5rem;
    padding-right: 1rem;
}
.navbaroficial .accordion-body .parraf-security-nav{
    font-family: 'Source Sans 3', sans-serif;    
}
@media (max-width: 600px) {
    .navbaroficial{
        background: #f3f3f3;
    }
    .navbaroficial .li-bande{
    display: flex;
    padding-left: 0.2rem;        
    }
    .navbaroficial .accordion-header{
        display: block;
        line-height: 1.1rem;
    }
    .navbaroficial .accordion-body {
        padding: 1rem 1rem;
    }
    .navbaroficial .accordion-body .row{
        display: block;
    }
}

/* fin nav oficial */

/* nav secundario*/
.navbar2{
    padding: 0rem 0rem;
    background: #1b2d4c;
    margin: 0rem;
} 
.navbar2 .container-navbar2{
    display: flex;
    align-content: center;
    justify-content: center;
}
.navbar2 .container-navbar2 span{
    font-variant: small-caps;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 1rem;
}
.navbar2 .navbar-text{
    color: #ccc;
}
.navbar2 .imglogo{
    width: auto;
    height: 100px;
    padding: 0rem;
}
.col-buscador form{
    padding: 0rem 0.5rem;
    display: flex;
    gap: 2px;
}

@media (max-width: 992px) {
    .navbar2{
        background: #003775;
        border-bottom: 2px solid red;
        padding: 0rem 1.2rem;
    }
    .navbar2 .imglogo{
        width: 100%;
        height: 50px;
    }
}
@media (max-width: 600px) {
    .navbar2{
        background: #003775;
        border-bottom: 2px solid red;
        padding: 0rem 1.2rem;
    }
    .navbar2 .imglogo{
        width: 100%;
        height: 50px;
    }
    .navbar2 .container-navbar2 span{
        font-size: 0.8rem;
    } 
}
/* fin nav secundario*/


/* nav primario */
.navbar{
    background: #003775;
    padding: 0.5rem 0rem;
} 
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    max-inline-size: fit-content;
}
nav .imglogo{
    width: 130px;
    height: 130px;
}
.navbar .navbar-nav .nav-item a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
}
.navbar .navbar-nav .nav-item a:hover{
    color: rgb(125, 179, 240);
}
.navbar .navbar-collapse a{
    color: #fff;
}

@media (max-width: 992px) {
    .navbar{
        background: #003775;
        padding: 0.5rem 0rem;
    } 
    nav .imglogo{
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 600px) {
    .navbar{
        background: #003775;
        padding: 0.5rem 0rem;
    }  
    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 10px;
        margin-bottom: 0;
        list-style: none;        
    }    
    .navbar-nav .nav-item{
        padding: 0.5rem;
    }
    nav .imglogo{
        width: 70px;
        height: 70px;
    }    
}
/* fin nav primario */


/* slider */
.slider{
    background: url(https://media.istockphoto.com/id/1188019476/es/foto/sombrero-duro-blanco-que-se-acuesta-sobre-la-bandera-de-ee-uu-construcci%C3%B3n-y-empleo-en-estados.jpg?s=612x612&w=0&k=20&c=XYtUAKFlRLKw68Cw-vb3vyCn7wvPcMvtrS05rOf_c6w=)fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
}
.slider .contai-slider{
    background: rgba(7, 51, 172, 0.6);
    backdrop-filter: blur(6px);
    min-width: -webkit-fill-available;
}
.slider .container .row{
    padding: 1rem 4rem;
}
.slider .clm-info{
    border-radius: 0.1rem;
    padding: 1rem 3rem;
}
.slider .clm-info .tittle-list-visa{
    color: #cf1212;
    font-size: 1.7rem;
}
.slider .clm-info .tittle-list-visa span{
    font-size: 2rem;
    font-weight: bold;
}
.slider .clm-info ul{
    list-style-image:url(../img/check.png);
    line-height: 1.7rem;
    padding-bottom: 1rem;
    color: #ccc;
}
.slider .btn-slider{
    background: #b10e0e;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.slider .clm-info .termi-condi{
    font-size: 0.6rem;
    padding-top: 1.5rem;
    color: #ccc;
}
.slider .container-fluid{
    background: #003775;
}
.slider .container-fluid .div-slider-info{
    color: #fff;
    padding: 1rem 3rem;
}
.slider .container-fluid .div-slider-info .parrafo-slider-info{
    text-align: center;
    font-size: 1rem;
    color: #ffeb3b;    
}
.slider .container-fluid .div-slider-info .link_super{
    text-decoration: none;
    color: #ffeb3b;
    font-size: 1.1rem;
}

@media (max-width: 600px) {
    .slider .clm-info {
        border-radius: 0.1rem;
        padding: 0rem 1rem;
    }
    
}
/* fin slider */


/* slider b1b2 */
.sliderb1b2 {
    background: url(https://img.freepik.com/fotos-premium/hotel-bogatyr-parque-sochi-villa-olimpica-sochi-rusia-15-octubre-2021_129479-1394.jpg?w=740)no-repeat center/cover;
    margin: 0;
    padding: 0;
}
.sliderb1b2  .clm-info{
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 0.1rem;
    padding: 1rem 3rem;
}
.sliderb1b2  .clm-info .tittle-list-visa{
    color: #003775;
    font-size: 1.7rem;
}
.sliderb1b2 .clm-info .tittle-list-visa span{
    font-size: 2rem;
    font-weight: bold;
}
.sliderb1b2 .clm-info ul{
    list-style-image:url(../img/check.png);
    line-height: 3rem;
    padding-bottom: 1rem;
}
.sliderb1b2 .clm-info .btn-descarga{
    background: #09b626;
    color: #fff;
    text-decoration: none;
    padding: 1rem 0.5rem;
    text-transform: uppercase;
}
.sliderb1b2 .clm-info .termi-condi{
    font-size: 0.6rem;
    padding-top: 1.5rem;
    color: #ccc;
}
.sliderb1b2 .container-fluid{
    background: #003775;
}
.sliderb1b2 .container-fluid .div-slider-info{
    color: #fff;
    padding: 1rem 3rem;
}
.sliderb1b2 .container-fluid .div-slider-info .parrafo-slider-info{
    text-align: center;
    font-size: 0.8rem;    
}
/* fin slider */

/* section about */
.about{
    padding: 5rem 0rem;
}
.about .tittle-about{
    color: #1b2d4c;
    font-weight: bold;
    font-size: 2rem;
}
.about .subtittle-about{
    font-size: 1.3rem;
}
.about .parraf-about{
    text-align: justify;
    padding-right: 5rem;
}
.phone-about{
    font-size: 3rem;
    color: #b10e0e;
    font-weight: bold;
    text-decoration: none;
}
.about .card{
    height: 25rem;
    width: 25rem;
    overflow: hidden;
}
.about .card img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform 400ms;
}
.about .card:hover img{
    transform: scale(1.1);
}
.about .card .-body{
    text-align: center;
    background: #1b2d4c;
}
.about .card .-body .card-title{
    padding-top: 0.5rem;
    font-weight: bold;
    color: #fff;
}
.card-text{
    font-style: oblique;
    color: #7a7a7a;
}

@media (max-width: 992px) {
    .about .card{
        height: 25rem;
        width: inherit;
        overflow: hidden;
    }
    
    .about .card img{
        object-fit: cover;
        height: 100%;
        width: 100%;
        overflow: hidden;
        transition: transform 400ms;
    }
}

@media (max-width: 600px) {
    .about .card{
        height: 25rem;
        width: inherit;
        overflow: hidden;
    }
    
    .about .card img{
        object-fit: cover;
        height: 100%;
        width: 100%;
        overflow: hidden;
        transition: transform 400ms;
    }
    
    .phone-about {
        font-size: 2rem;
        color: #b10e0e;
        font-weight: bold;
        text-decoration: none;
    }
    
}


/* fin section about */


/* section service */

.service{
    background: #1b2d4c;
    padding: 2rem;
}

.service .clm-service{
    outline: 3px solid #916c09;
    padding: 2rem;
}

.service .clm-service .tittle-service{
    color: #fff;
    font-weight: bold;
}

.service .clm-service .sub-tittle-service{
    color: #fff;
}

.service .clm-service .clm-col-service{
    display: flex;
}

.service .clm-service .clm-col-service ul{
    list-style: none;
    cursor: pointer;
}

.service .clm-service .clm-col-service ul li{
    border-bottom: 1px dashed #ccc;
    margin-top: 0.8rem;
    padding: 0.5rem 0rem;
}

.service .clm-service .clm-col-service ul li a{
    text-decoration: none;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.service .clm-service .clm-col-service .parrafo-servic{
    color: #ccc;
    font-size: 0.7rem;
}

.service .clm-service .clm-col-service ul li:hover{
    background: #916c09;
    transition: 300ms;
}

.service .clm-service .btn-service{
    display: grid;
    background: #ffeb4c;
    padding: 1rem 0.5rem;
    color: #111;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.service .clm-service .btn-service:hover{
    background: #078a1d;
    color: #ccc;
    transition: 500ms;
}


@media (max-width: 992px) {
    .service .clm-service{
        text-align: center;
        outline: 3px solid #916c09;
        padding: 1rem;
    }
    
}
@media (max-width: 600px) {
    .service .clm-service{
        text-align: center;
        outline: 3px solid #916c09;
        padding: 0.5rem;
    }
    
}

/* fin section service */


/* section garantized */

.garantized{
    padding: 3rem 0rem;
}

.garantized .clm-carousel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.garantized .clm-carousel .col-carousel{
    height: auto;
    width: auto;
}

.garantized .clm-carousel img{
    height: 100px;
    padding: 0rem 4rem;
    width: 100px;
}

/* section garantized */



/* body principal */



.bckbody{
    background: url(../img/backgroundprincipal1.webp) no-repeat fixed;
    border-top: 2px solid red;
    background-size: cover;
    height: auto;
    margin-bottom: 3rem;
}

.bckbody2{
    background-color: rgba(255, 255, 255, 0.7);   
    height: auto; 
}

.texto-body h2{
    font-size: 24px;
    font-family: system-ui;
    font-weight: 800;
    padding: 4rem 6rem;
    text-transform: uppercase;
}

.bckbody .img-princi{
    border-radius: 6rem 0rem 6rem 0rem;
    box-shadow: 4px 4px 4px #222;
    height: 400px;
}


.row2{
    background: rgba(252, 0, 0, 0.7);
    border-radius: 2rem;
    width: 100%;
}

.row2 .img-accion{
    margin-left: 2rem;
    width: 340px;
    height: 130px;
    border-radius: 2.3rem;
}

.row2 h3{
    font-size: 3.4rem;
    text-transform: uppercase;
}

.row2 .texto_p{
    color: #003775;
    line-height: 3rem;
    font-weight: bold;
    line-height: 0.1rem;
}

.row2 .btn-body{
    background: #003775;
    border-radius: 0rem 6rem 0rem 6rem;
    box-shadow: 4px 4px 4px #222;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 1rem 3rem;
    text-transform: uppercase;
}

.row2 .btn-body:hover{
    background: #0a4d9b;
    border-radius: 0rem 6rem 0rem 6rem;
    box-shadow: 4px 4px 4px #222;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 1rem 3rem;
    text-transform: uppercase;
}

.row_papeles{
    display: flex;
    margin: 2rem 0rem;
    text-align: justify;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid red;
}

.row_papeles h3{
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.row_papeles .pagos{
    padding-top: 2rem;
    place-content: center;
}

@media only screen and (max-width: 992px) {
    .bckbody .img-princi{
        border-radius: 6rem 0rem 6rem 0rem;
        box-shadow: 4px 4px 4px #222;
        height: 230px;
    }

    .texto-body h2{
        font-size: 2rem;
        font-family: system-ui;
        font-weight: 800;
        padding: 0.5rem 0.5rem;
        text-transform: uppercase;
    }

    .row2{
        border-radius: 1rem;
        width: 100%;
    }
    
    .row2 .img-accion{
        margin-left: 0.5rem;
        width: 200px;
        height: 100px;
        border-radius: 2.3rem;
    }
    
    .row2 h3{
        font-size: 1.5rem;
        text-transform: uppercase;
    }
    
    .row2 .btn-body{
        background: #003775;
        border-radius: 0rem 3rem 0rem 3rem;
        box-shadow: 4px 4px 4px #222;
        color: #fff;
        font-size: 1rem;
        font-weight: 800;
        padding: 1rem 0.5rem;
        text-transform: uppercase;
    }
    
    .row2 .btn-body:hover{
        background: #0a4d9b;
        border-radius: 0rem 3rem 0rem 3rem;
        box-shadow: 4px 4px 4px #222;
        color: #fff;
        font-size: 1rem;
        font-weight: 800;
        padding: 1rem 0.5rem;
        text-transform: uppercase;
    }
    .row_papeles{
        display: table-row-group;
        margin: 0.5rem 0rem;
        text-align: justify;
        background: rgba(255, 255, 255, 0.7);
        border: 2px solid red;
    }

}

@media only screen and (max-width: 600px){
    .bckbody .img-princi{
        border-radius: 6rem 0rem 6rem 0rem;
        box-shadow: 4px 4px 4px #222;
        height: 300px;
        margin-left: 3rem;
    }
    .row_papeles{
        display: table-row-group;
        margin: 0.5rem 0rem;
        text-align: justify;
        background: rgba(255, 255, 255, 0.7);
        border: 2px solid red;
    }

    .texto-body h2{
        font-size: 2rem;
        font-family: system-ui;
        font-weight: 800;
        padding: 0.5rem 0.5rem;
        text-transform: uppercase;
    }

}


/* fin body principal */


/* formulario del Buscador web*/

.buscador{
    padding-top: 0rem;
}

.buscador form{
    display: -webkit-inline-box;
    margin: 5rem 0rem 1rem 0rem;
}

@media (width: 992px) {
    .buscador{
        padding-top: 4rem;
    }
}

@media (width: 600px) {
    .buscador{
        padding-top: 2rem;
    }
}


/* FIN formulario del Buscador web*/




/* Pagina consultas */

.consulta{
    padding: 3rem 0rem;
    background: #02205e;
}

.consulta .container{
    background: #fff;
    padding: 0;
    text-align: -webkit-center;
    padding: 1.5rem;
}
.consulta .clm-application-id{
    display: flex;
    border-top: 1px solid #cecccc;
    justify-content: space-between;
    align-items: center;
}
.clm-application-id .parra-application{
    font-size: 1rem;
    color: #222;
}
.clm-application-id h4{
    font-size: 1rem;
    color: #222;
}
.clm-application-id h4 span{
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 0.5rem;
}
.consulta .navbar-consult{
    background: #02205e;
    height: 20px;
    border-bottom: 2px solid #cecccc;
}
.consulta .clm-tittle-consult{
    display: flex;
    margin-bottom: 4rem;
    background: url(https://img.freepik.com/foto-gratis/primer-plano-bandera-ondeante-estados-unidos-america-texturas-interesantes_181624-15182.jpg?w=826&t=st=1677620786~exp=1677621386~hmac=abd76ee5e8b6712cfb64af0afd4f3ebd67d1ccafbfe8641d98c3c6c7eaed62df)fixed;
    background-size: cover;
    box-shadow: inset 80px 80px 10px rgba(0, 0, 0, 0.4);
}
.clm-tittle-consult .row-tittle-consult{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.clm-tittle-consult .row-tittle-consult .img-logo-uscis{
    height: 75px;
    width: 75px;
    position: absolute;
}
.clm-tittle-consult .tittle-homeland h1{
    line-height: 1.6rem;
    color: #ffffff;
    font-variant: petite-caps;
    font-family: -webkit-body;
    padding-left: 5.5rem;
    margin-top: 0.4rem;
}
.clm-tittle-consult .tittle-homeland h3{
    line-height: 1rem;
    font-size: 0.8rem;
    text-align: left;
    font-weight: 700;
    color: #ffffff;
    font-variant: petite-caps;
    font-family: -webkit-body;
    padding-left: 7.5rem;
    margin-top: 0.4rem;
}
.tittle2-consult{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1rem;
    color: #e40000;
    font-size: 1rem;
    font-weight: bold;
}
.consulta .accordion-item{
    box-shadow: 0px 0px 10px #222;
}
.row-acordion-body{
    display: flex;
}
.consulta .img_cliente{
    align-self: center;
    padding: 0rem 0rem;
    width: auto;
    height: 250px;
}
.consulta .clm-consult{
    margin: 0.2rem;
    padding: 0.5rem;
    border: 1px solid #cecccc;
    outline: 1px solid #cecccc;
    outline-offset: 2px;
}
.consulta .clm-consulta{
    display: flex;
    cursor: not-allowed;
    justify-content: flex-start;
    text-align: start;
}
.consulta .clm-consulta h4{
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    text-align: left;
}
.clm-consulta .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: inherit;
    table-layout: fixed;
    border-color: #dee2e6;
}
.consulta .clm-consulta-uscis{
    display: flex;
    cursor: not-allowed;
    justify-content: flex-start;
    text-align: start;
}
.consulta .clm-consulta-uscis h4{
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
}
.clm-consulate{
    outline: 1px solid #cecccc;
    outline-offset: 2px;
    box-shadow: 0px 0px 12px #111;
    background: silver;
}
.clm-consulate .cita-consulate{
    padding-left: 0.5rem;
    padding-bottom: 0.7rem;
    padding-top: 0.2rem;
}
.clm-consulate .tittle-consulate{
    color: #111;
    font-weight: bold;
    font-variant: all-small-caps;
    font-size: 2rem;
    border-bottom: 1px solid #111;
}
.clm-logo-uscis{
    display: flex;
    justify-content: flex-start;
    padding-bottom:2rem;
}
.img-logo{
    filter: grayscale(1);
}
.consulta .clm-logo-uscis .img-logo{
    height: 50px;
}
.form-160-aproved {
    color: #b10e0e;
    font-size: 2rem;
    font-weight: 600;
    font-variant: small-caps;
}
.consulta .clm-consulta span{
    font-size:0.8rem;
}
.consulta .omb-control{
    letter-spacing: 0.7rem;
    font-size: 1rem;
}
.consulta p{
    font-size: 2.5rem;
    color: #003775;
    font-weight: bold;
}
.row-barras{
    display: flex;
    justify-content: space-between;
}
.clmbarra{
    text-align: left;    
}
.row-barras .clm-barras{
    display: inline-grid;
    justify-items: end;
}
.consulta .clm-passport{
    border-left: 1px solid #cecccc;
}
.consulta .row-btnes{
    padding-top: 2rem;
    text-align: center;
}
.consulta .row-btnes .btn-contactar{
    background: #003775;
    border-radius: 0rem 3rem 0rem 3rem;
    box-shadow: 4px 4px 4px #222;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 1rem 0.8rem;
    text-transform: uppercase;
    text-decoration: none;
}
.consulta .row-btnes .btn-volver{
    background: #e40000;
    border-radius: 0rem 3rem 0rem 3rem;
    box-shadow: 4px 4px 4px #222;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 1rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
}
.clm-logo-uscis .form-160-aproved{
    color: #b10e0e;
    font-size: 2rem;
    font-weight: 600;
    font-variant: small-caps;
}
.nmb-bar{
    padding-left: 2px;
}

@media only screen and (min-width:200px) and (max-width: 480px){
    .row-barras{
        display: inline;
    }
    .consulta .clm-consulta{
        contain: content;
    }
    .consulta .img_cliente{
        align-self: center;
        padding: 2rem 0rem;
        width: 100%;
        height: auto;
    }
}
.tabs-to-dropdown .nav-wrapper {
    padding: 15px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
}  
.tabs-to-dropdown .nav-wrapper a {
    color: var(--darkgreen);
}  
.tabs-to-dropdown .nav-pills .nav-link.active {
    background-color: #b10e0e;
    color: #cecccc;
}  
.tabs-to-dropdown .nav-pills li:not(:last-child) {
    margin-right: 30px;
}  
.tabs-to-dropdown .tab-content .container-fluid {
    max-width: 1250px;
    padding-top: 70px;
    padding-bottom: 70px;
}  
.tabs-to-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}  
.tabs-to-dropdown .dropdown-item {
    padding: 14px 28px;
}  
.tabs-to-dropdown .dropdown-item:active {
    color: var(--white);
}
.colum-img-tn .modal-content {
    width: 40rem;
}
.colum-img-tn .img-backend{
    border-radius: 0.5rem;
}
.colum-img-tn .img-backend:hover{
    cursor: pointer;
    backdrop-filter:opacity(0.5);
}
.colum-img-tn .modal-content {
    background-color: #ffffff87;
    backdrop-filter: blur(6px);
    border: none;
}
.colum-img-tn .modal-header {
    align-items: center;
    padding: 0rem 1rem;
}
.colum-img-tn .modal-header p{
    font-size: 1.2rem;
    color: #000000;
    font-variant: small-caps;
    text-align: justify;
    margin: 0px 0px 2px 0px;
}
.colum-img-tn .modal-header .modal-title a{
    font-size: 1rem;
    text-decoration: none;
    color: #02205e;
}
.colum-img-tn .modal-header .modal-title h3{
    font-size: 1.4rem;
    text-decoration: none;
    color: #02205e;
}
.colum-img-tn .close{
    position: absolute;
    top: -10px;
    right: 2px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.modal-header .close span{
    color: #003775;
    font-size: 2rem;
    cursor: pointer;
}
.colum-img-tn .close span:hover{
    font-size: 2.1rem;
    color: #b10e0e;
}  
.colum-img-tn .col-12 img {
    opacity: 0.7;
    cursor: pointer;
    margin: 2rem;
    width: 100%;
} 
.colum-img-tn img:hover {
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
  
@media (min-width: 1280px) {
    .tabs-to-dropdown .nav-wrapper {
        padding: 15px 30px;
    }
}

@media only screen and (min-width:200px) and (max-width: 480px){
    .tabs-to-dropdown .nav-wrapper {
        padding: 1px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
      }
      
    .tabs-to-dropdown .nav-wrapper a {
        color: #111;
        font-size:0.7rem;
      }
      
    .tabs-to-dropdown .nav-pills .nav-link.active {
        background-color: #b10e0e;
        color: #cecccc;
      }
}

/* fin Pagina consultas */


/* formulario pagina web*/

.formulario{
    padding-bottom: 2rem;
}
.formulario .clm-formulario{
    padding: 1.5rem 1rem;
    outline: 1px solid #111;
    outline-offset: 1px;
}
.formulario .clm-formulario form label{
    font-weight: bold;
}
.formulario .clm-form-2{
    padding-left: 2rem;
}
.formulario .clm-form-2 .tittle-form-legal{
    padding-top: 1.5rem;
    font-weight: 800;
    font-size: 1.3rem;
}
.formulario .clm-form-2 p{
    text-align: justify;
}
.formulario .clm-form-2 p a{
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 800;
}
@media (max-width: 600px){
    .formulario .clm-form-2{
        padding-top: 3rem;
    }    
}
/* fin formulario pagina web*/


/* footer */

.footer{
    background: #1b2d4c;
    color: aliceblue;
    display: flex;
    padding: 1rem 3rem;
}
.footer .imglogo{
    height: 100px;
}
.footer .parra-footer-1{
    font-size: 0.7rem;
}
.footer .tittle-locations{
    color: #fff;
}
.footer .subtittle-locations{
    padding: 0.5rem 0.5rem;
    background: #fff;
    font-size: 1.1rem;
    color: #003775;
}
.footer .parra-locations{
    font-size: 0.8rem;
}
.footer .btn-locations{
    background: #d1d0d0;
    color: #003775;
    padding: 0.4rem 0.7rem;
    border-radius: 0.3rem;
    text-decoration: none;
}
.footer .btn-locations:hover{
    background: #097099;
    padding: 0.5rem 0.8rem;
    transition: 0.5s;
    color: #fff;
}
.tarjetasypago{
    background: #1b2d4c;
    padding: 1rem 0rem;
}
.tarjetasypago img{
    height: 50px;
    width: auto;
}

/* fin footer */


 /* Redes sociales derecha plegables */

 .socialwhat{
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    right: 15px; /* Establecemos la barra en la izquierda */
    bottom: 20px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

.socialwhat ul {
    list-style: none;
    padding: 0px;
}

.socialwhat ul li a {
    display: inline-block;
    color:#fff;
    background: rgb(22, 168, 46);
    outline: 1px solid rgb(22, 168, 46);
    outline-offset: 2px;
    margin-top: 3px;
    padding: 15px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
    border-radius: 50%;
}

    .socialwhat img{
        height: 2rem;
        filter: invert(1);
        width: 2rem;
    }

    .socialwhat ul li .icon-whatsapp {
        box-shadow: 0rem 0rem 1rem rgb(22, 168, 46);
    }


    .socialwhat ul li a:hover {
        color: rgb(250, 250, 250); /* Cambiamos el fondo cuando el usuario pase el mouse */
        transform: scale(1.2);
    }  
    
    
  @media(max-width: 530px) {
    .socialwhat {
      position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
      left: 15px; /* Establecemos la barra en la izquierda */
      top: 600px; /* Bajamos la barra 200px de arriba a abajo */
      z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
    }
  }


/* terminos y condiciones */
.terminos{
display: flex;
padding-top: 12rem;
}
/* fin terminos y condiciones */


/* politicas de privacidad */
.privacidad{
    display: flex;
    padding-top: 12rem;
}
/* fin politicas de privacidad */


/* testimonios google */
.testimonios .testimonios{
    margin-bottom: 4rem;
}
.testimonios .card-header-testimonios{
    display: flex;
}
.testimonios .card-header-testimonios .img-testimonios{
    height: 3rem;
    border-radius: 50%;
}
.testimonios .card-header-testimonios .tittle-header{
    padding-left: 0.7rem;
}
.testimonios .card-header-testimonios .tittle-header h3{
    font-size: 1.1rem;
    margin-bottom: 0;
    color: #000000;
}
.testimonios .card-header-testimonios .tittle-header p{
    font-size: 0.7rem;
    color: #464646;
}
.testimonios .card-header-testimonios .logo-img-google{
    position: absolute;
    top: 5px;
    right: 2px;
    height: 1rem;
}
.testimonios .card-header{
    border: none;
}
.testimonios .card .start-testimonios{
    background: rgb(247 247 247);
    padding-left: 1rem;
    color: #f7e342;
}
.testimonios .card .card-body{
    height: 9rem;
    font-size: 0.8rem;
    background: rgb(247 247 247);
    overflow-y: scroll;
    scroll-behavior: auto;
    scroll-behavior: smooth;
}
.testimonios .card .card-body::-webkit-scrollbar{
    scroll-behavior: auto;
    scroll-behavior: smooth;
    background: grey;
    color: #ca2d2d;
    border-radius: 0.5rem;
    width: 0.4rem;
    height: 0.8rem;
}
@media only screen and (min-width:480px) and (max-width: 900px){
    .testimonios .card-testimonios{
        margin: 1rem 0rem;
    }
}
@media only screen and (min-width:200px) and (max-width: 480px){
    .testimonios .card-testimonios{
        margin: 1rem 0rem;
    }
}
/* fin testimonios google */

/*Visas b1 b2*/
.visab1b2{
    padding: 2rem 1rem;
}
.visab1b2 .clm-infor{
    text-align: center;
}
.visab1b2 .tittleb1b2{
    color: #1b2d4c;
    font-weight: bold;
    font-size: 2.5rem;
}
.visab1b2 .col-btn{
    display: flex;
    align-content: space-between;
    justify-content: space-evenly;    
}
.visab1b2 .col-btn .btn-descarga {
    background: #09b626;
    color: #fff;
    text-decoration: none;
    padding: 1rem 0.5rem;
    text-transform: uppercase;
}
.visab1b2 .col-btn .btn-contacto {
    background: #e40000;
    color: #fff;
    text-decoration: none;
    padding: 1rem 2rem;
    text-transform: uppercase;
}
.whatsb1b2{
    background: rgba(125, 179, 240, 0.7);
    padding: 2rem 1rem;
}
.whatsb1b2 .tittle-whatsb1b2{
    color: #1b2d4c;
    font-weight: bold;
    font-size: 2rem;
}
.e-icons-md{
    height: 150px;
    width: 150px;
}
.whatsb1b2 ul {
    list-style-image: url(../img/check.png);
    line-height: 3rem;
    padding-bottom: 1rem;
}
.whatsb1b2 ul li{
    font-size: 1.2rem;
}
.citembajab1b2{
    padding: 2rem 1rem;
}
.citembajab1b2 .tittlecitembajab1b2{
    color: #1b2d4c;
    font-weight: bold;
    font-size: 2rem;
}
.citembajab1b2 .col-btn{
    padding-top: 0.7rem;
}
.citembajab1b2 .col-btn .btn-solicitar{
    background: #09b626;
    color: #fff;
    text-decoration: none;
    padding: 1rem 2rem;
    text-transform: uppercase;
}
/* fin Visas b1 b2*/

.imglogo-mensa{
    height: 200px;
}


/* FAQs.php */

.faqs{
    padding: 2rem 0rem;
}


/* fin FAQs.php */