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

:root{
    --secundaryColor: rgb(42, 130, 160);
    --colorStrong2: #7e4ba5;
    --colorStrong3: #aa7bd1;
    --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, #7e4ba59d 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*/
/* Services */
.contServices{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-top: var(--spaceSect);
}

.rectServ{
    width: 80%;
    height: 250px;
    position: absolute;
    top: -100px;
    left: -500px;
    transform: rotate(-35deg);
    background-color: var(--colorStrong3);
}

.barServ{
    width: 95%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    background-color: var(--colorStrong3);
}

.rectServ2{
    width: 80%;
    height: 250px;
    position: absolute;
    bottom: -100px;
    right: -500px;
    transform: rotate(-35deg);
    background-color: var(--colorStrong3);
}

.barServ2{
    width: 95%;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    background-color: var(--colorStrong3);
}

.titleServ{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 180px;
}

.titleServ h2{
    font-size: 160px;
    color: var(--colorStrong3);
}

.services{
    width: 95%;
    height: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 820px;
    gap: 180px 25px;
    margin-top: 180px;
    margin-bottom: 180px;
}

.cardServ{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 20px;
    transition: .6s;
}

.cardServ:hover{
    transform: scale(1.03);
}

.cardServ::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--colorStrong3);
    clip-path: url('#customClip');
    z-index: 0;
}

.buhoIcon{
    width: 70%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -120px;
    z-index: 1;
    animation: flotar 3s ease-in-out infinite;
}

