.header-sobre {
    height: 525px;
    background-image: url(/assets/images/sobre/bg-header.png);
    width: 100%;
    padding-top: 122px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.c-header-sobre h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

.c-header-sobre h2 span {
    font-weight: 300;
}

/* VIDEO  */

.video {
    background-color: #E0B648;
    padding: 50px 0;
}

.video video {
    border-radius: 20px;
}

.c-video {
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: space-between;
}

.info-video {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 500px;
}

.c-video iframe,
.c-video video {
    width: 710px;
    height: 400px;
    border-radius: 16px;
}

.info-video p {
    color: #333;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
}

.info-video p:nth-child(2) {
    font-weight: 300;
}

/* PROPOSITO  */

.proposito-sessao {
    padding: 100px 0;
}

.c-proposito {
    display: flex;
    gap: 138px;
}

.proposito {
    position: relative;
    margin-left: calc(-29px);
}

.valores {
    width: 100%;
}

.proposito .info-proposito {
    position: absolute;
    top: 4%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-proposito div {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.info-proposito h2 {
    color: #333;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info-proposito p {
    color: #333;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.valores h3 {
    color: #333;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
}

.cards-valores {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 0;
    width: 100%;
}

.card-valores {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 29%;
}

.img-card-valores {
    display: flex;
    align-items: flex-end;
    height: 230px;
    justify-content: flex-end;
    width: 100%;
}

.card-valores img {
    width: 100%;
    object-fit: contain;
}

.card-valores h4 {
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 5px;
}

.card-valores p {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

/* PRODUTOS  */

.produtos {
    padding: 80px 0;
}

.c-produtos {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.box-produtos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.info-produto {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.img-produto {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.img-produto-left {
    justify-content: flex-start;
}

.info-produto h2 {
    color: #333;
    font-family: Montserrat;
    font-size: 44px;
    font-weight: 700;
}

.info-produto p {
    color: #838383;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* TEMPO  */

.tempo {
    background-image: url(/assets/images/sobre/bg-tempo.png);
    background-color: #3C6B44;
    background-size: 100% 717px;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    padding: 50px 0;
}

.tempo h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 40px;
}

.img-tempo {
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    height: 530px;
    object-fit: cover;
    object-position: center;
}

.box-anos {
    background: #E30613;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: calc(-5px);
    flex-wrap: wrap;
    height: auto;
    padding: 20px;
}

.box-select-anos {
    display: none;
}

.box-select-anos select {
    width: 100%;
    height: 46px;
    color: #E30613;
    background-color: #fff;
    padding: 0 15px;
    outline: none;
    font-family: Roboto;
}

.ano {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ano h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    /* 200% */
}

.active h3 {
    font-weight: 700 !important;
}

.active {
    border-bottom: 2px solid #fff;
    position: relative;
    display: flex;
    justify-content: center;
}

.active::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 8px solid transparent;
    transform: rotate(90deg);
    bottom: -16px;
}

.textos-anos {
    background: #3C6B44;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 100px;
}

.texto-ano {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* Estilos CSS */
.textos-anos p,
.img-tempo {
    display: none;
}

.texto-ano.texto-1920,
.img-tempo.img-1920 {
    display: flex;
}

/* CARROUSEL MOBILE ANOS  */

.c-carr-select-anos {
    display: none;
}

.c-carr-select-anos {
    background-color: #E30613;
    padding: 0px 20px;
    position: relative;
}

.ano-slide {
    border-radius: 5px;
    border: 1px #FFF solid;
    background: #E30613;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0;
}

.c-carr-select-anos .swiper-slide-active .ano-slide {
    background-color: #fff;
    color: #E30613;
}

.arrow-anos {
    position: absolute;
    height: 100%;
    width: 54px;
    background-color: #8D060D;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 88;
}

.prev-anos {
    left: 0;
}

.next-anos {
    right: 0;
}

.c-carr-select-anos .swiper-slide-active .ano-slide::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #ffffff;
    margin-top: 5px; /* Ajuste o espaço entre o texto e a flecha */
    position: absolute;
    bottom: 10px; /* Posiciona a flecha abaixo do texto */
    left: 50%;
    transform: translateX(-50%);
}

@media all and (max-width:1800px) {

    /* PROPOSITO  */

    .valores h3 {}

    .c-proposito {
        gap: 100px;
    }

    .img-card-valores {
        height: 245px;
    }

    .cards-valores {
        row-gap: 10%;
    }

    .card-valores {
        width: 27%;
    }

    .c-proposito {
        gap: 60px;
    }

    /* PRODUTOS  */


    .img-produto img {
        width: 70%;
    }

}

@media all and (max-width:1500px) {
    .img-card-valores {
        height: 250px;
    }
}

@media all and (max-width:1300px) {
    .img-card-valores {
        height: 200px;
    }
}

@media all and (max-width:1200px) {

    /* HEADER  */

    .header-sobre {
        height: 525px;
        padding-top: 90px;
    }

    /* VIDEO  */

    .c-video {
        gap: 20px;
    }

    .proposito-sessao {
        padding-top: 50px;
    }

    .c-video iframe,
    .c-video video {
        width: 50%;
    }

    .c-video .info-video {
        width: 50%;
    }

    /* PROPOSITO  */

    .proposito {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .c-proposito {
        flex-direction: column;
    }

    .cards-valores {
        justify-content: center;
    }

    .img-card-valores {
        height: 310px;
    }

    .valores h3 {
        text-align: center;
    }

    /* PRODUTOS  */


    .img-produto img {
        width: 80%;
    }

}

@media all and (max-width:1021px) {

    /* HEADER  */

    .header-sobre {
        height: 525px;
        padding-top: 50px;
    }

    /* VIDEO  */

    .info-video p {
        font-size: 20px;
    }

    .c-video iframe,
    .c-video video {
        width: 65%;
    }

    .c-video .info-video {
        width: 35%;
    }

    /* PROPOSITO  */

    .valores h3 {
        margin-bottom: 35px;
    }

    .img-card-valores {
        height: 275px;
    }

    /* PRODUTOS  */

    .box-produtos {
        gap: 30px;
    }

    .info-produto h2 {
        font-size: 28px;
    }

    /* TEMPO  */

    .textos-anos {
        padding: 40px;
    }

    .tempo {
        background-size: 100% 567px;
    }

    .img-tempo {
        height: 420px;
    }

    .box-anos {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
        gap: 30px;
    }

    .active::after {
        bottom: -54%;
    }
}

@media all and (max-width: 781px) {
    /* HEADER  */

    .header-sobre {
        height: 525px;
        padding-top: 50px;
    }

    .c-header-sobre h2 {
        font-size: 14px;
        line-height: 150%;
    }

    /* VIDEO  */

    .c-video {
        flex-direction: column;
    }

    .c-video iframe,
    .c-video video {
        width: 100%;
        height: 300px;
    }

    .c-video .info-video {
        width: 100%;
    }

    /* PROPOSITO  */

    .valores h3 {
        margin-bottom: 10px;
    }

    .img-card-valores {
        height: 200px;
    }

    .proposito img {
        width: 90%;
    }

    /* PRODUTOS  */

    .img-produto img {
        width: 50%;
    }

    .box-produtos {
        gap: 40px;
        flex-direction: column;
    }

    .img-produto {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .box-produtos-mob {
        flex-direction: column-reverse;
    }

    .info-produto {
        width: 100%;
    }

    /* TEMPO  */

    .img-tempo {
        height: 250px;
    }

    .tempo {
        background-size: 100% 379px;
    }

    .ano h3 {
        font-size: 14px;
    }

    .box-anos {
        gap: 20px;
    }

    .textos-anos {
        padding: 20px 0;
    }

    .tempo h2 {
        font-size: 28px;
    }

    .active::after {
        bottom: -53%;
        border-top: 5px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 5px solid transparent;
    }
}

@media all and (max-width: 551px) {
    /* HEADER  */

    .header-sobre {
        height: 200px;
        padding-top: 30px;
    }

    .c-header-sobre h2 {
        font-size: 14px;
        line-height: 150%;
    }

    /* VIDEO  */

    .c-video iframe,
    .c-video video {
        height: 200px;
    }

    .info-video {
        gap: 15px;
    }

    .info-video p {
        font-size: 14px;
    }

    /* PROPOSITO  */

    .img-card-valores {
        height: 230px;
    }

    .proposito img {
        width: 90%;
    }

    .card-valores {
        width: 44%;
        height: 360px;
    }

    .info-proposito h2 {
        font-size: 28px;
    }

    .info-proposito p {
        font-size: 14px;
    }

    .info-proposito div {
        gap: 15px;
    }

    .proposito .info-proposito {
        left: 15%;
        width: 80%;
    }

    .info-proposito div {
        width: 100%;
    }

    .valores h3 {
        font-size: 28px;
    }

    /* PRODUTOS  */

    .produtos {
        padding: 50px 0;
    }

    .img-produto img {
        width: 80%;
    }

    /* TEMPO  */

    .img-tempo {
        height: 180px;
    }

    .tempo {
        background-size: 100% 308px;
    }

    .box-anos {
        row-gap: 10px;
        display: none;
    }

    .box-select-anos {
        display: block;
    }

    .c-carr-select-anos {
        display: block;
    }

    .c-tempo {
        margin: 0;
    }


    .textos-anos{
        padding: 20px 20px;
    }
}