/* -------------------------------------------------------------------------

 Estilos Personalizados Sitio Web Informativo
 Obligatoriamente usa de base Sistema de Diseño Ibero:
 Repo: https://github.com/nowyouwerkn/ibero-system
 Author: Werkn S.A de C.V
 License: Closed

---------------------------------------------------------------------------- */

*{
    transition: all .2s ease-in-out;
}

body{
    overflow-x: hidden;
}

ul > li{
	margin: 10px 0px;
}

.center-card ul > li, .department-card ul > li, .main-nav ul > li,.aside-nav ul > li{
	margin:0px;
}

footer ul > li{
	margin:5px 0px;
}

.standard-spacing{
    padding: 110px 0px;
}

.is_stuck{
    top: 60px !important;
}

/* Index Personalized Styles */
.events-container{
    height: 200px;
}

@media (max-width:1300px) {
    .calendar-wrapper {
        display: none !important;
    }
}

.banner-image{
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

@media (max-width:1390px) {
    .banner-image {
        height: 100%;
        width: auto;
        left: 0%;
        transform: translate(0%, -50%);
    }
}

@media (max-width:870px) {
    .banner-image {
        transform: translate(-20%, -50%);
    }
}


.welcome-banner{
    position: relative;
}

.welcome-swipper{
    overflow: hidden;
}

.swiper-wrapper{
    position: relative;
}

.welcome-swipper .swiper-slide{
    padding: 30px 0px !important;
	height: auto !important;
}

.banner-content-box{
    padding: 30px 0px;
    padding-right: 100px;
}

.banner-content-box h1{
    line-height: 1;
    margin: 15px 0px;
}

.paginator-arrows-wrapper{
    position: absolute;
    bottom: 195px;
    right: 52%;
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;
}

@media (max-width:64em) {
    .paginator-arrows-wrapper {
        bottom: 70px;
        right: 40%;
    }
}

.banner-button-next ion-icon,
.banner-button-prev ion-icon{
    font-size: 2.4em;
    color: #fff;
}

.banner-button-next{
    margin: 0px 5px;
}

.banner-button-prev{
    margin: 0px 5px;
}

.news-slider-wrap{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    background: #F4F4F4;
    padding: 0px 20px 0px 10px;
    width: 55%;
	border-radius: 8px 0px 0px 0px;
}

@media (max-width:64em) {
    .news-slider-wrap {
        display: none;
    }
}

.news-slider{
    overflow: hidden;
}

.calendar-wrapper{
    position: absolute;
    right: 35px;
    z-index: 5;
}

.news-slider-wrap .article-card-sm .article-image-wrap{
    height: 160px;
	border-radius: 8px;
	box-shadow: 10px 0px 15px rgba(0,0,0,.2);
}

.news-slider-wrap .article-card-sm .article-card-content{
    max-height: 200px;
    background-color: transparent;
}

.news-slider-wrap .article-card-sm .article-card-content h6{
    height: 60px;
    overflow: hidden;
}

.news-button-prev,
.news-button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--uia-primary);
    color: #fff;
    line-height: 43px;
    text-align: center;
    z-index: 99;
}

.news-button-prev ion-icon,
.news-button-next ion-icon{
    font-size: 1.3em;
}

.news-button-prev{
    left: -20px;
}

.news-button-next{
    right: 0px;
}

.swiper-button-disabled{
    opacity: .3;
}

.calendar-container {
    height: 260px;
	border-radius: 0px 0px 0px 0px;
}

.notification-ball{
    top: 0px;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
0% {
    box-shadow: 0 0 0 0px rgba(239, 62, 66, 0.7);
}
100% {
    box-shadow: 0 0 0 20px rgba(239, 62, 66, 0);
}
}

.pulse-warning {
    animation: pulse-warning-animation 2s infinite;
}

@keyframes pulse-warning-animation {
0% {
    box-shadow: 0 0 0 0px rgba(251, 217, 157, 0.7);
}
100% {
    box-shadow: 0 0 0 20px rgba(251, 217, 157, 0);
}
}

/*DEPARTAMENTOS*/
.departments-bg {
    padding-top: 100px;
    background: #252323;
    color: white;
}

