.navitem {
    color: #002F57;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1;
}

.maxw1300 {
    max-width: 1300px;
}

.bigheader {
    font-size: 48px;
}

.photosectioncacao {
    background-image: url('assets/img/bluecacao-bg-dark.jpg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 720px;
    z-index: 1;
}

.photosectioncafe {
    background-image: url('assets/img/bluecafe-bg-dark.jpg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 720px;
    z-index: -1;
}

.photosectionrecolectores {
    background-image: url('assets/img/recolectores.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 633px;
    background-attachment: fixed;
    margin-top: 20px;
}

@media (min-width: 1400px) {
    .photosectionrecolectores {
        background-position: center top;
        height: 839px;
    }
}

/* Timeline */
.timeline-list {
    border-left: 2px solid #D4A362;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #D4A362;
    font-family: 'Chivo', sans-serif;
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 30%;
}

.timeline-list .event {
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}

.timeline-list .event:before,
.timeline-list .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-list .event:before {
    left: -217.5px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    font-family: 'Saira', sans-serif;
    color: #f2ad57;
}

.timeline-list .event:after {
    box-shadow: 0 0 0 4px #D4A362;
    left: -57.85px;
    background: #D4A362;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timelinetext {
    color: #ffffff;
}

.timelinetitle {
    color: #D4A362;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
}

/* GP */
.timeline {
    position: relative;
    width: 2px;
    background: #00575F;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: 212px;
}

@media (min-width: 576px) {
    .timeline {
        margin-right: 186px;
    }
}

@media (min-width: 768px) {
    .timeline {
        margin-right: 188px;
    }
}

@media (min-width: 992px) {
    .timeline {
        margin-right: 210px;
        padding-bottom: 51px;
    }
}

@media (min-width: 1200px) {
    .timeline {
    }
}

.timeline-item {
    position: relative;
    margin: 50px 0 25px;
    text-align: left;
}

.timeline-dot {
    position: absolute;
    left: -10px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #00575F;
    border-radius: 50%;
    transition: background 0.5s ease;
}

.timeline-content {
    color: #00575F;
    transition: color 0.5s ease;
    font-size: 43px;
    line-height: 8px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 34px;
}

.timeline-description {
    color: #00575F;
    transition: color 0.5s ease;
    width: 240px;
    font-size: 17px;
    line-height: 24px;
}

.cajatimeline {
    width: 306px;
    margin-bottom: 0px;
}

.scroll-paragraph {
    font-size: 20px;
    line-height: 1.5;
    margin: 50vh auto;

    /* Center it vertically */
    padding: 20px;
}

.scroll-paragraph span {
    color: #C5B99C;

    /* Default color */
    transition: color 0.3s ease;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Inter', sans-serif;
    text-align: left;

    /* Smooth transition for color change */
}

@media (min-width: 576px) {
    .scroll-paragraph span {
        font-size: 38px;
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    .scroll-paragraph span {
        font-size: 29px;
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    .scroll-paragraph span {
        font-size: 39px;
    }
}

@media (min-width: 1200px) {
    .scroll-paragraph span {
        font-weight: bold;
        font-size: 38px;
    }
}

@media (min-width: 1400px) {
    .scroll-paragraph span {
        font-size: 37px;
        font-weight: bold;
    }
}

@media (min-width: 1920px) {
    .scroll-paragraph span {
        font-size: 47px!important;
        font-weight: bold;
    }
}

.section-style {
    height: 465px;
    display: flex;
    align-items: center;
}

.text-darkbeige {
    color: #C5B99C;
}

.heading-48 {
    font-size: 33px;
}

@media (min-width: 768px) {
    .heading-48 {
        font-size: 48px;
    }
}

.pin {
    order: 0;
    place-self: auto;
    grid-area: auto;
    z-index: 1;
    float: none;
    flex-shrink: 1;
    display: flex;
    margin: 0px;
    inset: auto;
    position: relative;
    flex-basis: auto;
    overflow: visible;
    box-sizing: border-box;
    width: 1425px;
    height: 720px;
    padding: 0px;
}

.franja {
}

.franja1 {
    overflow: hidden;
}

@media (min-width: 576px) {
    .franja1 {
    }
}

@media (min-width: 768px) {
    .franja1 {
    }
}

.columnavideo {
}

.hover-word {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 1;
    bottom: 0;
    left: 1px;

    /* Ensure text is above the background image */
}

.hover-word:hover {
    display: inline-block;
    color: #D4A362 !important;
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 1;
    bottom: 0px;

    /* Ensure text is above the background image */
}

.hover-word::before {
    content: '';
    top: -100px;
    left: 0;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;

    /* Place background behind text */
}

/* Individual background images for each word */
.word-1:hover::before {
    background-image: url('assets/img/hover/innovacion.jpg');
    position: absolute !important;
    top: 120px;

    /* Replace with your image path */
    opacity: 1;
}

.word-2:hover::before {
    background-image: url('assets/img/hover/calidad.jpg');
    position: absolute !important;

    /* Replace with your image path */
    opacity: 1;
    top: 75px;
}

.word-3:hover::before {
    background-image: url('assets/img/hover/sostenibilidad.jpg');

    /* Replace with your image path */
    opacity: 1;
    background-repeat: no-repeat;
    left: 181px;
    position: absolute !important;
    top: 75px;
}

@media (min-width: 576px) {
    .word-3:hover::before {
    }
}

@media (min-width: 992px) {
    .word-3:hover::before {
        left: -52px;
        top: 119px;
    }
}

@media (min-width: 1200px) {
    .word-3:hover::before {
        top: 68px;
        left: -11px;
    }
}

@media (min-width: 1400px) {
    .word-3:hover::before {
    }
}

.word-4:hover::before {
    background-image: url('assets/img/hover/respeto.jpg');

    /* Replace with your image path */
    opacity: 1;
    position: absolute !important;
    top: 116px;
    left: 87px;
}

@media (min-width: 992px) {
    .word-4:hover::before {
    }
}

.word-5:hover::before {
    background-image: url('assets/img/compromiso.jpg');
    position: absolute !important;
    top: 75px;

    /* Replace with your image path */
    opacity: 1;
}

.alturamapa {
    height: 100%;
}

/* Contact Form */
.form-control {
    background: transparent;
    border: 1px solid #99642a;
    color: #99642A;
    border-radius: 0;
    border-top: 1px none #99642a;
    border-left: 1px none #99642a;
    border-right: 1px none #99642a;
    line-height: 16px;
}

.form-text-color {
    color: #99642A;
}

.form-control::placeholder {
    color: #99642A;
}

.form-check-input {
    margin-right: 10px;
}

.hero-bg {
    background-image: url('assets/img/bluestone-header-.png');
    background-position: right -72px;
    background-size: cover;
    height: 428px;
    background-origin: content-box;
}

@media (min-width: 576px) {
    .hero-bg {
        height: 555px;
        background-position: right bottom;
    }
}

@media (min-width: 768px) {
    .hero-bg {
        height: 503px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }
}

@media (min-width: 992px) {
    .hero-bg {
        height: 537px;
        background-position: right -142px;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    .hero-bg {
        height: 628px;
        background-size: 100%;
        background-position: 0px -147px;
    }
}

@media (min-width: 1400px) {
    .hero-bg {
        height: 682px;
        background-position: center -121px;
    }
}

@media (min-width: 1920px) {
    .hero-bg {
        height: 882px;
        background-position: center -121px;
    }
}

.row-hero {
    height: 529px;
}

@media (min-width: 576px) {
    .row-hero {
        height: 534px;
    }
}

@media (min-width: 1200px) {
    .row-hero {
        height: 589px;
    }
}

.hoja {
    position: absolute;
    top: 161px;
    left: -24px;
    z-index: 0;
    width: 532px;
}

@media (min-width: 576px) {
    .hoja {
        width: 595px;
        top: 281px;
        left: -94px;
    }
}

@media (min-width: 768px) {
    .hoja {
        top: 219px;
        left: -70px;
        width: 613px;
    }
}

@media (min-width: 992px) {
    .hoja {
        top: 192px;
        left: -72px;
        width: 660px;
    }
}

@media (min-width: 1200px) {
    .hoja {
        width: 741px;
        top: 206px;
        left: -45px;
    }
}

@media (min-width:1920px) {
    .hoja {
        left: 136px;
        width: 944px;
        top: 153px;
    }
}

.zdepth-up {
    z-index: 1;
}

.rectangulo {
    width: 100%;
    height: 63px;
}

@media (min-width: 768px) {
    .rectangulo {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .rectangulo {
        height: 62px;
    }
}

@media (min-width: 1200px) {
    .rectangulo {
        height: 65px;
    }
}

@media (min-width: 1400px) {
    .rectangulo {
        height: 75px;
    }
}

.mascara {
    position: absolute;
    height: 748px;
    top: 1002px;
}

@media (min-width: 576px) {
    .mascara {
        top: 953px;
    }
}

@media (min-width: 768px) {
    .mascara {
        top: 1003px;
    }
}

@media (min-width: 992px) {
    .mascara {
        top: 1045px;
    }
}

@media (min-width: 1200px) {
    .mascara {
        top: 1216px;
    }
}

@media (min-width: 1400px) {
    .mascara {
        top: 1276px;
    }
}

.bletra {
    height: 172px;
    background-image: url('assets/img/mask.png');
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
}

@media (min-width: 360px) {
    .bletra {
        height: 193px !important;
    }
}

@media (min-width: 412px) {
    .bletra {
        height: 223px !important;
    }
}

@media (min-width: 576px) {
    .bletra {
        height: 351px !important;
    }
}

@media (min-width: 768px) {
    .bletra {
        height: 423px !important;
    }
}

@media (min-width: 992px) {
    .bletra {
        height: 570px !important;
        z-index: 2;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .bletra {
        height: 715px !important;
        width: auto;
    }
}

@media (min-width: 1400px) {
    .bletra {
        height: 801px !important;
    }
}

@media (min-width: 1920px) {
    .bletra {
        height: 1072px !important;
    }
}

@media (min-width: 2440px) {
    .bletra {
        height: 1213px !important;
    }
}

@media (min-width: 576px) {
    .bghoja {
        background-size: 450px;
        background-position: -30px 211px;
    }
}

@media (min-width: 768px) {
    .bghoja {
        background-position: 0 150px;
        background-size: 520px;
    }
}

@media (min-width: 992px) {
    .bghoja {
        background-size: 60%;
        background-position: 01px 61px;
    }
}

@media (min-width: 1200px) {
    .bghoja {
        background-position: 0 93px;
        background-size: 57%;
    }
}

@media (min-width: 1400px) {
    .bghoja {
        background-position: 0px 80px;
    }
}

.text30bold {
    font-weight: bold !important;
    font-family: 'Inter', sans-serif;
}

@media (min-width: 576px) {
    .text30bold {
        font-size: 33px;
        line-height: 41px;
    }
}

@media (min-width: 768px) {
    .text30bold {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (min-width: 992px) {
    .text30bold {
        font-size: 38px;
        line-height: 47px;
    }
}

@media (min-width: 1200px) {
    .text30bold {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (min-width: 1400px) {
    .text30bold {
        font-size: 37px;
        line-height: 47px;
    }
}

.displaynone {
    display: none;
}

.overflowh {
    overflow: hidden;
}

.raicesblock {
    height: 468px;
}

@media (min-width: 576px) {
    .raicesblock {
        height: 502px;
    }
}

@media (min-width: 768px) {
    .raicesblock {
        height: 525px;
    }
}

.bloque-hoja {
    overflow: hidden;
    background-image: url('assets/img/hoja-sola.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 323px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 576px) {
    .bloque-hoja {
        width: 440px;
        height: auto;
    }
}

@media (min-width: 768px) {
    .bloque-hoja {
        height: 360px;
    }
}

@media (min-width: 992px) {
    .bloque-hoja {
        height: 392px;
        width: 503px;
    }
}

@media (min-width: 1200px) {
    .bloque-hoja {
        background-image: url('assets/img/hoja-completa.png');
        width: 589px;
        height: 387px;
    }
}

@media (min-width: 1400px) {
    .bloque-hoja {
        width: 692px;
        height: 521px;
    }
}

@media (min-width: 1920px) {
    .bloque-hoja {
        width: 692px;
        height: 521px;
    }
}

.carouselsection {
    height: 699px;
}

@media (min-width: 768px) {
    .carouselsection {
        height: 710px;
    }
}

@media (min-width: 992px) {
    .carouselsection {
    }
}