
@charset "utf-8";

:root {
   --azul1: #1D70B7;
   --azul2: #168AC3;
   --gris: #EFEFEF;
   --txt: #3E4145;
}

body, td, th, input, select, textarea, h3, h4, h5, h6, a, li{
    font-family: 'Montserrat', sans-serif;
    color:#000;
}
body, td, th, input, select, textarea{
    font-size:14px;
}
.boton-solicitud-manual>a{
    color: #fff;
}

h1{color:#1565c0;font-size:28px;}
h2{color:#1565c0;font-size:18px;}
h3{color:#168AC3;}
h4{color:#3E4145;}
h5{color:#3E4145;}
h6{color:#333;}
p{color: #666666;font-size:16px;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {      background: #f7f7f7;}
.zebra tr.over td { background: #168AC3;}
.zebra tr.title td { background-color: #168AC3; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3E4145; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #168AC3; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #168AC3; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #3E4145; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}
.margin{margin: 5px;}
.clear{clear: both;}
#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #1D70B7; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    background: #168AC3!important;
}

.btn-default {
    color: #fff;
    background-color: #168AC3;
    border-color: #168AC3;
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: #1D70B7;
    transition: all .3s ease;
    color: #fff;
}
#dashboardPG .dashboard-item .dashboard-item-container a:hover {
    background: linear-gradient(90deg, #fff, #1d70b736 );
}

.imagen_ver_evento{
	display: none;
}
/* Paddings */

.p-x{padding-left: 0px!important; padding-right: 0px!important;}
.p-y{padding-top:0px!important; padding-bottom:0px!important;}
.p-0{padding: 0px}
.p-1{padding: 1em;}
.p-2{padding: 2em;}
.p-3{padding: 3em;}
.p{
    padding: 1em;
}

.d-flex{display: flex;}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
    transition: all 0.3s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: var(--azul1);
}
a:visited,a:active,a:focus{
    text-decoration: none !important;
}
*:focus{
    outline: none !important;
}
/*------------*/
section.home-section {
    padding-top: 52px;
}
.site-content {
    padding-top: 70px;
}
.site-content, .my-container{
    max-width: 1200px;
    margin: 0 auto;
}
/*------------*/

.w-100{
    width: 100%;
}

/* HEADER */
header.home {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .4s ease;
    padding: 0.5rem 15px;
    border-top: 6px solid var(--azul2);
    box-shadow: 0 2px 4px #0003;
    background: #fff;
}
.header-content {
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 100px;
}
.nav-brand img{
    transition: all .2s ease;
    width: 100%;
}

/*para quitar los submenus en la vista responsive*/
.social-links, .main-nav-mobile {
    display: none;
}
/*para quitar los submenus en la vista de escritorio*/
#menu-main> li > ul {
    display: none;
}
.botoncerrarsesion{
    color: #ee7b3f!important;
}
a.toogle-menu { /*boton del menu responsive*/
    color: var(--azul1);
    font-size: 25px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: var(--azul1);
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {display: block !important;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    font-weight: bold;
    color: var(--gris);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color:var(--txt);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: var(--txt);
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
    color: #3F3F3F;
    font-size: 12px;
    font-weight: bold;
}
.navbar-header{
    display: none;
}
.datos-menu .fa-mobile {
    font-size: 24px;
}
.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
    padding: 0;
    height: 45px;
}
.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn), .mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){
    background: var(--verde);
}
div#mm-0:before {
    display: none;
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 0 -20px;
}

.mm-panel_has-navbar .mm-navbar {
    display: block;
    background: var(--azul2);
}
.mm-navbars_bottom {
    height: 70px;
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 147px;
    border-top: 1px solid var(--verde);
}
.mm-panels, .mm-panels>.mm-panel{
    background: #fff;
}
.mm-navbars_top{border: none!important;}
.datos-menu {
    display: block;
    height: 147px;
    padding: 1rem;
}

.log {
    background: #F25922;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-size: 12px;
    border-radius: 6px;
}
.pago-xs {
    background-color: #fff;
    box-shadow: 0 2px 4px #0000003d;
    padding: 6px;
    border-radius: 9px;
    margin-top: 20px;
}
.datos-menu >h3 {
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin: 0;
    font-size: 12px;
    padding: 0 0 1rem;
}
.datos-menu > p {
    color: #fff;
    text-align: left;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}


.mm-navbars_bottom {
    height: 46px;
}
m-menu .mm-listview a:not(.mm-btn_next){
    color: var(--txt)!important;
    font-weight: 600;
}

.bg-icon {
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
    border: 1px solid #fff;
}


/* Slider Home */
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #00000057;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
    background: var(--azul1);
    color: #fff;
}


/*dots slider*/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 100%;
    background-color: #c3c3c3;
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--azul2);
}

