*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: helveticaPro;
    color: #071d2f;
}
@font-face{
    font-family: helveticaPro;
    src: url(../fonts/helvetica/HelveticaNeueLTProLtEx.otf);
}
@font-face{
    font-family: helveticaProBoldy;
    src: url(../fonts/helvetica/HelveticaNeueLTProLtEx.otf);
}
@font-face{
    font-family: PoppinsLight;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}
body{
    overflow-x: hidden;
}
.mainBG{
    width: 100vw;
    height: 104vh;
    background: linear-gradient(#071d2f, #071d2fdc, #1e3d589f), url(../imgs/acadImgs/main\ back.png);
    background-size: cover;
}
ul{
    list-style: none;
}
ul li{
    display: inline-block;
    position: relative;
}
ul li ul.dropDown{
    width: 100%;
    position: absolute;
    background: #5ecdd177;
    margin-top: 3px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 999;
    display: none;
}
ul li ul.dropDown li{
    width: auto;
    display: block;
    margin-left: 6px;
}
ul li ul.dropDown li a{
    text-decoration: none;
    font-size: 12px;
    font-family: PoppinsLight;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}
ul li:hover ul.dropDown{
    display: block;
}
.menuOpt{
    width: 100%;
    height: 100px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuOpt li{
    margin-top: 50px;
    margin: 25px;
    list-style: none;
}
.aOpt{
    text-decoration: none;
    font-size: 12px;
    font-family: PoppinsLight;
    color: #fff;
    letter-spacing: 3px;
}
.aOpt::after{
    content: '';
    position: absolute;
    margin-top: 25px;
    height: 1px;
    background: #1ADBE2;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .18s ease-in-out;
}
.aOpt:hover::after{
    transform: scaleX(1);
    transform-origin: center;
}
.aOpt:hover::after{
    transform: scaleX(1);
    transform-origin: center;
}
.a1::after{
    margin-left: -92.5px;
    width: 94px;
}
.a2::after{
    margin-left: -103px;
    width: 105px;
}
.a4::after{
    margin-left: -70px;
    width: 75px;
}
.a5::after{
    margin-left: -120px;
    width: 120px;
}
.menuOpt span{
    width: 70px;
}
.logoCont{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo2{
    margin-left: 10px;
}
.loginBtn{
    background: transparent;
    border-radius: 72.43px;
    border: 0.805px solid #5ECDD1;
    width: 130px;
    height: 36px;
    align-items: center;
    text-align: center;
    margin-top: 58px;
    padding: 7px;
    display: flex;
    cursor: pointer;
    transition: .3s;
}
.loginTxt{
    font-family: PoppinsLight;
    font-size: 13px;
    letter-spacing: 3px;
    color: #fff;;
    text-align: center;
}
.loginOpts{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #777777;
    transform: translateY(-145%);
    opacity: 0;
    transition: .5s;
}
.loginBtn:hover{
   background: #77c8cb;
}
.loginBtn:hover ~ .loginOpts{
    opacity: 1;
    transform: translateY(10%);
}
.loginOpts:hover{
    opacity: 1;
    transform: translateY(10%);
}
.separ4{
    width: 80%;
    height: 1.5px;
    background: #9c9c9c;
    margin-block-start: 3px;
    margin-block-end: 3px;
}
.lOpt{
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 6px;
}
.lOpt:hover{
    color: #1adbe2;
}
#span2{
    width: 15px;
}
#span3{
    display: block;
    height: 20px;
}
.loginBtn img{
    width: 23.667px;
    height: 23.667px;
}
.mainBG .titles{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12%;
}
.mainBG .titles p{
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 22px;
}
.mainBG .titles img{
    margin-top: 28px;
}
.aboutUs{
    background: #fff;
    margin-top: -25px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.aboutUs .desc{
    padding-top: 75px;
    display: flex;
    align-items: center;
}
.aboutUs .desc img{
    width: 325px;
    border-top-right-radius: 154px;
    border-bottom-left-radius: 154px;
}
.aboutUs .desc div{
    margin-left: 100px;
}
.aboutUs .desc div .titleAbUs{
    font-size: 40px;
    font-family: helveticaProBoldy;
    letter-spacing: .5px;
    line-height: 100px;
    color: #014751;
    letter-spacing: 1.5px;
}
.aboutUs .desc div .content{
    width: 520px;
    font-size: 18px;
    font-family: helveticaProBoldy;
    color: #014751;
    word-spacing: 2px;
    line-height: 30px;
}
.aboutUs .msgInsc{
    display: flex;
    margin: auto;
    margin-top: 70px;
    padding-top: 70px;
    width: 900px;
    height: 350px;
    background:#f0f0f0;
    border-radius: 35px;
}
.aboutUs .msgInsc div p{
    width: 600px;
    font-size: 40px;
    font-family: helveticaProBoldy;
    letter-spacing: .5px;
    color: #071d2f;
    margin-left: 80px;
    margin-bottom: 40px;
}
.aboutUs .msgInsc div a{
    margin-left: 80px;
    padding: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #bfef4b;
    text-decoration: none;
    color: #014751;
    letter-spacing: 2px;
    border: 1px;
    border-radius: 20px;
    transition: .3s;
}
.aboutUs .msgInsc div a:hover{
    background: #9ac92e;
}
.aboutUs .msgInsc img{
    height: 350px;
    transform: translate(-72px, -70px);    
}
.allCourses{
    margin-top: 120px;
}
.allCourses .title{
    text-align: center;
    color: #071d2f;
    font-size: 40px;
}
.allCourses .courses{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}
.allCourses .courses .courseCard{
    display: flex;
    width: 530px;
    height: 230px;
    margin: 50px;
    margin-top: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 2px 1px 20px 0px #00000061;
}
.allCourses .courses .courseCard .cardInfo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.allCourses .courses .courseCard .cardInfo .courseTitle{
    width: 300px;
    font-family: helveticaProBoldy;
    font-size: 20px;
    color: #014751;
    margin-top: 20px;
    margin-left: 20px;
}
.allCourses .courses .courseCard .cardInfo .descBar{
    display: flex;
    margin-top: 30px;
    width: fit-content;
}
.allCourses .courses .courseCard .cardInfo .descBar p{
    width: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-spacing: 2px;
    letter-spacing: 1.5px;
    font-size: 13px;
    top: 0;
    color: #014751;
}
.allCourses .courses .courseCard .cardInfo .descBar p img{
    width: 18px;
    margin-right: 5px;
}
.allCourses .courses .courseCard .cardInfo .cardInfoSepar{
    width: 250px;
    height: 1px;
    border: 1px #bfef4b dashed;
    margin-top: 15px;
}
.allCourses .courses .courseCard .cardInfo .verMas{
    width: 230px;
    height: 35px;
    background: #bfef4b;
    border-radius: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    transition: .3s;
}
.courseCard .cardInfo .verMas:hover{
    background: #9ac92e;
}
.courseCard .courseImg{
    width: 430px;
}
.crsCard1 .courseImg{
    background: url(../imgs/acadImgs/INN_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 25px;
}
.crsCard2 .courseImg{
    background: url(../imgs/acadImgs/INN_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 25px;
}
.crsCard3 .courseImg{
    background: url(../imgs/acadImgs/IA.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 25px;
}
.crsCard4 .courseImg{
    background: url(../imgs/acadImgs/curso4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 25px;
}
.partners{
    width: 1300px;
    height: 200px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 100px;
}
.partners .logoHolder{
    width: 380px;
    height: 230px;
    margin: 65px;
}
.partners .ucaLogo{
    background: url(../imgs/acadImgs/ucaLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: .1px;
}
.partners .crLogo{
    background: url(../imgs/acadImgs/crLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: .1px;
}
.partners img{
    width: 250px;
    height: 180px;
    margin: 30px;
}
.reviews{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 100px;
}
.reviews article{
    width: 550px;
    margin: 25px;
    margin-left: 80px;
    top: 0;
    padding: 30px;
    padding-top: 0;
}
.reviews article .info{
    margin-top: 20px;
}
.reviews article .name{
    font-size: 30px;
    color: #014751;
    letter-spacing: 1px;
}
.reviews article .job{
    letter-spacing: 3px;
    font-size: 14px;
    margin-top: 5px;
    color: #014751;
}
.reviews article .review{
    width: 550px;
    margin-top: 40px;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: helveticaProBoldy;
    color: #014751;

}
.space{
    height: 120px;
}
.mail, .p{
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #071d2f94;
}
.mail a{
    font-size: 14.5px;
    text-decoration: none;
    color: #9ac92e;
}
.bodyActive{
    filter: blur(20px);
    transition: .5s;
}
.popUpsCont{
    position: relative;
}
.popUp{
    position: fixed;
    width: 800px;
    height: 600px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.30);
    background: #fff;
    border-radius: 25px;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.popUp .banner{
    width: 100%;
    height: 220px;
    border-radius: 20px;
    border-top-right-radius: 0;
}
.pop1 .banner{
    background: url(../imgs/acadImgs/INN_1.jpg);
    background-size:cover;
}
.pop2 .banner{
    background: url(../imgs/acadImgs/INN_2.jpg);
    background-size: cover;
}
.pop3 .banner{
    background: url(../imgs/acadImgs/IA_banner.jpg);
    background-size:cover;
}
.pop4 .banner{
    background: url(../imgs/acadImgs/curso4banner.jpg);
    background-size:cover;
}
.popUp .courseName p{
    font-size: 30px;
    margin-top: 29px;
    margin-left: 35px;
    color: #071d2f;
}
.popUp .descBar{
    display: flex;
    background: #f7f7f7;
    box-shadow: inset;
    width: fit-content;
    margin-top: 15px;
    margin-left: 35px;
    height: 30px;
    border-radius: 20px;
    box-shadow: 0rem 4px .2rem .2px rgb(0, 0, 0, .25);
}
.popUp .descBar p{
    width: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    word-spacing: 2px;
    letter-spacing: 1.5px;
    font-size: 12px;
}
.popUp .descBar p img{
    width: 20px;
    margin-right: 5px;
}
.popUp .objs{
    margin-top: 25px;
    margin: 35px;
}
.popUp .objs .objsTitle{
    width: 160px;
    height: 30px;
    background: #bfef4b;
    text-align: center;
    align-content: center;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}
.popUp .objs .obj{
    display: flex;
    align-items: start;
    margin-top: 30px;
    margin-left: 50px;
    letter-spacing: .5px;
    font-size: 15px;
}
.popUp .objs .obj p{
    margin-left: 25px;
    margin-top: -2px;
    word-spacing: 1px;
}
.popUp .desc{
    margin-top: 50px;
    margin-left: 35px;
    margin-bottom: 40px;
}
.popUp .desc h2{
    font-weight: 400;
    letter-spacing: 1px;
} 
.popUp .desc .separ{
    margin-top: 10px;
    width: 718px;
    height: 1px;
    background: #d6d6d696;
}
.popUp .desc .descInDesc{
    font-size: 14px;
    word-spacing: 1px;
    line-height: 25px;
    color: #014751;
}
.popUp .desc .cicle{
    margin-top: 40px;
}
.popUp .desc > :nth-child(3){
    margin-top: 025px;
}
.popUp .desc .cicle .descBar{
    width: fit-content;
    margin-left: 20px;
}
.popUp .desc .cicle .descBar div{
    width: fit-content;
    height: 30px;
    padding: 10px;
    padding-top: 8px;
    background: #bfef4b;
    text-align: center;
    align-content: center;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.popUp .desc .cicle .descBar p{
    width: fit-content;
    padding: 10px;
}
.popUp .desc .cicle .descText{
    font-size: 13.8px;
    margin-top: 5px;
    margin-left: 70px;
    letter-spacing: .5px;
    padding: 15px;
}
.popUp .actions{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popUp .actions .verMas2{
    margin: auto;
    padding: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #bfef4b;
    text-decoration: none;
    font-size: 14px;
    color: #014751;
    letter-spacing: 2px;
    border: 1px;
    border-radius: 20px;
    transition: .3s;
}
.popUp .actions .verMas2:hover{
    background: #9ac92e;
}
.popUp .actions .goBack{
    display: inline-block;
    font-size: 13px;
    color: #014751;
    text-decoration: underline;
    padding: 16px;
    padding-bottom: 25px;
    cursor: pointer;
    transition: .2s;
}
.popUp .actions .goBack:hover{
    color: #bfef4b;
}
.popUpActive{
    visibility: visible;
    opacity: 1;
    top: 50%;
}
@media only screen and (max-width: 1140px){
    .menuOpt{
        display: block;
    }
    .menuOpt li{    
        margin: 10px;
        float: right;
    }
    ul li ul.dropDown{
        background: #025D61;
        margin-top: 0;
    }
    ul li ul.dropDown li{
        float: none;
        margin-left: 5px;
    }
    .mainBG{
        height: 100vh;
    }
    .logoCont{
        float: left;
        margin: 10px;
    }
    .aOpt{
        font-size: 12px;
    }
    .logo1{
        width: 65px;
        height: 65px;
    }
    .logo2{
        display: none;
    }
    .opts{
        display: flex;
    }
    .Login{
        margin-right: 50px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 1000px){
    .opts{
        display: block;
    }
    .Login{
        margin-right: 0;
    }
    .mainBG .titles{
        margin-top: 125px;
    }
    .mainBG .titles p{
        font-size: 11px;
    }
    .mainBG .titles img{
        margin-top: 40px;
        width: 310px;
    }
    .aboutUs .desc img{
        display: none;
    }
    .aboutUs .desc div{
      margin-left: 0;
      text-align: center;
    }
    .aboutUs .desc div .content{
        max-width: 330px;
    }
    .aboutUs .msgInsc{
        width: 320px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding: 25px;
    }
    .aboutUs .msgInsc div p{
        font-size: 22px;
        width: fit-content;
        text-align: center;
        margin-left: 0;
    }
    .aboutUs .msgInsc div a{
        margin-left: 25px;
    }
    .aboutUs .msgInsc img{
        display: none;
    }
    .allCourses .courses .courseCard{
        width: 320px;
        display: block;
    }
    .partners{
        flex-wrap: wrap;
        width: 90%;
        height: fit-content;
    }
    .partners img{
        width: 180px;
        height: 120px;
        margin: 10px;
    }
    .partners .logoHolder{
        width: 130px;
        height: 90px;
        margin: 20px;
    }
    .reviews{
        flex-wrap: wrap;
    }
    .reviews article{
        margin-left: 0px;
    }
    .reviews article .info .review{
        width: 340px;
    }
    .popUp{
        width: 350px;
        height: 650px;
    }
    .popUp .courseName p{
        width: 250px;
        font-size: 22px;
    }
    .popUp .objs .obj p{
        width: 280px;
    }
    .popUp .desc .separ{
        width: 90%;
    }
    .popUp .desc p{
        width: 260px;
    }
    .popUp .desc .cicle .descBar{
        margin-left: 0;
    }
    .popUp .desc .cicle .descBar p{
        font-size: 10px;
        padding: 8px;
    }
    .popUp .desc .cicle .descBar div{
        font-size: 12px;
        padding: 8px;
        padding-top: 3px;
    }
}
