.submenu_college ul.nav__list>li>a{color: black !important;}
.submenu_college{
    margin-top: 62px;
    overflow: initial !important;
}
.submenu_college .logo{
    color: black;
    font-weight: 700;
    font-size: 28px;
}

.box_outreach b{font-size: 20px !important;color: black;}
.box_outreach{
    background-color: white;
    padding: 40px;
    border-radius: 3px;
    height: 100%
}
.check-list li:not(:first-child) {
    border-top: 1px
    solid rgba(255,255,255,0.1);
}
.check-list li::before {
    content: "\2714";
    position: absolute;
    top: 1.2rem ;
    left: 0;
    font-size: 80%;
    color: transparent;
    text-shadow: 0 0 0 #e25656;
}
.check-list {
    padding: 0;
    max-width: 600px;
    margin: 1rem 0 0;
    list-style-type: none;
}
.check-list li {
    color: white;
    font-size: 16px;
    display: block;
    position: relative;
    margin: 0.5rem 0 0;
    padding: 1rem 0 0.6rem 2rem;
    line-height: 1.5;
}

.menukids li:last-child a:before{display: none;}
.menukids a:before{
    content: "";
        position: absolute;
        width: 1px ;
        height: 23px ;
        right: 0;
        background: #E52117;
        top: 17px ;
}
.menukids a:hover{color: #E52117 !important;}
.menukids a{
    position: relative;
    color: white !important;
    font-size: 14px !important;
    display: block;
    padding: 17px 27px;
    text-decoration: none !important;
}
.menukids{
    position: absolute;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
}
ul.listkids li{color: white;font-size: 16px;}
.topMenuKids{
    overflow: hidden;
    position: relative;
    top: 61px ;
    display: block;
    width: 100%;
    height: 50px ;
    background: #ee8030;
}
.titlered{
    border-bottom: 1px solid #E52117;
    padding-bottom: 2px;
    margin-bottom: 40px;
}
.btn-large.btn-transparent:hover{
    background-color: black;
}
.btn-large.btn-transparent{
    border: 1px solid black;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 20px
}


.btn-large.btn-red:hover i{color: white !important;}
.btn-large.btn-red:hover{
    background-color: #E52117;
    border: 1px solid #E52117;
}
.btn-large.btn-red{
    border: 1px solid #fff;
    background-color: #fff;
    display: inline-block;
}

.btn-large.btn-black:hover{
    background-color: black;
    border-color: black;
}
.btn-large.btn-black{
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
}

.btn-large.btn-black2:hover{
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
}
.btn-large.btn-black2{
    border: 1px solid #000;
    background-color: black;
    border-color: black;
    color: white;
}

.tobtn a + a{margin-left: 20px;}


.middleimg{
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0;
    top: 0;
}
.mb-80{margin-bottom: 80px;}
.mb-20{margin-bottom: 20px;}
.pulsehover:hover,.pulsefooter{animation: heartbeat 3s infinite;color: #E52117 !important; }
@keyframes  heartbeat {0% {transform: scale( .75 ); } 20% {transform: scale( 1.3 ); } 40% {transform: scale( .75 ); } 60% {transform: scale( 1.3 ); } 100% {transform: scale( .75 ); } } .archive-nav>li>a:hover{
color:#E52117 !important
}
html body a{text-decoration: none !important;}
.overImg{opacity: 0;position: absolute;left: 0}
.hoverImg:hover .overImg{
    opacity: 1;
}

footer a{
    font-weight: bold;
}
footer ul:not(.rs) a{display: block;padding: 7px 0}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.border-r:before{
    content: "";
    background: #7C7C7C;
    height: 60%;
    width: 1px;
    position: absolute;
    right: 50%;
    top: 10%;
}
.border-b{
    border-bottom: 1px solid #7C7C7C;
    padding-bottom: 40px;
}



.pulsehover{animation: heartbeat 3s infinite; }
@keyframes  heartbeat {0% {transform: scale( .75 ); } 20% {transform: scale( 1.3 ); } 40% {transform: scale( .75 ); } 60% {transform: scale( 1.3 ); } 100% {transform: scale( .75 ); } }
.subfooter{
    font-size: 12px !important;
}

a:hover {
    color: #E52117;
    text-decoration: underline;
}
ul.rs li a{
    display: block;
}
ul.rs li{
    margin-bottom: 7px;
}
ul.rs img{
    height: 32px
}
ul.rs{
    width: 40%;
    display: flex;
    justify-content: space-between;
}
/*.ballWaves{
    position: absolute;
    background: black;
    padding: 10px 20px;
    left: calc(50% - 59px);
}*/
.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.border-r:before {
    content: "";
    background: #7C7C7C;
    height: 60%;
    width: 1px;
    position: absolute;
    right: 50%;
    top: 10%;
}
.relative{position: relative;}
.ballWaves div:hover{
    background: white;
}
.ballWaves div {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 37px;
}
.ballWaves {
    position: absolute;
    background: #090909;
    padding: 10px 20px;
    left: calc(50% - 45px);
}
.totop {
    transform: translateY(90px);
    position: absolute;
    width: 100%;
    left: 0;
}
.ballWaves:hover div .totop {
    transform: translateY(0px);
}
footer p,
footer a{color: #7C7C7C;font-size: 12px !important;}

.navLd{display: flex;justify-content: space-between;align-items: center;}
.logo_{color: white;font-size: 20px;}
header.headerLd{    background: rgb(0 0 0 / 100%);position: fixed;top: 0;width: 100%;z-index: 99;}
.nav__list{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav__list a{
    display: block;
    color: #fff;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    padding: 15px 15px;
    text-transform: uppercase;
}

.nav__list ul a small{text-transform: capitalize;}
.nav__list ul a{
    font-size: 12px !important;
}
.nav__list li a:hover{
    color: #e51717;
}
.nav__list li{
    position: relative;
    float:  left;
    margin: 0;
    padding: 0;
}

.headerLd>div>div{max-width: 100% !important;}
.nav__list ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #090909;
    margin: 0;
    list-style: none;
    padding: 20px 0px;
    border-radius: 5px;
}

.nav__list ul li:hover{
    border-left: 2px solid #E52117;
    background: #141414;
}
.nav__list ul li{
    float: none;
    border-left: 2px solid transparent;
    width: 200px;
}

.nav__list ul a{
    text-transform: capitalize;
    line-height: 120%;
    font-size: 14px !important;
    padding: 10px 15px;
}

.nav__list ul ul{
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff;
}

.nav__list li:hover > ul{
    display: block;
}


.height-100{height: 100vh;}
.height-90{height: 90vh;}
.height-80{height: 80vh;}
.height-70{height: 70vh;}
.height-60{height: 60vh;}
.section-mod{padding: 120px 0}
.edited h3{font-weight: normal !important; text-transform: uppercase;letter-spacing: 0 !important;}
.edited h4{font-weight: 600 !important;text-transform: uppercase;letter-spacing: 4px;font-size: 16px;}
body h4, h3, h2, h1,
body{font-family: arial;}
body p{font-size: 16px;}
body h2{font-size: 31px !important;text-transform: uppercase;}
.red{color: #E52117 !important;}
.flex_between{display: flex;justify-content: space-between;}
.btn-large:hover i{
    color: #E52117 !important;
}
.btn-large:hover{
    background-color: #000;
    color: white;
    text-decoration: none;
}
.btn-large{
    background: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 15px 37px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: inline-block !important;
}


.allmsg,
.menukids a,
.ballWaves div,
.nav__list a,
.nav__list ul,
.nav__list ul li,
.nav__list ul li a,
.btn-large,
.btn-large i,
.box_3 li a:before,
.portfolio-item-thumbnail:before,
.seg{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 500ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 500ms !important;}
.portfolio-item-thumbnail:hover:before{
    opacity: 1;
}
.portfolio-item-thumbnail:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9;
    opacity: 0;
    left: 0;
    top: 0;
}
.portfolio-item-thumbnail h3{
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    color: white;
    font-weight: bold !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-item-thumbnail{
overflow: hidden;
position: relative;
display: block;
}
.portfolio-item-thumbnail img {
width: 100%;
height: auto;
display: block;
transition: all .2s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease;
}
.portfolio-item-thumbnail:hover img{
-webkit-transform: scale(1.2,1.2);
}
.scrollLink:before{
    -webkit-animation: mymoveX 2s infinite;
        animation: mymoveX 2s infinite;
        position: absolute;
        content: "";
        height: 300px;
        top: : 0;
        width: 1px;
        background: #E52117;
        position: absolute;
}
.scrollLink{
    position: absolute;
    left: 50%;
    height: 90px;
    width: 20px;
    overflow: hidden;
    bottom: -30px;
    transform: rotate(180deg);z-index: 1;
}
@-webkit-keyframes mymoveX {
    0%,
    100% {
        height: 60px;
    }
    50% {
        height: 80px;
    }
}


/* Standard syntax */

@keyframes mymoveX {
    0%,
    100% {
        height: 60px;
    }
    50% {
        height: 80px;
    }
}
video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 75%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
}
.mayita:before{
    content: "";
    position: absolute;
    background: url( {{ asset('assets/images/ptn2.png') }} ) rgba(0,0,0,0.1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mayita{
    position: relative;
}
.box_3 li a:hover:before{
    left: 0%;
}
.box_3 li a:before{
    content: "";
    width: 100%;
    background: #E52117 ;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    z-index: 0;
}
.box_3 li a span{position: relative;z-index: 3;font-weight: bold;}
    .box_3 li a{display: block;text-align: center;color: white !important;padding: 35px 0px;text-decoration: none;letter-spacing: 2px;position: relative;overflow: hidden;}
    .box_3 li{
        width: 33.3%;
        border-top: 1px solid white;
    }
    .box_3 li:nth-child(2){
        border-left: 1px solid white;
        border-right: 1px solid white;
    }
    .box_3{
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    .Joinus{
        position: absolute;
        width: 80%;
        top: 0;
        right: 0;
        animation-name: ju;
        animation-duration: 120s;
    }
    @keyframes ju {
      0%   {right:-20%; top:0px;}
      90%  {right:80%; top:0px;opacity: 0;}
      100%  {opacity: 0;}
    }
    body{color: black !important;}


    .box_n .a span{
        border-left: 1px solid  #000;
        width: 50px;
        text-align: center;
    }
    .box_n .a{
        display: flex;
        justify-content: space-between;
        padding-left: 40px;
        border-top: 1px solid  #000;
        font-weight: bold;
        text-transform: uppercase;
        align-items: center;
    }
    .box_n aside{
        padding:40px 20px;
    }
    .box_n:hover a{color: #E52117 !important}
    .box_n:hover a,
    .box_n:hover span,
    .box_n:hover{
        border-color: #E52117 !important
    }
    .box_n h4{color: #E52117}
    .box_n p{min-height: 118px;letter-spacing: 0;}
    .box_n p,
    .box_n a{color: black !important;}
    .box_n,
    .a p,
    .a div,
    .a aside{
        text-decoration: none !important;
    }
    .box_n{
        display: block;
        overflow: hidden;
        position: relative;
        border: 1px solid  #000;
    }
    .box_n:hover:after, .box_n:hover:before {
        transform: scaleX(1);
        transition: transform .3s cubic-bezier(.5,.15,.5,.85) .1s;
    }
    .box_n:after, .box_n:before {
        box-sizing: inherit;
        content: "";
        height: calc(100% + 2px);
        left: -1px;
        position: absolute;
        top: -1px;
        transform-origin: center;
        width: calc(100% + 2px);
        z-index: 98;
    }
    .box_n:hover .card-display__icon {
        transform: rotate(0deg );
    }
    .box_n:after {
        border-left: 2px solid #E52117;
        border-right: 2px solid #E52117;
        transform: scaleY(0);
    }
    .box_n:before {
        border-bottom: 2px solid #E52117;
        transform: scaleX(0);
        border-top: 2px solid #E52117;
    }
    .card-display__icon {
        width: 45px;
        transform: rotate(-45deg );
        transition: transform .2s cubic-bezier(.5,.15,.5,.85) .1s;
    }
    .container-fluid a{text-decoration: none;}
    .colx5{display: flex;}
    .colx5>div{
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 40px;
    }
    /* ==============================
       Phone
       ============================== */
    @media (max-width: 480px) and (min-width: 320px){
        body .pt190 {
            padding-top: 120px !important;
        }
        .ppop{
            padding: 40px 25px 0 25px !important
        }
        body .section-mod {
            padding: 80px 0;
        }
        html body h2 {
            font-size: 22px !important;
            text-transform: uppercase;
            line-height: 1.2 !important;
        }
        .bgfix{
            background-position: 77% 45% !important;
        }
        body video {
            top: 58%;
        }
        .middleimg{display: none;}
        .onlinemenu ul{display: flex !important;justify-content: space-between !important;}
        .onlinemenu span{display: none !important;font-size: 14px !important;display: block;margin-top: 10px !important;}
        .onlinemenu li{width: 25% !important;}
        .tab-nav__item.active a{color: white !important;}
        .tab-nav__item.active {
            color: white !important;
            background-color: transparent !important;
            border-radius: 4px ;
            -webkit-transform: scale(1) !important;
            -ms-transform: scale(1) !important;
            transform: scale(1) !important;
            margin: 0 0.69444 rem ;
            -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 4%);
            box-shadow: 0px 2px 4px rgb(0 0 0 / 4%);
        }

        .tab-nav__item.active::before{display: none;}
        .mobile-tab-nav.show-for-small-only,
        .onlinemenu{padding: 0 !important}
        .player_video {
            width: 100%;
            max-height: 183px ;
        }
        body .submenu_college ul.nav__list>li>a {
            color: black !important;
            padding: 0 10px ;
            font-size: 11px;
        }
        body h1 {
            font-size: 26px;
            line-height: 35px;
        }
        body .accordion-section .label {
            position: relative;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            padding: 12px 15px ;
            background-color: #d4b482;
            line-height: 1.3;
        }
        .wrapxs{flex-wrap: wrap;}
        body .quote {
            padding: 25px !important;
            position: relative ;
            right: 0;
            z-index: 9;
            top: 0;
            font-size: 16px !important;
            line-height: 1.5;
        }
        h1.fxs22{font-size: 22px;}
        .col-md-12.flex_between{flex-wrap: wrap;}
        a.logo{margin-bottom: 20px;line-height: 1.2;}
        .iframevideos{max-height: 230px;}
        a.btn-large{text-align: center !important;}
        body .topMenuKids {
            top: 52px ;
            padding: 0;
            min-height: 91px;
        }
        .menustudents{padding: 0 !important}
        .menustudents .menukids a:before{display: none;}
        body .menustudents ul li{
            width: 100% !important;
                background: #0a0a0a;
                border-bottom: #202020 1px solid;
        }
        .menustudents ul{flex-wrap: wrap !important;}
        body .menukids a{padding:  17px 10px !important;text-align: center !important;font-size: 12px !important;}
        body .menukids{margin: 0 !important}
        body .menukids li{width: 25% !important;}
        .row.mb-80{margin-bottom: 40px;}
        .row.mb-80>h2
        .col-md-12.flex_between.wow.fadeInUp{
            flex-wrap: wrap;
        }
        body .edited h4 {
            letter-spacing: 0px;
            font-size: 12px;
        }
        .mb-xs-30{margin-bottom: 30px;}
        .mb-xs-20{margin-bottom: 20px;}
        h2 {
            font-size: 22px !important;
            line-height: 30px !important;
        }

        .height-fit .vertical-align,
        .height-60 .vertical-align,
        .height-70 .vertical-align {
            position: relative;
            top: 0%;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }
        .height-fit,
        .height-60,
        .height-70{
            height: auto !important;
            padding:  160px 0 !important;
        }
        .text-xs-left{text-align: left !important;}

        .mw100{max-width: 100% !important;
    margin-bottom: 40px !important;}
        .tobtn a{
            letter-spacing: 0 !important;
            display: block;
            width: 100%;
            margin-bottom: 20px;
            margin-left: 0 !important;
        }
        .subfooter b{display: block;}
        .mobile-on {
            display: block !important;
        }
        body ul.mainleftmenu>li ul {
            padding: 0 25px 30px 25px !important;
        }
        .main_menuH.col-md-7{padding: 0 !important}
        .main_menuH>a.logo_{
            color: black;
            padding: 19px 0 19px 15px;
            display: block;
        }
        body ul.mainleftmenu>li> a {
            font-size: 18px;
            text-decoration: none;
            font-weight: bolder !important;
        }
        body .menu_open.x_ {
            top: 14px;
            right: 12px !important;
        }
        .menu_open.x_ span:after, .menu_open.x_ span:before {
            top: 27px !important;
        }
        html body .mainleftmenu{margin-top: 0 !important;}
        main {
            display: block;
            width: 100%;
            overflow: hidden;
        }
        body .menu_open.x_ span {
            height: 59px;
        }
        h3 {
            font-size: 24px !important;
        }
        ul.box_3{flex-wrap: wrap;}
        ul.box_3 li{width: 100%;}
        body .box_3 li:nth-child(2) {
            border-left: 0px solid white;
            border-right: 0px solid white;
        }
        .mb-xs-40{margin-bottom: 40px;}
        .border-r:before {
            display: none;
        }
        .col-xs-6{
            max-width: 50%;
        }
        footer ul:not(.rs) a {
            font-size: 11px !important;
        }
        .border-b{align-items: baseline;}
        .col-md-4.col-xs-12{padding:  0 5px}
        .subfooter{flex-wrap: wrap;text-align: center;}
        ul.rs{width: 100% !important;}
        .subfooter a,
        .subfooter p{width: 100%;font-size: 11px !important;}
        .subfooter p{margin-bottom: 5px !important;}

        .colx5>div {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 40px;
        }
        .navLd>a i{font-size: 22px;}
        .navLd>a{padding:  15px 0 !important;line-height: 1;}
        .mobile-off{display: none !important;}
        .menu_open.x_ {
            top: 14px;
            right: 12px !important;
        }
        body .mainleftmenu {
            margin: 0px 0 0 0;
            margin-top: 6px !important;
            border-top: 1px solid black;
            padding-top: 70px !important;
        }
        body ul.mainleftmenu>li> a {
            font-size: 21px;
            padding: 14px 20px !important;
        }
        body ul.mainleftmenu>li>a span.lm{
            width: 24px;
        }
        body ul.mainleftmenu>li>a span.lm:before {
            width: 25px;
            height: 2px;
        }
        ul.mainleftmenu>li> a{
            font-weight: bold !important;
        }
        body ul.mainleftmenu>li>a span.lm:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 25px;
            background: #E52117 !important;
            top: 5px;
            left: 12px;
        }
        body .mainleftmenu.loaded{height: auto !important}
        .left_child_menu li a{
            padding: 2px 0 !important;
            font-size: 16px !important;
        }
        .leftpart{display: none;}
        body .left_child_menu li {
            width: 100%;
            display: inline-block;
        }
    }

/*13 inch retina*/
@media (min-width: 799px) and (max-width: 1350px) {
    .colx5>div {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 40px;
    }
    body .box_n p {
        min-height: 156px !important;
        letter-spacing: 0;
    }
}

/* Imac Resolutions :) */
@media all and (min-width:1921px) and (max-width: 2560px) {
    body .box_n p {
        min-height: 114px;
        letter-spacing: 0;
    }
}
/* 15 pulgadas Retina Sm */
@media all and (min-width:1100px) and (max-width: 1700px) {
    body .box_n p {
        min-height: 140px;
        letter-spacing: 0;
    }
}