
@charset "utf-8";

:root {
   --azul: #165A9E;
   --azul2: #0C79E5;
   --amarillo1: #FDE020;
   --amarillo2: #FACD32;
   
   --gris: #F0F0F0;
   --txt: #5D5D5D;
}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Montserrat', sans-serif;
    color:#5D5D5D;
}
body, td, th, input, select, textarea{
	font-size:14px;
}

h1{color:#165A9E;}
h2{color:#165A9E;}
h3{color:#0C79E5;}
h4{color:#000;}
h5{color:#000;}
h6{color:#5D5D5D;}
/* 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: #0C79E5; 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: #165A9E; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

.carousel-control.right, .carousel-control.left{background-image:none !important;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {margin: auto;}

.btn-default {
    color: #fff;
    background-color: var(--azul2);
    border-color: var(--azul2);
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: var(--azul);
    transition: all .3s ease;
    color: #fff;
}
/* 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(--azul2);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/*------------*/
.site-content{
    padding-top: 144px;
}
section.home-section{
    padding-top: 66px;
}
.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;
    background: #fff;
    transition: all .3s ease;
    border-top: 3px solid var(--azul);
    box-shadow: 0px 2px 4px #0000006b;
}

.header-content {
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    display: flex;
}
.nav-brand {
    max-width: 150px;
    transition: all .3s ease;
}
.nav-brand img{
	transition: all .3s 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;
}

.toogle-menu, .toogle-search { /*boton del menu responsive*/
    color: var(--azul);
    font-size: 25px;
    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);
}
.navbar-header, .menu-top{
    display: none;
}
.mm-navbars_bottom {
    height: 46px;
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 115px;
}

.mm-menu .mm-listview a:not(.mm-btn_next){
    color: #fff!important;
    font-weight: 600;
}


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

/* 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: var(--azul2);
    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(--azul);
	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);
}

/*Searcher*/
.searcher {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    padding: 15px;
    z-index: 101;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateY(-100%);
}
.search-content {
    width: 100%;
    max-width: 400px;
}
.search-content form {
    display: flex;
    border-bottom: 2px solid var(--negro);
    transition: opacity .3s ease .4s;
    opacity: 0;
}
.search-content form input {
    background: none;
    border: none;
    color: #000;
    font-size: 22px;
    font-weight: 200;
    outline: none;
    box-shadow: none !important;
}
.search-content form button {
    background: none;
    border: none;
    color: var(--negro);
    font-size: 22px;
}
.search-content-active {
    transform: translateY(0%);
}
.search-content-active .search-content form  {
    opacity: 1;
}
.close-searcher {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px;
    font-size: 30px;
    color: var(--negro) !important;
}


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

.footer{
    background: #F0F0F0;
}
.poner, .footer-bottom{
    padding: 1em;
}
.footer-portal{
    display: inline-block;
    width: 100%;
}
.footer-bottom{
    background: #F0F0F0
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.menu-1 > ul > li > a {
    font-size: 12px;
    color: #444;
    font-weight: 500;
}

h3.footer-tittle {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #444;
    letter-spacing: 0.29px;
}

.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 7px;
}

.footer-bottom {
    background: #F0F0F0;
    padding-top: 2rem;
    border-top: 3px solid #CACACA;
    width: 100%;
}
.footer-text > a {
    color: #393838;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.77px;
}

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

.logos-footer {
    display: flex;
    flex-direction: column;
}
.logos-footer > img {
    margin: 1rem auto;
}


/*titulos*/
h2.content-box-title {
    font-size: calc(1em + 1vw);
    width: fit-content;
    margin: 1em auto 1em;
    padding: 1rem;
    max-width: 700px;
    position: relative;
    text-align: center;
    color: #4B56AD;
    font-weight: 600;
    padding-left: calc(1rem + 70px);
    position: relative;
}
h2.content-box-title:before {
    content: "";
    display: block;
    width: 61px;
    height: 69px;
    position: absolute;
    left: 8px;
    bottom: 0px;
    top: 0;
    margin: auto;
    background-image: url(titulos.png);
}








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

.slider-home{
    position: relative;
}
.slider-home:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border: none;
    background: #0C79E5;
}

.content-banner{
	position: relative;
}

.banner-container {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 3rem 55px;
    /* background: linear-gradient(90deg, #00000080, #0000); */
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.banner-detalles {
    height: 100%;
    max-height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-detalles > p {
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    text-shadow: 1px 1px 4px #000000b0;
    margin: auto 0;
    font-size: calc(0.9em + 1vw);
}

.banner-detalles > h2 {
    margin: 0;
    font-size: calc(1.1em + 1vw);
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 4px #000000b0;
    line-height: 1.2em;
    padding-bottom: 1rem;
}

.banner-detalles > a {
    display: flex;
    width: 75%;
    max-width: 240px;
    border: 2px solid #fff;
    height: 35px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 4px #000000b0;
    margin: 1rem auto 0;
    font-weight: 500;
    background-size: 400% 100%;
    background-image: linear-gradient(to right, #0000, #0000, #0C79E5 ,#165A9E, #165A9E);
    transition: all .8s ease-in-out;
}



/* SECTION ICONOS */

.iconos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.iconos::after {
    content: "";
    display: block;
    width: 100%;
    height: 93%;
    background: #FACD32;
    border-radius: 13px;
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: -15px;
}

.icono {
    display: flex;
    flex-direction: column;
    width: 43%;
    max-width: 169px;
    height: 144px;
    background: #fff;
    box-shadow: 0px 9px 40px -14px #00000080;
    margin: 15px 8px;
    border-radius: 17px;
    padding: 10px;
    align-items: center;
    position: relative;
}


.icono > img {
    width: 100px;
    height: 75px;
    object-fit: contain;
    object-position: center;
}
.icono > h2 {
    font-size: calc(0.8em + 1vw);
    color: #4F4F4F;
    margin: auto 0;
    text-align: center;
    padding-top: 10px;
}
.ico-right{
    display: flex;
}
.ico-right > img {
    width: 90%;
    max-width: 594px;
    margin: auto;
}



/* SECTION GALLERY  */

.img-gallery {
    box-shadow: 0px 6px 12px #25334b40, 0px 2px 4px #25334b1a;
    border-radius: 5px;
    overflow: hidden;
}



/* SECTION SLIDE */

.amari {
    position: relative;
    padding: 30px 0;
    margin-top: 2em;
}
.amari:before {
    content: "";
    display: block;
    width: 77vw;
    height: 39vw;
    position: absolute;
    background: #FACD32;
    border-radius: 13px;
    max-width: 900px;
    max-height: 400px;
    top: 0;
    right: 0;
}



/* SECTION TABS */

.content-tabs {
    width: 100%;
    background-image: url(fondotabs.jpg);
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    position: relative;
}
.content-tabs:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0053b396;
    top: 0;
    left: 0;
}

.my-ul {
    border: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 3rem;
}
.my-li {
    margin: 0;
    width: fit-content!important;
    min-width: 280px;
    border-bottom: 3px solid #fff!important;
}
.my-a {
    margin: 0 auto !important;
    border: none!important;
    text-align: center;
    background: #0000!important;
    color: #fff!important;
    font-weight: 500;
    font-size: 18px;
    height: 70px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    line-height: 1em!important;
}
.active.my-li {
    border-bottom: 7px solid #FACD32!important;
}



/* blog */

.blog {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 281px;
    background: #fff;
    margin: 10px auto;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.blog > img {
    width: 280px;
    height: 157px;
    object-fit: cover;
    border-radius: 9px;
    overflow: hidden;
}

.data-blog {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    height: 158px;
    padding: 13px;
}
.data-blog > h2 {
    color: #6B6B6B;
    font-weight: 500;
    font-size: 17px;
    margin: 0;
}
.data-blog > p {
    color: #6B6B6B;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1em;
    margin: auto 0;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.data-blog > span {
    color: #545454;
    font-weight: 500;
}
.data-blog > div {
    color: #2E67B6;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
    display: block;
    width: fit-content;
    margin-left: auto;
}


/* eventos */

.evento {
    display: flex;
    background: #fff;
    padding: 11px 20px;
    width: 100%;
    max-width: 400px;
    height: 100px;
    border-radius: 3px;
    background-image: url(borde.png);
    background-repeat: no-repeat;
    background-size: 17px 101px;
    background-position: -1px 0px;
}

.fecha-evento {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    width: 54px;
    padding-right: 17px;
    border-right: 2px solid #DFDFDF;
}
.num-eve {
    font-size: 27px;
    color: #165A9E;
    font-weight: bold;
    letter-spacing: 0.41px;
}
.mes-eve {
    color: #A9A9A9;
    font-weight: 500;
    letter-spacing: 0.59px;
    text-align: center;
    line-height: 1em;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
}

.tt-evento {
    margin-left: 15px;
    border-bottom: 1px solid #9D9CA1;
    display: flex;
}
.tt-evento > h2 {
    color: #165A9E;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0.25px;
    margin: auto 0;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 16px;
}

.btn-eventos {
    display: flex;
    width: 103px;
    height: 28px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
    font-style: italic;
    text-decoration: revert;
    margin: 2rem auto 0rem;
    background-size: 400% 100%;
    background-image: linear-gradient(to right, #0000, #0000,#FDE020, #FDE020);
    transition: all .8s ease-in-out;
}
.btn-eventos:hover {
    background-position: 100% 0;
    transition: all .5s ease-in-out;
    color: var(--txt);
    border-color: var(--amarillo1);
}

.content-eventos {
    width: 100%;
    max-width: 400px;
    margin: auto;
}




/* SECTION ALIANZAS  */

.content-alianzas {
    padding: 1rem;
    max-width: 1200px;
    margin: auto;
}

.alianzas {
    display: block;
    width: 100%;
    box-shadow: 0px 2px 6px 1px #0000002b;
    border-radius: 17px;
    padding: 35px 15px;
    background-image: url(figura.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: bottom;
}
.content-box-title.alian {
    text-align: left;
    color: #5D5D5D;
    margin: 0em auto 3em;
}
.content-box-title.alian:after {
    content: "";
    display: block;
    width: 155px;
    height: 5px;
    background: #0C79E5;
    border-radius: 5px;
    position: absolute;
    bottom: -10px;
}

.data-alianza > a {
    display: flex;
    width: 109px;
    height: 29px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #636363;
    border-radius: 20px;
    color: #787878;
    font-size: 13px;
    font-weight: 500;
    margin: 0 auto 2rem;
    background-size: 400% 100%;
    background-image: linear-gradient(to right, #0000, #0000,#0C79E5, #0C79E5);
    transition: all .8s ease-in-out;
}
.data-alianza > a:hover {
    background-position: 100% 0;
    transition: all .5s ease-in-out;
    color: #fff;
    border-color: #0C79E5;
}

.img-alianza {
    width: 100%;
    max-width: 469px;
    height: 39vw;
    max-height: 265px;
    object-fit: cover;
}



/* SECTION CONTACTO */

.content-direcciones {
    position: relative;
    padding: 25px 1rem;
    margin: 2em 0;
}
.content-direcciones:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    background: #0053B3;
    top: 0;
    right: 0;
    border-radius: 0 13px 13px 0;
    z-index: -1;
}

.direcciones {
    display: flex;
    flex-wrap: wrap;
}
.direccion {
    display: block;
    width: 50%;
    padding: 0 10px;
}

.content-direcciones > h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.43px;
    font-size: calc(1em + 1vw);
    position: relative;
}
.content-direcciones > h2:after {
    content: "";
    display: block;
    width: 60%;
    max-width: 281px;
    height: 2px;
    background: #FAD02F;
    margin: 1rem auto 0;
}

.dir-tt {
    color: #fff;
    font-size: calc(1em + 1vw);
    font-weight: bold;
    letter-spacing: 0.43px;
}
.dir-dir {
    color: #fff;
    font-size: calc(0.7em + 1vw);
    font-weight: 500;
    text-align: left;
    line-height: 1em;
}


.dir-txt div {
    padding: 0;
}
.dir-txt p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.28px;
    text-align: left;
    word-break: break-all;
}
.dir-txt i {
    font-size: 18px;
    color: #FBD22D;
    margin-right: 8px;
}



/*form ----- */

div#Form-Home {
    display: flex;
    flex-direction: column;
}

.img-form {
    width: 100%;
    max-width: 372px;
    object-fit: cover;
    max-height: 210px;
    height: 51vw;
    margin: 0 auto;
}

.content-box-title.form {
    margin: 2em auto 2rem;
}

#Form-Home #Form_7_container {
    display: block;
    width: 100%;
    max-width: 429px;
    margin: auto;
}

#Form-Home #Form_7_container div {
    padding: 0;
    margin: 0;
}

#Form-Home label{
    display: none;
}

#Form-Home div[class*="F7_item_"] > div > input,
#captcha_code_sign_input {
    width: 100%;
    height: 60px;
    border-radius: 0;
    border: none;
    box-shadow: none!important;
    background: #fff;
    color: #777;
    margin: 0 auto;
    border-bottom: 1px solid #979797;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#Form-Home fieldset label {
    font-size: 11px;
    text-align: left;
    line-height: 14px;
    margin: 0;
    width: 100%;
    font-weight: 300;
    margin-top: -10px;
    color: #898989;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#Form-Home #fg_submit {
    display: flex;
    width: 116px;
    height: 27px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2.79px;
    margin-top: 0;
    font-weight: bold;
    background: #0053B3!important;
}


/* redes */

.content-redes {
    padding: 40px 0 0;
    position: relative;
    display: block;
}
.content-redes:before {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background: #FACD32;
    position: absolute;
    top: 0;
}

.facebook, .instagram{
	padding: 2rem 0;
}

h2.content-box-title.redes {
    color: #5D5D5D;
    margin: 1em auto 2em;
}
h2.content-box-title.redes:after {
    content: "";
    display: block;
    width: 80%;
    max-width: 167px;
    height: 5px;
    background: #0C79E5;
    border-radius: 3px;
    margin: 18px auto 0;
}





/* EFECTOS   */

header.home.scroll {
    transform: translateY(-108px);
}
.casa-header:hover {
    filter: invert(1)sepia(1)saturate(100)hue-rotate(200deg);
}
.btn-search:hover {
    color: var(--azul2);
}
.banner-detalles > a:hover {
    background-position: 100% 0;
    transition: all .5s ease-in-out;
}
.icono:hover {
    transform: rotate(
-6deg);
}
.img-gallery{transition: all .3s ease;}
.img-gallery:hover {
    box-shadow: 0px 0px 0px 4px var(--amarillo2);
    transform: scale(1.03);
}
.blog:hover {
    box-shadow: 0 0 0px 3px var(--amarillo1);
}
.data-blog > div:hover {
    color: var(--txt);
}
.evento:hover {
    transform: translateX(10px);
}
#Form-Home #fg_submit:hover {
    background: #FDE020!important;
    color: var(--texto);
}
.menu-1 > ul > li > a:hover {
    color: var(--azul2);
}
#redes_laterales, .cont-flotante{
    display: none;
}



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

    .facebook {
		width: fit-content;
		margin: auto;
		min-width: 346px;
	}

    .banner-detalles {
        height: 40vw;
    }

    h2.content-box-title{
        margin: 2em auto 2em;
    }

    .iconos {
        padding: 2rem 0;
    }
    .iconos::after {
        height: 100%;
        bottom: 0;
    }
    .icono {
        display: flex;
        flex-direction: column;
        width: 30%;
    }

	
}