@keyframes flotar{
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

.buhoIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.textBuho{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 45px;
    z-index: 2;
}

.cardServ h3{
    font-size: 56px;
    color: var(--colorWhite);
    margin-bottom: 15px;
}

.cardServ ul{
    list-style: none;
    gap: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cardServ ul li{
    font-size: 21px;
    color: var(--colorWhite);
}

.cardServ ul li i{
    font-size: 18px;
    color: var(--colorWhite);
    margin-right: 13px;
}

.cardServ a{
    text-decoration: none;
    margin-top: 25px;
}

.cardServ a button{
    width: 350px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: 800;
    color: var(--colorStrong3);
    border: none;
    cursor: pointer;
    background-color: var(--colorWhite);
    border-radius: var(--borderBtns);
    transition: .6s;
}

.cardServ a button:hover{
    transform: translate(10px);
}

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

.cardServ a button:hover i{
    transform: rotate(360deg);
}

@media (max-width: 1559px){
    .titleServ h2{
        font-size: 145px;
    }
}

@media (max-width: 1504px){
    .titleServ h2{
        font-size: 145px;
    }
    .barServ{
        height: 110px;
    }
    .barServ2{
        height: 110px;
    }
    .titleServ{
        margin-top: 160px;
    }
    .services{
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 820px;
        gap: 180px 25px;
        margin-top: 170px;
        margin-bottom: 170px;
    }
}

@media (max-width: 1280px){
    .barServ{
        height: 100px;
    }
    .barServ2{
        height: 100px;
    }
    .titleServ h2{
        font-size: 130px;
    }
    .titleServ{
        margin-top: 140px;
    }
    .services{
        width: 97%;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 820px;
        gap: 180px 25px;
        margin-top: 150px;
        margin-bottom: 160px;
    }
}

@media (max-width: 1200px){
    .rectServ{
        width: 85%;
        height: 265px;
    }
    .rectServ2{
        width: 85%;
        height: 265px;
    }
    .barServ{
        height: 90px;
    }
    .barServ2{
        height: 90px;
    }
    .titleServ h2{
        font-size: 120px;
    }
    .titleServ{
        margin-top: 120px;
    }
    .services{
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 820px;
        gap: 150px 25px;
        margin-top: 125px;
        margin-bottom: 160px;
    }
    .cardServ h3{
        font-size: 50px;
        margin-bottom: 15px;
    }
    .cardServ ul{
        gap: 16px;
    }
    .cardServ ul li{
        font-size: 20px;
    }
    .cardServ ul li i{
        font-size: 17px;
        margin-right: 13px;
    }
    .buhoIcon{
        width: 65%;
        height: 40%;
    }
}

@media (max-width: 1080px){
    .rectServ{
        width: 95%;
        height: 270px;
    }
    .rectServ2{
        width: 95%;
        height: 270px;
    }
    .barServ{
        height: 90px;
    }
    .barServ2{
        height: 90px;
    }
    .titleServ h2{
        font-size: 100px;
    }
    .titleServ{
        margin-top: 125px;
    }
    .services{
        width: 98%;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 780px;
        gap: 150px 15px;
        margin-top: 90px;
        margin-bottom: 160px;
    }
    .cardServ h3{
        font-size: 45px;
        margin-bottom: 15px;
    }
    .cardServ ul{
        gap: 15px;
    }
    .cardServ ul li{
        font-size: 19px;
    }
    .cardServ ul li i{
        font-size: 15px;
        margin-right: 10px;
    }
    .buhoIcon{
        width: 68%;
        height: 40%;
        margin-top: -90px;
    }
    .textBuho{
        margin-top: 20px;
    }
    .cardServ a button{
        width: 330px;
        height: 45px;
        font-size: 21px;
    }
    .cardServ a button i{
        font-size: 21px;
    }
}

@media (max-width: 930px){
    .rectServ{
        width: 100%;
    }
    .rectServ2{
        width: 100%;
    }
    .barServ{
        height: 85px;
    }
    .barServ2{
        height: 85px;
    }
    .titleServ h2{
        font-size: 93px;
    }
    .titleServ{
        margin-top: 120px;
    }
    .services{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 780px;
        gap: 150px 0px;
        margin-top: 125px;
        margin-bottom: 160px;
    }
    .cardServ h3{
        font-size: 45px;
        margin-bottom: 15px;
    }
    .cardServ ul{
        gap: 15px;
    }
    .cardServ ul li{
        font-size: 19px;
    }
    .cardServ ul li i{
        font-size: 15px;
        margin-right: 10px;
    }
    .buhoIcon{
        width: 60%;
        height: 40%;
        margin-top: -90px;
    }
    .textBuho{
        margin-top: 20px;
    }
    .cardServ a button{
        width: 330px;
        height: 45px;
        font-size: 21px;
    }
    .cardServ a button i{
        font-size: 21px;
    }
}

@media (max-width: 768px){
    .rectServ{
        height: 290px;
    }
    .rectServ2{
        height: 290px;
    }
    .barServ{
        height: 75px;
    }
    .barServ2{
        height: 75px;
    }
    .titleServ h2{
        font-size: 85px;
    }
    .titleServ{
        margin-top: 110px;
    }
    .services{
        width: 80%;
        grid-auto-rows: 780px;
        gap: 150px 0px;
        margin-top: 125px;
        margin-bottom: 160px;
    }
    .cardServ h3{
        font-size: 45px;
        margin-bottom: 15px;
    }
    .cardServ ul{
        gap: 15px;
    }
    .cardServ ul li{
        font-size: 19px;
    }
    .cardServ ul li i{
        font-size: 15px;
        margin-right: 10px;
    }
    .buhoIcon{
        width: 60%;
        height: 40%;
        margin-top: -90px;
    }
    .textBuho{
        margin-top: 20px;
    }
    .cardServ a button{
        width: 330px;
        height: 45px;
        font-size: 21px;
    }
    .cardServ a button i{
        font-size: 21px;
    }
}

@media (max-width: 700px){
    .rectServ{
        height: 300px;
    }
    .rectServ2{
        height: 300px;
    }
    .barServ{
        height: 73px;
    }
    .barServ2{
        height: 73px;
    }
    .titleServ h2{
        font-size: 78px;
    }
    .titleServ{
        margin-top: 100px;
    }
    .services{
        width: 85%;
        grid-auto-rows: 750px;
        gap: 150px 0px;
        margin-top: 120px;
        margin-bottom: 160px;
    }
    .cardServ h3{
        font-size: 43px;
        margin-bottom: 15px;
    }
    .cardServ ul{
        gap: 15px;
    }
    .cardServ ul li{
        font-size: 18px;
    }
    .cardServ ul li i{
        font-size: 16px;
    }
    .cardServ a button{
        width: 300px;
        height: 43px;
        font-size: 20px;
    }
    .cardServ a button i{
        font-size: 20px;
    }
}

@media (max-width: 650px){
    .rectServ{
        height: 315px;
    }
    .rectServ2{
        height: 315px;
    }
    .barServ{
        height: 68px;
    }
    .barServ2{
        height: 68px;
    }
    .titleServ h2{
        font-size: 75px;
    }
    .services{
        margin-top: 100px;
    }
}

@media (max-width: 620px){
    .rectServ{
        height: 320px;
    }
    .rectServ2{
        height: 320px;
    }
    .barServ{
        height: 65px;
    }
    .barServ2{
        height: 65px;
    }
    .titleServ h2{
        width: 98%;
        font-size: 75px;
    }
    .services{
        width: 95%;
        grid-auto-rows: 750px;
        gap: 150px 0px;
        margin-top: 100px;
        margin-bottom: 160px;
    }
    .cardServ h3{
        font-size: 45px;
    }
    .cardServ ul li{
        font-size: 19px;
    }
    .cardServ ul li i{
        font-size: 17px;
    }
    .cardServ a button{
        width: 320px;
    }
}

@media (max-width: 550px){
    .rectServ{
        height: 340px;
    }
    .rectServ2{
        height: 340px;
    }
    .titleServ h2{
        width: 98%;
        font-size: 80px;
    }
    .titleServ{
        margin-top: 80px;
    }
    .services{
        grid-auto-rows: 750px;
        gap: 150px 0px;
        margin-top: 100px;
        margin-bottom: 150px;
    }
}

@media (max-width: 500px){
    .rectServ{
        width: 130%;
        height: 310px;
    }
    .rectServ2{
        width: 130%;
        height: 310px;
    }
    .titleServ h2{
        width: 98%;
        font-size: 75px;
    }
    .titleServ{
        margin-top: 85px;
    }
    .services{
        width: 98%;
        grid-auto-rows: 750px;
        gap: 120px 0px;
        margin-top: 100px;
        margin-bottom: 140px;
    }
    .buhoIcon{
        width: 65%;
    }
    .cardServ h3{
        font-size: 43px;
    }
    .cardServ ul li{
        font-size: 18px;
    }
    .cardServ ul li i{
        font-size: 14px;
    }
    .cardServ a button{
        width: 310px;
        font-size: 19px;
    }
    .cardServ a button i{
        font-size: 19px;
    }
}

@media (max-width: 450px){
    .rectServ{
        width: 140%;
        height: 320px;
    }
    .rectServ2{
        width: 140%;
        height: 320px;
    }
    .titleServ h2{
        font-size: 73px;
    }
    .titleServ{
        margin-top: 90px;
    }
    .services{
        grid-auto-rows: 700px;
        gap: 120px 0px;
        margin-top: 100px;
        margin-bottom: 120px;
    }
    .buhoIcon{
        width: 75%;
    }
    .cardServ h3{
        font-size: 40px;
    }
    .cardServ ul li{
        font-size: 17px;
    }
    .cardServ ul li i{
        font-size: 13px;
    }
    .cardServ a button{
        width: 300px;
        font-size: 18px;
    }
    .cardServ a button i{
        font-size: 18px;
    }
}

@media (max-width: 414px){
    .rectServ{
        width: 143%;
    }
    .rectServ2{
        width: 143%;
    }
    .barServ{
        height: 62px;
    }
    .barServ2{
        height: 62px;
    }
    .titleServ h2{
        font-size: 69px;
    }
    .titleServ{
        margin-top: 75px;
    }
    .services{
        grid-auto-rows: 670px;
        gap: 120px 0px;
        margin-top: 110px;
        margin-bottom: 120px;
    }
    .buhoIcon{
        width: 80%;
    }
    .cardServ h3{
        font-size: 38px;
    }
    .cardServ ul li{
        font-size: 16.5px;
    }
    .cardServ ul li i{
        font-size: 12.5px;
    }
    .cardServ a button{
        width: 280px;
        font-size: 17.5px;
    }
    .cardServ a button i{
        font-size: 17.5px;
    }
}

@media (max-width: 412px){
    .rectServ{
        width: 145%;
    }
    .rectServ2{
        width: 145%;
    }
    .barServ{
        height: 60px;
    }
    .barServ2{
        height: 60px;
    }
}

@media (max-width: 393px){
    .rectServ{
        width: 148%;
    }
    .rectServ2{
        width: 148%;
    }
    .barServ{
        height: 55px;
    }
    .barServ2{
        height: 55px;
    }
    .titleServ h2{
        font-size: 65px;
    }
    .titleServ{
        margin-top: 80px;
    }
    .services{
        grid-auto-rows: 660px;
    }
    .buhoIcon{
        width: 80%;
    }
    .cardServ h3{
        font-size: 35px;
    }
    .cardServ ul li{
        font-size: 16px;
    }
    .cardServ ul li i{
        font-size: 12px;
    }
    .cardServ a button{
        width: 280px;
        height: 40px;
        font-size: 17px;
    }
    .cardServ a button i{
        font-size: 17px;
    }
}

@media (max-width: 370px){
    .titleServ h2{
        font-size: 60px;
    }
    .services{
        width: 100%;
        grid-auto-rows: 630px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Guia Promocion */
.contPromo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/back_promo_guia.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: var(--spaceSect);
}

.promo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.textPromo{
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    right: 5%;
    background-color: rgb(245, 245, 245);
    border: 4px solid var(--colorGray);
    padding: 35px 10px;
    transition: .6s;
    animation: pulse-border 2s infinite;
    z-index: 0;
    text-shadow: .2px .2px 0 #000;
}

/* @keyframes pulse-border{
    0%{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
    70%{
        box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
} */

@keyframes pulse-border{
    0%{
        box-shadow:
            0 0 0 0 rgba(0, 0, 0, 0.4),
            0 0 0 5px rgba(0, 0, 0, 0.2),
            0 0 0 10px rgba(0, 0, 0, 0.1);
    }
    70%{
        box-shadow:
            0 0 0 10px rgba(0, 0, 0, 0),
            0 0 0 20px rgba(0, 0, 0, 0),
            0 0 0 30px rgba(0, 0, 0, 0);
    }
    100%{
        box-shadow:
            0 0 0 0 rgba(0, 0, 0, 0),
            0 0 0 0 rgba(0, 0, 0, 0),
            0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.textPromo:hover{
    transform: scale(1.05);
}

.textPromo h2{
    font-size: 50px;
    margin-bottom: 8px;
}

.textPromo p{
    width: 80%;
    font-size: 18px;
    margin-bottom: 10px;
}

.textPromo span{
    width: 80%;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 15px;
}

.textPromo a{
    text-decoration: none;
}

.textPromo a button{
    width: 250px;
    height: 45px;
    border: 3px solid var(--colorGray);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    background-color: transparent;
    transition: .6s;
}

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

.textPromo a button i{
    font-size: 20px;
    margin-left: 5px;
    transition: .6s;
}

.textPromo a button:hover i{
    transform: rotate(360deg);
}

.imgPromo{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15%;
}

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

@media (max-width: 1400px){
    .textPromo h2{
        font-size: 40px;
    }
    .textPromo p{
        width: 85%;
        font-size: 17px;
    }
    .textPromo span{
        width: 85%;
        font-size: 18px;
    }
}

@media (max-width: 1150px){
    .textPromo{
        width: 38%;
        right: 5%;
        border: 4px solid var(--colorGray);
        padding: 25px 5px;
    }
    .textPromo h2{
        font-size: 35px;
    }
    .textPromo p{
        width: 90%;
        font-size: 16px;
    }
    .textPromo span{
        width: 90%;
        font-size: 17px;
    }
    .imgPromo{
        width: 55%;
        margin-left: 10%;
    }
}

@media (max-width: 1050px){
    .textPromo h2{
        font-size: 33px;
    }
    .textPromo p{
        width: 95%;
        font-size: 15px;
    }
    .textPromo span{
        width: 95%;
        font-size: 16px;
    }
    .imgPromo{
        width: 55%;
    }
    .textPromo a button{
        width: 230px;
        height: 43px;
        font-size: 19px;
    }
    .textPromo a button i{
        font-size: 19px;
    }
}

@media (max-width: 950px){
    .textPromo h2{
        font-size: 33px;
    }
    .textPromo p{
        width: 95%;
        font-size: 15px;
    }
    .textPromo span{
        width: 95%;
        font-size: 16px;
    }
    .imgPromo{
        width: 60%;
        margin-left: 5%;
    }
    .textPromo a button{
        width: 230px;
        height: 43px;
        font-size: 19px;
    }
    .textPromo a button i{
        font-size: 19px;
    }
}

@media (max-width: 900px){
    .textPromo h2{
        font-size: 30px;
    }
    .textPromo p{
        font-size: 14px;
    }
    .textPromo span{
        font-size: 15px;
    }
    .imgPromo{
        width: 65%;
        margin-left: 3%;
    }
    .textPromo a button{
        width: 210px;
        height: 40px;
        font-size: 17px;
    }
    .textPromo a button i{
        font-size: 17px;
    }
}

@media (max-width: 850px){
    .textPromo{
        width: 38%;
        right: 3%;
        border: 4px solid var(--colorGray);
        padding: 15px 5px;
    }
    .textPromo h2{
        font-size: 25px;
        margin-bottom: 5px;
    }
    .textPromo p{
        font-size: 13px;
        margin-bottom: 8px;
    }
    .textPromo span{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .imgPromo{
        margin-left: 2%;
    }
    .textPromo a button{
        width: 200px;
        height: 37px;
        font-size: 15px;
    }
    .textPromo a button i{
        font-size: 15px;
    }
}

@media (max-width: 768px){
    .textPromo{
        width: 45%;
        right: 1%;
        margin-top: -15%;
    }
    .imgPromo{
        margin-left: 1%;
    }
    .textPromo h2{
        font-size: 21px;
    }
    .textPromo p{
        font-size: 12px;
    }
    .textPromo span{
        font-size: 13px;
    }
    .textPromo a button{
        width: 200px;
        height: 37px;
        font-size: 15px;
    }
    .textPromo a button i{
        font-size: 15px;
    }
}

@media (max-width: 650px){
    .contPromo{
        height: 100vh;
    }
    .textPromo{
        width: 55%;
        right: 1%;
        margin-top: -65%;
    }
    .imgPromo{
        width: 85%;
        margin-left: 1%;
        margin-top: 20%;
    }
    .textPromo h2{
        font-size: 21px;
    }
    .textPromo p{
        font-size: 12px;
    }
    .textPromo span{
        font-size: 13px;
    }
    .textPromo a button{
        width: 200px;
        height: 37px;
        font-size: 15px;
    }
    .textPromo a button i{
        font-size: 15px;
    }
}

@media (max-width: 600px) and (max-height: 740px){
    .contPromo{
        height: 120vh;
    }
    .textPromo{
        width: 55%;
        right: 1%;
        margin-top: -75%;
    }
    .imgPromo{
        width: 90%;
        margin-left: 2%;
        margin-top: 35%;
    }
}

@media (max-width: 570px){
    .contPromo{
        height: 120vh;
    }
    .textPromo{
        width: 65%;
        right: 2%;
        margin-top: -90%;
    }
    .imgPromo{
        width: 95%;
        margin-left: 2%;
        margin-top: 40%;
    }
}

@media (max-width: 520px) and (max-height: 930px){
    .contPromo{
        height: 100vh;
    }
    .textPromo{
        width: 80%;
        right: 4%;
        margin-top: -90%;
    }
    .imgPromo{
        width: 95%;
        margin-left: 2%;
        margin-top: 45%;
    }
}

@media (max-width: 520px) and (max-height: 930px){
    .contPromo{
        height: 100vh;
    }
    .textPromo{
        width: 85%;
        right: 4%;
        margin-top: -95%;
    }
    .imgPromo{
        width: 95%;
        margin-left: 2%;
        margin-top: 55%;
    }
}

@media (max-width: 414px) and (max-height: 930px){
    .contPromo{
        height: 95vh;
    }
    .textPromo{
        width: 90%;
        right: 4.5%;
        margin-top: -95%;
    }
    .imgPromo{
        width: 95%;
        margin-left: 0%;
        margin-top: 55%;
    }
}

@media (max-width: 380px){
    .textPromo h2{
        font-size: 19px;
    }
    .textPromo p{
        font-size: 11px;
    }
    .textPromo span{
        font-size: 12px;
    }
    .textPromo a button{
        width: 180px;
        height: 35px;
        font-size: 14px;
    }
    .textPromo a button i{
        font-size: 14px;
    }
}

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

.titleSlide{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.titleSlide h2{
    font-size: 60px;
    color: var(--colorStrong3);
}

.slider{
    width: fit-content;
    height: 30vh;
    display: flex;
    transition: transform .5s;
}

.imgSlider{
    flex: 0 0 calc(100% / 4);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgSlider img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .6s;
    cursor: pointer;
}

.imgSlider img:hover{
    transform: scale(1.05);
}

@media (max-width: 1728px){
    .titleSlide h2{
        font-size: 55px;
    }
    .slider{
        height: 25vh;
    }
}

@media (max-width: 1400px){
    .titleSlide h2{
        font-size: 55px;
    }
    .slider{
        height: 30vh;
    }
}

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

@media (max-width: 1100px){
    .titleSlide h2{
        font-size: 45px;
    }
}

@media (max-width: 950px){
    .titleSlide h2{
        font-size: 45px;
    }
    .titleSlide{
        width: 95%;
        margin-bottom: 5px;
    }
}

@media (max-width: 850px){
    .titleSlide h2{
        font-size: 40px;
    }
    .titleSlide{
        width: 95%;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px){
    .titleSlide h2{
        font-size: 37px;
    }
    .titleSlide{
        width: 95%;
        margin-bottom: 5px;
    }
    .slider{
        height: 20vh;
    }
}

@media (max-width: 650px){
    .titleSlide h2{
        font-size: 32px;
    }
    .titleSlide{
        width: 95%;
        margin-bottom: 15px;
    }
    .slider{
        height: 25vh;
    }
    .imgSlider{
        flex: 0 0 calc(100% / 3);
    }
}

@media (max-width: 550px){
    .slider{
        height: 25vh;
    }
    .imgSlider{
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 500px){
    .titleSlide h2{
        font-size: 30px;
    }
    .slider{
        height: 20vh;
    }
    .imgSlider{
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 430px){
    .titleSlide h2{
        font-size: 27.5px;
    }
    .slider{
        height: 20vh;
    }
    .imgSlider{
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 390px){
    .titleSlide h2{
        font-size: 26px;
    }
    .slider{
        height: 20vh;
    }
    .imgSlider{
        flex: 0 0 calc(100% / 2);
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Contenido */
.contContenido{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: center;
    margin-top: var(--spaceSect);
    background-color: var(--colorStrong3);
    padding: 40px 0 60px 0;
}

.titleCont{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

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

.contenido{
    width: 97%;
    height: auto;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 350px;
    gap: 20px;
}

.targCont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    border-radius: var(--borderBtns);
    background-color: transparent;
}

.imgTrgCont{
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.textTrgCont h3{
    font-size: 33px;
    color: var(--colorWhite);
}

.textTrgCont p{
    font-size: 17.5px;
    color: var(--colorWhite);
    margin-top: 8px;
}

@media (max-width: 1728px){
    .contenido{
        gap: 15px;
    }
    .titleCont h2{
        font-size: 110px;
    }
    .imgTrgCont{
        height: 140px;
    }
    .contenido{
        width: 97%;
        grid-auto-rows: 330px;
    }
    .textTrgCont h3{
        font-size: 30px;
    }
    
    .textTrgCont p{
        font-size: 17px;
    }
}

@media (max-width: 1504px){
    .targCont{
        padding: 10px;
    }
    .titleCont h2{
        font-size: 95px;
    }
    .imgTrgCont{
        height: 130px;
    }
    .textTrgCont h3{
        font-size: 28px;
    }
    .textTrgCont p{
        font-size: 16px;
    }
}

@media (max-width: 1400px){
    .titleCont h2{
        font-size: 85px;
    }
    .imgTrgCont{
        height: 130px;
    }
    .textTrgCont h3{
        font-size: 28px;
    }
    .textTrgCont p{
        font-size: 16px;
    }
}

@media (max-width: 1280px){
    .titleCont h2{
        font-size: 80px;
    }
    .imgTrgCont{
        height: 120px;
    }
    .textTrgCont h3{
        font-size: 27px;
    }
    .textTrgCont p{
        font-size: 15px;
    }
}

@media (max-width: 1200px){
    .contenido{
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 350px;
    }
    .targCont{
        gap: 17px;
    }
    .titleCont h2{
        font-size: 75px;
    }
    .imgTrgCont{
        height: 135px;
    }
    .textTrgCont h3{
        font-size: 30px;
    }
    .textTrgCont p{
        font-size: 17px;
    }
}

@media (max-width: 1150px){
    .contenido{
        width: 95%;
    }
}

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

@media (max-width: 1000px){
    .targCont{
        gap: 17px;
    }
    .titleCont h2{
        font-size: 65px;
    }
    .imgTrgCont{
        height: 135px;
    }
    .textTrgCont h3{
        font-size: 28px;
    }
    .textTrgCont p{
        font-size: 16.5px;
        margin-top: 5px;
    }
}

@media (max-width: 870px){
    .targCont{
        gap: 17px;
    }
    .titleCont h2{
        font-size: 65px;
    }
    .imgTrgCont{
        height: 130px;
    }
    .textTrgCont h3{
        font-size: 27px;
    }
    .textTrgCont p{
        font-size: 15.5px;
        margin-top: 5px;
    }
}

@media (max-width: 750px){
    .targCont{
        gap: 17px;
    }
    .titleCont h2{
        font-size: 60px;
    }
    .imgTrgCont{
        height: 130px;
    }
    .textTrgCont h3{
        font-size: 30px;
    }
    .textTrgCont p{
        font-size: 16px;
        margin-top: 5px;
    }
    .contenido{
        width: 85%;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 350px;
    }
}

@media (max-width: 600px){
    .targCont{
        gap: 17px;
    }
    .titleCont h2{
        font-size: 55px;
    }
    .imgTrgCont{
        height: 125px;
    }
    .textTrgCont h3{
        font-size: 27px;
    }
    .textTrgCont p{
        font-size: 15.5px;
    }
    .contenido{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 320px;
    }
}

@media (max-width: 500px){
    .titleCont h2{
        font-size: 55px;
    }
    .textTrgCont h3{
        font-size: 26px;
    }
    .textTrgCont p{
        font-size: 15px;
    }
    .contenido{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 320px;
    }
}

@media (max-width: 450px){
    .titleCont h2{
        font-size: 53px;
    }
    .imgTrgCont{
        height: 123px;
    }
    .textTrgCont h3{
        font-size: 26px;
    }
    .textTrgCont p{
        font-size: 15px;
    }
    .contenido{
        width: 95%;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 320px;
    }
}

@media (max-width: 414px){
    .titleCont h2{
        font-size: 50px;
    }
    .imgTrgCont{
        height: 120px;
    }
    .textTrgCont h3{
        font-size: 25px;
    }
    .textTrgCont p{
        font-size: 15px;
    }
    .contenido{
        width: 95%;
    }
}

@media (max-width: 400px){
    .titleCont h2{
        font-size: 45px;
    }
    .imgTrgCont{
        height: 110px;
    }
    .textTrgCont h3{
        font-size: 24px;
    }
    .textTrgCont p{
        font-size: 14.5px;
    }
    .contenido{
        grid-auto-rows: 300px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Preguntas Frecuentes */
.contQA{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: var(--spaceSect) 0;
}

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

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

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

.titleQA h2{
    font-size: 70px;
    color: var(--colorStrong3);
}

.QA hr{
    width: 100%;
    height: 3px;
    border-radius: 50px;
    background-color: var(--colorStrong3);
}

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

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

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

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

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

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

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

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

.QA a{
    text-decoration: none;
}

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

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

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

.QA a button:hover i{
    transform: rotate(360deg);
}

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

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

@media (max-width: 1800px){
    .QA{
        width: 45%;
    }
}

@media (max-width: 1728px){
    .titleQA h2{
        font-size: 65px;
    }
    .QA details summary{
        font-size: 28px;
    }
    .QA summary::before{
        font-size: 20px;
    }
    .QA details ul li i{
        font-size: 14px;
    }
    .QA details ul li p{
        font-size: 18px;
    }
    .QA a button{
        width: 440px;
        height: 53px;
        font-size: 21px;
    }
    .QA a button i{
        font-size: 21px;
    }
}
@media (max-width: 1504px){
    .QA{
        width: 50%;
    }
    .titleQA h2{
        font-size: 65px;
    }
    .QA details summary{
        font-size: 28px;
    }
    .QA summary::before{
        font-size: 20px;
    }
    .QA details ul li i{
        font-size: 14px;
    }
    .QA details ul li p{
        font-size: 18px;
    }
    .QA a button{
        width: 440px;
        height: 53px;
        font-size: 21px;
    }
    .QA a button i{
        font-size: 21px;
    }
    .imgQA{
        width: 42%;
    }
}

@media (max-width: 1400px){
    .QA{
        width: 50%;
    }
    .titleQA h2{
        font-size: 63px;
    }
    .QA details summary{
        font-size: 26px;
    }
    .QA summary::before{
        font-size: 19px;
    }
    .QA details ul li i{
        font-size: 13px;
    }
    .QA details ul li p{
        font-size: 17px;
    }
}

@media (max-width: 1280px){
    .titleQA h2{
        font-size: 60px;
    }
    .QA details summary{
        font-size: 25px;
    }
    .QA summary::before{
        font-size: 18px;
    }
    .QA details ul li i{
        font-size: 13px;
    }
    .QA details ul li p{
        font-size: 16.5px;
    }
}

@media (max-width: 1250px){
    .titleQA h2{
        font-size: 58px;
    }
    .QA details summary{
        font-size: 23px;
    }
    .QA summary::before{
        font-size: 17px;
    }
    .QA details ul li i{
        font-size: 13px;
    }
    .QA details ul li p{
        font-size: 16px;
    }
    .QA a button{
        width: 430px;
        height: 53px;
        font-size: 20px;
    }
    .QA a button i{
        font-size: 20px;
    }
}

@media (max-width: 1135px){
    .titleQA h2{
        font-size: 55px;
    }
    .QA details summary{
        font-size: 22.5px;
    }
    .QA summary::before{
        font-size: 16.5px;
    }
    .QA details ul li i{
        font-size: 12.5px;
    }
    .QA details ul li p{
        font-size: 15.5px;
    }
}

@media (max-width: 1075px){
    .titleQA h2{
        font-size: 50px;
    }
    .QA details summary{
        font-size: 22px;
    }
    .QA summary::before{
        font-size: 16px;
    }
    .QA details ul li i{
        font-size: 12px;
    }
    .QA details ul li p{
        font-size: 15px;
    }
}

@media (max-width: 980px){
    .preguntas{
        flex-direction: column;
    }
    .titleQA h2{
        font-size: 65px;
    }
    .QA{
        width: 80%;
    }
    .QA details summary{
        font-size: 23px;
    }
    .QA summary::before{
        font-size: 17px;
    }
    .QA details ul li i{
        font-size: 13px;
    }
    .QA details ul li p{
        font-size: 16px;
    }
    .imgQA{
        width: 53%;
        order: -1;
    }
}

@media (max-width: 850px){
    .preguntas{
        gap: 20px;
    }
    .QA{
        width: 85%;
    }
    .imgQA{
        width: 60%;
    }
}

@media (max-width: 768px){
    .preguntas{
        gap: 20px;
    }
    .titleQA h2{
        font-size: 60px;
    }
    .QA{
        width: 85%;
    }
    .QA details summary{
        font-size: 22px;
    }
    .QA summary::before{
        font-size: 16px;
    }
    .QA details ul li i{
        font-size: 12px;
    }
    .QA details ul li p{
        font-size: 15.5px;
    }
    .imgQA{
        width: 60%;
    }
}

@media (max-width: 700px){
    .titleQA h2{
        font-size: 60px;
    }
    .QA{
        width: 90%;
    }
    .imgQA{
        width: 65%;
    }
}

@media (max-width: 670px){
    .titleQA h2{
        font-size: 55px;
    }
    .QA{
        width: 95%;
    }
    .imgQA{
        width: 65%;
    }
}

@media (max-width: 650px){
    .titleQA h2{
        font-size: 55px;
    }
    .QA{
        width: 95%;
    }
    .imgQA{
        width: 70%;
    }
}

@media (max-width: 600px){
    .titleQA h2{
        font-size: 53px;
    }
    .QA{
        width: 95%;
    }
    .QA details summary{
        font-size: 21px;
    }
    .QA summary::before{
        font-size: 15px;
    }
    .QA details ul li i{
        font-size: 11.5px;
    }
    .QA details ul li p{
        font-size: 15px;
    }
    .imgQA{
        width: 70%;
    }
    .QA a button{
        width: 400px;
        height: 50px;
        font-size: 19px;
    }
    .QA a button i{
        font-size: 19px;
    }
}

@media (max-width: 570px){
    .titleQA h2{
        font-size: 50px;
    }
    .QA details summary{
        font-size: 20px;
    }
    .QA summary::before{
        font-size: 14.5px;
    }
    .QA details ul li i{
        font-size: 11.5px;
    }
    .QA details ul li p{
        font-size: 14.5px;
    }
    .imgQA{
        width: 75%;
    }
}

@media (max-width: 535px){
    .titleQA h2{
        font-size: 45px;
    }
    .QA details summary{
        font-size: 19px;
    }
    .QA summary::before{
        font-size: 14px;
    }
    .QA details ul li i{
        font-size: 11.5px;
    }
    .QA details ul li p{
        font-size: 14.5px;
    }
    .imgQA{
        width: 75%;
    }
    .QA a button{
        width: 350px;
        height: 48px;
        font-size: 17.5px;
    }
    .QA a button i{
        font-size: 17.5px;
    }
}

@media (max-width: 475px){
    .titleQA h2{
        font-size: 41px;
    }
    .QA details summary{
        font-size: 18px;
    }
    .QA summary::before{
        font-size: 13.5px;
    }
    .QA details ul li i{
        font-size: 11.5px;
    }
    .QA details ul li p{
        font-size: 14.5px;
    }
    .imgQA{
        width: 80%;
    }
    .QA a button{
        width: 340px;
        height: 47px;
        font-size: 17px;
    }
    .QA a button i{
        font-size: 17px;
    }
}

@media (max-width: 435px){
    .titleQA h2{
        font-size: 39px;
    }
    .QA details summary{
        font-size: 17.5px;
    }
    .imgQA{
        width: 85%;
    }
    .QA a button{
        width: 330px;
        height: 45px;
        font-size: 16px;
    }
    .QA a button i{
        font-size: 16px;
    }
}

@media (max-width: 411px){
    .titleQA h2{
        font-size: 38px;
    }
}

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

@media (max-width: 405px){
    .titleQA h2{
        font-size: 34px;
    }
    .QA details summary{
        font-size: 17px;
    }
    .QA summary::before{
        font-size: 13px;
    }
    .QA details ul li i{
        font-size: 11px;
    }
    .QA details ul li p{
        font-size: 14px;
    }
    .QA a button{
        width: 310px;
        height: 43px;
        font-size: 15px;
    }
    .QA a button i{
        font-size: 15px;
    }
}