@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
* {
	margin: 0;
	padding: 0;
}
:root {
    --white: #ffffff;
    --blue-univas: #274c71;
    --green-univas: #84b753;
    --form-background: rgb(215 222 225 / 92%);
}
/*
================================================
IMPORT ALL FONTS IN FOLDER FONTS
================================================
*/
@font-face {
    font-family: 'MyriadPro-Bold';
    src: local('MyriadPro-Bold'), url('../Fonts/MyriadPro-Bold.ttf') format('ttf');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../myriad/MYRIADPRO-REGULAR.woff') format('woff');
    
    }
@font-face {
    font-family: 'Monserrat-SemiBold';
    font-style: normal;
    font-weight: bold;
    src: local('Monserrat SemiBold') ,url('../Fonts/Montserrat-SemiBoldItalic.ttf') format('ttf');
}
/* END IMPORTATION */
body {
	
	font-family: "Myriad Pro Regular";
    color: #274c71;      
}


 /*
================================================
MENU
================================================
*/

.menu {
	display: flex;
    justify-content: center;
	align-items: stretch;
    background-color: var(--blue-univas);
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
}
.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.logo {
    background: var(--green-univas);
    position:relative;
    z-index: 2;
    width: 30%;
    height: 3.5rem;
    text-align: center;
}
.title-container {
    font-family: 'Titillium web';
    background-image: url('../images/Background.jpg');
    background-repeat: no-repeat;
    background-color: #3b5a79;
    padding: 20px 20px 20px 60px;
    margin-top: -8px;
    margin-right: 0;
    margin-left: 0;
}
.title {
    font-weight: 300;
    font-size: 1.6rem;
    color: var(--white);
}
.circulo {
   height: 3px;
   width: 3px;
   background:#ffffff;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border-radius:50px;
}
.social-networks {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-right: 2rem;
    align-items: center;
}
.m-right {
    position: relative;
    width: 100%;
    
}
.cellphone {
    display: flex;
    align-items: center;
    margin-left: 4rem;
    color: var(--white);
}
.slogan {
    display: flex;
    align-items: center;
    padding: 0.3rem;
    color: var(--white);
}
.slogan b {
    font-family: 'Monserrat-SemiBold';
    font-size: 14px;
}
.slogan em {
    font-family: 'Titillium web';
    font-size: 14px;
}
.logo-navbar {
    display: flex;
    display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /*   OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
    justify-content: space-between;
    background-color: var(--white);
    align-items: center;
    width: 100%;
    height: 4.5rem;
} 
.fa {
    color: var(--white);
}
.additional-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}
.home {
    margin-left: 1rem;
}
.home-link {
    font-weight: lighter;
}
.additional {
    margin-right: 1rem;
}
.additional-link {
    font-family: 'Titillium web';
    list-style: none;
    text-decoration: none;
    color: var(--white);
    font-size: 0.8rem;
}
.additional-link:hover {
    color: var(--white);
    font-weight: 100;
}
.medios {
    font-weight: lighter;
}
/*
================================================
NAV
================================================
*/
.navbarContainer, .navbar {
    width: 100%;
    height: 100%;
}
.navbarContainer{
    display: flex;
    align-items: center;
    margin-top: 5px;
	height: 3.5rem;
	margin-left:-35px;
}
.navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-toggler {
    display: none;
}

.nav-link {
    padding: 25px 5px;
    transition: 0.2s
}
.nav-link{
  color: #274c71;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-nav li{
  /* height: 30px; */
  display: flex;
  align-items: center;
  margin-right: 5px;
  /* border-left: 3px solid white; */
}

.navbar-nav .nav-item {
    width: 100%;
    /* height: 100%; */
    color: var(--blue-univas);
}
.nav-item::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #fec400;
    transition: 0.4s
}
.link {
    font-family: 'Titillium web';
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--blue-univas);
    padding: 0 1rem;
}
.link:hover {
    width: 100%;
    color: var(--white);
    background-color: var(--blue-univas);
}
.navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link,
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #fec400
}
.dropdown-menu {
	background: #274c71;
}


.dropdown-item{
  color:white !important;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #84b753;
}	


 /*
================================================
SLIDER BANNER
================================================
*/ 

