*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: PoppinsLight;
}
@font-face{
    font-family: PoppinsBold;
    src: url(./fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face{
    font-family: PoppinsLight;
    src: url(./fonts/Poppins/Poppins-Light.ttf);
}
@font-face{
    font-family: PoppinsMedium;
    src: url(./fonts/Poppins/Poppins-Medium.ttf);
}
body{
    overflow-x: hidden;
    scrollbar-width: thin; /* Para Firefox */
    scrollbar-color: #5ECDD1; /* Para Firefox */
    overflow-y: scroll; /* Asegura que el scroll esté visible siempre */
}
/* WebKit - Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px; /* Ancho del scroll */
}
::-webkit-scrollbar-track {
  background: transparent; /* Fondo del track */
}
::-webkit-scrollbar-thumb {
  background-color: #5ECDD1; /* Color del thumb */
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #5ecdd19a; /* Color al hacer hover */
}
.mainBG{
    width: 100%;
    height: 100vh;
    background:linear-gradient(#11111127, #111111c0, #111111c7), url(./imgs/snd_background_min.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-family: PoppinsLight;
    font-size: 12px;
    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-family: PoppinsLight;
    font-size: 12px;
    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;
}
.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;
}
.logo{
    margin: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo2{
    width: 290px;
}
.opts{
    width: 160px;
}
.loginBtn{
    display: flex;
    justify-content: center;
    gap: 12px;
    background: transparent;
    border-radius: 72.43px;
    border: 0.805px solid #5ECDD1;
    width: 100%;
    height: 36px;
    text-align: center;
    margin-top: 102px;
    padding: 7px;
    cursor: pointer;
    transition: .3s;
}
.loginBtn:hover{
    background: #77c8cb;
 }
.loginBtn:hover ~ .loginOpts{
    opacity: 1;
    transform: translateY(10%);
}
.loginTxt{
    font-family: PoppinsLight;
    font-size: 15px;
    letter-spacing: 3px;
    color: #fff;;
}
.loginOpts{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: translateY(-145%);
    opacity: 0;
    transition: .5s;
}
.loginOpts:hover{
    opacity: 1;
    transform: translateY(10%);
}
.separ4{
    width: 80%;
    height: 1px;
    background: #5ECDD1;
    margin-block-start: 3px;
    margin-block-end: 3px;
}
.lOpt{
    text-decoration: none;
    font-family: PoppinsLight;
    color: #071d2f;
    font-size: 11px;
    font-weight: 600;
    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;
}
.textCont1{
    margin-top: 10%;
    margin-left: 4%;
    color: #fff;
    letter-spacing: .5px;
}
.textCont1 p{
    font-family: PoppinsMedium;
    font-size: 55px;
    max-width: 950px;
}
.textCont1 h3{
    color: #42F8FF;
    font-size: 22px;
    letter-spacing: 1.5px;
}
.contactBtn{
    width: 205px;
    height: 60px;
    display: flex;
    border: 1.207px solid #fff;
    border-radius: 50.645px;
    color: #fff;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    font-family: PoppinsLight;
    font-size: 17px;
    margin-top: 40px;
    margin-left: 4%;
    cursor: pointer;
    transition: .3s;
}
.contactBtn:hover{
    background: #5ecdd128;
}
.contactBtn img{
    width: 35px;
    height: 35px;
}
.entryName{
    display: flex;
    width: 100%;
    height: fit-content;
    margin-top: 120px;
    padding-bottom: 110px;
    color: #fff;
    font-family: PoppinsLight;
    letter-spacing: 1px;
}
.separ{
    width: 50px;
    height: 2px;
    background: #5ECDD1;
    margin-top: 15px;
}
.nosotrosPage{
    background: #fff;
    width: 100%;
}
.nosInfoCont{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
}
.secondaryTit{
    display: none;
}
#nosTitCont h3{
    color: #5ECDD1;
    letter-spacing: 6px;
}
#nosTitCont p{
    width: fit-content;
    font-family: PoppinsMedium;
    color: #1E3D58;
    font-size: 35px;
    margin-bottom: 12px;
    text-align: center;
}
.textCont2 p{
    margin-top: 10px;
    font-size: 21px;

}
.markedText{
    color: #5ECDD1;
    font-family: PoppinsBold;
}
.qualities{
    margin-top: 130px;
    display: flex;
    justify-content: space-evenly;
}
.qualities div{
    display: flex;
    align-items: center;
}
.qualities div p{
    margin: 15px;
    font-family: PoppinsLight;
    font-size: 16px;
}
.qualities div img{
    width: 30px;
}
.textCont3{
    width:100%;
    height: 700px;
    margin-top: 110px;
    background: linear-gradient(#ffffff, #ffffff23, #ffffff00), url(./imgs/backMid.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.textCont3 div{
    display: flex;
    justify-content: center;
}
.textCont3 div img{
    width: 443px;
    height: 350px;
    margin: 5px;
}
.p1{
    color: #fff;
    font-size: 28px;
    letter-spacing: 1;
    text-align: center;
    margin-top: 90px;
}
.p2{
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.wheelSCL{
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.wheelSCL .separ3{
    width: 200px;
}
.wheelSCL .allWheelCont{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.wheelSCL .allWheelCont img{
    width: 600px;
    height: 600px;
    margin-left: 20px;
}
.wheelSCL .allWheelCont .accessBtnCont{
    margin-top: 30px;
    margin-left: 30px;
}
.accessBtnCont button{
    width: fit-content;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    border-radius: 30px;
    outline: none;
    border: 0.805px solid #5ECDD1;
    font-family: PoppinsMedium;
    font-size: 19px;
    color: #5ECDD1;
    cursor: pointer;
    transition: .2s;
}
.accessBtnCont button:hover{
    background: #5ecdd14b;
}
.wheelPresen{
    float: right;
    margin-left: -70px;
}
.presenCont{
    margin-left: 16px;
    width: fit-content;
}
.presenCont h3{
    color: #5ECDD1;
    letter-spacing: 6px;
}
.presenCont p{
    color: #1E3D58;
    font-size: 35px;
    font-family: PoppinsMedium;
}
.presenCont div{
    margin-top: 15px;
}
.cardyCont{
    margin-top: 3rem;
    display: block;
}
.cardy{
    display: flex;
    flex-wrap: wrap;
    width: 380px;
    height: 50px;
    border: solid 1.37px #E1E1E1;
    align-items: center;
    margin: 15px;
    cursor: pointer;
    transition: .2s;
}
.cardy .pCont p{
    display: none;
}
.cardy:hover{
    box-shadow: 0rem 8px 1rem -8px #5ECDD1;
}
.cardy h4{
    margin-left: 35px;
    flex: 1;
}
.cardy  img{
    margin-right: 20px;
}
.cardy1  span{
    width: 30px;
    height: 50px;
    background: #958CC4;
}
.cardy2  span{
    width: 30px;
    height: 50px;
    background: #91BE6D;
}
.cardy3  span{
    width: 30px;
    height: 50px;
    background: #79C8CB;
}
.cardy4  span{
    width: 30px;
    height: 50px;
    background: #E08D43;
}
.cardy5  span{
    width: 30px;
    height: 50px;
    background: #FFCC4A;
}
.bigCardy{
    height: 250px;
    align-items: flex-start;
}
.bigCardy  span{
    height: 100%;
}
.bigCardy  h4{
    margin-top: 20px;
}
.bigCardy img{
    margin-top: 20px;
}
.bigCardy .pCont{
    margin-left: 65px;
    margin-top: -180px;
}
.bigCardy .pCont p{
    display: block;
    width: 300px;
}
.textCont4{
    margin-top: 250px;
    text-align: center;
    font-size: 25px;
}
.servCont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
    padding: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.servCont .secondaryTit{
    color: #5ECDD1;
    letter-spacing: 6px;
}
.title3{
    color: #5ECDD1;
    letter-spacing: 6px;
    text-align: center;
}
.servPresenCont p{
    color: #1E3D58;
    font-size: 35px;
    font-family: PoppinsMedium;
    text-align: center;
}
.servPresenCont div{
    margin-left: 41%;
}
.cardCont{
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card{
    position: relative;
    width: 320px;
    height: 500px;
    cursor: pointer;
    transition: .2s;
}
.card1{
    margin-left: 0;
}
.card div{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
    visibility: visible;
    border: none;
    border-radius: 30px;
    box-shadow: -1rem 5px 1rem -8px;
    transition: .7s;
}
.cardFront article{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 320px;
}
.cardFront article p{
    color: #fff;
    font-family: PoppinsBold;
    font-size: 17px;
}
.card .cardBack{   
    transform: perspective(500px) rotateY(180deg);
    text-align: start;
    background: #fff;
}
.card .cardBack span{
    width: 100%;
    height: 200px;
    margin-top: -300px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.card .cardBack div{
    width: 80%;
    border: none;
    box-shadow: none;
    margin: 20px;
}
.card .cardBack div h2{
    color: #1E3D58;
    font-size: 20px;
    margin-top: 220px;
}
.card .cardBack div p{
    margin-top: 15px;
    font-size: 12.8px;
}
.card1 .cardFront{
    background: linear-gradient(180deg, rgba(94, 205, 209, 0.00) 55%, #128802 100%), url(./imgs/proyectos.png) no-repeat;
    background-size: cover;
    transform: perspective(500px) rotateY(0deg);
}
.card1 .cardBack span{
    background: url(./imgs/proyectos\ back.png);
    background-size: cover;
}
.card2 .cardFront{
    background: linear-gradient(180deg, rgba(94, 205, 209, 0.00) 55%, #1E3D58 100%), url(./imgs/capacitación\ y\ coach.png) no-repeat;
    background-size: cover;
    transform: perspective(500px) rotateY(0deg);
}
.card2 .cardBack span{
    background: url(./imgs/capacitación\ y\ coach\ back.png);
    background-size: cover;
}
.card3 .cardFront{
    background: linear-gradient(180deg, rgba(94, 205, 209, 0.00) 55%, #B25808 100%), url(./imgs/tableros\ gestión.png) no-repeat;
    background-size: cover;
    transform: perspective(500px) rotateY(0deg);
}
.card3 .cardBack span{
    background: url(./imgs/tableros\ gestión\ back.png);
    background-size: cover;
}
.card4 .cardFront{
    background: linear-gradient(180deg, rgba(94, 205, 209, 0.00) 55%, #025D61 100%), url(./imgs/pexels-anna-shvets-3727459\ 1.png) no-repeat;
    background-size: cover;
    transform: perspective(500px) rotateY(0deg);
}
.card4 .cardBack span{
    background: url(./imgs/pexels-mikael-blomkvist-6476589\ 1.png);
    background-size: cover;
}
.card5 .cardFront{
    background: linear-gradient(180deg, rgba(94, 205, 209, 0.00) 55%, #4A40A0 100%), url(./imgs/planes\ gobierno.png) no-repeat;
    background-size: cover;
    transform: perspective(500px) rotateY(0deg);
}
.card5 .cardBack span{
    background: url(./imgs/planes\ gobierno\ back.png);
    background-size: cover;
}
.card6 .cardFront{
    background: linear-gradient(180deg, rgba(94, 205, 209, 0.00) 55%, #9da71b 100%), url(./imgs/cooperación.png) no-repeat;
    background-size: cover;
    transform: perspective(500px) rotateY(0deg);
}
.card6 .cardBack span{
    background: url(./imgs/cooperación\ back.png);
    background-size: cover;
}
.card7 .cardFront{
    background: linear-gradient(180deg, rgba(94, 205, 209, 0.00) 55%, #2bcfd8 100%), url(./imgs/planes\ desarrollo.png) no-repeat;
    background-size: cover;
    transform: perspective(500px) rotateY(0deg);
}
.card7 .cardBack span{
    background: url(./imgs/planes\ desarrollo\ bacj.png);
    background-size: cover;
}
.card:hover{
    transform: translateY(-1rem);
}
.card:hover~.card{
    transform: translateX(180px);
}
.card:not(:first-child){
    margin-left: -180px;
}
.flippedCard .cardFront{
    transform: perspective(500px) rotateY(180deg);
}
.flippedCard .cardBack{
    transform: perspective(500px) rotateY(360deg);
}
.projectsCont{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    background: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 60px;
}
.proSpan{
    width: 150px;
}
.proPresenCont{
    text-align: center;
}
.proPresenCont h3{
    color:  #5ECDD1;
    letter-spacing: 6px;
}
.proPresenCont p{
    color: #1E3D58;
    font-size: 35px;
    font-family: PoppinsMedium;
}
.proPresenCont .separ{
    margin: auto;
    margin-top: 15px;
}
.proPaperCont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.cardModel2{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 330px;
    height: 470px;
    border-radius: 40px;
    margin: 6px;
}
.cardModel2 .proContent{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    width: 100%;
    height: 230px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    background: #071d2fc7;
    transition: .5s;
}
.cardModel2 .proContentActivated{
    height: 100%;
    margin-top: 0;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    transition: .5s;
}
.cardModel2 .proContent .same-margin{
    margin-left: 30px;
}
.cardModel2 .proContent .textCont{
    position: absolute;
    top: 10px;
    height: 100px;
}
.cardModel2 .proContent .textCont h2{
    font-size: 29px;
    margin-left: 20px;
    color: #fff;
}
.cardModel2 .proContent .textCont p{
    display: -webkit-box;
    margin-top: 5px;
    font-size: 17px;
    width: 85%;
    color: #fff;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cardModel2 .proContent .textCont b{
    font-family: PoppinsBold;
    color: #5ECDD1;
}
.cardModel2 .proContentActivated .textCont p{
    display: inline-block;
}
.cardModel2 .proContent span{
    width: 80px;
    height: 2px;
    background: #5ECDD1;
    margin-top: 15px;
}
.cardModel2 .proContent .seeBtn{
    margin-top: 20px;
    width: 120px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 0.805px solid #5ECDD1;
    background: transparent;
    border-radius: 72.43px;;
    letter-spacing: 1px;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
}
.cardModel2 .proContent .seeBtn{
    color: #5ECDD1;
    text-decoration: none;
}
.cardModel2 .proContent .seeBtn:hover{
    background: #5ecdd128;
}
.projectsCont .accessBtnCont{
    margin-top: 60px;
}
.papersCont{
    margin-top: 100px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.papersPresenCont{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 38px;
}
.papersPresenCont h3{
    color:  #5ECDD1;
    letter-spacing: 6px;
    font-size: 20px;
}
.papersPresenCont p{
    color: #1E3D58;
    font-size: 35px;
    font-family: PoppinsMedium;
}
.papers{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.name{
    text-align: center;
    cursor: pointer;
    transition: .2s;
}
.name:hover{
    margin-top: -30px;
}
.name div{
    margin: auto;
}
.name h4{
    font-size: 45px;
    color: #1E3D58;
}
.name p{
    font-size: 18px;
    margin-top: 10px;
    color: #1E3D58;
    font-family: PoppinsMedium;
}
.name1{
    flex: 1;
}
.name2{
    flex: 1;
}
.name3{
    flex: 1;
}
.teamCont{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
    padding: 80px;
}
.teamPresenCont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
}
.teamPresenCont .teamPresen h3{
    color: #5ECDD1;
    letter-spacing: 6px;
    text-align: left;
}
.teamPresenCont .teamPresen p{
    color: #1E3D58;
    font-size: 30px;
    font-family: PoppinsMedium;
    text-align: left;
}
.cast{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.cast .cardModel2{
    max-width: none;
    width: 360px;
    height: 470px;
    margin: 18px;
}
.cast .cardModel2 .proContent{
    height: 160px;
    background: #071d2f7e;
}
.cast .cardModel2 .proContent .textCont p{
    width: 90%;
}
.popUpsCont{
    position: relative;
}
.popUp{
    display: flex;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.popUp .popInfoCont p{
    width: 350px;
    font-size: 17px;
    margin-top: 20px;
}
.popUp .popInfoCont div a:hover{
    background: #5ecdd14b;
}
.popUp .popImgcont a{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 32px;
    margin-top: 20px;
    margin-left: 45%;
    background: transparent;
    border-radius: 30px;
    outline: none;
    border: 0.805px solid #5ECDD1;
    font-size: 19px;
    font-family: PoppinsMedium;
    color: #5ECDD1;
    text-align: center;
    cursor: pointer;
    transition: .2s;
}
.popUp .popImgcont a:hover{
    background: #5ecdd14b;
}
.popUp .popImgcont img{
    width: 280px;
    height: 310px;
    margin-left: 80px;
}
.bodyActive{
    filter: blur(20px);
    transition: .5s;
}
.popUpActive{
    visibility: visible;
    opacity: 1;
    top: 50%;
}
.mapCont{
    margin-top: 80px;
    display: grid;
    place-items: center;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
}
.mapPresenCont{
    width: 395px;
}
.mapPresenCont p{
    color: #1E3D58;
    font-size: 35px;
    font-family: PoppinsMedium;
}
.mapPresenCont h3{
    color: #5ECDD1;
    letter-spacing: 6px;
}
.mapPresenCont div{
    margin: auto;
    margin-top: 15px;
}
.mapCont span{
    width: 75px;
}
.mapouter{
    margin-top: 20px;
}
.mapImg{
    width: 1180px;
    height: 750px;
}
.waveCont{
    display: flex;
}
.waves{
    width: 40px;
    height: 40px;
}
.waveArg{
    transform: translate(28.2%, -520%)
}
.waveUru{
    transform: translate(30.2%, -570%)
}
.waveCol{
    transform: translate(25.2%, -1040%);
}
.waveGuat{
    transform: translate(20.8%, -1260%);
}
.wavePanama{
    transform: translate(23.5%, -1280%);
}
.waveCRica{
    transform: translate(22%, -1420%);
}
.waveFrancia{
    transform: translate(45.9%, -1900%);
}
.waveCont .waveInfoCont{
    position: absolute;
    transform: translateX(1200px);
    opacity: 0;
    top: -60px;
    left: 30px;
    max-width: 532px;
    max-height: 254px;
    padding: 15px;
    border: 1px solid #5ECDD1;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    scrollbar-width: thin;
    transition: .3s;
}
.waveCont .waveInfoContActive{
    transform: translateX(20px);
    opacity: 1;
}
.waveCont .waveInfoCont h3{
    color: #5ECDD1;
}
.waveCont .waveInfoCont b{
    color: #1E3D58;
    margin-top: 10px;
}
.waveCont .waveInfoCont .info .cont{
    margin-top: 10px;   
}
.waveCont .waveInfoCont .info .cont p{
    color: #1E3D58;   
    margin-left: 18px;
}
.waveCont .waveInfoCont .info .cont b{
    font-family: PoppinsBold;
    color: #1E3D58;
}
.waveCont .waveInfoCont .info{
    display: flex;
    flex-wrap: wrap;
}
.waveCont .waveInfoCont .info .cardModel2{
    position: relative;
    display: flex;
    justify-content: center;
    max-width: none;
    width: 230px;
    height: 150px;
    border-radius: 40px;
    margin: 10px;
    cursor: pointer;
}
.waveCont .waveInfoCont .info .cardModel2 h2{
    font-size: 29px;
    color: #fff;
}
.contactCont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-top: -120px;
    width: 100%;
}
.conPresenCont{
    margin-left: 155px;
}
.conPresenCont h3{
    color: #5ECDD1;
    letter-spacing: 6px;
}
.conPresenCont p{
    color: #1E3D58;
    font-size: 35px;
    font-family: PoppinsMedium;
}
.questCont{
    margin-top: 10px;
    margin-left: 120px;
    display: flex;
}
.questCont form{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.questCont input{
    width: 500px;
    height: 40px;
    background: #E7E7E7;
    border: none;
    border-radius: 40px;
    outline: none;
    font-size: 16px;
    font-family: PoppinsBold;
    padding-left: 35px;
}
.questCont input::placeholder{
    align-items: center;
    color: #1E3D58;
    font-size: 16px;
    font-family: PoppinsBold;
}
.btnSend{
    width: 130px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    border: 1px solid #5ECDD1;
    border-radius: 40px;
    cursor: pointer;
    transition: .2s;
}
.btnSend input{
    color: #2bcfd8;
    width: fit-content;
    background: transparent;
    margin-left: -30px;
    cursor: pointer;
}
.btnSend:hover{
    background: #5ecdd128;
}
.links{
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-left: 120px;
    margin-top: -50px;
}
.links a{
    color: #1E3D58;
    padding-left: 20px;
    padding-top: 20px;
    font-family: PoppinsBold;
    font-size: 16px;
}
.a1_2::after{
    margin-left: -114.5px;
    width: 115px;
}
.a2_2::after{
    margin-left: -110px;
    width: 108px;
}
.a3_2::after{
    margin-left: -121.9px;
    width: 120px;
}
.a4_2::after{
    margin-left: -89px;
    width: 88px;
}
.a5_2::after{
    margin-left: -125.5px;
    width: 123px;
}
.a6_2::after{
    margin-left: -71px;
    width: 70px;
}
.socialMediaCont{
    display: block;
    margin-left: 155px;
    padding-bottom: 50px;
    overflow-y: hidden;
}
.socialMediaCont p{
    font-family: PoppinsBold;
    color: #1E3D58;
    font-size: 15px;
    letter-spacing: 1px;
}
.copy{
    margin-top: 20px;
}
.smIconCont{
    display: flex;
    align-items: center;
    height: 50px;
    margin-left: -15px;
    margin-bottom: 30px;
}
.SM{
    margin-left: 15px;
    cursor: pointer;
}
.author{
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: PoppinsLight;
    font-size: 12px;
}
@media only screen and (max-width: 1185px){
    .mapImg{
        width: 950px;
        height: 550px;
    }
    .waves{
        width: 29.5px;
        height: 29.5px;
    }
    .waveCont .waveInfoCont{
        border-bottom-left-radius: 15px;
        transform: translateX(1200px);
        top: 30px;
        max-width: 450px;
    }
    .waves:hover ~ .waveInfoCont{
        transform: translateX(-60px);
    }
    .waves:hover ~ .infoFrance{
        transform: translateX(-150px);
    }
    .waveCont .infoFrance{
        width: 320px;
        height: fit-content;
    }
    .overflow-indicator{
        position: absolute;
        margin-left: 78%;
        margin-top: 85px;
        background: #fff;
        padding: 5px 10px;
        border: 1px solid #5ECDD1;
        border-radius: 5px;
        font-size: 20px;
        color: #1E3D58;
        display: none;
    }
}
@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;
    }
    .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;
    }
    .textCont1{
        margin-top: 125px;
        margin-left: 0;
        text-align: center;
        letter-spacing: 2px;
    }
    .textCont1 h3 br{
        display: none;
    }
    .textCont1 p{
        font-size: 33px;
    }
    .textCont1 h3{
        margin-top: 10px;
        font-size: 17px;
        padding: 5px;
    }
    .contactBtn{
        /*
        margin: auto;
        margin-top: 40px;
        */
        display: none;
    }
    .entryName{
        flex-wrap: wrap;
        padding-bottom: 100px;
    }
    .name{
        justify-content: center;
        align-items: center;
    }
    .name h4{
        font-size: 35px;
    }
    .name p{
        font-size: 16px;
    }
    .nosInfoCont{
        flex-wrap: wrap;
    }
    #nosTitCont{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .secondaryTit{
        display: none;
    }
    .textCont2{
        margin-top: 40px;
        font-size: 21px;
        text-align: center;
    }
    .textCont2 br{
        display: none;
    }
    .qualities{
        flex-wrap: wrap;
        margin-top: 100px;

    }
    .qual{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .qual img{
        margin-bottom: 10px;
    }
    .textCont3{
        height: 580px;
        margin-top: 50px;
    }
    .textCont3 div img{
        display: none;
    }
    .p1{
        margin-top: 200px;
        font-size: 22px;
    }
    .p2{
        margin-top: 60px;
        font-size: 18px;
    }
    .wheelSCL{
        flex-wrap: wrap;
        height: 1000px;
        margin-top: 20px;
    }
    .allWheelCont{
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wheelSCL .allWheelCont img{
        width: 420px;
        height: 420px;
        margin-left: 0;
    }
    .simulatorCont{
        margin-top: 15px;
        margin-left: 10px;
    }
    .wheelSCL .separ3{
        display: none;
    }
    .wheelPresen .presenCont{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-top: 35px;
    }
    .wheelPresen{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-left: 0;
        float: none;
    }
    .cardy{
       width: 340px; 
    }
    .bigCardy .pCont p{
        width: 270px;
    }
    .textCont4{
        margin-top: 250px;
    }
    .servCont{
        margin-top: 100px;
    }
    .servPresenCont{
        width: 350px;
    }
    .card{
        margin-top: 10px;
    }
    .card div{
        box-shadow: 0 5px 1rem 0px;
    }
    .card:hover~.card{
        transform: translateX(0px);
    }
    .card:not(:first-child){
        margin-left: 0px;
    }
    .proSpan{
        display: none;
    }
    .proPaperCont{
        flex-direction: column;
    }
    .papersCont{
        flex-direction: column;
    }
    .papersPresenCont{
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }
    .papersPresenCont p{
        font-size: 27px;
    }
    .papers{
        margin-top: 80px;
    }
    .teamCont{
        margin-top: 50px;
        justify-content: center;
        align-items: center;
    }
    .teamPresenCont{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 260px;
        margin-left: -1px;
    }
    .teamPresenCont h3{
        text-align: center;
    }
    .teamPresenCont p{
        font-size: 30px;
        text-align: center;
    }
    .teamAccessBtn{
        margin-top: 40px;
        
    }
    .popUp{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-width: 380px;
        padding: 20px;
    }
    .popUp .popInfoCont div{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .popUp .popInfoCont div a{
        position: relative;
        display: inline-block;
        width: 100px;
        height: 32px;
        margin-top: 3.8px;
        background: transparent;
        border-radius: 30px;
        outline: none;
        border: 0.805px solid #5ECDD1;
        font-size: 19px;
        font-family: PoppinsMedium;
        color: #5ECDD1;
        text-align: center;
        cursor: pointer;
        transition: .2s;
    }
    .popUp .popInfoCont p{
        font-size: 15px;
    }
    .popUp .popImgcont img{
        width: 230px;
        height: 260px;
        margin: auto;
        margin-top: 20px;
    }
    .popUp .popImgcont a{
        display: none;
    }
    .mapCont{
        overflow-y: hidden;
    }
    .mapPresenCont{
        width: fit-content;
    }
    .mapImg{
        width: 375px;
        height: 235px;
    }
    .waves{
        width: 25px;
        height: 25px;
    }
    .waveArg{
        transform: translate(26.5%, -340%)
    }
    .waveUru{
        transform: translate(29%, -390%)
    }
    .waveCol{
        transform: translate(23.8%, -680%);
    }
    .waveGuat{
        transform: translate(19%, -840%);
    }
    .wavePanama{
        transform: translate(22%, -913%);
    }
    .waveCRica{
        transform: translate(20.5%, -1030%);
    }
    .waveFrancia{
        transform: translate(44.5%, -1320%);
    }
    .waveCont .waveInfoCont{
        top: 20px;
        margin: auto;
        left: -80px;
        width: 310px;
        height: 140px;
    }
    .waveFrancia .waveInfoCont{
        left: -170px;
    }
    .contactCont{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 3px
    }
    .conPresenCont{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: 0;
    }
    .questCont{
        margin-left: 0;
    }
    .questCont form{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 18px;
    }
    .questCont input{
        width: 300px;
    }
    .btnSend{
        margin-top: 20px;
        margin-left: 0;
    }
    .btnSend input{
        margin-left: -50px;
    }
    .links{
        display: none;
    }
    .socialMediaCont{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: 0;
        margin-top: 11px;
    }
    .smIconCont{
        height: 50px;
    }
    .author{
        margin-left: 0;
    }
}