.aside-nav{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

main{
    width: calc(100vw - 155px);
    margin-left: 155px;
    overflow-x: hidden;
}

.body-placeholder{
    padding: 450px 30px;
    text-align: center;
    border: 2px dashed grey;
    border-radius: 0px;
    background-color: var(--uia-body);
}

.circular-menu{
    position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 99999;
    filter: none;
}

@media (max-width: 64em) {
    main {
        width: 100vw;
        margin-left: 0px;
        overflow-x: hidden;
    }
}

/* INDEX */
.banner-main {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.banner-main .swiper-slide {
    height: 85vh;
}

.main-banner {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.responsive-banner {
    position: absolute;
    width: auto;
    height: 100%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 1445px) {
    .main-banner {
        width: 125%;
        height: auto;
    }
}

@media (max-width: 1300px) {
    .main-banner {
        width: 160%;
        height: auto;
        left: 55%;
    }

    .notice {
        display: none !important;
    }

    .banner-main .buttons-wrapper {
        left: 40% !important;
        bottom: 40% !important;
    }
}

@media (max-width: 1200px) {
    .main-banner {
        width: 190%;
        height: auto;
        left: 60%;
    }

    .text-end{
        display: none !important;
    }
}

@media (max-width: 760px) {
    .responsive-banner {
        position: absolute;
        width: auto;
        height: 100%;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .banner-main {
        height: 90vh;
    }
}

.banner-main .swiper-slide .row {
    position: absolute;
    height: 90vh;
}

.banner-main .text-container {
    position: absolute;
    top: 35%;
    left: 13%;
    width: 500px;
    padding: 4% 30px;
}

.banner-main .banner-container {
    position: relative;
    top: 25%;
}

@media (max-width: 1445px) {

    .banner-main .text-container {
        width: 450px;
        left: 8%;
    }

    .banner-main .swiper-slide {
        height: 1020px !important;
        overflow: hidden;
    }

    .banner-main .banner-container {
        position: relative;
        top: 25%;
    }

    .banner-main .col_md-12{
        padding-right: 3.5rem;
    }

    .banner-main .text-container {
        width: 100%;
        left: 0px;
        top: 20%;
    }
}

.banner-main .buttons-wrapper {
    position: absolute;
    left: 40%;
    width: 100px;
    bottom: 30%;
}

.banner-main .swiper-button-next {
    z-index: 3;
    color: var(--uia-white);
}

.banner-main .swiper-button-next ion-icon {
    font-size: 4rem;
}

.banner-main .swiper-button-prev {
    z-index: 2;
    color: var(--uia-white);
}

.banner-main .swiper-button-prev ion-icon {
    font-size: 6rem;
}

.banner-main .swiper-button-next:after {
    content: "";
}

.banner-main .swiper-button-next p {
    font-size: 0.8rem;
    margin-top: 45px;
}

.banner-main .swiper-button-next ion-icon {
    font-size: 6rem;
}

.banner-main .swiper-button-prev:after {
    content: "";
}

.banner-main .swiper-button-prev p {
    font-size: 0.8rem;
    margin-top: 45px;
}

/*BANNER NOTICIAS*/
.banner-main .notice{
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 5;
    width: 70%;
    background-color: var(--uia-white);
    height: 180px;
}

.notice .swiper-wrapper{
    padding: 30px 60px;
    z-index: 0;
}

.notice .swiper-slide{
    display: flex;
    height: 120px;
}

.notice .news-slider{
    overflow: hidden;
}

.notice .swiper-button-next-1{
    position: absolute;
    height: 100%;
    width: 150px;
    right: 0;
    bottom: 0;
}

.notice .swiper-button-next-1 .gradient-white{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+4,0+13,0+33,1+58,1+99 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.5) 4%,
        rgba(255, 255, 255, 0.7) 13%,
        rgba(255, 255, 255, 0.9) 33%,
        rgba(255, 255, 255, 1) 58%,
        rgba(255, 255, 255, 1) 99%,
        rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.5) 4%,
        rgba(255, 255, 255, 0.7) 13%,
        rgba(255, 255, 255, 0.9) 33%,
        rgba(255, 255, 255, 0.9) 58%,
        rgba(255, 255, 255, 1) 99%,
        rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.5) 4%, rgba(255, 255, 255, 0.7) 13%, rgba(255, 255, 255, 0.9) 33%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);

    /* IE6-9 */
    height: 100%;
    width: 100%;
    position:absolute;
    right:0;
    opacity: 1;
}


