/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2025 | 13:20:14 */
:root {
    --text-01: #45413E;
    --light-01: #F9F9F9;
    --light-02: #FFFFFF;
    --brand-01: #DB7F67;
    --brand-02: #F4CFC6;
    --card-hover: 0px 4px 24px rgba(0, 0, 0, 0.15);
    --card-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    --hover-timing: all 0.2s ease;
    --nav-card-size: 240px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
}

.image img{
   width: 45%;
	padding: 20px;
}

#menu-escritorio{
	border: solid 2pxred;
}

.menu-ppal{
	width: 100%;
}

.menu-sup{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffff;
}

.menu-sup ul{
	list-style: none;
	display: flex;
	gap: 20px;
}

.menu-sup li a{
	font-size: 14px;
	font-weight: 400;
	color: #01498e;
}

nav {
    color: var(--text-01);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
	margin: 0;
    z-index: 100;
    width: 100%;
   	position: sticky;
    top: 0;
    z-index: 100;
}

nav .navigation-menu > li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav ul.navigation-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    position: absolute;
    top: 30px;
	margin: 0;
	border: 1px solid #000;
	background: rgba(0, 24, 49, 0.86);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 100;
	
}

nav .navigation-menu a {
    font-size: 16px;
    text-decoration: none;
    color: white;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


nav .navigation-menu > li > a {
    position: relative;
    padding: 0 20px;
    height: 64px;
	display: flex;
	justify-content:center;
	align-items: center;
}

nav .navigation-menu > li:hover ul.subnav {
    visibility: visible;
    opacity: 1;
    top: 64px;
}

nav .navigation-menu > li > ul.subnav {
    visibility: hidden;
    position: absolute;
    display: flex;
    flex-direction: row;
	justify-content: center;
	align-items: start;
    top: 66px;
    left: 0px;
    width: 100%;
    box-shadow: var(--card-hover);
    border-radius: 12px;
    opacity: 0;
    transition: var(--hover-timing);
	margin: 0;
	display: flex;
	gap: 30px;
	border-radius: 15px;
	background: linear-gradient(93deg, rgba(0, 43, 83, 0.80) 22.88%, rgba(0, 64, 125, 0.61) 94.1%);
	backdrop-filter: blur(4px);
	flex-shrink: 0;
	padding: 22px 208px;

}

.card-program{
	display: flex;
	flex-direction: column;
	padding: 10px;
	width: 250px;
	align-items: flex-start;
	gap: 15px;
	flex-shrink: 0;
	border-radius: 15px;
}

.card-image{
	display: flex;
	flex-direction: row;
	padding: 10px;
	align-items: center;
	gap: 3px;
	flex-shrink: 0;
	border-radius: 15px;
	background: linear-gradient(93deg, rgba(0, 43, 83, 0.80) 22.88%, rgba(0, 64, 125, 0.61) 94.1%);
	backdrop-filter: blur(4px);
	width: 100%;
	border: solid 1px transparent;
}

.card-program-large{
	display: flex;
	flex-direction: column;
	padding: 10px;
	width: 250px;
	align-items: flex-start;
	gap: 15px;
	flex-shrink: 0;
	border-radius: 15px;
}

.card-image-large{
	display: flex;
	flex-direction: column;
	padding: 10px;
	align-items: flex-start;
	gap: 5px;
	flex-shrink: 0;
	border-radius: 15px;
	background: linear-gradient(93deg, rgba(0, 43, 83, 0.80) 22.88%, rgba(0, 64, 125, 0.61) 94.1%);
	backdrop-filter: blur(4px);
	border: solid 1px transparent;
}

.card-image-large img{
	border-radius: 8px;
	width: 30%;
}

.card-image-large span{
	font-size: 14px;
}

.card-image:hover{
	border: solid 1px #01498e;
	border-radius: 15px;
	background: rgba(0, 24, 49, 0.63);
	box-shadow: 0px 0px 15px 0px #033667;
}

.card-image-large:hover{
	border: solid 1px #01498e;
	border-radius: 15px;
	background: rgba(0, 24, 49, 0.63);
	box-shadow: 0px 0px 15px 0px #033667;
}

.card-image span{
	font-size: 14px;
}

.card-image img{
	border-radius: 8px;
	width: 35px;
	padding-right: 10px;
}

.text{
	color: #72b2ef;
	font-size: 13px;
	font-family: montserrat;
}

.btn-ins{
	border-radius: 10px;
	background: #1788FF;
	padding: 8px 18px;
}

.btn-ing{
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.10);
	padding: 8px 18px;
}

.box-log{
	width: 40%;
}

.box-log img{
	width: 150px
}

.c-accordion__title {
	color: white;
}

.uagb-modal-popup .uagb-modal-popup-wrap{
	background: transparent !important;
}


/*menu mobile*/

.c-accordion__title{
	font-size: 40px;
	font-family: montserrat;
	font-weight: 800;
	text-align: center;
}

.c-accordion__title:after{
	content: none;
}

.is-open>.c-accordion__title:after{
	content: none;
}

.sec-menu a{
	font-family: montserrat;
}

.subnav li spam{
	font-family: montserrat;
}

.li-logo{
	width: 25%; 
	display: flex; 
	align-items: start; 
	justify-content: start;
}

@media(max-width: 767px) {
	
	#menu-escritorio{
		display: none;
	}
}

@media(max-width: 1045px) {
	.botones {
		display: none !important;
	}
}


@media(max-width: 1499px) {
	nav .navigation-menu a {
		font-size: 12px;
	}
	
	.li-logo{
		width: 15%;
	}
}