.slider-banner{
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.owl-next, .owl-prev{

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 2px solid #86bc42 !important;
    color: #86bc42 !important;
    font-size: 30px !important;
    height: 50px;
    left: -56px;
    line-height: 50px !important ;
    margin-top: -20px !important;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    z-index: 999;
    padding:0 !important;
    line-height:45px !important;
    outline: none;
}

.owl-dot{
    outline: none !important;
}

.owl-dots{
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span {
  
     border-radius: 0px; 
     padding: 0px !important;
     background: black;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #84b753;
}
 /*
================================================
BIENVENIDA STYLES
================================================
*/ 

.bienvenida p, .medios {
    font-family: 'Titillium Web';
    color: #02699d;
}
.flecha {
    width: 40px;
    position: relative;
    top: 0;
    left: 16rem;
    transform: rotate(-45deg);
}
.overflow {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.display-becas {
    display: none;
    margin-top: 2rem;    
}
.show:focus + .display-becas {
    display: block;
}
.tramites {
    z-index: 1;
}
.informacion {
    background: url('../images/background-info.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 800px;
}
.informacion::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgb(62 101 141 / 57%);
}
.informacion-description {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
}
.description-info {
    display: flex;
    margin-bottom: 3rem;
    gap: 1rem;
}
.contenido-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 95%;
    clear: both; 
}
/**FICHA CONTAINER **/
.ficha-info {
    font-size: 22px;
    color: var(--white) !important;
}
.fa-check {
    font-size: xx-large;
}
/**/
.contenido-info__content {
    background-color: rgb(68 99 131);
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.contenido-select {
    background-color: rgb(68 99 131);
    color: var(--white);
    padding-left: 1rem;
    font-size: 15px !important;
    width: 95%;
}
.contenido-info input {
    color: var(--white);
    width: 100%;
    background-color: transparent;
    padding-top: 5px;
    text-align: start;
    border: none;
    outline: none;
}
.contenido-info input::placeholder { color: var(--white);}
.contenido-info input::-webkit-input-placeholder { color: var(--white); } /* WebKit */
.contenido-info input::-moz-placeholder { color: var(--white); } /* Firefox 19+ */
.img-info {
    margin-left: 10px;
    width: 28px;
    height: 25px;
}
.button-send {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.button-send .button-info {
    width: 70%; 
    margin-bottom: 1rem;
    padding-bottom: 4px;
    color: white;
    border: none;
    background-color: var(--green-univas);
}
.button-send .button-info::hover {
    background-color: #7dc639;
}

/*
================================================
FORM SCRIPT SOLICITA INFORMACION
================================================
*/ 
.information-content {
    width: 18rem;
    position: absolute;
    top: 15rem;
    left: 72%;
    z-index: var(--z-index-medium);
}
.information-content-footer {
    display: none;
}
@media screen and (max-width: 1200px) {
    .information-content {
        display: none;
    }
    .information-content-footer {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-top: 1rem;
    }
}


/* end */
 /*
================================================
FOOTER
================================================
*/ 

footer{
    margin-top:10px; 
    background: #01456c;    
    padding: 1px 0px 1px 20px;
    font-family: 'Titillium Web';
}

.footer-inner{   
    background: white;
    margin: 20px 0px 20px 30px;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 50px 50px;   
}

.footer-content p{
 margin: 0px;
 padding: 0px;
 color: white;
}
.footer_link {
    font-size: 0.7rem;
    color: var(--white);
    text-decoration: none;
    font-weight: lighter;
}
.footer_link_new {
    font-size: 1rem;
    color: var(--blue-univas);
    text-decoration: none;
    font-weight: bold;
}
.footer_link:hover {
    color: var(--white);
}
.footer_content {
    font-size: 0.8rem;
    text-decoration: none;
    color: var(--white);
}
.footer_content_new {
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: bold;
    color: var(--green-univas);
}
.footer_img {
    width: 160px;
    height: 60px;
}
.footer_img_new {    
    height: 100px;
}
.error{
    font-size: 10px;
    color: red;
}
.form-info {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form_contact{
    background: var(--form-background);
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.form_solicitud {
    background: #254b72;
}
.solicitud_form {
    background: var(--blue-univas);
    font-family: 'Titillium web';
    background-image: none;
}
.contact-u{
    background: var(--form-background) url('../images/univas-world.png');
    background-repeat: no-repeat;
    padding-top: 25px;
    background-blend-mode: lighten;
    /* background-color:#f5f5f5; */
    background-size: cover;
}
.contact-u input, select{
/* border-top-left-radius: 10px;
border-bottom-right-radius: 10px; */
margin-bottom: 10px;
padding:5px;
height: 30px;
width: 100%;
border:0px;
font-size: 13px !important;
color: #005c90;	
 }	

.contact-u input::placeholder{
    color:#005c90;
    font-size:13px;
}

.information .information_text {
    color: var(--white);
    font-weight: normal;
    font-size: 0.8rem;
}

.info-u{
        margin-top: 10px;
        background: var(--blue-univas);
        padding-bottom: 15px;
        padding-top: 12px;
        text-align: center;
        position: relative;
}
.info-u a:link{  
    text-decoration: none
}

.info-u a span{
    font-family: 'Titillium web';
    color: var(--white);
    position: relative;
    display: block;
    width: 80%;
    margin: auto;
    font-size: 16px;
    font-weight: 700;
}
.proceso {
    font-family: 'Titillium web';
    font-weight: 500;
}

.info-u a img{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0; 
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}

.img-banner {
    margin-top: 38px;
}

.img-banner  img{
    width:100%;
}

.ul_social{
   padding:0px !important;
   margin: 0px;
}
.ul_social li{
    display:inline-block;
    padding-right: 10px;;
}
.ul_social li img{
        width: 20px;
}
.f_row_izp{
    text-align:left;
}


.f_row_der{
    text-align:right;
}

.twitter-col{
    height: 230px;
    overflow: hidden;
}
.custom-flex {
    flex-direction: row;
}
.show {
    cursor: pointer;
}
.menumobile{
    display:block !important;
}
/*
================================================
ACCORDION
================================================
*/ 

.accordion{
    padding: 10px 50px 10px 50px;
}

.accordion-item {
    border: none;
    margin-bottom: 18px;
}

.accordion-button{
    font-size: 17px;
    font-weight: bold;
    color: #274c71 !important;
    border-bottom: 2px solid #274c71;
    padding-left: 0px;
    padding-right: 0px;
}

.accordion-button:focus {
    border-color: inherit;
    box-shadow:inherit

}

.accordion-button:not(.collapsed) {
     background-color: white;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button::before {
    content: url('../images/icons8-document-48.png');
    display: inline-block;
    transform: rotate(180deg) scaleX(-1);
}
.accordion-button.collapsed::after {
    /* background-image: url("../images/4115225_bottom_chevron_chevron\ down_icon.svg"); */
    /* background-image: url('../images/plus-circle.svg'); */
    background-image: url('../images/icons8-plus-50.png');
    color: var(--blue-univas);
}


.accordion-button:not(.collapsed)::after {
    background-image: url("../images/icons8-minus-50.png");
}
@media (max-width: 1200px) {
    .twitter-col{
        height: 500px;
    }
}
@media (max-width: 575px) {
    .custom-flex {
        flex-direction: column;
    }
}
@media (max-width: 991px) {
    
    .menu{
        display: block;
    }
    .navbarContainer{
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 2;
        height: 0px;
    }

    .logo, .m-right{
        width: 100%;  
        border-radius: initial;     
         
    }
    .sub-u, .navbarContainer{
        margin: 5px;
        height: auto;
        margin-top: 21rem;
    }

    .sub-u p{
        margin-bottom: 0px !important;
        padding: 10px;
    }
    .m-right:before{
        width: 0;
    }

    .navbar-collapse{
        background: #84b753;
    }
    
    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
      }
      
      .navbar-toggler {
        border-color: rgb(88, 45, 45);
        border: 2px solid white;
        position: absolute;
        right: 10px;
        top: 56%rem;
        transform: translateY(-50%);
        display: block;
        background-color: var(--green-univas);        
      } 

      .navbar-nav li{
        display: block; 
        height: auto;
        border: 0;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid white;
        margin-bottom: 10px;
        
      }

      .navbar-nav:last-child{
          border: 0px;
          padding:20px 20px;
      }

      .nav-link {
        display: block;
        padding: 0.5rem 1rem;
    }
    .cellphone {
        margin-left: 1rem;
        display: none;
    }
     .social-networks {
        flex-direction: column;
        display: none;
    }
    .information-content-footer {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .info-u{
        margin-top: 0;
    }
    .navbar-collapse{
        margin-top: -65px;
    }
    .info-u a img{
        left: -4px;
    } 
  }
  @media (max-width: 768px) {
    .nv-u {
        padding: 0 !important;
        height: 90%;
    }
    .information-content-footer {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .collapse, .navbar-nav, .nav-item {
        height: 100%;
        display: flex;
        align-items: center;
    }
    
}