.notice .swiper-button-next-1 .next{
    background: var(--uia-primary);
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 30%;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--uia-white);
}


.notice .swiper-button-next-1 ion-icon {
    font-size: 50px;
}

.notice .swiper-button-prev-1{
    background: var(--uia-primary);
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 30%;
    left: -20px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--uia-white);
}

.notice .swiper-button-prev-1 ion-icon{
    font-size: 50px;
}

@media (max-width: 1445px){
    .notice .swiper-slide {
        display: flex;
        height: 120px !important;
        width: 380px !important;
    }
}

/*DEPARTAMENTOS*/
.departamentosMovil {
    padding-top: 200px;
    background: #252323;
    color: white;
    padding-bottom: 150px;
}

.departamentosMovil .col{
    margin-bottom: 150px;
}


 .title-link {
     display: block
 }

 .title-link h1 {
     display: inline-block;
 }

 .title-link .icono {
     display: inline-block;
     width: 50px;
     height: 50px;
     text-align: center;
     background: red;
     position: relative;
 }

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

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

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

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

 .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);
     }

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

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

     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;
 }

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

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

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

/*calendar*/
.calendar-wrapper{
    position: absolute;
    z-index: 4;
    right: 70px;
    bottom: 180px;
    width: 260px;
}

.calendar-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.year-header{
    margin-top: 0;
    margin-bottom: 10px;
}

.month-year span{
    cursor: default;
    padding: 0 2px;
    padding-top: 0px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 16px;
    color: #cccccc;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.events-container {
    background: var(--uia-grey-200);
}


/*Becas*/

#becas .logo{
    width: 257px;
    height: 257px;
}


/*TOUR VIRTUAL*/
.tour {
    height: 60vh;
    overflow: hidden;
}

@media (max-width: 64em) {
    .tour{
        height: 80vh;
    }
}

.tour-circle{
    width: 120px;
    height: 120px;
    background: var(--uia-white);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-circle p{
    padding-top: 10px;
}

.border-tour-circle{
    width: 160px;
    height: 160px;
    border-radius: 100px;
    border: 3px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-div{
    display: flex;
    align-content: center;
    align-items: center;
    transform: translate(25%, 0%);
    position: relative;
    z-index: 3;
}

.tour-div #heading{
    margin-left: 1.5rem !important;
}

@media (max-width: 790px) {
    .tour-div {
        display: flex;
        flex-direction: column-reverse;
        transform: translate(0%, 0%);
    }

    .tour-div #button{
        flex: initial;
    }

    .tour-div #heading {
        margin-left: 0rem !important;
        margin-bottom: 10rem;
    }
}

.tour-video{
    width: 240%;
    z-index: 0;
    position: absolute;
    bottom: 0;
}

@media (min-width: 1024px) {
    .tour-video {
        width: 150%;
        z-index: 0;
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 64em) {
    .tour-video {
        height: 100%;
        width: auto;
        z-index: 0;
        position: absolute;
        bottom: 0;
    }
}


/*NAV BAR Responsivo*/
.responsive-nav {
    z-index: 999;
    width: 100%;
    height: 93px;
    position: fixed;
}

.responsive-nav h1{
    line-height: 0;
}

.responsive-nav .sidebar-button {
    width: 93px;
    height: 93px;
}

.responsive-nav .sidebar-button ion-icon {
    font-size: 40px;
}

.scroll {
    top: 0px;
    background: var(--uia-white);
    /* A litttttle slower on the way in */
    transition: 0.25s;
    position: fixed !important;
}

.scroll-icon{
    color: var(--uia-dark);
}

.hidden {
    top: -93px;
    position: fixed !important;
    /* A litttttle slower on the way in */
    transition: 0.25s;
}

.show {
    position: fixed !important;
    top: 40px;
    background: transparent !important;
}

@media (max-width:650px) {
    .show {
        top: 0px;
    }
	
	.responsive-nav{
	        height: 70px;
	    }

	    .responsive-nav .logo{
	        height: 70px;
	        width: 70px;
	    }

	    .responsive-nav .sidebar-button{
	        height: 70px;
	        width: 70px;
	    }
}



.show .sidebar-button ion-icon {
    color: var(--uia-white) !important;
}