.departments-bg .second-col{
    padding-top: 90px;
}

.department-card {
    margin-bottom: 45px;
    z-index: 2;
}

.department-card .title-link{
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 5%;
}

.department-card .title-link .department-name{
    margin-right: 10px;
}

.department-card .icon{
    display: inline-block;
    width: 45px;
    height: 45px;
    top: 5px;
    text-align: center;
    background: var(--uia-red);
    position: relative;
    z-index: 99;
    text-align: center;
}

.department-card .icon ion-icon{
    font-size: 35px;
    color: white;
    position: absolute;
    top: 5px;
    left: 5px;
    transform: rotate(-45deg);
}

.department-card ul li a{
    display: inline-block;
    padding: 5px 0px;
    margin: 2px 0px;
}

.department-card ul li a ion-icon{
    margin-left: 5px;
}

.center-card ul li a{
    display: inline-block;
    padding: 5px 0px;
    margin: 2px 0px;
}

.center-card ul li a ion-icon{
    margin-left: 5px;
}

.department-card a:hover {
    cursor: pointer;
}

.department-card .department-dots-decor{
    position: absolute;
    left: -100px;
    top: -85px;
    width: 260px;
    z-index: -1;
    transform: rotate(165deg);
}

.department-wrapper{
    margin-left: auto;
    margin-right: auto;
    padding: 0px 8%;
}

@media (max-width:64em) {
    .department-wrapper {
        padding: 0px 0px;
    }
}

.department-wrapper .col-6:nth-child(even){
    padding-top: 280px;
    margin-bottom: -240px;
    padding-left: 100px;
}


.department-card .title-link-2 a {
    display: inline-block;
}

.department-card .title-link-2 h1 {
    font-size: 49px !important;
    letter-spacing: -4px !important;
}

.department-card .title-link-2 .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    background: red;
    position: relative;
    z-index: 999;
}

.department-card .title-link-2 .icon ion-icon {
    font-size: 40px;
    color: white;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 5px;
}

/*DEPARTAMENTOS HOVER*/
@keyframes loop {
    0% {
        transform-origin: 0% 50%;
        transform: scale3d(0, 1, 1);
        transition: inherit;
    }

    50% {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1);
        transition: inherit;
    }

    51% {
        transform-origin: 100% 50%;
        transition: inherit;
    }

    100% {
        transform-origin: 100% 50%;
        transform: scale3d(0, 1, 1);
    }
}

.hover-reveal {
    position: fixed;
    width: 450px;
    height: 300px;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    opacity: 0;
    mix-blend-mode: difference;
    transition: none;
}

.hover-reveal__inner,
.hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
    transition: none;
}

.hover-reveal__deco {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #181314;
    transition: none;
}

.hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
    transition: none;
}

/* Programas y Detalle de Departamentos */
.programs-bg {
    padding-top: 120px;
    background: #252323;
    color: white;
}

.programs-bg .second-col{
    padding-top: 90px;
}

.program-card {
    margin-bottom: 200px;
    z-index: 2;
}

.program-card img{
    width: 80%;
    margin-bottom: 20px;
}

.program-card .title-link{
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 5%;
}

.program-card .program-code{
    position: absolute;
    left: -45px;
    bottom: 2px;
    font-size: 1.5rem;
}

.program-card .title-link .department-name{
    margin-right: 10px;
}

.program-card .icon{
    display: inline-block;
    width: 45px;
    height: 45px;
    top: 5px;
    text-align: center;
    background: var(--uia-red);
    position: relative;
    z-index: 99;
    text-align: center;
}

.program-card .icon ion-icon{
    font-size: 35px;
    color: white;
    position: absolute;
    top: 5px;
    left: 5px;

    transform: rotate(-45deg);
}

.program-card ul li a{
    display: inline-block;
    padding: 5px 0px;
    margin: 2px 0px;
}

.program-card ul li a ion-icon{
    margin-left: 5px;
}

.program-card a:hover {
    cursor: pointer;
}

.program-card .department-dots-decor{
    position: absolute;
    left: -80px;
    top: -60px;
    width: 260px;
    z-index: -1;
}

/* ACCESOS RÁPIDOS */
/* Quick Links */
.quick-links{
    padding: 15px 20px;
}