/*titulos*/

h2.content-box-title {
    text-align: center;
    font-weight: bold;
    color: #3E4145;
    padding: 1rem;
    margin: 1em 0px;
    font-size: calc(1em + 2vw);
}


/*footer --------------------------*/

.footer{
    background: #EFEFEF;
}
.poner, .footer-bottom{
    padding: 1em;
}
.footer-portal{
    display: inline-block;
    width: 100%;
}
.footer-top{
    background: #EFEFEF;
}
.footer-bottom {
    background: #EFEFEF;
    border-top: 3px solid #CACACA;
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.menu-1 > ul > li > a{font-size: 14px; color:#444444; font-weight: 300}
h3.footer-tittle {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color:  #444444
}
.page-footer > div > div > p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #444444;
}
.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 7px;
}
a.datos-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}
.footer-text{font-size: 13px;}
.footer-text > a{color: #444444}

ul#footer-menu > li:before {
    font-family: FontAwesome;
    content: "\f054";
    padding: 1px;
    color: #444444;
}

.social-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.social-bar > div > a {
    height: 33px;
    width: 33px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #444444;
    border: 2px solid #444444;
    border-radius: 100%;
}

.page-top, .redes-top{
    display: none;
}




.img-pagos{
    display: none;
}


/*SECTION BANNER ------------------*/

.content-banner{
    position: relative;
}

.banner-container {
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 1rem 19%;
    background: #00000033;
}

.banner-detalles {
    height: 100%;
    max-height: 277px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-detalles > h2 {
    margin: 0;
    font-size: calc(1em + 1vw);
    font-weight: bold;
    color: #fff;
    text-align: center;
}



/*SECTION ENLACES---------------- */


.enlaces {
    display: flex;
    align-items: center;
    justify-content: center;
}

.enlace {
    display: flex;
    max-width: 113px;
    max-height: 106px;
    background: #0009;
    border-radius: 9px;
    margin: 10px;
    flex-direction: column;
    width: 26vw;
    height: 26vw;
    padding: 5px;
}

.enlace > img {
    max-width: 50px;
    max-height: 50px;
    width: 12vw;
    height: 12vw;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}


.enlace > h2 {
    margin: auto;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    word-break: break-word;
}


/*SECTION ITEMS ---------------*/


/*items*/
.item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 384px;
    margin: auto;
    height: 89vw;
    max-height: 324px;
    background: #EFEFEF;
    border-radius: 8px;
    padding-bottom: 2rem;
}

.item > img {
    width: 100%;
    height: 46vw;
    object-fit: cover;
    max-height: 188px;
    border-radius: 9px;
}

.item > h2 {
    color: #033776;
    font-weight: 900;
    font-size: 15px;
    max-width: 313px;
    margin: 0 auto;
    width: 100%;
    padding: 1rem;
}

.item > p {
    color: #000;
    font-size: 12px;
    text-align: justify;
    line-height: 26px;
    width: 100%;
    max-width: 313px;
    margin: 0 auto;
    padding: 0 1rem;
    height: inherit;
    overflow-x: hidden;
    overflow-y: auto;
}



/*item top*/
.items-top {
    padding: 1rem;
}

.items-datos {
    padding: 0 0 2rem;
    max-width: 546px;
    margin: auto;
}

.items-datos > h2 {
    color: #003675;
    font-size: calc(1em + 3vw);
    margin: 0;
    padding: 2rem 0;
}

.items-datos > p {
    color: #3E4145;
    font-size: 14px;
    line-height: 29px;
    text-align: left;
    margin: 0;
}


.item.top {
    display: flex;
    width: 100%;
    max-width: 483px;
    margin: auto;
    padding-bottom: 2rem;
    border-bottom: 2px solid #1794D0;
    flex-direction: column;
    height: 105vw;
    max-height: 395px;
    background: #fff;
    border-radius: 0;
}

