* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.btn-whats {
    background-image: url(../img/whatsapp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 999;
}

.banner {
    background-image: url(../img/bannerExper.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 280px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .banner_titule {
    width: 100%;
    height: auto;
    position: center;
    text-align: center;
    margin-top: 60px;
}

.banner h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    color: #FFF;
    font-size: calc(30px + 0.5vw);
    letter-spacing: 6px;
}

.sectionSub {
    width: 100%;
    height: calc(390px + 10vw);
    display: flex;
    justify-content: center;
}

.marcaSub {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: absolute;
}

.marcaSub img{
    width: 90%;
    height: auto;
    margin-top: calc(-19px - 1vw)
}

.bodySub {
    width: 100%;
    height: calc(390px + 10vw);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tituleSub {
    width: 55%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.tituleSub h1 {
    width: 100%;
    height: auto;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: calc(20px + 0.5vw);
    text-align: center;
}

.Titule_pt1 {
    color: #FCD142;
    font-weight: 600;
}

.Titule_pt2 {
    color: #3C6C76;
}

.imgSub {
    width: 90%;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}

.imgSub img {
    width: 50%;
    height: auto;
}

.experience {
    width: 100%;
    height: calc(1600px + 25vw);
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerExper {
    width: 90%;
    height: 98%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.cardsExper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.infoCardsEx {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.infoCardsEx h3 {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: calc(30px + 0.5vw);
    color: #3C6C76;

}

.infoCardsEx p {
    width: 100%;
    height: auto;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(11px + 1vw);
    margin-bottom: 25px;
    text-align: justify;
}

.infoCardsEx span {
    font-weight: bolder;
}

.infoCardsEx img {
    width: 100%;
    height: auto;
}

.sustainability {
    width: 100%;
    height: calc(600px + 0.5vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

.containerSust {
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#imgSust {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

#imgSust video {
    animation: playVideo 1s forwards;
    border-radius: 10px;
    width: 100%;
    height: auto;
}

#rectangleSust {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#rectangleYellow {
    width: 80%;
    height: 100%;
    border-style: solid;
    border-color: #FCD142;
    border-width: 4px;
    margin-top: calc(-35px + 0.5vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

#rectangleYellow p {
    width: 85%;
    height: auto;
    font-family: Montserrat;
    font-weight: bolder;
    color: #3C6C76;
    font-size: calc(20px + 0.5vw);
    text-align: center;
}

.testimonials {
    width: 100%;
    height: 650px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.containerTest {
    width: 1980px;
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    animation: slider 30s infinite;
}

#containerLeft {
    animation: sliderLeft 30s infinite;
}

@keyframes slider {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-81%); 
    }    
}

@keyframes sliderLeft {
    0% {
        transform: translateX(-81%);
    }
    100% {
        transform: translateX(0); 
    }  
}

.cardsTestimonials{
    max-width: 330px;
    max-height: 330px;
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.textTestimonials {
    background-color: #3C6C76;
    width: 95%;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;
    padding: 15px 35px;
}

#testCarlos {
    background-color: #FCD142;
}

#testDaniela, #testLaura {
    background-color: #2A2B33;
}

.textTestimonials h2 {
    width: 100%;
    color: #FFF;
    font-family: Montaga;
    font-size: calc(35px + 0.5vw);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

#testCarlos h2, #testCarlos p {
    color: #3C6C76;
}

#testDaniela h2, #testDaniela p, #testLaura h2, #testLaura p{
    color: #FCD142;
}

.textTestimonials p {
    width: 100%;
    color: #FFF;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: calc(20px + 0.5vw);
    text-align: left;
}

.textTestimonials img {
    max-width: 55%;
}

.cardsTestimonials img {
    width: 95%;
    height: auto;
}

.marcaTestFinal {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcaTestFinal img {
    width: 80%;
    height: auto;
    margin-top: -115px;
    z-index: -9999;
}

@media screen and (min-width: 485px) {
    #marcaSust img {
        width: auto;
        height: 100px;
    }

    @keyframes slider {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-75%); 
        }    
    }
    
    @keyframes sliderLeft {
        0% {
            transform: translateX(-75%);
        }
        100% {
            transform: translateX(0); 
        }  
    }
}

@media screen and (min-width: 551px) {
    .banner h1 {
        font-size: calc(39px + 0.5vw);
        letter-spacing: 15px;
    }

    .marcaSub img {
        margin-top: calc(-20px - 3vw);
    }

    .tituleSub {
        width: 60%;
    }

    .tituleSub h1 {
        font-size: calc(22px + 1.9vw);
    }

    .imgSub {
        width: 90%;
        overflow: hidden;
    }

    .experience {
        height: calc(1800px + 45vw);
    }

    #rectangleYellow {
        width: 380px;
    }

    .sustainability {
        height: calc(600px + 15vw);
    }

    @keyframes slider {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-70%); 
        }    
    }
    
    @keyframes sliderLeft {
        0% {
            transform: translateX(-70%);
        }
        100% {
            transform: translateX(0); 
        }  
    }
    
}

@media screen and (min-width: 675px){

    .infoCardsEx img {
        width: 90%;
    }

    #imgSust video {
        width: 90%;
    }
    #rectangleYellow {
        margin-top: calc(-65px + 2.5vw);
    }

    @keyframes slider {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-65%); 
        }    
    }
    
    @keyframes sliderLeft {
        0% {
            transform: translateX(-65%);
        }
        100% {
            transform: translateX(0); 
        }  
    }
}

