@charset "utf-8";

:root {
   --azul: #002b4f;
   --azul2: #005784;
   --gris: #D8D8D8;
   --degrade: linear-gradient( #005784, #002C4D);
   --gris2: #CAD2D9;
}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Lato', sans-serif;
    color:#5B5B5F;
}
body, td, th, input, select, textarea{
    font-size:13px;
}
body{margin:0px;padding: 0px;}

h1{color:#002b4f;}
h2{color:#002b4f;}
h3{color:#5B5B5F;}
h4{color:#000;}
h5{color:#000;}
h6{color:#5B5B5F;}
/* 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: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #5B5B5F; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #005784; 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: #626262; 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: #002b4f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

.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(--azul);
}
a:visited,a:active,a:focus{
    text-decoration: none !important;
}
*:focus{
    outline: none !important;
}
/*------------*/
section.home-section{
    padding-top: 52px;
}
.site-content{
    padding-top: 51px;
}
.site-content, .my-container{
    max-width: 1200px;
    margin: 0 auto;
}
/*------------*/

.img-zoom-in,.img-zoom-out {
    overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
    transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
    transform: scale(1.15);
}
.img-zoom-out img{
    transform: scale(1.15);
}
.img-zoom-out:hover img{
    transform: scale(1);
}
/* Fonts */
.text-upper{
    text-transform: uppercase;
}

.w-100{
    width: 100%;
}
.acultar2020{
    display: none;
}
/* HEADER */
header.home {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .4s ease;
    background: var(--azul);
    padding: 5px 15px;
}
.header-content {
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 140px;
}
.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;
}

a.toogle-menu { /*boton del menu responsive*/
    color: #fff;
    font-size: 40px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: var(--azul);
    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>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.mm-menu a, .mm-menu a:active, 
.mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited{
    color: #fff
}
.mm-navbars_bottom {
    height: 54px;
}

.bg-icon {
    background: #fff;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: var(--azul);
}
.navbar-header{
    display: none;
}
/* 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: rgba(255, 255, 255, 0.4);
    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: #243B76;
    color: #fff;
}

p.nav-top {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}
/*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: 5px;
    height: 5px;
    padding: 0;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
}

/*SECTION 1---------------------- */ 

/*texto*/
.texto h1{
    font-weight: bold;
    font-size: 19px;
}
.txt-tex h2{
    font-size: 15px;
}


.texto h1, .texto div h2{ color: #fff }

.img-banner {
    max-width: 200px;
    margin-left: auto;
} 
.content-slider {
    max-width: 80%;
}
#figura{position: relative;}
#figura:before {
    content: '';
    display: block;
    top: -1px;
    height: 80%;
    width: 100%;
    position: absolute;
    background-image: url(figuraNuevo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.btn-slider > a {
    color: #fff;
    border: 1px solid;
    padding: 5px;
    border-radius: 30px;
    margin: 15px auto 15px 0;
    display: block;
    max-width: 110px;
    text-align: center;
}

.texto {
    height: 46vw;
    max-height: 246px;
    max-width: 540px;
    position: relative;
}
.btn-slider {
    position: absolute;
    /* bottom: -15px; */
}

/*SECTION 2 ICONOS---------------------*/

.content-iconos > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icono {
    width: 127px;
    height: 147px;
    margin: 0.5em;
    border-radius: 15px;
    border: 3px solid #002E4F;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    color: #002E4F;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
}
/*titulo*/

.titulo {
    display: flex;
    justify-content: center;
    padding: 2em 0;
}

.titulo > h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 2em;
    position: relative;
}

/* .titulo > h2:before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(tutilo.png);
    position: absolute;
    left: 20px;
    top: -20px;
} */

.calculadora{
    position: relative;
    z-index: 10;
}

.calculadora > a {
    background: var(--degrade);
    color: #fff;
    display: flex;
    width: 100%;
    max-width: 425px;
    height: 65px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin: 1em auto;
    position: relative;
    z-index: 10;
}

.calculadora > div > img {
    width: 100%;
    max-width: 316px;
    height: 100%;
    max-height: 60vw;
    object-fit: cover;
}


/*SECTION 3 TAB------------------*/

.fondo{
    position: relative;
    background: #edeff4; 
    padding: 3em 0;
}

.fondo > img{
    display:none;
}
.fondo .tab-pane > div > div p {
    color: #002E4F;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

/*botones tab*/

.btn-tab {
    width: 144px;
    background: #002C4D;
    text-align: center;
    border-radius: 30px;
}

.content-tabs .nav-tabs>li.active>a,
.content-tabs .nav-tabs>li.active>a:focus,
.content-tabs .nav-tabs>li.active>a:hover{
    color: #002C4D!important;
    background-color: #fff!important; 
    border-bottom-color: none!important;
    border-radius: 30px;
    margin:0!important;
}
.content-btn-tab {
    width: 288px;
    background: #002c4d;
    height: 41px;
    border-radius: 30px;
    margin: auto;
}
.content-tabs .nav-tabs>li {
    border-radius: 30px!important;
}
.content-tabs .nav-tabs>li>a {
    margin: 0!important;
    border: 1px solid transparent;
    border-radius: 30px!important;
    color: #fff;
    font-size: 13px;
}

.btn-primary {
    background-color: #002a4f;
    border-color: #000;
    transition: all .3s ease;
}

/*SECTION 4 APP------------------*/

.app-links > h3 {
    color: #00375A;
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.app-links > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-info {
    color: #002C4D;
    text-align: center;
    font-size: 15px;
    padding: 1em 0;
}

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

.formulario > button {
    width: 111px;
    background: #002C4D;
    height: 46px;
    border-radius: 30px;
    font-size: 21px;
    color: #fff;
}

.formulario > input {
    height: 46px;
    border: none;
    border-bottom: 1px solid #979797;
    margin: 9px 0;
    width: 185px;
    text-align: center;
}
.txt-form {
    color: #626262;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    line-height: 19px;
    text-align: center;
}

.form {
    padding-bottom: 3em;
    border-bottom: 2px solid #D8D8D8;
}

/*section eventos*/

.evento {
    display: block;
    width: 100%;
    max-width: 341px;
    height: 237px;
    margin: 1em auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 9px 9px 0 #EAEAEA;
    transition: all .3s ease;
}
.txt-evento {
    padding: 0 1em;
    position: relative;
}

.txt-evento > h3 {
    margin: 8px 0 0 0;
    color: #002C4D;
    font-weight: bold;
    font-size: 15px;
}

.txt-evento > p {
    font-size: 12px;
    color: #757575;
    margin: 5px 0 0 0;
    text-align: left;
    font-weight: 400;
    line-height: 15px;
}
.derecha {
    position: absolute;
    right: 5px;
    bottom: -9px;
    color: #002C4D;
}
/*FOOTER ------*/

.footer{
    background: #FCFCFC;
}


.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}
.menu-1 > ul > li > a{font-size: 13px; color:#002C4D; font-weight: 300}


h3.footer-tittle {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color:  #002C4D
}

.page-footer > div > div > p {
    margin: 0;
    font-size: 13px;
    text-align: center;
    color: #002C4D
}
.menu-1 > ul > li{
    text-align: center;
}
.page-footer div{
    padding: 0;
}

.footer-text{font-size: 12px;}
.footer-text > a{color: #002C4D}

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

.fin > div:first-child {
    max-width: 210px;
    padding: 0
}

.fin > div:first-child > div > p {
    font-size: 16px;
    font-weight: bold;
}
.fin > div > div {
    padding: 0;
}

.fin .cbp-btn {
    display: flex;
    width: 97px;
    height: 27px;
    border: 2px solid #002C4D;
    padding: 0;
    font-size: 12px;
    color: #002C4D;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 1em auto;
    transition: all .3s ease;
}

.btn-home {
    min-width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 28px;
}

header.home.fixed {
    background: var(--azul);
}

.pbx{
    display: none;
}

/*HOVERS*/

a.btn-home:hover {
    color: #fff;
    background: var(--azul2);
}

header.home.fixed .pbx {
    color: #fff;
}

.btn-slider > a:hover {
    background: var(--azul2);
}

.icono:hover {
    background: var(--degrade);
    color: #fff;
    transform: translateY(-15px);
    box-shadow: 0 15px 0px 0 #cccccc;
}

.icono:hover .img-icono{
    filter: invert(1);
}

.calculadora >a:hover {
    transform: scale(1.05);
}
.nav>li>a:hover {
    background-color: initial;
}
.formulario > button{transition: all .3s ease}
.formulario > button:hover {
    background: var(--azul2);
}

.evento:hover {
    transform: scale(1.03);
    box-shadow: 9px 9px 0 var(--azul2);
}

.fin a.cbp-btn:hover {
    background: var(--azul);
    color: #fff;
}

#redes_laterales {
    display: none;
}

/*Media Queries */
@media (min-width: 500px) {

    .formulario > button {
        margin-left: 40px;
    }

    .formulario > input {
        font-size: 17px;
        font-weight: 100;
    }

    .content-slider {
        padding: 2em 0 0 2em;
    }
    .img-banner {max-width: 290px;}
    .texto h1 {font-size: 24px;}
    .txt-tex h2{ font-size: 20px }
    .btn-slider > a {
        width: 190px;
        font-size: 17px;
        max-width: initial;
    }
    .titulo > h2 {font-size: 24px;}
    .fondo .tab-pane > div > div p {font-size: 20px;}
    .app-info {
        font-size: 20px;
        padding: 1em 4em;
    }
    .txt-form {font-size: 20px;}

}

@media (min-width: 768px){

    .titulo > h2 {
        font-size: 30px;
    }
    .app-info {
        font-size: 20px;
    }
    body, td, th, input, select, textarea{
        font-size:16px;
    }
    .footer-bottom {
        padding: 0.5em;
    }
    .eve{padding: 3em 0px}

    .content-eventos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #figura:before {height: 120%;}
    .img-banner {
        max-width: 450px;
    }
    .content-slider {
        width: 100%;
        max-width: 542px;
        padding: 1em 1em 0 1em;
    }

    #figura:before {
        height: 110%;
        width: 70%;
    }
}

@media (min-width: 992px){
    #redes_laterales{
        display: block;
        position: fixed;
        right: 0px;
        z-index: 999;
        background: #ffffff;
        top: 40%;
        border-radius: 10px 0 0 10px;
    }
    #redes_laterales a{
        display: flex;
        position: relative;
        text-decoration: none;
        transition: all .3s ease;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
    }
    #redes_laterales a > i{
        color: #002c4d;
        font-size: 2em;
    }
    #redes_laterales a > i:hover{
        color: #fff;
    }
    #redes_laterales a > span{
        position: absolute;
        top: 0px;
        width: 170px;
        height: 40px;
        color: #ffffff;
        left: 80px;
        transition: all 0.5s;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
        display: flex;
        align-items: center;
        padding: 0 1em;
        border-radius: 20px 0 0 20px;
    }

    #redes_laterales a:hover .span{
        left: -130px;
    }

    .site-content{
        padding: 100px;
    }
    .fondo > img{
        display: block;
        width: 100%;
        height: 55vw;
        max-height: 994px;
        object-fit: cover;
        background: none;
    }
    .tab{
        position: absolute;
        width: 100%;
        height: 70%;
        top: 0;
        max-width: 1200px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        top: 21%;
    }
    .fondo{
        background: transparent;
    }

    .app-info {
        padding: 1em 0 82px 0;
    }

    .page-footer > div > div > p {
        text-align: left;
    }
    .menu-1 > ul > li{
        text-align: left;
        padding: 4px 0;
    }

    #figura {
        padding: 80px 0 45px 0;
    }
    .bajar {
        padding-top: 45px;
    }

    .content-iconos {
        padding-top: 50px;
    }

    .texto h1 {
        font-size: 33px;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .txt-tex h2{
        font-size: 20px;
        font-weight: 100;
        margin-bottom: 20px;
    }
    .titulo > h2 {font-size: 30px;}
    .app-info {
        font-size: 22px;
        padding: 1em 2em;
    }
    .calculadora {
        display: flex;
        align-items: center;
        max-width: 766px;
        margin: auto;
    }
    
    #figura:before {
        top: -57px;
        height: 135%;
        width: 70%;
    }

    /*MENU ESCRITORIO--------------------------*/

    .nav-mobile {display: none;}
    .content-info-header {
        width: 100%;
        max-width: 980px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-brand {max-width: 204px;}
    .navbar-header {
        display: block;
        width: 100%;
        padding: 0 10px;
    }
    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 {
        position: relative;
        display: block;
        text-align: center;
        font-size: 14px;
        padding: 6px 13px;
        white-space: nowrap;
        border-radius: 30px;
        font-weight: 500;
        color: var(--azul);
        background: #eceff2;
        z-index: 1;
        overflow: hidden;
        margin: 0 3px;
    }
    ul.submenu {
        position: absolute;
        /*background: #fcfcfdcc;*/
        min-width: 150px;
        transform: translateX(-50%);
        left: 50%;
        box-shadow: 0 0 0px black;
        display: none;
        opacity: 0!important;
        transition: all .3s ease;
    }
    ul.submenu:before {
       font-family: FontAwesome;
       content: "\f0d8";
       display: block;
       height: 36px;
       font-size: 40px;
       line-height: 60px;
       text-align: center;
       color: #eceff2;
   }
    ul.submenu li a {
        font-size: 14px !important;
        padding: 8px !important;
        border-radius: 0px!important;
    }
    
    ul.submenu > li > a,
    ul.subsubmenu > li > a{
        border-radius: 15px!important;
    }
    ul.submenu > li > a,
    ul.subsubmenu > li > a{
        border-radius: 15px!important;
    }

    ul.submenu > li,
    ul.subsubmenu > li{
        background: #ebeef1!important;
    }
    ul.submenu > li,
    ul.subsubmenu > li{
     background: #ebeef1!important;
 }

 ul.submenu > li:first-child,
 ul.subsubmenu > li:first-child{
    background: none!important;
}
ul.submenu > li:last-child,
ul.subsubmenu > li:last-child{
 background: none!important; 
}

ul.submenu{
    background: linear-gradient(transparent 50px, #ebeef1 10px);
    border-radius: 15px;
    opacity: 1!important;
}

nav.main-nav ul li {
    position: relative;
}
ul.subsubmenu {
    position: absolute;
    left: 100%;
    min-width: 150px;
    transform: translateY(-36px);
    background: #eceff2;
    border-radius: 0 15px 15px 15px;
}
header.home{
    background: none;
}
.pbx {
    display: block;
    white-space: nowrap;
    color: #002E4F;
    font-size: 13px;
    display: flex;
    align-items: center;
}

/*HOVERS*/
ul.submenu li a:hover {
    background: #9ab9cc;
}
#menu-main > li > a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    background: #9ab9cc;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    transition: all .3s ease;
}
#menu-main > li > a:hover:before{
    width: 100%;
}

section.fondo {
    margin-top: -121px;
}
}

@media(min-width: 1200px){
    h3.footer-tittle{
        text-align: left;
    }

    .formulario {
        flex-wrap: nowrap!important;
    }

    .form{
        position: relative;
        width: calc( 100% - 150px);
    }

    .titulo > h2 {font-size: 34px;}
    .fondo .tab-pane > div > div p {font-size: 25px;}

    .icono {width: 147px;}
    /*borrar*/
    section.fondo {
        margin-top: -160px;
    }

    #figura:before {
        height: 125%;
    }

    .titulo > h2:before {
        width: 128px;
        height: 114px;
        left: -62px;
        top: -32px;
    }
}

/*CASOS ESPECIALES--------*/

@media(min-width: 1500px){
    #figura:before {
        height: 140%;
        width: 65%;
    }
}

@media(min-width: 1800px){
    #figura:before {
        width: 62%;
        height: 149%;
    }
}

@media(min-width: 2000px){
    .fondo > img {
        max-height: 600px;
        object-fit: none;
        background: linear-gradient(90deg, #e7f2f5, #e8e8e8);
    }
    section.fondo {
       margin-top: initial; 
   }
}

@media(min-width: 320px) and (max-width: 992px){
    .content-info-header {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
    }
    a.btn-home {
        margin-right: 10px;
    }
}

/* PopUp */
.modal{
    background: rgba(0, 33, 255, 0.18);
}
.modal-popUp .modal-dialog {
    width: 100%;
    max-width: 1100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}
.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}
.page-popup .cbp-block{
    padding: 0;
}