.item.top > img {
    width: 100%;
    max-height: 236px;
    height: 46vw;
    object-fit: cover;
    border-radius: 10px;
}

.item.top > h2 {
    color: #013675;
    font-weight: 900;
    font-size: 19px;
    margin: 0;
    padding: 1rem 1rem 2rem;
    max-width: 394px;
    margin: auto;
    width: 100%;
}

.item.top > p {
    font-size: 14px;
    color: #000;
    text-align: justify;
    line-height: 29px;
    max-width: 394px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}



/*SECTION FONDO*/

.content-fondo {
    width: 85%;
    /*max-width: 1649px;*/
    height: 60vw;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0 34px 34px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 2rem;
    margin: 2rem 0;
}
.content-fondo:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #144490, #07518D);
    opacity: 60%;
}

.datos-fondo {
    position: relative;
}

.datos-fondo > h2 {
    font-size: calc(1em + 1vw);
    color: #fff;
}

.datos-fondo > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 394px;
    height: 50px;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 30px;
    margin: 2rem auto 0;
    font-weight: 500;
    text-align: center;
}




/*section iconos ------- */

.content-icono {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.icono {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 157px;
    height: 129px;
    padding: 1rem;
    width: 40vw;
    border: 1px solid #fff;
    border-radius: 4px;
}

.icono > h2 {
    font-size: 14px;
    color: #3E4145;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin: auto 0;
    padding-top: 10px;
}

.icono > img {
    width: 53px;
    height: 53px;
    object-fit: contain;
    object-position: center;
}





/*SECCTION NOTICIAS ---------------- */


.noticias {
    display: flex;
    background: #EFEDED;
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
    margin: auto;
}

.img-noticia {
    display: block;
    width: 280px;
    height: 157px;
    border-radius: 9px;
}

.datos-noticia {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    position: relative;
    padding-bottom: 25px;
    height: 157px;
}

.datos-noticia > h2 {
    font-size: 17px;
    color: #033776;
    margin: 0;
    width: 100%;
    padding: 5px 0 1rem;
    font-weight: 600;
}

.datos-noticia > p {
    margin: 0;
    text-align: justify;
    line-height: 1em;
    height: inherit;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
    color: #000;
    margin-bottom: 18px;
}

.fecha-noticia {
    font-size: 13px;
    color: #545454;
}

.bot-noticia {
    position: absolute;
    bottom: 5px;
    right: 12px;
    font-size: 13px;
    color: #0C68B2;
    text-decoration: underline;
    font-style: italic;
}


/*EFECTOS*/

.redes-top > a:hover {
    color: var(--azul2);
}

a.enlace-top:hover {
    color: var(--azul1);
}

img.img-pagos:hover {
    background: #348ac336;
    transition: all .3s ease;
}


.item:hover {
    transform: scale(1.05);
}

.datos-fondo > a:hover {
    background: var(--azul2);
}

a.icono:hover {
    border: 1px solid #979797;
}

a.noticias:hover {
    transform: scale(1.05);
}

.menu-1 > ul > li > a:hover {
    color: var(--azul2);
}

a.datos-footer:hover {
    transform: scale(1.04);
}

.social-bar > div > a:hover {
    background: var(--azul2);
    color: #fff;
}

.home.fixed {
    transform: translateY(-41px);
}

.enlace:hover {
    background: var(--azul1);
}

.message--center-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 280px;
    width: 100%;
}
.message--center-wrapper .message--inner {
    text-align: center;
    max-width: 320px;
}
.message--center-wrapper .message-title {
    font-weight: 500;
    text-align: center;
}

/*LOGIN*/

.login--content-wrap {
    margin-bottom: 46px;
}

.login--content-wrap .side-panel {
    display: flex;
    min-height: 100%;
}

.login--content-wrap .side-panel .panel-body {
    color: inherit;
    margin: auto 0;
    padding: 36px;
    width: 100%
}

.login--content-wrap .side-panel .side-title {
    color: inherit;
    font-weight: 700;
    text-transform: uppercase;
}

.login--content-wrap .side-panel.bg-blue {
    background-color: #fff;
    border-color: #F25922;
    color: #000;
}