@media screen and (min-width: 800px){
    .btn-whats {
        bottom: 20px;
    }

    .infoCardsEx img {
        width: 85%;
    }

    .bodySub {
        height: calc(450px + 10vw);
    }

    .sectionSub {
        margin-bottom: 80px;
    }

    .containerSust {
        flex-direction: row;
    }

    .marcaSub img {
        margin-top: calc(-30px - 3vw);
    }

    .sustainability {
        height: calc(300px + 15vw);
    }

    #imgSust {
        width: 60%;
        justify-content: flex-start;
    }

    #rectangleSust {
        width: 40%;
    }

    #rectangleYellow {
        width: 120%;
        height: calc(160px + 1vw);
        margin-left: calc(-75px + 0.5vw);
        margin-top: 0px;
    }

    #rectangleYellow p {
        width: 60%;
        text-align: left;
        font-size: calc(18px + 0.5vw);
        font-weight: 600;
    }

    .marcaTestFinal {
        height: 170px;
    }

    .marcaTestFinal img {
        margin-top: -235px;
    }

    @keyframes slider {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-59%); 
        }    
    }
    
    @keyframes sliderLeft {
        0% {
            transform: translateX(-59%);
        }
        100% {
            transform: translateX(0); 
        }  
    }
}

@media screen and (min-width: 900px){

    .experience {
        height: calc(750px + 35vw);
    }

    .cardsExper {
        flex-direction: row;
    }

    .infoCardsEx {
        align-items: flex-start;
        text-align: left;
    }

    .infoCardsEx h3 {
        width: 60%;
    }

    .infoCardsEx p{
        font-size: calc(10.5px + 0.5vw);
        width: 80%;
    }

    .infoCardsEx img {
        width: 100%;
    }

    @keyframes slider {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-55%); 
        }    
    }
    
    @keyframes sliderLeft {
        0% {
            transform: translateX(-55%);
        }
        100% {
            transform: translateX(0); 
        }  
    }

}

@media screen and (min-width: 1024px) {
    .marcaSub img {
        margin-top: calc(-50px - 3vw);
    }

    .sectionSub {
        height: calc(390px + 7vw);
    }

    .bodySub {
        flex-direction: row;
        align-content: center;
        height: calc(390px + 7vw);
    }

    .tituleSub {
        width: 50%;
        height: auto;
    }

    .tituleSub h1 {
        text-align: left;
        font-size: calc(30px + 1.5vw);
        padding: 5vw;
    }

    .imgSub {
        width: 50%;
        height: auto;
        margin-top: 50px;
        padding-right: 7vw;
        align-items: flex-start;
    }

    .experience {
        height: calc(750px + 40vw);
    }

    .infoCardsEx p{
        font-size: calc(12px + 0.5vw);
    }

    #rectangleYellow {
        height: 200px;
    }

    #rectangleYellow p {
        width: 50%;
        font-size: calc(20px + 0.5vw);
    }

    @keyframes slider {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-48%); 
        }    
    }
    
    @keyframes sliderLeft {
        0% {
            transform: translateX(-48%);
        }
        100% {
            transform: translateX(0); 
        }  
    }
}

@media screen and (min-width: 1100px) {
    .experience {
        height: calc(750px + 45vw);
    }

    .sectionSub {
        margin-bottom: 0;
    }

    .infoCardsEx img {
        width: 95%;
    }

    #rectangleYellow {
        height: 250px;
        margin-left: calc(-135px + 0.5vw);
    }

    #rectangleYellow p {
        font-size: calc(21px + 0.5vw);
    }

    .marcaTestFinal {
        height: 210px;
    }

    .marcaTestFinal img {
        margin-top: -275px;
    }

    @keyframes slider {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-44%); 
        }    
    }
    
    @keyframes sliderLeft {
        0% {
            transform: translateX(-44%);
        }
        100% {
            transform: translateX(0); 
        }  
    }
}

@media screen and (min-width:1200px) {
    @keyframes slider {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-39%); 
        }    
    }
    
    @keyframes sliderLeft {
        0% {
            transform: translateX(-39%);
        }
        100% {
            transform: translateX(0); 
        }  
    }
}

@media screen and (min-width:1300px) {
    @keyframes slider {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-30%); 
        }    
    }
    
    @keyframes sliderLeft {
        0% {
            transform: translateX(-30%);
        }
        100% {
            transform: translateX(0); 
        }  
    }
}

@media screen and (min-width:1900px) {
    .marcaSub img {
        transform: translateY(-50px);
    }

    .sectionSub {
        height: 680px;
    }

    .bodySub {
        height: 700px;
    }

    .experience {
        height: 1850px;
    }

    .infoCardsEx h3 {
        font-size: calc(45px + 0.5vw);
    }

    .infoCardsEx p {
        font-size: calc(14px + 0.5vw);
    }

    .sustainability {
        height: 850px;
    }

    #imgSust {
        width: 65%;
    }

    #rectangleYellow {
        height: 350px;
        border-width: 7px;
        margin-left: -200px;
    }

    #rectangleYellow p {
        font-size: calc(33px + 0.5vw);
        font-weight: 600;
        width: 60%;
        padding-left: 70px;
    }
}