@media (max-width:64em) {
    .quick-links{
        padding: 15px 5px;
    }
}

.quick-links p{
    font-size: .9rem;
}

.quick-links a{
    font-size: .9rem;
    text-decoration: underline;
}

/* Admission Process */
.admission-process{
    padding-top: 80px;
    padding-bottom: 80px;
}

.admission-process .underline-link{
    text-decoration: underline;
}

.admission-process .line-decor{
    height: 5px;
    width: 45%;
    margin-right: 25px;
}

.admission-process .card-header{
    padding-top: 120px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.card-header .icon{
    width: 80px;
    position: absolute;
    top: 10px;
    right: 10px;
}


.card-header .question{
    width: 70px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.card-header h1{
    font-size: 70px;
}

.card-header h5{
    min-height: 61px;
    padding-right: 25px;
}

.admission-process .card-body{
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.admission-process .card-image{
    position: relative;
    overflow: hidden;
    height: 250px;
}


.admission-process .card-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%,-50%);
}

.admission-process .d-flex .card-image{
    position: relative;
    overflow: hidden;
    height: 620px;
    width: 190px;
}

.admission-process .step-admissions{
    min-height: 620px;
}

.admission-process .postgraduate-btn{
    background-color: var(--uia-grey);
    color: var(--uia-white);
    text-align: center;
    padding: 17px 15px;
}

.admission-process .postgraduate-btn:hover{
    background-color: var(--uia-dark);
}


.admission-process .carrera-btn{
    background-color: var(--uia-primary);
    color: var(--uia-white);
    text-align: center;
    padding: 17px 15px;
}

.admission-process .carrera-btn:hover{
    background-color: var(--uia-dark);
}

.admission-process .postgraduate-btn h6{
    margin-right: 5px;
    font-size: 1.12rem;
}

.separator-admissions{
    margin: 20px auto;
}

.separator-admissions div{
    height: 1px;
    background-color: var(--uia-grey);
    width: 45px;
}

/* PAGE INTRO */
.top-position{
    z-index: 2;
    position: relative;
}

.page-intro{
    padding: 80px 0px;
    position: relative;
    color: var(--uia-white);
}

@media (max-width:64em) {
    .page-intro {
        padding: 140px 0px;
    }
}

.overlay-horizontal {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    width: 60%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

@media (max-width:64em) {
    .overlay-horizontal{
        width: 100%;
    }
}

.overlay-vertical {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    height: 60%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.section-spacing{
    padding: 80px 0px;
}

.header-spacing{
    padding: 60px 0px;
}

/* Section Card */
.page-intro .section-card,
.header-section-float{
    position: absolute;
    z-index: 2;
    width: 100%;
}

@media (max-width:64em) {
    .header-spacing {
        padding: 120px 0px;
    }

    .has-section-card {
        padding-bottom: 75%;
    }

    .has-sub-nav {
        padding-top: 250px;
    }

    .page-intro .section-card,
    .header-section-float {
        position: relative;
        margin-bottom: -100%;
        margin-top: 93px;
    }
}
/* Research Section */
.research-section{
    background: url(../images/home/uia-home1.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;

    padding: 120px 0px;
}

/* News & Articles */
.news-section{
    padding: 60px 0px;
}

.article-card-bg{
    width: 100%;
    height: 100%;

    overflow: hidden;
    background-color: red;
    position: relative;
}

.article-card-md,
.article-card-sm{
    width: 100%;
    height: 100%;
    position: relative;
	margin-top: 8px;
	margin-bottom: 7px;
}

.article-card-md h6,
.article-card-sm h6{
    font-size: 1rem !important;
}

@media (max-width:64em) {
    .article-card-bg {
        height: 340px;
    }
}

.article-card-bg .article-overlay{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.article-card-bg .article-card-content{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 70%;
    padding: 35px;
    color: var(--uia-white);
}

.article-card-md .article-card-content,
.article-card-sm .article-card-content{
    padding: 20px 10px;
    color: var(--uia-dark);
    background-color: var(--uia-white);
}

.article-card-sm .article-card-content{
    width: 100%;
}

.article-card-md .article-image-wrap,
.article-card-sm .article-image-wrap{
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: relative;
}

.article-card-sm .article-image-wrap{
    height: 100%;
    width: 250px;
    margin-right: 10px;
}

.article-card-bg img,
.article-image-wrap img{
    position: absolute;
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media (max-width:64em) {
    .article-card-bg img,
    .article-image-wrap img{
        height: 100%;
        width: auto;
    }
}

.article-card-sm .article-image-wrap img{
    width: auto;
    height: 100%;
}

/* Revista Ingenium */
.ingenium-magazine{
    padding: 20px 0px;
}

.magazine-image{
    width: 95%;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

/* Benefit Program */
.benefit-programs{
    padding-top: 30px;
    padding-bottom: 20px;
}

/* Program Detail */
.search-bar {
    width: calc(100% - 90px);
    bottom: -105px;
    position: absolute;
    z-index: 2;
}

.search-bar input{
    border-radius: 30px;
    padding: 0px 25px;
    font-size: .9rem;
    border: none;
    background-color: var(--uia-white);
    margin-right: 1rem;
    height: 50px;
    line-height: 50px;
    margin-right: 21px;
    text-transform: uppercase;
}

.search-bar button{
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: var(--uia-white);
    border: none;
    flex-shrink: 0;
    flex-grow: 0;
}

.search-bar button ion-icon{
    font-size: 25px;
}

.search-bar button:hover{
    background: var(--uia-dark);
}

.search-bar button:hover ion-icon{
    color: var(--uia-white);
}

#searchPrograms{
    z-index: 1001;
}

#searchResults {
    z-index: 1000;
    top: inherit;
    padding-top: 3rem;
    opacity: 0;
    display: none !important;
}

#searchResults.open {
    background-color: var(--uia-grey-200);
    opacity: 1;
    display: block !important;
}

.lic-card{
    height: 180px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Secciones */
.certifications-headband{
    padding-top: 60px;
    padding-bottom: 70px;
}

.certifications-headband img{
    mix-blend-mode: difference !important;
    padding-left: 20px;
    display: block;
}

/* Program Detail */
.program-intro{
    padding-top: 120px;
    background: var(--uia-dark-grey);
    color: white;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}

@media (max-width:63em) {
    .program-intro{
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.program-intro .display-2{
    margin-bottom: 50px;
}

.program-intro .synopsis-decor{
    padding-left: 50px;
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.program-intro .synopsis-decor::before{
    content: "";
    width: 3px;
    height: 25px;
    background-color: var(--uia-white);
    position: absolute;
    left: 30px;
    top: 2px;
}

.program-intro .image-wrap-one{
    position: relative;
    width: 180px;
    height: 300px;
    overflow: hidden;
}


.program-intro .image-wrap-two{
    position: absolute;
    width: 300px;
    height: 200px;
    overflow: hidden;
    left: 180px;
}

@media (min-width: 1024px) {
    .program-intro .image-wrap-three{
        position: absolute;
        top: 304px;
        right: 0px;
        width: 320px;
        height: 420px;
        overflow: hidden;
    }
}

@media (min-width: 1620px) {
    .program-intro .image-wrap-three{
        position: absolute;
        top: 304px;
        right: 141px;
        width: 320px;
        height: 350px;
        overflow: hidden;
    }
}

.image-wrap-one img,
.image-wrap-two img,
.image-wrap-three img{
    position: absolute;
    width: auto;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.program-btn-boxes{
    position: relative;
}

.program-btn-boxes .btn-square{
    width: 110px;
    height: 110px;
    max-height: 110px;
    padding: 21px;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    display: block;
}

.program-btn-boxes .program-dots-decor{
    width: 165px;
    position: absolute;
    z-index: -1;
    top: 60px;
    right: 60px;
}

a.btn-square:hover{
    background-color: var(--uia-white);
    color: var(--uia-red);
}

a.btn-square:hover h6,
a.btn-square:hover ion-icon{
    color: var(--uia-red);
}

.program-btn-boxes .btn-square.bg-primary h6{
    position: absolute;
    left: 21px;
    bottom: 21px;
}

.program-btn-boxes .btn-square.bg-yellow{
    position: relative;
    top: 152px;
}

.btn-square ion-icon{
    position: absolute;
    left: 21px;
    top: 21px;
    font-size: 2em;
}

.btn-square h6{
    font-size: 1.1rem;
    margin-bottom: 0px;
}

.bg-special-grey{
    background: #393434;
}

@media (max-width:64em) {
    .program-intro .image-wrap-one {
        width: 100%;
    }

    .program-intro .image-wrap-two {
        display: none;
    }

    .program-btn-boxes {
        margin-bottom: 200px;
    }

    .program-intro .synopsis-decor {
        padding-left: 20px;
    }

    .program-intro .synopsis-decor::before {
        left: 0;
    }
}


/* Accordion */
.accordion-animated .accordion-item button[aria-expanded="true"]{
    letter-spacing: -3px;
    font-weight: 300;
}

.accordion-content li{
    display: block;
    margin-bottom: 20px;
    font-size: .95rem;
    padding-right: 40px;
}

.accordion button .accordion-title{
    padding-bottom: 20px;
}

/*BECAS Y FINANCIAMIENTO*/
/* SCOLARSHIPS */
.scholarships-image{
    height: 580px;
    width: 100%;
    position: relative;
}

.scolarships-content{
    padding: 0px 30px;
}

.scholarships-image .picture-wrap{
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

.scholarships-image .ibero-logo{
    padding: 10px;
    height: 140px;
    width: 140px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: -160px;
}

.scholarships-image .ibero-logo img{
    width: 100%;
}

.scholarship-list{
    margin-bottom: 10px;
}

.scholarship-list strong{
    font-weight: 600;
}

.scholarship-list span{
    background-color: var(--uia-red);
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    color: var(--uia-white);
    border-radius: 100%;
    margin-right: 5px;
}

.scholarship-list-push{
    padding-left: 35px;
}

/* Modelo Educativo */
.education-model{
    height: 350px;
    background: url(../images/home/uia-home2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 650px;
    margin-bottom: 220px;
}

.education-model .section-card{
    position: absolute;
    width: 100%;
    z-index: 2;
    margin-top: 10px;
    top: 80px;
}

@media (max-width:64em) {
    .education-model{
        height: 990px;
    }
}

/* Secciones SomosIbero */
/*ENCABEZADO*/
.header-ibero {
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
}

.header-ibero .logo-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: 0;
    height: 100%;
    overflow: hidden;
}

.header-ibero .logo-bg img {
    position: absolute;
    top: 0;
    right: -50px;
    width: 130%;
}

.header-ibero a {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30vw;
    padding: 18px 30px;
    text-transform: uppercase;
    z-index: 15;
}

.header-ibero a ion-icon {
    font-size: 30px;
}

/*CONOCE AL RECTOR*/
.rectorPic {
    height: 350px;
    width: 350px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

@media (max-width:64em) {
    .rectorPic {
        height: 250px;
        width: 250px;
    }
}

.rectorPic img {
    position: absolute;
    width: auto;
    height: 100%;
    bottom: 0;
    transform: translate(-20%, 0%);
}

/*UBICACION IBERO*/
.location-section {
    margin-bottom: 20rem;
    background: url(../images/home/uia-home2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 100px 0px 120px 0px;
}

.location-section .section-card {
    padding: 0;
    height: 40vh;
    margin-top: 3rem;
}

/* Biblioteca */
.library-btn-wrapper{
    background: url(../images/home/uia-home2.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
}

.library-btn-wrapper .btn-square h6 {
    position: absolute;
    left: 21px;
    bottom: 21px;
    padding-right: 20px;
}

.library-btn-position{
    position: absolute;
    height: 300px;
    top: 72px;
    right: 40px;
}

.library-btn-position .bg-grey-100{
    top: 80px;
}


.accordion-item h4.position-absolute{
    left: -40px !important;
}

.accordion .small-title::before {
    content: "";
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 10px;
    margin-bottom: 2px;
    background-color: var(--uia-dark);
}

.accordion .small-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--uia-grey-400);
}

.content-block-small-title{
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 15px;
}

/* Separador de Documentos */
.document-separator{
    padding: 20px 0px;
}

.document-separator .magazine-image{
    width: 180px !important;
}

/* Services Section */
/* Sección de Servicios */
.services-section{
    padding-top: 60px;
    padding-bottom: 40px;
}

.faqs-section .accordion-animated .accordion-item button[aria-expanded="true"] {
    font-size: 30px;
}

.services-section .service-block ion-icon{
    font-size: 3.5em !important;
    margin-bottom: 20px;
}

.services-section-image-wrap{
    position: relative;
    padding: 30px 80px 30px 0px;
}

.services-section-image-wrap .image-big{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
}

.services-section-image-wrap .image-small{
    position: absolute;
    overflow: hidden;
    width: 200px;
    height: 260px;
    bottom: -80px;
    z-index: 2;
    right: -30px;
}

@media (max-width:64em) {
    .services-section-image-wrap .image-small{
        bottom: 20px;
        right: -15px;
    }
}

.image-big img,
.image-small img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: auto;
}

/* Btn Services */
.btn-services-square{
    width: 180px;
    display: block;
    position: relative;
}

.btn-service-dark .btn-service-title{
    background-color: #303743;
}

.btn-service-title{
    width: 100%;
    height: 180px;
    background-color: #F5F5F5;
    position: relative;
}

.btn-service-title h6{
    position: absolute;
    padding: 20px;
    padding-right: 10px;
    bottom: 0px;
    left: 0px;
    color: var(--uia-dark);
    font-size: 1.1rem;
}

.btn-service-dark .btn-service-title h6{
    color: var(--uia-white);
}

.btn-service-link{
    background-color: #6C6F7D;
    color: var(--uia-white);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

.btn-service-link ion-icon{
    font-size: 1.3rem;
}

.btn-service-link:hover{
    background-color: var(--uia-red);
    color: var(--uia-white);
}

.btn-services-wrap{
    position: absolute;
    right: 0px;
    bottom: -122px;
}

@media (max-width:64em) {
    .btn-services-wrap {
        bottom: -310px;
        right: -35px;
    }
}

.cta-image-right{
    position: relative;
    right: -110px;
    height: 500px;
}

.cta-image-right .btn-services-square{
    position: absolute;
    bottom: 0px;
    left: -180px;
}

.cta-image-wrap{
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cta-image-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%,-50%);
}

/*PROYECTOS DE INVESTIGACIÓN*/
.project-paginate .hidden {
    position: static !important;
    display: none !important;
    height: 50px;
}

/*SUB NAV RESPONSIVE*/
.sub-nav-responsive{
    display: none;
}

@media (max-width:64em){
    .sub-nav-responsive{
        display: block;
        width: 100%;
        position: absolute;
        top: 135px;
        z-index: 10;
        background: var(--uia-grey-100);
    }

    .sub-nav-responsive .accordion .accordion-item button[aria-expanded="true"]{
        border-bottom: var(--uia-primary);
    }

    .sub-nav-responsive .accordion button[aria-expanded="true"]{
        color: var(--uia-grey-200);
    }

    .sub-nav-responsive ion-icon{
        font-size: 35px;
    }

    .sub-nav-responsive .tabs-thumb.is-active a{
        color: #9d9d9d;
    }

    .sub-nav-responsive .tabs-thumb.on.is-active a {
        color: var(--uia-dark);
    }

    .sub-nav-responsive .tabs-thumb.is-active a:hover{
        color: var(--uia-primary);
    }

    .sub-nav-responsive .tabs-thumb.is-active a::after {
        content: none;
    }

    .sub-nav-responsive .tabs-thumb.on.is-active a::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 2px;
        width: 100%;
        background: var(--uia-dark);
    }
}

@media (max-width:700px) {
    .sub-nav-responsive {
        top: 179px;
    }
}


/*CONOCE LA IBERO*/
@media (max-width:630px) {
    .laIbero img{
        transform: translate(-27%, 0%);
    }

    .red-square{
        left: 60px;
    }
	
	.scholarships{
	        padding-top: 80px;
	    }

	    .scolarships-content{
	        padding:0px;
	    }
}

/*Separar palabras*/
.breaks {
    display: flex;
    gap: 10px; 
  }
  
  .breaks a {
    overflow-wrap: break-word; 
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%; 
  }