.login--content-wrap .side-panel .btn-orange {
    background-color: #F25922;
    border-color: #a52c00;
    color: #fff;
}

.login--content-wrap .side-panel .btn-orange:hover {
    background-color: #ff713e;
    border-color: #F25922;
    color: #fff;
}

.login--content-wrap .side-panel .btn-orange:active,
.login--content-wrap .side-panel .btn-orange:focus {
    background-color: #F25922;
    border-color: #F25922;
    color: #fff;
}

.login_pge label{
        color: #b3acb3;
}
.login_pge .btn-default{
    color: #b3acb3;
    background-color: #ffffff;
    border-color: #dddddd;
}

/* Media Queries */
@media (min-width: 500px) {
    
    .items-datos > h2{
        padding: 0;
    }
    .icono{
        width: 29vw;
    }

    .noticias {
        flex-direction: row;
        max-width: 639px;
    }

    .img-noticia{
        min-width: 281px;
    }

    .enlace > h2{
        font-size: 13px;
    }

}

@media (min-width: 768px){

    .banner-container{
        padding: 30px 60px;
    }
    .banner-detalles{
        align-items: flex-end;
        justify-content: flex-start;
        max-height: initial;
        max-width: 1200px;
        margin: auto;
    }

    .banner-detalles > h2 {
        font-size: 35px;
        width: 80%;
        max-width: 640px;
        line-height: 1em;
        text-align: left;
    }

    .items-datos > h2 {
        font-size: 53px;
        line-height: 63px;
        padding: 35px 0 50px;
    }   

    .items-datos > p{
        font-size: 18px;
    }

    .items-datos{
        padding-bottom: 50px;
    }

    .content-slider-items, 
    .content-fondo {
        margin: 70px 0;
    }

    .datos-fondo > h2 {
        font-size: 35px;
        line-height: 1em;
    }

    .content-icono {
        padding: 0;
        max-width: 924px;
        margin: 60px auto;
    }

    h2.content-box-title{
        font-size: 35px;
    }

    section.home-section {
        padding-top: 56px;
    }


    .enlaces {
        flex-wrap: wrap;
        max-width: 113px;
        max-height: 334px;
        position: absolute;
        top: 0;
        right: 60px;
        bottom: 0;
        margin: auto;
    }

    .enlace {
        margin: 5px 0;
        width: 14vw;
        height: 11vw;
    }  

    .enlace > img {
        width: 5vw;
        height: 5vw;
    }

    .login--content-wrap {
        display: flex;
    }

}

