* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

:root{
    --secundaryColor: rgb(42, 130, 160);
    --colorStrong2: #429898;
    --colorStrong3: #429898;
    --colorWhite: rgb(255,255,255);
    --colorWhite2: rgb(215,215,215);
    --colorGray: rgb(110,110,110); 
    --variantFont: "Pacifico", cursive;
    --borderBtns: 25px;
    --spaceSect: 30px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* StartPage */
.contBack{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/curso_excoba.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.filterBack{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(to right, #429898c9 50%, rgb(255,255,255, .1) 100%);
}

.buho{
    width: 550px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 13%;
    z-index: 2;
}

.buho img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.back{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textBack{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3%;
    margin-top: -3%;
}

.textBack h1{
    width: 55%;
    font-size: 100px;
    margin-bottom: 5px;
    color: var(--colorWhite);
}

.textBack p{
    width: 50%;
    font-size: 25px;
    font-weight: 400;
    color: var(--colorWhite);
}

.textBack span{
    margin-top: 20px;
    font-size: 25px;
    font-weight: 600;
    color: var(--colorWhite);
}

.textBack a{
    text-decoration: none;
    margin-top: 20px;
}

.textBack a button{
    width: 400px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 650;
    border: 3px solid var(--colorWhite);
    background-color: transparent;
    color: var(--colorWhite);
    border-radius: var(--borderBtns);
    overflow: hidden;
}

.textBack a button i{
    font-size: 24px;
    margin-left: 5px;
    color: var(--colorWhite);
}

.textBack a button:hover i{
    /* animation: fly 1.5s infinite alternate; */
    animation: fly 1.5s;
}

@keyframes fly{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(360deg);
    }
    100%{
        transform: translateX(500px);
    }
}

.contExperiencia{
    width: 100%;
    height: 18vh;
    display: flex;
    justify-content: space-between;
    padding: 0 2%;
    align-items: center;
    position: absolute;
    bottom: 0;
    background-color: var(--colorStrong2);
}

.experiencia{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spanExp{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spanExp span{
    font-size: 55px;
    font-weight: 550;
    color: var(--colorWhite);
}

.spanExp i{
    font-size: 40px;
    margin-left: 7px;
    margin-top: 5px;
    color: var(--colorWhite);
}

.descript{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.descript p{
    font-weight: 600;
    font-size: 20px;
    color: var(--colorWhite);
}

@media (max-width: 1700px){
    .textBack h1{
        font-size: 90px;
    }
    .textBack p{
        font-size: 24px;
    }
    .textBack span{
        font-size: 24px;
    }
    .spanExp span{
        font-size: 53px;
    }
    .spanExp i{
        font-size: 39px;
    }
    .descript p{
        font-size: 19px;
    }
    .textBack a button{
        width: 400px;
        height: 53px;
        font-size: 23px;
        border: 3px solid var(--colorWhite);
    }
    .textBack a button i{
        font-size: 23px;
    }
    .buho{
        width: 550px;
        height: 550px;
        right: 10%;
    }
}

@media (max-width: 1559px){
    .textBack h1{
        font-size: 85px;
    }
    .textBack p{
        font-size: 22px;
    }
    .textBack span{
        font-size: 23px;
        margin-top: 10px;
    }
    .spanExp span{
        font-size: 50px;
    }
    .spanExp i{
        font-size: 38px;
    }
    .descript p{
        font-size: 18.5px;
    }
    .textBack a button{
        width: 400px;
        height: 53px;
        font-size: 22px;
        border: 3px solid var(--colorWhite);
    }
    .textBack a button i{
        font-size: 22px;
    }
    .buho{
        width: 500px;
        height: 500px;
        right: 10%;
    }
}

@media (max-width: 1450px){
    .textBack{
        margin-top: -5%;
    }
    .textBack h1{
        font-size: 80px;
    }
    .textBack p{
        font-size: 21px;
    }
    .textBack span{
        font-size: 23px;
    }
    .spanExp span{
        font-size: 49px;
    }
    .spanExp i{
        font-size: 37px;
    }
    .descript p{
        font-size: 18px;
    }
    .textBack a button{
        width: 380px;
        height: 52px;
        font-size: 22px;
        border: 3px solid var(--colorWhite);
    }
    .textBack a button i{
        font-size: 22px;
    }
    .buho{
        width: 480px;
        height: 480px;
        right: 5%;
    }
}

@media (max-width: 1350px){
    .textBack h1{
        font-size: 80px;
    }
    .textBack p{
        font-size: 19px;
    }
    .textBack span{
        font-size: 22px;
    }
    .spanExp span{
        font-size: 45px;
    }
    .spanExp i{
        font-size: 35px;
    }
    .descript p{
        font-size: 17px;
    }
    .textBack a button{
        width: 350px;
        height: 50px;
        font-size: 21px;
        border: 3px solid var(--colorWhite);
    }
    .textBack a button i{
        font-size: 21px;
    }
    .buho{
        width: 410px;
        height: 410px;
        right: 7%;
    }
}

@media (max-width: 1250px){
    .textBack p{
        width: 45%;
        font-size: 17px;
    }
    .buho{
        width: 350px;
        height: 350px;
        right: 7%;
    }
}

@media (max-width: 1150px){
    .textBack p{
        width: 45%;
        font-size: 18px;
    }
    .buho{
        width: 400px;
        height: 400px;
        right: 7%;
    }
}

@media (max-width: 1100px){
    .textBack h1{
        font-size: 75px;
    }
    .textBack p{
        width: 50%;
        font-size: 18px;
    }
    .textBack span{
        font-size: 21px;
    }
    .buho{
        width: 400px;
        height: 400px;
        right: 7%;
    }
}

@media (max-width: 980px){
    .buho{
        width: 400px;
        height: 400px;
        right: 2%;
        top: 33%;
    }
    .textBack{
        margin-top: -33%;
    }
    .textBack h1{
        width: 70%;
    }
    .textBack p{
        width: 55%;
    }
}

@media (max-width: 850px){
    .buho{
        width: 380px;
        height: 380px;
        right: 0%;
        top: 33%;
    }
    .textBack{
        margin-top: -32%;
    }
}

@media (max-width: 768px){
    .textBack{
        padding: 0%;
        margin-top: -60%;
        align-items: center;
    }
    .textBack h1{
        width: 100%;
        text-align: center;
    }
    .textBack p{
        width: 90%;
        font-size: 19px;
        text-align: center;
    }
    .spanExp span{
        font-size: 43px;
    }
    .spanExp i{
        font-size: 33px;
    }
    .descript p{
        font-size: 16px;
    }
    .buho{
        width: 400px;
        height: 400px;
        right: 7%;
        top: 45%;
    }
    .contExperiencia{
        height: 15vh;
    }
}

@media (max-width: 700px){
    .textBack{
        padding: 0%;
        margin-top: -60%;
        align-items: center;
    }
    .textBack h1{
        font-size: 70px;
    }
    .textBack p{
        width: 80%;
        font-size: 19px;
    }
    .textBack span{
        font-size: 21px;
    }
    .textBack a button{
        width: 350px;
        height: 50px;
        font-size: 20px;
    }
    .textBack a button i{
        font-size: 20px;
    }
    .spanExp span{
        font-size: 40px;
    }
    .spanExp i{
        font-size: 30px;
    }
    .descript p{
        font-size: 15px;
    }
    .buho{
        width: 370px;
        height: 370px;
        right: 7%;
        top: 46%;
    }
    .contExperiencia{
        height: 15vh;
    }
}

@media (max-width: 680px){
    .textBack{
        padding: 0%;
        margin-top: -40%;
        align-items: center;
    }
    .textBack h1{
        font-size: 65px;
    }
    .textBack p{
        font-size: 17px;
    }
    .textBack span{
        font-size: 20px;
    }
    .textBack a button{
        width: 330px;
        height: 47px;
        font-size: 18px;
    }
    .textBack a button i{
        font-size: 18px;
    }
    .spanExp span{
        font-size: 35px;
    }
    .spanExp i{
        font-size: 25px;
        margin-left: 5px;
    }
    .descript p{
        font-size: 14px;
    }
    .buho{
        width: 230px;
        height: 230px;
        right: 7%;
        top: 50%;
    }
    .contExperiencia{
        height: 15vh;
    }
}

@media (max-width: 630px){
    .textBack{
        padding: 0%;
        margin-top: -35%;
        align-items: center;
    }
    .textBack h1{
        font-size: 60px;
    }
    .textBack p{
        font-size: 16px;
    }
    .textBack span{
        font-size: 19px;
    }
    .textBack a button{
        width: 300px;
        height: 45px;
        font-size: 17px;
    }
    .textBack a button i{
        font-size: 17px;
    }
    .spanExp span{
        font-size: 33px;
    }
    .spanExp i{
        font-size: 23px;
    }
    .descript p{
        font-size: 13px;
    }
    .buho{
        width: 200px;
        height: 200px;
        right: 7%;
        top: 53%;
    }
    .contExperiencia{
        height: 15vh;
    }
}

@media (max-width: 550px){
    .textBack{
        padding: 0%;
        margin-top: -40%;
        align-items: center;
    }
    .textBack h1{
        font-size: 55px;
    }
    .textBack p{
        font-size: 15px;
    }
    .textBack span{
        font-size: 18px;
    }
    .textBack a button{
        width: 280px;
        height: 40px;
        font-size: 16px;
    }
    .textBack a button i{
        font-size: 16px;
    }
    .spanExp span{
        font-size: 30px;
    }
    .spanExp i{
        font-size: 20px;
    }
    .descript p{
        font-size: 12px;
    }
    .buho{
        width: 200px;
        height: 200px;
        right: 7%;
        bottom: 20%;
    }
    .contExperiencia{
        height: 15vh;
    }
    .textBack p br{
        display: none;
    }
}

@media (max-width: 500px){
    .textBack{
        padding: 0%;
        margin-top: -65%;
        align-items: center;
    }
    .textBack p{
        width: 85%;
        font-size: 14px;
    }
    .buho{
        width: 220px;
        height: 220px;
        right: 7%;
        margin-top: -13%;
    }
}

@media (max-width: 450px){
    .textBack{
        margin-top: -70%;
    }
    .textBack h1{
        font-size: 53px;
    }
    .textBack p{
        width: 90%;
        font-size: 14px;
    }
    .buho{
        width: 220px;
        height: 220px;
        right: 7%;
        margin-top: -5%;
    }
}

@media (max-width: 393px){
    .textBack{
        margin-top: -53%;
    }
    .textBack h1{
        font-size: 45px;
    }
    .textBack p{
        font-size: 13.5px;
    }
    .buho{
        width: 220px;
        height: 220px;
        right: 7%;
        bottom: 23%;
    }
}

@media screen and (max-width: 380px) and (max-height: 780px){
    .textBack{
        margin-top: -70%;
    }
    .textBack h1{
        font-size: 45px;
    }
    .textBack p{
        width: 95%;
        font-size: 13.5px;
    }
    .spanExp span{
        font-size: 21px;
    }
    .buho{
        width: 220px;
        height: 220px;
        right: 7%;
        top: 55%;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Info */
.contInfo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.marco{
    width: 350px;
    height: 150px;
    transform: rotate(-30deg);
    background-color: var(--colorStrong2);
    position: absolute;
    top: -60px;
    left: -70px;
}

.marco2{
    width: 350px;
    height: 150px;
    transform: rotate(-30deg);
    background-color: var(--colorStrong2);
    position: absolute;
    bottom: -60px;
    right: -70px;
}

.info{
    width: 75%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textInfo{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px;
    position: relative;
    z-index: 3;
}

.imgLetrasInfo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    opacity: .15;
    z-index: 1;
}

.imgLetrasInfo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.textInfo h2{
    font-size: 80px;
    color: var(--colorStrong3);
}

.textInfo p{
    font-size: 21px;
    font-weight: 400;
    color: var(--colorGray);
}

.textInfo a{
    text-decoration: none;
    margin-top: 20px;
}

.textInfo a button{
    width: 440px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    font-size: 21px;
    font-weight: 560;
    color: var(--colorWhite);
    background-color: var(--colorStrong3);
    border-radius: var(--borderBtns);
}

.textInfo a button i{
    font-size: 21px;
    margin-left: 5px;
    color: var(--colorWhite);
}

.imgInfo{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    z-index: 3;
}

.imgInfo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1728px){
    .textInfo h2{
        font-size: 75px;
    }
    .textInfo p{
        width: 100%;
        font-size: 20px;
    }
    .imgLetrasInfo{
        top: -30px;
    }
}

@media (max-width: 1700px){
    .textInfo h2{
        font-size: 65px;
    }
    .textInfo p{
        font-size: 19px;
    }
    .imgLetrasInfo{
        top: -30px;
    }
}

@media (max-width: 1450px){
    .info{
        width: 80%;
    }
    .textInfo h2{
        font-size: 65px;
    }
    .textInfo p{
        font-size: 18px;
    }
}

@media (max-width: 1300px){
    .textInfo h2{
        font-size: 60px;
    }
    .textInfo p{
        font-size: 17px;
    }
    .textInfo a button{
        width: 370px;
        height: 47px;
        font-size: 20px;
    }
    .textInfo a button i{
        font-size: 20px;
    }
}

@media (max-width: 1200px){
    .info{
        width: 85%;
    }
    .textInfo h2{
        font-size: 55px;
    }
    .textInfo p{
        font-size: 16px;
    }
    .textInfo a button{
        width: 340px;
        height: 45px;
        font-size: 19px;
    }
    .textInfo a button i{
        font-size: 19px;
    }
}

@media (max-width: 1120px){
    .info{
        width: 70%;
        flex-direction: column;
        gap: 15px;
    }
    .textInfo{
        width: 100%;
    }
    .imgInfo{
        width: 100%;
        order: 1;
    }
    .textInfo h2{
        font-size: 60px;
    }
    .textInfo p{
        font-size: 17px;
    }
}

@media (max-width: 1100px){
    .marco{
        height: 130px;
    }
    .marco2{
        height: 130px;
    }
}

@media (max-width: 1000px){
    .marco{
        height: 120px;
    }
    .marco2{
        height: 120px;
    }
}

@media (max-width: 850px){
    .marco{
        height: 100px;
    }
    .marco2{
        height: 100px;
    }
    .imgLetrasInfo{
        top: -20px;
    }
    .textInfo h2{
        font-size: 55px;
    }
    .textInfo p{
        font-size: 16.5px;
    }
}

@media (max-width: 768px){
    .info{
        margin-top: 30px;
    }
    .marco{
        height: 120px;
    }
    .marco2{
        height: 120px;
    }
    .imgLetrasInfo{
        top: -10px;
    }
    .textInfo h2{
        font-size: 53px;
    }
    .textInfo p{
        font-size: 16px;
    }
}

@media (max-width: 700px){
    .marco{
        height: 110px;
    }
    .marco2{
        height: 110px;
    }
    .textInfo h2{
        font-size: 50px;
    }
    .textInfo p{
        font-size: 15.5px;
    }
    .textInfo a button{
        width: 310px;
        height: 43px;
        font-size: 18px;
    }
    .textInfo a button i{
        font-size: 18px;
    }
}

@media (max-width: 650px){
    .marco{
        height: 110px;
    }
    .marco2{
        height: 110px;
    }
    .textInfo h2{
        font-size: 48px;
    }
    .textInfo p{
        font-size: 15px;
    }
    .textInfo a button{
        width: 300px;
        height: 40px;
        font-size: 17px;
    }
    .textInfo a button i{
        font-size: 17px;
    }
}

@media (max-width: 550px){
    .info{
        width: 80%;
        margin-top: 40px;
    }
    .marco{
        height: 110px;
    }
    .marco2{
        height: 110px;
    }
    .textInfo h2{
        font-size: 45px;
    }
    .textInfo p{
        font-size: 14.5px;
    }
    .textInfo a button{
        width: 280px;
        height: 38px;
        font-size: 16.5px;
    }
    .textInfo a button i{
        font-size: 16.5px;
    }
}

@media (max-width: 500px){
    .marco{
        height: 110px;
    }
    .marco2{
        height: 110px;
    }
    .textInfo h2{
        font-size: 43px;
    }
}

@media (max-width: 450px){
    .info{
        width: 90%;
        margin-top: 55px;
    }
    .marco{
        height: 100px;
    }
    .marco2{
        height: 100px;
    }
    .textInfo h2{
        font-size: 40px;
    }
    .textInfo p{
        font-size: 14px;
        font-weight: 400;
    }
    .textInfo a{
        margin-top: 10px;
    }
    .textInfo a button{
        width: 260px;
        height: 38px;
        font-size: 16px;
    }
    .textInfo a button i{
        font-size: 16px;
    }
}

@media (max-width: 390px){
    .textInfo h2{
        font-size: 37px;
    }
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Why Choose Us? */
.contWhy{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.rectWhy{
    width: 100%;
    height: 140px;
    background-color: var(--colorStrong2);
    position: absolute;
    top: -5px;
    right: 0;
    /* clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0 100%); */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.why{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    gap: 25px;
    margin-top: 165px;
}

.imgWhy{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgWhy img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textWhy{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.textWhy h2{
    font-size: 90px;
    color: var(--colorStrong3);
}

.textWhy ul{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    gap: 15px;
}

.textWhy ul li{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.textWhy ul li i{
    font-size: 18px;
    color: var(--colorStrong3);
}

.textWhy ul li p{
    font-size: 22px;
    font-weight: 400;
    color: var(--colorGray);
}

.textWhy a{
    text-decoration: none;
    margin-top: 5px;
}

.textWhy a button{
    width: 450px;
    height: 55px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: 600;
    border-radius: var(--borderBtns);
    background-color: var(--colorStrong3);
    color: var(--colorWhite);
    overflow: hidden;
    transition: .6s;
}

.textWhy a button:hover{
    transform: translate(20px);
}

.textWhy a button i{
    font-size: 23px;
    margin-left: 5px;
    color: var(--colorWhite);
    transition: .6s;
}

.textWhy a button:hover i{
    transform: translate(200px);
}

@media (max-width: 1728px){
    .textWhy h2{
        font-size: 85px;
    }
    .textWhy ul{
        gap: 15px;
    }
    .textWhy ul li i{
        font-size: 17px;
    }
    .textWhy ul li p{
        font-size: 21.5px;
    }
    .textWhy a button{
        width: 450px;
        height: 55px;
        font-size: 23px;
        font-weight: 600;
    }
    .textWhy a button i{
        font-size: 23px;
    }
}

@media (max-width: 1650px){
    .textWhy h2{
        font-size: 80px;
    }
    .textWhy ul{
        gap: 15px;
    }
    .textWhy ul li i{
        font-size: 17px;
    }
    .textWhy ul li p{
        font-size: 21.5px;
    }
    .textWhy a button{
        width: 450px;
        height: 55px;
        font-size: 23px;
        font-weight: 600;
    }
    .textWhy a button i{
        font-size: 23px;
    }
}

@media (max-width: 1559px){
    .textWhy h2{
        font-size: 75px;
    }
    .textWhy ul li i{
        font-size: 16px;
    }
    .textWhy ul li p{
        font-size: 20px;
        font-weight: 500;
    }
    .textWhy a button{
        width: 400px;
        height: 50px;
        font-size: 22px;
    }
    .textWhy a button i{
        font-size: 22px;
    }
}

@media (max-width: 1504px){
    .rectWhy{
        height: 120px;
    }
    .why{
        margin-top: 150px;
    }
    .textWhy ul li i{
        font-size: 16px;
    }
    .textWhy ul li p{
        font-size: 19px;
    }
    .textWhy a button{
        width: 370px;
        height: 45px;
        font-size: 21px;
    }
    .textWhy a button i{
        font-size: 21px;
    }
}

@media (max-width: 1400px){
    .textWhy h2{
        font-size: 70px;
    }
    .textWhy ul li p{
        font-size: 18px;
    }
    .textWhy a button{
        width: 380px;
        height: 45px;
        font-size: 21px;
    }
    .textWhy a button i{
        font-size: 21px;
    }
}

@media (max-width: 1300px){
    .why{
        align-items: end;
        flex-direction: column;
        padding: 0 30px;
    }
    .imgWhy{
        width: 50%;
        order: 1;
        margin-top: -120px;
    }
    .textWhy{
        width: 100%;
    }
    .textWhy ul li p{
        font-size: 18px;
    }
    .textWhy a button{
        width: 380px;
        height: 45px;
        font-size: 21px;
    }
    .textWhy a button i{
        font-size: 21px;
    }
}

@media (max-width: 1280px){
    .rectWhy{
        height: 110px;
    }
    .why{
        margin-top: 140px;
    }
}

@media (max-width: 1200px){
    .why{
        margin-top: 130px;
    }
    .imgWhy{
        width: 55%;
        order: 1;
    }
    .rectWhy{
        height: 105px;
    }
    .textWhy{
        width: 100%;
    }
    .textWhy h2{
        font-size: 65px;
    }
    .textWhy ul li p{
        font-size: 18.5px;
    }
    .textWhy a button{
        width: 370px;
        height: 45px;
        font-size: 20px;
    }
    .textWhy a button i{
        font-size: 20px;
    }
}

@media (max-width: 1050px){
    .rectWhy{
        height: 95px;
    }
    .why{
        align-items: center;
        padding: 20px;
        margin-top: 110px;
    }
    .imgWhy{
        width: 85%;
        margin-top: 0px;
    }
    .textWhy{
        width: 85%;
    }
    .textWhy ul li p{
        font-size: 18px;
    }
    .textWhy a button{
        width: 370px;
        height: 45px;
        font-size: 20px;
    }
    .textWhy a button i{
        font-size: 20px;
    }
}

@media (max-width: 950px){
    .rectWhy{
        height: 90px;
    }
}

@media (max-width: 850px){
    .marco2{
        height: 100px;
    }
    .why{
        margin-top: 100px;
    }
}

@media (max-width: 768px){ 
    .why{
        padding: 10px;
    }
    .imgWhy{
        width: 95%;
        margin-top: 0px;
    }
    .rectWhy{
        height: 80px;
    }
    .textWhy{
        width: 95%;
    }
}

@media (max-width: 700px){
    .contWhy{
        margin-top: var(--spaceSect);
    }
    .rectWhy{
        display: none;
    }
    .why{
        margin-top: 0px;
    }
    .textWhy h2{
        font-size: 60px;
    }
    .textWhy ul li i{
        font-size: 15px;
    }
    .textWhy ul li p{
        font-size: 17.5px;
    }
    .textWhy a button{
        width: 350px;
        height: 43px;
        font-size: 19px;
    }
    .textWhy a button i{
        font-size: 19px;
    }
}

@media (max-width: 650px){
    .textWhy h2{
        font-size: 60px;
    }
    .rectWhy{
        height: 60px;
    }
}

@media (max-width: 620px){
    .rectWhy{
        font-size: 55px;
    }
}

@media (max-width: 600px){
    .textWhy h2{
        font-size: 55px;
    }
}

@media (max-width: 530px){
    .textWhy h2{
        font-size: 50px;
    }
    .textWhy ul li i{
        font-size: 14px;
    }
    .textWhy ul li p{
        font-size: 17px;
    }
    .textWhy a button{
        width: 320px;
        height: 40px;
        font-size: 18px;
    }
    .textWhy a button i{
        font-size: 18px;
    }
}

@media (max-width: 480px){
    .textWhy h2{
        font-size: 45px;
    }
    .textWhy ul li i{
        font-size: 14px;
    }
    .textWhy ul li p{
        font-size: 16px;
    }
    .textWhy a button{
        width: 320px;
        height: 40px;
        font-size: 18px;
    }
    .textWhy a button i{
        font-size: 18px;
    }
}

@media (max-width: 420px){
    .rectWhy{
        font-size: 52px;
    }
    .textWhy h2{
        font-size: 42px;
    }
    .textWhy ul li i{
        font-size: 14px;
    }
    .textWhy ul li p{
        font-size: 15.5px;
    }
}

@media (max-width: 413px){
    .textWhy h2{
        font-size: 41px;
    }
    .rectWhy{
        font-size: 50px;
    }
}

@media (max-width: 400px){
    .textWhy h2{
        font-size: 39px;
    }
    .textWhy ul li i{
        font-size: 14px;
    }
    .textWhy ul li p{
        font-size: 14.5px;
    }
}

@media (max-width: 380px){
    .textWhy h2{
        font-size: 36px;
    }
    .textWhy ul li i{
        font-size: 13.5px;
    }
    .textWhy a button{
        width: 300px;
        font-size: 17px;
    }
    .textWhy a button i{
        font-size: 17px;
    }
    .rectWhy{
        font-size: 43px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Temary */
.contTemary{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: var(--spaceSect);
}

.fig{
    width: 900px;
    height: 250px;
    transform: rotate(-30deg);
    background-color: var(--colorStrong2);
    position: absolute;
    top: -100px;
    left: -350px;
}

.fig2{
    width: 900px;
    height: 250px;
    transform: rotate(30deg);
    background-color: var(--colorStrong2);
    position: absolute;
    top: -100px;
    right: -350px;
}

.rect{
    width: 100%;
    height: 130px;
    background-color: var(--colorStrong2);
    position: absolute;
    top: 0;
}

.titleTemary{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 145px;
}

.titleTemary h2{
    font-size: 120px;
    color: var(--colorStrong3);
}

.temary{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    gap: 35px;
}

.imgTemary{
    width: 50%;
    height: 750px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    border-radius: var(--borderBtns);
}

.slideImgs{
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
    border-radius: var(--borderBtns);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.02),
    2px 2px 5px rgba(0, 0, 0, 0.04),
    4px 4px 11px rgba(0, 0, 0, 0.06),
    6px 6px 19px rgba(0, 0, 0, 0.08),
    10px 10px 30px rgba(0, 0, 0, 0.10);
}

.slideImgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    transition: opacity .8s ease-in-out;
    border-radius: var(--borderBtns);
}

.slideImgs img.active{
    opacity: 1;
    z-index: 1;
}

.textTemary{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.titleTextTem{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.titleTextTem h3{
    font-size: 80px;
    color: var(--colorStrong3);
}

.matery{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.matery hr{
    width: 75%;
    height: 3px;
    border-radius: 50px;
    background-color: var(--colorStrong2);
}

.matery details{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.matery details summary{
    cursor: pointer;
    list-style: none;
    font-size: 30px;
    color: var(--colorGray);
}

.matery summary::before{
    content: "▶";
    display: inline-block; 
    font-size: 22px;
    margin-right: 10px;
    color: var(--colorStrong3);
    transform-origin: center;
    transition: transform .2s ease;
}

.matery details[open] summary::before{
    transform: rotate(90deg);
}

.matery details ul{
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

.matery details ul li{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.matery details ul li i{
    font-size: 14px;
    color: var(--colorStrong3);
}

.matery details ul li p{
    font-size: 17.5px;
    font-weight: 500;
    color: var(--colorGray);
}

@media (max-width: 1504px){
    .fig{
        width: 900px;
        height: 230px;
        top: -100px;
        left: -370px;
    }
    .fig2{
        width: 900px;
        height: 230px;
        top: -100px;
        right: -370px;
    }
    .rect{
        width: 100%;
        height: 120px;
    }
    .slideImgs{
        width: 80%;
    }
    .matery hr{
        width: 80%;
    }
    .titleTemary h2{
        font-size: 100px;
    }
    .titleTextTem h3{
        font-size: 70px;
    }
    .matery details summary{
        font-size: 25px;
    }
    .matery summary::before{
        font-size: 18px;
    }
    .matery details ul li i{
        font-size: 13px;
    }
    .matery details ul li p{
        font-size: 17px;
    }
}

@media (max-width: 1280px){
    .rect{
        height: 110px;
    }
    .titleTemary{
        margin-top: 135px;
    }
}

@media (max-width: 1150px){
    .fig{
        width: 900px;
        height: 230px;
        top: -100px;
        left: -390px;
    }
    .fig2{
        width: 900px;
        height: 230px;
        top: -100px;
        right: -390px;
    }
    .rect{
        width: 100%;
        height: 105px;
    }
    .titleTemary{
        margin-top: 130px;
    }
    .imgTemary{
        height: 700px;
    }
    .slideImgs{
        width: 85%;
    }
    .matery hr{
        width: 85%;
    }
    .titleTemary h2{
        font-size: 85px;
    }
    .titleTextTem h3{
        font-size: 60px;
    }
    .matery details summary{
        font-size: 20px;
    }
    .matery summary::before{
        font-size: 17px;
    }
    .matery details ul li i{
        font-size: 13px;
    }
    .matery details ul li p{
        font-size: 17px;
    }
}

@media (max-width: 1000px){
    .fig{
        width: 900px;
        height: 230px;
        top: -100px;
        left: -420px;
    }
    .fig2{
        width: 900px;
        height: 230px;
        top: -100px;
        right: -420px;
    }
    .rect{
        width: 100%;
        height: 95px;
    }
    .titleTemary{
        margin-top: 120px;
    }
}

@media (max-width: 950px){
    .rect{
        width: 100%;
        height: 95px;
    }
    .titleTemary{
        margin-top: 115px;
    }
    .temary{
        padding: 0 20px;
        gap: 20px;
    }
    .imgTemary{
        justify-content: center;
    }   
    .slideImgs{
        width: 100%;
    }
    .matery hr{
        width: 100%;
    }
    .titleTemary h2{
        font-size: 80px;
    }
    .titleTextTem h3{
        font-size: 57px;
    }
    .matery details summary{
        font-size: 20px;
    }
    .matery summary::before{
        font-size: 16px;
    }
    .matery details ul li i{
        font-size: 13px;
    }
    .matery details ul li p{
        font-size: 16px;
    }
}

@media (max-width: 850px){
    .fig{
        width: 900px;
        height: 215px;
        top: -100px;
        left: -420px;
    }
    .fig2{
        width: 900px;
        height: 215px;
        top: -100px;
        right: -420px;
    }
    .temary{
        padding: 0 10px;
        gap: 15px;
    }
    .imgTemary{
        justify-content: center;
    }   
    .slideImgs{
        width: 100%;
    }
    .matery hr{
        width: 100%;
    }
    .titleTemary h2{
        font-size: 80px;
    }
    .titleTextTem h3{
        font-size: 57px;
    }
    .matery details summary{
        font-size: 20px;
    }
    .matery summary::before{
        font-size: 16px;
    }
    .matery details ul li i{
        font-size: 13px;
    }
    .matery details ul li p{
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .rect{
        width: 100%;
        height: 87px;
    }
    .titleTemary{
        margin-top: 115px;
    }
    .titleTemary h2{
        font-size: 75px;
    }
    .titleTextTem h3{
        font-size: 55px;
    }
    .matery details summary{
        font-size: 19.5px;
    }
}

@media (max-width: 700px){
    .fig{
        width: 900px;
        height: 190px;
        top: -100px;
        left: -420px;
    }
    .fig2{
        width: 900px;
        height: 190px;
        top: -100px;
        right: -420px;
    }
    .rect{
        width: 100%;
        height: 75px;
    }
    .titleTemary{
        margin-top: 100px;
    }
}

@media (max-width: 680px){
    .titleTemary h2{
        font-size: 70px;
    }
    .titleTextTem h3{
        font-size: 50px;
    }
    .matery details summary{
        font-size: 19px;
    }
    .matery summary::before{
        font-size: 15.5px;
    }
    .matery details ul li i{
        font-size: 12.5px;
    }
    .matery details ul li p{
        font-size: 15px;
    }
    .matery details ul li{
        gap: 8px;
    }
}

@media (max-width: 600px){
    .temary{
        flex-direction: column;
        gap: 20px;
    }
    .imgTemary{
        width: 100%;
        height: 450px;
        order: 1;
    }
    .textTemary{
        width: 100%;
    }
    .titleTemary{
        margin-bottom: 30px;
    }
    .titleTemary h2{
        font-size: 68px;
    }
    .titleTextTem h3{
        font-size: 45px;
    }
    .matery details summary{
        font-size: 19px;
    }
    .matery summary::before{
        font-size: 15.5px;
    }
    .matery details ul li i{
        font-size: 12.5px;
    }
    .matery details ul li p{
        font-size: 15px;
    }
}

@media (max-width: 550px){
    .fig{
        width: 900px;
        height: 175px;
        top: -100px;
        left: -420px;
    }
    .fig2{
        width: 900px;
        height: 175px;
        top: -100px;
        right: -420px;
    }
    .rect{
        width: 100%;
        height: 65px;
    }
    .titleTemary{
        margin-top: 95px;
    }
    .titleTemary{
        width: 80%;
        margin-top: 80px;
    }
    .titleTemary h2{
        font-size: 60px;
        text-align: center;
    }
    .titleTextTem h3{
        font-size: 40px;
    }
    .matery details summary{
        font-size: 18.5px;
    }
    .matery summary::before{
        font-size: 15px;
    }
    .matery details ul li i{
        font-size: 12px;
    }
    .matery details ul li p{
        font-size: 14.5px;
    }
}

@media (max-width: 520px){
    .fig{
        width: 900px;
        height: 173px;
        top: -100px;
        left: -420px;
    }
    .fig2{
        width: 900px;
        height: 173px;
        top: -100px;
        right: -420px;
    }
    .rect{
        width: 100%;
        height: 63px;
    }
    .titleTemary{
        margin-top: 80px;
    }
}

@media (max-width: 490px){
    .titleTemary{
        margin-top: 80px;
    }
    .titleTemary{
        margin-bottom: 25px;
    }
    .titleTemary h2{
        font-size: 55px;
    }
    .titleTextTem h3{
        font-size: 37px;
    }
    .matery details summary{
        font-size: 18px;
    }
    .matery summary::before{
        font-size: 14.5px;
    }
    .matery details ul li i{
        font-size: 12px;
    }
    .matery details ul li p{
        font-size: 14.5px;
    }
}

@media (max-width: 430px){
    .titleTemary{
        margin-top: 78px;
    }
    .fig{
        width: 900px;
        height: 168px;
        top: -100px;
        left: -420px;
    }
    .fig2{
        width: 900px;
        height: 168px;
        top: -100px;
        right: -420px;
    }
    .rect{
        width: 100%;
        height: 58px;
    }
    .titleTemary h2{
        font-size: 52px;
    }
    .titleTextTem h3{
        font-size: 35px;
    }
    .matery details summary{
        font-size: 17.5px;
    }
    .matery summary::before{
        font-size: 14px;
    }
    .matery details ul li i{
        font-size: 12px;
    }
    .matery details ul li p{
        font-size: 14.5px;
    }
}

@media (max-width: 390px){
    .fig{
        width: 900px;
        height: 160px;
        top: -100px;
        left: -420px;
    }
    .fig2{
        width: 900px;
        height: 160px;
        top: -100px;
        right: -420px;
    }
    .rect{
        width: 100%;
        height: 55px;
    }
    .titleTemary{
        margin-top: 75px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Galeria */
.contGalery{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 35px 0;
    margin-top: var(--spaceSect);
    background-color: var(--colorStrong3);
}

.titleGalery{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
}

.titleGalery h2{
    font-size: 120px;
    color: var(--colorWhite);
}

.galery{
    width: 95%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 350px;
    margin-bottom: 10px;
    gap: 10px;
    z-index: 2;
}

.galery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04),
    0px 0px 3px rgba(0, 0, 0, 0.08),
    1px 1px 6px rgba(0, 0, 0, 0.11),
    2px 2px 11px rgba(0, 0, 0, 0.15),
    3px 3px 17px rgba(0, 0, 0, 0.19);

}

.galery img:hover{
    transform: scale(1.04);
}

@media (max-width: 1400px){
    .titleGalery h2{
        font-size: 110px;
    }
}

@media (max-width: 1280px){
    .titleGalery h2{
        font-size: 100px;
    }
}

@media (max-width: 1150px){
    .titleGalery h2{
        font-size: 90px;
    }
}

@media (max-width: 1000px){
    .titleGalery h2{
        font-size: 85px;
    }
    .galery{
        grid-auto-rows: 300px;
    }
}

@media (max-width: 850px){
    .titleGalery h2{
        font-size: 80px;
    }
    .galery{
        grid-auto-rows: 280px;
    }
}

@media (max-width: 768px){
    .titleGalery h2{
        font-size: 80px;
    }
    .galery{
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 280px;
    }
}

@media (max-width: 650px){
    .titleGalery h2{
        font-size: 75px;
    }
}

@media (max-width: 600px){
    .titleGalery h2{
        font-size: 70px;
    }
}

@media (max-width: 550px){
    .titleGalery h2{
        font-size: 65px;
    }
    .galery{
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 280px;
    }
}

@media (max-width: 550px){
    .titleGalery h2{
        font-size: 60px;
    }
    .galery{
        grid-auto-rows: 250px;
    }
}

@media (max-width: 450px){
    .titleGalery h2{
        font-size: 55px;
    }
    .galery{
        grid-auto-rows: 230px;
    }
}

@media (max-width: 414px){
    .titleGalery h2{
        font-size: 53px;
    }
}

@media (max-width: 400px){
    .titleGalery h2{
        font-size: 50px;
    }
}

@media (max-width: 370px){
    .titleGalery h2{
        font-size: 48px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Testimonios */
.contTestimonios{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: var(--spaceSect);
    position: relative;
    overflow: hidden;
}

.titleTesti{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.titleTesti h2{
    font-size: 120px;
    color: var(--colorStrong3);
}

.testimonios{
    width: 98%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
    margin-top: 15px;
    gap: 15px;
}

.targetsTestimonios{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    background-color: var(--colorStrong3);
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.imgTesti{
    width: 35%;
    height: 102%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: -2px;
}

.imgTesti img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.textTesti{
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px 0;
}

.textTesti h3{
    font-size: 40px;
    color: var(--colorWhite);
}

.starts{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.starts i{
    font-size: 25px;
    color: var(--colorWhite);
}

.textTesti p{
    width: 97%;
    font-size: 18px;
    color: var(--colorWhite);
}

@media (max-width: 1600px){
    .testimonios{
        grid-auto-rows: 280px;
    }
    .titleTesti h2{
        font-size: 110px;
    }
    .textTesti{
        gap: 10px 0;
    }
    .textTesti h3{
        font-size: 35px;
    }
    .starts i{
        font-size: 23px;
    }
    .textTesti p{
        width: 97%;
        font-size: 17px;
    }
}

@media (max-width: 1504px){
    .testimonios{
        grid-auto-rows: 250px;
    }
    .titleTesti h2{
        font-size: 100px;
    }
    .textTesti{
        gap: 10px 0;
    }
    .textTesti h3{
        font-size: 33px;
    }
    .starts i{
        font-size: 21px;
    }
    .textTesti p{
        font-size: 16.5px;
    }
}

@media (max-width: 1400px){
    .titleTesti h2{
        font-size: 90px;
    }
    .textTesti{
        gap: 8px 0;
    }
    .textTesti h3{
        font-size: 30px;
    }
    .starts i{
        font-size: 20px;
    }
    .textTesti p{
        font-size: 16px;
    }
}

@media (max-width: 1300px){
    .titleTesti h2{
        font-size: 85px;
    }
    .testimonios{
        width: 99%;
        grid-auto-rows: 220px;
    }
    .textTesti h3{
        font-size: 29px;
    }
    .starts i{
        font-size: 19px;
    }
    .textTesti p{
        font-size: 15px;
    }
}

@media (max-width: 1265px){
    .titleTesti h2{
        font-size: 110px;
    }
    .testimonios{
        width: 65%;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 250px;
    }
    .textTesti h3{
        font-size: 29px;
    }
    .starts i{
        font-size: 19px;
    }
    .textTesti p{
        font-size: 15px;
    }
}

@media (max-width: 1000px){
    .testimonios{
        width: 70%;
    }
}

@media (max-width: 950px){
    .testimonios{
        width: 75%;
    }
    .titleTesti h2{
        font-size: 100px;
    }
}

@media (max-width: 850px){
    .titleTesti h2{
        font-size: 95px;
    }
    .testimonios{
        width: 80%;
    }
}

@media (max-width: 800px){
    .testimonios{
        width: 90%;
        grid-auto-rows: 240px;
    }
}

@media (max-width: 735px){
    .titleTesti h2{
        font-size: 90px;
    }
    .testimonios{
        width: 95%;
        grid-auto-rows: 240px;
    }
}

@media (max-width: 680px){
    .titleTesti h2{
        font-size: 85px;
    }
    .testimonios{
        width: 98%;
        grid-auto-rows: 230px;
    }
    .textTesti h3{
        font-size: 28px;
    }
    .starts i{
        font-size: 17px;
    }
    .textTesti p{
        font-size: 14.5px;
    }
}

@media (max-width: 600px){
    .titleTesti h2{
        font-size: 80px;
    }
    .testimonios{
        width: 99%;
        grid-auto-rows: 215px;
    }
    .textTesti h3{
        font-size: 27px;
    }
    .textTesti p{
        font-size: 14px;
    }
}

@media (max-width: 550px){
    .contTestimonios{
        overflow: visible;
    }
    .targetsTestimonios{
        flex-direction: column;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        position: relative;
        margin-top: 90px;
    }
    .titleTesti h2{
        font-size: 75px;
    }
    .testimonios{
        width: 99%;
        grid-auto-rows: 250px;
        gap: 110px 0;
    }
    .starts{
        justify-content: center;
    }
    .imgTesti{
        width: 150px;
        height: 150px;
        position: absolute;
        top: -30%;
    }
    .textTesti{
        width: 95%;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .textTesti h3{
        font-size: 27px;
        margin-top: 50px;
    }
    .textTesti p{
        font-size: 14px;
    }
}

@media (max-width: 500px){
    .targetsTestimonios{
        flex-direction: column;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        position: relative;
        margin-top: 90px;
    }
    .titleTesti h2{
        font-size: 70px;
    }
    .testimonios{
        width: 99%;
        grid-auto-rows: 250px;
    }
    .imgTesti{
        width: 150px;
        height: 150px;
        position: absolute;
        top: -30%;
    }
    .textTesti{
        width: 95%;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .textTesti h3{
        font-size: 26px;
        margin-top: 50px;
    }
    .starts i{
        font-size: 16.5px;
    }
    .textTesti p{
        font-size: 13.5px;
    }
}

@media (max-width: 450px){
    .titleTesti h2{
        font-size: 65px;
    }
    .testimonios{
        grid-auto-rows: 260px;
    }
    .textTesti h3{
        margin-top: 60px;
    }
}

@media (max-width: 393px){
    .titleTesti h2{
        font-size: 60px;
    }
}

@media (max-width: 370px){
    .titleTesti h2{
        font-size: 57px;
    }
    .textTesti h3{
        font-size: 25px;
    }
    .starts i{
        font-size: 16px;
    }
    .textTesti p{
        font-size: 13px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Ubicacion */
.contUbicacion{
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--colorStrong2);
    margin-top: var(--spaceSect);
}

.ubicacion{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

.ubiCodi{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ubiCodi iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textUbi{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.iconUbi{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.iconUbi h2{
    font-size: 90px;
    color: var(--colorWhite);
}

.iconUbi i{
    font-size: 60px;
    color: var(--colorWhite);
}

.textUbi p{
    font-size: 22px;
    color: var(--colorWhite);
    margin-top: 5px;
}

.imgUbi{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgUbi img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1559px){
    .iconUbi h2{
        font-size: 80px;
    }
    .iconUbi i{
        font-size: 50px;
    }
    .textUbi p{
        font-size: 21px;
    }
}

@media (max-width: 1400px){
    .iconUbi h2{
        font-size: 70px;
    }
    .iconUbi i{
        font-size: 40px;
    }
    .textUbi p{
        font-size: 20px;
    }
}

@media (max-width: 1150px){
    .iconUbi h2{
        font-size: 67px;
    }
    .iconUbi i{
        font-size: 40px;
    }
    .textUbi p{
        font-size: 18px;
    }
}

@media (max-width: 950px){
    .contUbicacion{
        height: 80vh;
    }
    .ubicacion{
        flex-direction: column;
    }
    .ubiCodi{
        width: 100%;
        height: 25vh;
    }
    .textUbi{
        width: 100%;
        height: 30vh;
    }
    .imgUbi{
        width: 100%;
        height: 25vh;
    }
    .iconUbi h2{
        font-size: 80px;
    }
    .iconUbi i{
        font-size: 50px;
    }
    .textUbi p{
        width: 80%;
        font-size: 21px;
    }
}

@media (max-width: 850px){
    .iconUbi h2{
        font-size: 75px;
    }
    .iconUbi i{
        font-size: 48px;
    }
    .textUbi p{
        width: 80%;
        font-size: 20px;
    }
}

@media (max-width: 800px){
    .contUbicacion{
        height: 70vh;
    }
    .ubicacion{
        flex-direction: column;
    }
    .ubiCodi{
        width: 100%;
        height: 20vh;
    }
    .textUbi{
        width: 100%;
        height: 30vh;
    }
    .imgUbi{
        width: 100%;
        height: 20vh;
    }
    .iconUbi h2{
        font-size: 75px;
    }
    .iconUbi i{
        font-size: 48px;
    }
    .textUbi p{
        width: 80%;
        font-size: 20px;
    }
}

@media (max-width: 740px){
    .contUbicacion{
        height: 70vh;
    }
    .ubicacion{
        flex-direction: column;
    }
    .ubiCodi{
        width: 100%;
        height: 20vh;
    }
    .textUbi{
        width: 100%;
        height: 30vh;
    }
    .imgUbi{
        width: 100%;
        height: 20vh;
    }
    .iconUbi h2{
        font-size: 65px;
    }
    .iconUbi i{
        font-size: 43px;
    }
    .textUbi p{
        width: 85%;
        font-size: 18px;
    }
}

@media (max-width: 600px){
    .iconUbi h2{
        font-size: 60px;
    }
    .iconUbi i{
        font-size: 40px;
    }
    .textUbi p{
        width: 85%;
        font-size: 17px;
    }
}

@media (max-width: 600px){
    .iconUbi h2{
        font-size: 55px;
    }
    .iconUbi i{
        font-size: 37px;
    }
    .textUbi p{
        width: 90%;
        font-size: 16px;
    }
}

@media (max-width: 550px){
    .contUbicacion{
        margin-top: 120px;
    }
}

@media (max-width: 450px){
    .iconUbi h2{
        font-size: 50px;
    }
    .iconUbi i{
        font-size: 33px;
    }
    .textUbi p{
        width: 95%;
        font-size: 15.5px;
    }
}

@media (max-width: 414px){
    .iconUbi h2{
        font-size: 48px;
    }
    .iconUbi i{
        font-size: 32px;
    }
    .textUbi p{
        width: 95%;
        font-size: 15px;
    }
}

@media (max-width: 400px){
    .textUbi p{
        width: 98%;
    }
}

@media (max-width: 360px){
    .iconUbi h2{
        font-size: 46px;
    }
    .iconUbi i{
        font-size: 31px;
    }
    .textUbi p{
        width: 98%;
        font-size: 14px;
    }
}