
.presentation {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 130px 130px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%), url(../img/fondo.png) lightgray 50% / cover no-repeat;
    background-position: center;
}

.tittle {
    width: 100%;
    text-align: center; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:0px;
}

.tittle h1 {
    color: #FFF;
    text-align: center;
    font-family: "Libre Baskerville";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5.76px;
    margin:0;
}

.tittle h3 {
    color: #C8C8C8;
    text-align: center;
    font-family: "Libre Baskerville";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.32px;
    margin:20px;
}

.tittle button {
    width: 300px;
    height: 50px;
    padding: 10px 30px;
    gap: 10px;
    flex-shrink: 0;
    border:none;
    border-radius: 20px;
    background: #FEBF00;
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-weight: 00;
    line-height: normal;
    cursor: auto;
}

.boton:hover {
    color: #fff;
    background: #b08a5a;
}

/* Nosotros */
.nosotros {
    display: flex;
    height: 600px;
    gap: 150px;
    padding: 40px 120px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: linear-gradient(180deg, #E6C86C 0%, #F4E4B8 100%);
}

.nosotros img {
    width: 400px;
    height: 450px;
    aspect-ratio: 75/92;
}

.nostros div {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

/* Procesos */
.procesos {
    display: flex;
    padding: 80px 90px 120px 90px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: linear-gradient(0deg, #D4C8A7 53.37%, #F4E4B8 100%);
}

.contenido {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.tittle-procesos h2{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.tittle-procesos p {
    text-align: center;
    width: 90%;
    margin: 20px auto;
}

.secuencias {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 86px;
    align-self: stretch;
}

.secuencias-desktop {
    display: flex;
}

.secuencias-mobile {
    display: none;
}

.col-1 {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 182px;
}

.col-1 img {
    width: 100%;;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.col-2 {
    display: flex;
    height: 100%;
    width: 10%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.text h3{
    color: #251301;
    font-family: "Libre Baskerville";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    letter-spacing: 4.32px;
}

.text p{
    color: #333;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
}

/* Círculos numerados y línea para procesos */
.circle {
    width: 60px;
    height: 60px;
    background: #251301;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    font-size: 32px;
    flex-shrink: 0;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.col-2 .line {
    width: 4px;
    background: #251301;
    z-index: 0;
    height: 400px;
    border-radius: 2px;
}

.contenido button {
    width: 300px;
    padding: 15px;
    border: none;
    border-radius: 20px;
    background: #301902;
    color: #FDE8DE;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2.16px;
    cursor: pointer;
}


/* Nuestros productos */

.productos {
    display: flex;
    padding: 60px 37px;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    align-self: stretch;
    background: linear-gradient(180deg, #D4C8A7 0%, #E1C87B 50%);
}

.tittle-productos {
    display: flex;
    height: 98px;
    padding: 0px 63px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}


.text-tittle {
    width: 100%;
    height: 98px;
    flex-shrink: 0;
}

.text-tittle h2 {
    margin:0 0px 10px 0px;
}

.text-tittle p {
    width: 100%;
}

.carrousel__contenedor {
    position: relative;
    margin: 0px auto;
    width: 90%;
}

.carrousel__lista {
    padding: 0px;
    box-sizing: border-box;
}

.carrousel__elemento {
    user-select: none;
    margin: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    text-decoration: none;
    border: 2.5px solid #000;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.4s ease;
}

.carrousel__elemento img {
    border-radius: 10px;
    width: 100%;
    height: 365px;
}

.carrousel__elemento button{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 30px;
}

.carrousel__elemento h3 {
    color: #2C2C2C;
    text-align: center;
    font-family: "Libre Baskerville";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    margin: 20px 0px 10px 0px;
}

.carrousel__elemento p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;;
    margin:0px 0px 20px 0px;
}

.arrow__left, .arrow__right {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    top:calc(50% +  27px);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: #301902;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.arrow__left{
    left: -30px;
}

.arrow__right{
    right: -30px;
}

.link_producto a {
    text-decoration: none;
    color: #fff;
}

/* Testimonios */
.testimonios {
    width: 100%;
    height: 100%;  
    background: linear-gradient(180deg, #E1C87B 0%, #F4E4B8 48.76%);
}

.contenido-t {
    display: flex;
    padding : 60px 90px;
    margin:0;
    padding: 60px 100px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
}

.text-t {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
}

.text-t h2 {
    margin: 0px;
}

.text-t p {
    width: 100%;
}

.t-personas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.cards-t {
    display: flex;
    height: 250px;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 50px;
    border-radius: 20px;
    border: 1px solid #000;
    background: #FAF8F5;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cards-t img {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
}


.text-card-t {
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex-shrink: 0;
}

.text-card-t h4 {
    color: #5A5A5A;
    align-self: stretch;
    font-family: "Libre Baskerville";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.08px;
    margin: 0;
}

.text-card-t p {
    color: #333;
    align-self: stretch;
    font-family: "Nunito Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    margin: 0;
}

@media (min-width: 900px){
    .notArrow {
        display: none;
    }
}

@media (max-width: 1100px) {
    .presentation {
        padding: 100px 60px;
    }

    .nosotros {
        padding: 60px 80px;
        gap: 80px;
    }

    .procesos {
        padding: 60px 60px 100px 60px;
    }

    .tittle-productos {
        flex-direction: column; 
        height: auto; 
        align-items: center;
        text-align: center; 
        gap: 20px;
        margin-bottom: 40px; 
        padding: 0 20px;
    }

    .text-tittle {
        width: 100%;
        height: auto;
    }

    .text-tittle h2, .text-tittle p {
        text-align: center; 
        width: 100%;
    }

    /*TESTIMONIO*/

    .contenido-t {
        padding: 60px 100px; 
    }

    .text-t {
        align-items: flex-start; 
        text-align: left;    
        
        p {
            text-align: left;
        }
    }

    .cards-t {
        height: auto;         
        padding: 40px 30px; 
        display: flex;
        flex-direction: column; 
        align-items: center;
        gap: 25px; 
    }

    .cards-t img {
        width: 140px; 
        height: 140px;
        margin: 0;
    }

    .text-card-t {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    
        h4 {
            text-align: left;
            margin: 0;
            font-size: 26px;
        }   
        
        p {
            text-align: left;   
            font-size: 18px;
            line-height: 1.5;
        }
    }

    .secuencias {
        gap: 40px;
    }

    .col-1 {
        gap: 120px;
    }

    .text-card-t {
        width: 100%; 
    }
}

@media (max-width: 900px) {
    .presentation {
        padding: 80px 30px;
    }

    .tittle h1 {
        font-size: 36px;
    }

    .tittle h3 {
        font-size: 24px;
    }

    .tittle button {
        width: 250px;
        height: 45px;
        font-size: 20px;
    }

    /*Nosotros*/

    .nosotros {
        flex-direction: column-reverse;
        height: auto;
        padding: 40px;
        gap: 40px;
    }

    .nosotros div {
        align-items: center; 
    }

    .p-t {
        width: 100%;
        font-size: 22px;
        text-align: center;
    }
    
    .h2-t {
        text-align: center;
        font-size: 30px;
    }

    .nosotros img {
        width: 80%;
        max-width: 350px; 
        height: auto;
    }

    /*Procesos*/
    .procesos {
        padding: 60px 60px;
    }
    .secuencias-desktop {
        display: none;
    }

    .secuencias-mobile {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        width: 100%;
    }

    .secuencias-mobile .text {
        text-align: center;
        width: 100%;
    }

    .secuencias-mobile .text h3 {
        font-size: 28px;
        letter-spacing: 1px;
        color: #251301;
        font-family: "Libre Baskerville";
        font-weight: 700;
        margin: 0 0 10px 0;
    }

    .secuencias-mobile .text p {
        font-size: 22px;
        letter-spacing: 1px;
        color: #333;
        font-family: "Nunito Sans";
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
    }

    .secuencias-mobile img {
        width: 85%;
        height: 380px;
        border-radius: 10px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    }

    /*Productos*/
    
    .tittle-productos {
        flex-direction: column;
        padding: 0px 0px 10px 0px;
        gap: 20px;
        height: auto;
        text-align: center;
    }
    
    .text-tittle {
        width: 100%;
        height: auto;
    }

    .contenido-contacto {
        flex-direction: column;
        align-items: center;
    }

    /*Testimonio*/
    .contenido-t {
        padding: 60px 40px; 
        gap: 40px;
    }

    .text-t {
        width: 100%;
        align-items: center;
        text-align: center;  
    }
    
    .cards-t {
        height: auto; 
        flex-direction: column-reverse; 
        gap: 30px;
        text-align: center;
    }

    .text-card-t {
        width: 100%; 
        align-items: center;
    }
    
    .text-card-t h4 {
        text-align: center; 
    }
    
    .text-card-t p {
        text-align: center; 
    }
}

@media (max-width: 496px) {
    /* Presentación */
    .presentation {
        padding: 60px 20px;
    }

    .presentation h1 {
        font-size: 26px;
        letter-spacing: 2px;
        line-height: 1.3;
    }

    .presentation h3 {
        font-size: 20px;
        letter-spacing: 2px;
        margin: 15px 10px;
    }

    .presentation button {
        width: 180px;
        height: 45px;
        font-size: 18px;
        padding: 10px 20px;
    }

    /* Nosotros */
    .nosotros {
        padding: 40px 25px;
        gap: 30px;
    }

    .nosotros h2 {
        font-size: 28px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .nosotros p {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1px;
    }

    .nosotros img {
        width: 100%;
        max-width: 260px;
    }

    /* Procesos */
    .procesos {
        padding: 40px 25px;
    }

    .tittle-procesos h2 {
        font-size: 28px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    
    .tittle-procesos p {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1px;
        width: 95%;
    }

    .secuencias-mobile {
        gap: 50px;
    }

    .secuencias-mobile .text h3 {
        font-size: 22px;
        letter-spacing: 1.5px;
    }

    .secuencias-mobile .text p {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .secuencias-mobile img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .contenido {
        gap: 20px;
    }

    .contenido button {
        width: 220px;
        padding: 12px;
        font-size: 16px;
        letter-spacing: 1.5px;
        margin-top: 20px;
    }

    /* Productos */
    .productos {
        padding: 40px 20px;
    }

    .productos h2 {
        font-size: 28px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .productos p {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1px;
    }

    .tittle-productos {
        padding: 0 10px 20px;
        margin-bottom: 10px;
    }

    .carrousel__contenedor {
        width: 92%;
    }

    .carrousel__elemento {
        margin: 18px;
        padding: 15px;
    }

    .carrousel__elemento h3 {
        font-size: 20px;
        letter-spacing: 1.5px;
        margin: 15px 0 10px;
    }

    .carrousel__elemento p {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 1.5;
        margin: 0 0 15px;
    }

    .carrousel__elemento button {
        font-size: 15px;
        width: 160px;
        padding: 10px 15px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .carrousel__elemento img {
        height: 220px;
        object-fit: cover;
    }

    .arrow__left, .arrow__right {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .arrow__left {
        left: -25px;
    }

    .arrow__right {
        right: -25px;
    }

    /* Testimonios */
    .contenido-t {
        padding: 40px 25px;
        gap: 35px;
    }

    .text-t h2 {
        font-size: 28px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .text-t p {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1px;
        text-align: center;
    }

    .t-personas {
        gap: 35px;
    }

    .cards-t {
        padding: 25px 20px;
        gap: 20px;
    }

    .cards-t img {
        width: 130px;
        height: 130px;
    }

    .text-card-t {
        gap: 12px;
    }

    .text-card-t h4 {
        font-size: 22px;
        letter-spacing: 1.5px;
        line-height: 1.3;
    }

    .text-card-t p {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 1.6;
    }
}