@media (min-width: 992px){

    .primero, .ultimo {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 207px;
    }

    .menu-1 > ul > li, 
    .page-footer > div > div > p,
    h3.footer-tittle{
        text-align: left;
    }

    .enlaces{
        right: 110px;
    }

    .banner-detalles > h2 {
        font-size: 50px;
        letter-spacing: -2.05px;
        line-height: 54.11px;
    }
    .banner-container{
        padding: 35px 60px;
    }

    .items-top {
        display: flex;
        width: 100%;
        max-width: 1200px;
        align-items: center;
        justify-content: space-between;
    }

    .items-datos {
        padding: 0 2rem 0 0;
        width: 50%;
        max-width: 546px;
        margin: initial;
    }
    .items-datos > h2{
        padding: 0 0 50px;
    }

    .content-items {
        max-width: 1200px;
        margin: 30px auto;
    }

    .item{
        height: 29vw;
        padding-bottom: 1rem;
    }

    .content-fondo {
        width: calc(100% - 150px);
    }

    .datos-fondo > h2 {
        font-size: 50px;
        line-height: 64px;
    }

    .datos-fondo > a {
        height: 78px;
        border-radius: 54px;
        font-size: 24px;
    }

    a.item.top {
        margin: initial;
    }

    .content-noticias {
        max-width: 1350px;
        margin: 50px auto;
    }

    .item.top > h2{
        padding: 1rem;
    }

    .item.top{
        padding-bottom: 1rem;
    }

    .img-banner {
        width: 100%;
        max-height: 747px;
        object-fit: cover;
        object-position: center;
    }

    /*pagina top*/

    .page-top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 1350px;
        margin: auto;
        height: 41px;
        padding: 0 1rem;
    }

    .page-nav-top {
        display: block;
        background: #fff;
    }
    .page-nav-top div {
        padding: 0;
    }
    .page-nav-top h4, .page-nav-top p { 
       margin: 0!important;
       text-align: left;
       white-space: nowrap;
       padding: 0 1rem;
       font-size: 12px;
       color: #565656;
       font-weight: 300;
       line-height: 21px;
       display: flex;
    }    

    .page-nav-top > div > div{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 40px
    }

    .redes-top {
        display: flex;
        min-width: 145px;
        align-items: center;
        justify-content: space-between;
        margin: 0 2rem 0 1rem;
    }

    .redes-top > a {
        display: flex;
        width: 18px;
        height: 18px;
        align-items: center;
        justify-content: center;
        color: #565656;
        font-size: 20px;
    }

    .enlace-top {
        width: 239px;
        height: 36px;
        background: #F25922;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #fff;
        border-radius: 0 0 6px 6px;
        align-self: flex-start;
    }

    .enlace-top > span{
        margin-right: 15px;
        font-size: 20px;
    }

    .img-pagos {
        display: block;
        background: #fff;
        box-shadow: 0 2px 4px #0000003d;
        padding: 5px;
        border-radius: 9px;
        min-width: 120px;
        width: 100%;
        max-width: 151px;
        max-height: 75px;
        object-fit: contain;
        transition: all .3s ease;
    }

    .casa {
        font-size: 28px;
        padding: 0 15px;
        margin: 015px;
        border-right: 1px solid #979797;
        color: #1D70B7;
    }



    /*MENU ESCRITORIO ****************+*/

    .nav-brand {
        max-width: 220px;
        min-width: 170px;
        width: 100%;
    }
    .header-content{
        max-width: 1200px;
        margin: auto;
        width: 100%;
    }
    .navbar-header{
        display: block;
    }
    .main-nav {
        display: flex;
        align-items: center;
    }
    header.home{
        padding: 0;
        border: none;
    }
    .nav-mobile {
        display: none;
    }
    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-left: 20px;
    }
    .ct-header {
        border-top: 5px solid #1897D5;
        height: 100px;
        display: flex;
        align-items: center;
        padding: 0 1rem;
    }
    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    nav.main-nav ul li a {
       display: block;
       font-size: 12px;
       padding: 5px;
       font-weight: bold;
       color: #3F3F3F;
       min-width: 40px;
       margin: 0 2px;
       text-align: center;
       border-bottom: 2px solid #fff;
       line-height: 1em;
       transition: all .3s ease;
   }

     #menu-main > li > a:hover,
     #menu-main > li > a:focus{
        color: var(--azul2);
        border-bottom: 2px solid var(--azul2);
    }

    ul.submenu {
        position: absolute;
        min-width: 150px;
        transform: translateX(-50%);
        padding-top: 35px!important;
        left: 50%;
        box-shadow: 0 0 0px black;
        display: none;
        transition: all .3s ease;
    }
    ul.submenu li a {
        font-size: 12px !important;
        padding: 8px !important;
        text-align: left!important;
        font-weight: 300!important;
        background: #02020278;
        color: #fff!important;
        border-bottom: 1px solid;
    }

    nav.main-nav ul li {
        position: relative;
    }
    ul.subsubmenu {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 150px;
    }


    section.home-section {
        padding-top: 141px;
    }

    .site-content {
        padding-top: 180px;
    }

}

@media(min-width: 1200px){
    .img-pagos{
        margin-left: 25px;
    }

    .slider-home .slick-arrow{
        left: 1%;
        width: 49px;
        height: 49px;
        display: flex!important;
        align-items: center;
        justify-content: center;
        font-size: 40px;
    }

    .slider-home span.arrow-right.slick-arrow{
        right: 1%;
        left: auto;
    }

}


@media(min-width: 1500px){
    .slider-home .slick-arrow{
        left: 14vw;
    }

    .slider-home span.arrow-right.slick-arrow{
        right: 14vw;
        left: auto;
    }

    .enlaces{
        right: 83px;
    }
}

#Form_58_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 12px;
}

div#Form_58_container>div {
    width: 48%;
}

.F58_item_1, #fg_buttons{
    width: 100% !important; 
}

@media(max-width: 598px){
    div#Form_58_container>div {
        width: 100%;
    }
}