@media (min-width: 768px){
	
    .banner-detalles > h2{
        font-size: 35px;
    }
    .banner-detalles > p{
        font-size: 25px;
    }

    .banner-detalles > a{
        height: 54px;
        font-size: 21px;
    }
    .img-banner {
        height: 60vw;
    }

    .icono > h2 {
        font-size: 18px;
    }
    .iconos::after {
        height: 304px;
        top: 0;
        bottom: initial;
    }
    .iconos {
        padding: 25px 0 0;
    }
    .icono {
        margin: 20px 15px;
    }

    h2.content-box-title {
        margin: 3em auto 2em;
    }

    .blog {
        flex-wrap: nowrap;
        max-width: 640px;
        justify-content: space-between;
    }

    .alianzas {
        width: 80%;
        max-width: 1200px;
        margin: 4rem auto 1rem;
        background-size: 506px 250px;
    }
    .content-direcciones > h2 {
        max-width: 545px;
        margin: 0 auto 2rem;
    }
    .direcciones {
        max-width: 545px;
        margin: auto;
    }
    h2.content-box-title.redes {
        margin: 2em auto 2em;
    }
    .banner-container {
        justify-content: flex-start;
    }

    .banner-detalles {
        align-items: flex-start;
    }

    .blog > img {
        min-width: 281px;
    }

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

@media (min-width: 992px){
    .cont-flotante{
        display: flex;
        position: fixed;
        top:30%;
        right: 0;
        z-index: 999;
        border-radius: 30px 0 0 30px;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 6px;
    }
    .cont-flotante a{
        cursor: pointer;
    }
    
    .botones-pago {
        display: flex;
        flex-direction: column;
        gap: 6px;
        overflow: hidden;
        padding: 0 5px;
    }
    
    .botones-pago a {
        cursor: pointer;
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        opacity: 0;
        will-change: transform, opacity;
    }
    
    .cont-flotante:hover .botones-pago a {
        opacity: 1; 
        transform: translateX(0%);
    }

    @keyframes balanceo {
        0%, 100% {
            transform: rotate(0deg);
        }
        25% {
            transform: rotate(4deg);
        }
        75% {
            transform: rotate(-4deg);
        }
    }
    
    .botones-pago a:hover {
        animation: balanceo 0.6s ease-in-out infinite;
        transform-origin: top center; /* Cambia el origen de la transformación */
    }
    

    #redes_laterales{
        display: block;
        position: fixed;
        left: 0px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.7);
        top: 40%;
        border-radius: 0 10px 10px 0;
    }
    #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: #ffffff;
        font-size: 1.5em;
    }
    #redes_laterales a > span{
        position: absolute;
        top: 0px;
        width: 170px;
        height: 40px;
        color: #ffffff;
        right: 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: 0 20px 20px 0;
        justify-content: flex-end;
    }

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

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

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

    .banner-detalles{
        width: 100%;
        max-width: 1200px;
        padding-left: 4rem;
        margin: 0 auto;
    }
    
    .banner-detalles > h2{
        text-align: left;
        padding: 0;
        max-width: 550px;
    }
    .banner-detalles > p{
        text-align: left;
        max-width: 550px;
    }
    .banner-detalles > a{
        margin: initial;
    }
    
   
    section.home-section {
        padding-top: 148px;
    }

   
    /* iconos */

    .content-iconos {
        display: flex;
        position: relative;
    }
    .ico-right {
        display: flex;
        margin-left: -90px;
        position: relative;
        z-index: -1;
    }   
    .ico-right > img {
        width: 100%;
        margin-top: auto;
        min-width: 370px;
        margin-bottom: 20px;
    }

    .iconos::after {
        width: 90%;
        max-width: 1600px;
        left: 0px;
        right: 0;
        top: 160px;
        margin: auto;
    }

    .iconos{
        position: initial;
    }
    
    .icono{
        overflow: hidden;
    }

     .icono * {
        position: relative;
        z-index: 1;
     }

    .icono:before {
        content: "";
        display: block;
        width: 133px;
        height: 133px;
        background: linear-gradient(
    45deg, #FACD32, #FFFA3E);
        position: absolute;
        border-radius: 17px;
        left: -17px;
        bottom: -10px;
        /* transform: rotate(
    -17deg); */
        z-index: 1;
        transform: matrix(0.64,-0.77,0.77,0.64,-82,110);
        transition: all .3s ease;
    }

    .icono:hover:before{
        transform: rotate(-17deg); 
        transition: all .3s ease;
    }


    /* tabs */

    .content-tabs {
        padding: 5rem 0;
    }
    .btn-eventos {
        margin: 2rem 1rem 0 auto;
    }

    /* alianzas */

    .alianzas {
        width: 100%;
        height: 322px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 4rem auto 5rem;
    }
    
    .data-alianza {
        max-width: 282px;
        margin: auto;
        margin-bottom: 5rem;
    }
    .content-box-title.alian {
        margin: 0em auto 4rem;
    }

    


    /* slide */

    .content-slide {
        width: 80%;
        margin: auto;
        max-width: 996px;
        position: relative;
    }
    .amari:before {
        height: 21vw;
    }

    /* contacto */

    .dir-dir {
        font-size: 18px;
    }
    .content-direcciones {
        padding: 35px 4rem;
    }
    .content-direcciones > h2{
        font-size: 25px;
    }
    .dir-dir {
        font-size: 18px;
    }
    .content-contacto {
        max-width: 1156px;
        margin: auto;
    }

    /* redes */

    .content-redes{
        position: initial;
    }
    .red{
        position: relative;
    }
    .content-redes:before {
        top: 115px;
        left: 0;
    }
    .facebook {
        margin: initial;
    }


    /* footer */

    h3.footer-tittle {
        text-align: left;
        margin-bottom: 2rem;
    }


   

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

    .nav-brand {
        max-width: 301px;
        min-width: 200px;
        width: 100%;
        padding: 0;
    }

    .header-content {
        padding: 0;
        justify-content: center;
        flex-direction: column;
    }
    .navbar-header, .menu-top{
        display: block;
    }

    .nav-mobile {
        display: none;
    }

    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 40px;
        background: #165A9E;
    }

    header.home{
        border: none;
    }
    
    /* header top */
    
    .header-top {
        background: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 1rem;
        height: 108px;
        max-width: 1350px;
    }

    .menu-top {
        width: 100%;
        padding-left: 3rem;
    }
    ul#menu-header {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: flex-end;
    }

    ul#menu-header > li > a {
        display: flex;
        width: fit-content;
        padding: 0 15px;
        height: 34px;
        border: 2px solid #0C79E5;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        color: #666;
        font-size: 15px;
        font-weight: 600;
        line-height: 1em;
        text-align: center;
        margin-left: 5px;
    }   


    /* header bottom */

    .icons-header {
        display: flex;
        align-items: center;
        padding-left: 1rem;
    }

    .form-movil {
        display: flex;
        background: #fff;
        width: 229px;
        height: 30px;
        overflow: hidden;
        border-radius: 20px;
        padding: 0 15px;
    }

    .boton, .input {
        border: none;
        box-shadow: none;
        background: transparent;
        height: 100%;
        border-radius: 0;
        font-size: 15px;
        padding: 0 15px;
    }

    .boton {
        padding: 0;
        font-size: 21px;
        line-height: 0;
        color: #4E4E4E;
    }

    .main-nav {
        width: 100%;
        height: 100%;
    }      











    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }
    nav.main-nav ul li a {
        display: flex;
        font-size: 16px;
        height: 100%;
        padding: 0 10px;
        font-weight: 500;
        color: #fff;
        min-width: 70px;
        margin: 0;
        text-align: center;
        white-space: nowrap;
        transition: all .3s ease;
        align-items: center;
    }

    #menu-main > li > a:hover,
    #menu-main > li > a:focus,
    ul#menu-header > li > a:hover{
        background: var(--azul2);
        color: #fff;
    }

    ul.submenu {
        position: absolute;
        min-width: 150px;
        transform: translateX(-50%);
        padding-top: 0px!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;
        background: #02020278;
        color: #fff!important;
        border-bottom: 1px solid;
    }

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

}

