.pad {margin: 0 70px !important;}
.round {border-radius: 100px; margin-bottom: 30px; border: 7px solid  #e64d3c; }
.fs-30 {font-size: 30px;}
.carousel-control-next, .carousel-control-prev {    width: 60px; background-color: #e64d3c; height: 60px; top:300px; border-radius: 30px;}
.mr-4 {margin-right: 40px;}

.nav-radius .navbar-nav .nav-link.active {
    background: #e64d3c;
    color: #ffffff !important;
}
.nav-radius .navbar-nav .nav-link {
    margin: 0 0.1rem;
}
.nav-radius .navbar-nav .nav-link {
    padding: 0.6rem 1.3rem;
    border-radius: 2px;}


/*-- Use For Custom Styling --*/
.swiper-container-3d {
    perspective:none;
    0px; */}

.alto {
	min-height: 700px;
}

.xl {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
}


/* about 3 boxes */
.about-box {
    color: #444;
    transition: .5s linear;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px 20px 40px 30px;
    max-width: 350px;
    border-radius: 20px;
    background-color: rgba(254,254,254,0.7);

}
.about-box i {
    font-size: 30px;
    position: relative;
}
.about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s linear;
}

.uppercase {
	text-transform: uppercase;
}

.title {text-align: center !important;}

.icono { width: 80px; }

.about-box ul {margin: 0px;}

.ui-block-11.team-sec .team-detail .social-icon {
    margin: 0;
    list-style: none;
    background: #9ad8d2 !important;
    padding: 22px 0;
}

.ui-block-11.team-sec .social-icon-clr-hvr a i:hover.fa-envelope {color: #0976B4;}
.ui-block-11.team-sec .team-detail .social-icon li a i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border: 1px solid;
    border-radius: 50px;
    margin: 0 2px;
    color: #fff;
}

.mt-90 { margin-top: 90px;}



@media screen and (max-width: 767px) {
.logo-white {padding-top: 0px;}
/*NAVBAR*/
    .navbar-top-default {
        padding-bottom: 45px;
    }

    header a.logo {
        padding-top: 15px;
        padding-bottom: 25px;
        padding-right: 10px;
        padding-left: 10px;
    }

    header a.logo img {
    max-width: 200px;
    position: absolute;
    top: 20px;
    left: 20px;
    }

    .header-appear {
        background: #ffffff;
        padding-bottom: 30px;
    }

    .header-appear{
        top: 46%;
    }

    .sidemenu_btn {
        right: 10px;
        position: absolute;
        left: auto;
        top: 35px;
    }
}

.txthero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    color: #ffffff;
    margin:0 auto;
    z-index: 10;
    text-transform: uppercase;
    align-items: center;
}

.txtproject {
    right: 0px;
    bottom: 80px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 20px;
    min-width: 300px;
}

.slider-text {    
    position: absolute;
    color: #ffffff;
    text-align: center;
}
.ta-r {
    text-align: right;
}


.cyan {color:#3b90d2; margin-right: 10px;}

.centro {
    margin-top:300px;
    text-align: center;
    justify-content: center;

}

.w-80 {
    width:80px;
}

.metodo {
    height: 50px;
}

.bg-campus {    
    background-image: url("../images/bg-campus.webp");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    }

    .bg-programas {    
    background-image: url("../images/bg-programas.webp");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    }