@media(min-width: 1200px){

    .content-iconos {
        max-width: 1611px;
        margin: auto;
    }
    .ico-left {
        max-width: 1000px;
    }
    .iconos::after {
        width: 100%;
    }
    .content-gallery {
        width: 100%;
        max-width: 1600px;
        margin: auto;
    }
    .amari {
        position: relative;
        padding: 70px 0 0;
        margin: 5em 0 4rem;
    }

    .content-panel {
        width: 100%;
        max-width: 1108px;
        margin: auto;
    }
    .content-slider-alianzas {
        max-width: 500px;
        margin-left: auto;  
    }
    .data-alianza {
        margin-left: 17rem;
    }
    
    .casa-header {
        display: block;
        width: 32px;
        height: 27px;
        margin-right: 2rem;
        transition: none;
    }

    .menu-top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .content-iconos {
        padding-left: 111px;    
    }
    ul#menu-header{
        width: initial;
    }

    .main-nav {
        display: flex;
        align-items: center;
    }
    .logo-header {
        margin: 0 18px;
    }

    .instagram {
        max-width: 508px;
        margin-left: auto;
    }



}

@media(min-width: 1600px){


    .content-iconos {
        padding-left: 111px;    
    }

    ul#menu-header > li > a{
        margin-left: 14px;
    }
    .icons-header {
        padding-left: 3rem;
    }

    nav.main-nav ul li a {
        padding: 0 20px;
    }


}


/* PopUp */
.modal-popUp .modal-dialog {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    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%;
}