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

body{
    font-family: "Courier New", Courier, monospace;
    }

header {
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, hsla(342, 10%, 35%, 0.486), hsla(317, 10%, 36%, 0.651)), 
    url(../imagenes/agro_portada.jpeg); /* usar .webp si está disponible */
    background-size: cover;
    background-attachment: fixed;
}
.cabecera{
    width: 100%;
    height: 130px;
    display: flex;
    padding: 5px 140px;
    transition: all 0.3s;
}

nav.menu .close-btn {
    display: none;
    position: absolute; 
    top: 10px;          
    right: 10px;       
    background: none;   
    border: none;       
    color: white;      
    font-size: 24px;    
    cursor: pointer;    
    z-index: 10;        
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* asegura que el encabezado esté por encima de otros elementos */
    background-color: #fff; /* Cambia esto según el color de fondo del encabezado */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* agrega una sombra para efecto visual */
}
.sticky .menu a{
    color: #000;
}
.sticky .menu a:hover{
    color: red;
}
.sticky .traducir a{
    color: #000;
}
.sticky .traducir a:hover{
    color: red;
}
nav{
    text-align: center;
    justify-content: center;
    padding-top: 20px;
}
.cabecera  a  img{
    width: 180px;
    height: 120px;
    margin-right: 100px;
}
nav > a{
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    margin-right: 20px;
    text-transform: uppercase;
}
nav > a:hover{
    color: red;
}
.traducir{
    padding-top: 20px;
}
.traducir a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.traducir a:hover{
    color: red;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    padding-left: 30px;
}
.close-btn{
    display: none;
}
.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
}
header .textos-header{
    display: flex;
    height: 200px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1{
    font-size: 70px;
    color: #fff;
    width: 70%;
}

.empresa{
    display: flex;
    width: 100%;
    height: 500px;
    padding: 140px 120px;
    gap: 40px;
}
.emp-texto{
    width: 100%;
}
.emp-texto h2{
    font-size: 38px;
    padding-bottom: 10px;
}
.emp-texto p{
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 10px;
    text-align: justify;
}
.img-circulo {
    width: 100%; 
    height: 300px; 
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
   
}

.imagen-redondeada {
    width: 300px; 
    height: 300px; 
    border-radius: 50%; 
}

.images{
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, hsla(342, 10%, 35%, 0.486), hsla(317, 10%, 36%, 0.651)), 
    url(../imagenes/eucalipto_p2.jpeg);
    display: flexbox;
    padding: 50px 80px;
    background-size: cover;
    background-attachment: fixed;
    border-left: #b9d421;
}
.text-img h2{
    font-size: 42px;
    color: #b9d421;
    padding-bottom: 20px;
}
.text-img p{
    font-size: 22px;
    color: #fff;
    padding-bottom: 20px;
    text-align: justify;
}
.plantas{
    display: flex;
    width: 50%;
    gap: 20px;
}
.plantas i{
    font-size: 100px;
    color: #fff;
    padding: 20px 20px;
    background-color: #5faaaa;
    border-radius: 50%;
}
.cant{
    display: flex;
    gap: 10px;
}
.cant p{
    font-size: 24px;
    font-weight: 600;
    color: #5faaaa;
    padding-top: 10px;
}
.cant span{
    font-size: 40px;
    color: #5faaaa;
}
.cantidad h5{
    font-size: 30px;
    color: #fff;
}

/*   PLANTACIONES */

.plantaciones{
    width: 100%;
    height: 800px;
    display: flex;
    gap: 50px;
    padding: 150px 100px;
}
.img-plantas{
    padding-top: 120px;
    border-right: #5faaaa;
    border-right: 3px solid #b1aaa9c4;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}

.img-plantas img{
    width: 400px;
    height: 300px;
    justify-content: right;
    object-fit: cover;
}
.img-desc{
    padding-right: 150px;
}
.img-desc h2{
    font-size: 42px;
    padding-bottom: 20px;
}
.img-desc p{
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
    text-align: justify;
}

.desc-nro{
    display: flex;
    gap: 20px;
}
.desc-nro i{ 
    font-size: 70px;
    padding: 20px 20px;
    color: #fff;
    background-color: #084949;
    border-radius: 50%;
}
.des {
    display: flex;
    align-items: center;
    gap: 7px;
}
.des span{
    font-size: 38px;
    color: #084949;
    font-weight: 600;
}
.des p{
    font-size: 20px;
    font-weight: 600;
    font-weight: 500;
    color: #084949;
    padding-top: 20px;
}
.nros h4{ font-size: 28px; color: #000;}
.nros h6{ font-size: 16px; color: #000;}
.impregnadora{
    width: 100%;
    height: 550px;
    padding: 90px 100px;
    background: linear-gradient(to right, hsla(342, 10%, 35%, 0.486), hsla(317, 10%, 36%, 0.651)), 
    url(../imagenes/eucalipto_p1.jpeg); /* usar .webp si está disponible */
    background-size: cover;
    background-attachment: fixed;
}
.impregnadora h1{
    font-size: 42px;
    color: #cdee12;
    padding-bottom: 20px;
}
.impregnadora h5{
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
    text-align: justify;
}
.impre-logo{
    display: flex;
    gap: 20px;
}
.impre-logo i {
    font-size: 80px;
    padding: 30px 20px;
    color: #fff;
    background-color: #27a8db;
    border-radius: 50%;
}
.des-nro { display: flex; align-items: center;}
.des-nro span{
    font-size: 38px;
    color: #27a8db;
    font-weight: 600;
}
.des-nro p{
    font-size: 25px;
    font-weight: 500;
    color: #27a8db;
}
.impre-nro h4{ font-size: 28px; color: #fff;}
.impre-nro h6{ font-size: 16px; color: #fff;}

.foto {
    width: 100%;
    height: 300px;
    background: linear-gradient(to right, hsla(342, 10%, 35%, 0.486), hsla(317, 10%, 36%, 0.651)), 
    url(../imagenes/eucalipto_p3.jpeg); /* usar .webp si está disponible */
    background-size: cover;
    background-attachment: fixed;
}
.gral{
    width: 100%;
    height: 1300px;
    padding: 100px 120px;
}

.sectorvm{
    display: flex;
    gap: 40px;
}
.vision h2{
    font-size: 38px;
    font-weight: 600;
    color: rgba(236, 6, 6, 0.863);
    padding-bottom: 20px;
}
.vision p{
    font-size: 24px;
    color: #00000094;
    text-align: justify;
}
.hr{
     border-left: 3px solid #2a5b7e; 
}
.mision h2{
    font-size: 38px;
    font-weight: 600;
    color: rgba(193, 224, 17, 0.884);
    padding-bottom: 20px;
}
.mision p{
    font-size: 24px;
    color: #00000094;
    text-align: justify;
}

.gral h1{
    font-size: 40px;
    text-align: center;
    color: #27a8db;
    padding-top: 100px;
    padding-bottom: 40px;
}
.valores{
    padding: 70px 0px;
    display: flex;
    gap: 20px;
}
.etica i {
    font-size: 50px;
    color: rgb(72, 150, 124);
    padding: 25px 20px;
    border-radius: 50%;
    border: 3px solid rgb(71, 177, 142); /* Agregar un borde de 2px con color */
}
.etica h2{
    font-size: 28px;
    padding-top: 15px;
    color: #00000094;
}
.etica p{
    font-size: 20px;
    padding-top: 15px;
    color: #00000094;
    text-align: justify;
}

.orientacion i {
    font-size: 50px;
    color: rgb(72, 150, 124);
    padding: 25px 20px;
    border-radius: 50%;
    border: 3px solid rgb(71, 177, 142); /* Agregar un borde de 2px con color */
}
.orientacion h2{
    font-size: 28px;
    padding-top: 15px;
    color: #00000094;
}
.orientacion p{
    font-size: 20px;
    padding-top: 15px;
    color: #00000094;
    text-align: justify;
}
.mejora i {
    font-size: 50px;
    color: rgb(72, 150, 124);
    padding: 25px;
    border-radius: 50%;
    border: 3px solid rgb(71, 177, 142); /* Agregar un borde de 2px con color */
}
.mejora h2{
    font-size: 28px;
    padding-top: 15px;
    color: #00000094;
}
.mejora p{
    font-size: 20px;
    padding-top: 15px;
    color: #00000094;
    text-align: justify;
}
.principios{
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}


.participe i {
    font-size: 50px;
    color: rgb(72, 150, 124);
    padding: 25px 20px;
    border-radius: 50%;
    border: 3px solid rgb(71, 177, 142); /* Agregar un borde de 2px con color */
}
.participe h2{
    font-size: 28px;
    padding-top: 15px;
    color: #00000094;

}
.participe p{
    font-size: 20px;
    padding-top: 15px;
    color: #00000094;
    text-align: justify;
}

.respeto i {
    font-size: 50px;
    color: rgb(72, 150, 124);
    padding: 25px 30px;
    border-radius: 50%;
    border: 3px solid rgb(71, 177, 142); /* Agregar un borde de 2px con color */
}
.respeto h2{
    font-size: 28px;
    padding-top: 15px;
    color: #00000094;
}
.respeto p{
    font-size: 20px;
    padding-top: 15px;
    color: #00000094;
    text-align: justify;
}
footer{
    width: 100%;
    height: 330px;
    background: #fff;
    padding: 60px 0 30px 0;
    margin: auto;
    overflow: hidden;
}
.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.content-foo{
    text-align: center;
    color: #000;
}
.content-foo .foo{
    padding-top: 10px;
    padding-bottom: 15px;
}
.content-foo a img{
    width: 140px;
    height: 100px;
}
.content-foo h4{
    color: #000;
    border-bottom: 3px solid #af20d3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.content-foo a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    text-decoration: none;
}
.content-foo a:hover{
    color: gray;
}
.content-foo a i{
    font-size: 17px;
    color: #fff;
    padding: 8px 8px;
    border-radius: 50%;
    background-color: #ccc;
}
.content-foo a i:hover{
    background-color: gray;
    color: white;
}
.contenedor-footer2{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.contenedor-footer2 p{
    padding-bottom: 20px;
    padding-top: 20px;
}
.contenedor-footer2 a{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    
}
.contenedor-footer2 a:hover{
    color: gray;
}
.btn-whatsapp .whatsapp-button{
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: background-color 0.3s ease;
}
.whatsapp-button i{
    font-size: 50px;
}

.whatsapp-button:hover {
    background-color: #74f5a3;
}


/*CSS RESPONSIVE PARA TABLET pantalla menores a 900px*/
@media screen and (max-width:900px){
  
    body{
        margin: 0;
        padding: 0;
    }
   
    header{
        width: 100%;
        height: auto;
        background-position: center;
        padding: 10px 0px;
        overflow: hidden;
    }
    nav {
        display: none;
        flex-direction: column;
        position: absolute;
        background-color: rgba(240, 240, 240, 0.7);
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: auto;
        text-align: center;
    }

    .menu a {
        display: block;
        padding: 7px 0;
        text-align: center;
        color: #000;
    }

   
    .sticky .hamburger{
        color: #000;
    }
    .sticky .close-btn{
        color: #000;
    }
    .menu a:hover{
        background-color: rgba(105, 233, 201, 0.863);
        color: red;
    }
    .traducir{
        padding-top: 30px;
        cursor: pointer;
        font-size: 24px;
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 60px;
        z-index: 10;
    }
    .hamburger {
        padding-top: 30px;
        display: flex;
        cursor: pointer;
        font-size: 24px;
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 10;
    }

    /* Botón cerrar */
    .close-btn {
        padding-top: 25px;
        display: none; /* Oculto inicialmente */
        font-size: 24px;
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 10;
    }

    /* Cuando el menú está activo */
    .menu.active {
        display: flex; /* Mostrar el menú */
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 10px;
        background-color: rgba(240, 240, 240, 0.7);
        border-radius: 8px;
    }

    /* Mostrar botón cerrar y ocultar el botón hamburguesa */
    .menu.active ~ .close-btn {
        display: block; /* Muestra el botón cerrar */
    }

    .menu.active ~ .hamburger {
        display: none; /* Oculta el botón hamburguesa */
    }

    /* Links del menú */
    .menu a {
        text-decoration: none;
        color: #000;
        margin: 2px 0;
        font-size: 12px;
    }



    /* Mostrar el menú cuando esté activo */
    .menu.active {
        display: flex;
    }
    .cabecera{
        width: 100%;
        height: auto;
        padding: 10px 10px;
    }
    .textos-header h1{
        font-size: 34px;
        padding-bottom: 20px;
    }
    
 
    .empresa{
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 20px;
        padding: 20px 20px;
    }
    .empresa .emp-texto{
        width: 100%;
        height: 0 auto;
    }
    .empresa .emp-texto h2{
        font-size: 30px;
        text-align: center;
    }
    .empresa .emp-texto p{
        font-size: 18px;
        text-align: center;
        text-align: justify;
    }
    .images{
        width: 100%;
        height: auto;
        padding: 20px 20px;
    }
    .images .text-img{
        width: 100%;
        height: auto;
    }
    .cant span{
        font-size: 36px;
    }
    .plantaciones{
        width: 100%;
        height: auto;
        margin: 0 auto;
        flex-direction: column;
        padding: 20px 20px;
    }
    .img-plantas{
        width: 100%;
        height: auto;
    }
    .img-plantas img{
        width: 100%;
        height: auto;
    }
    .plantaciones .img-desc{
        width: 100%;
        height: auto;
        padding: 10px 10px;
    }
    .plantaciones .img-desc h2{
        font-size: 36px;
    }
    .plantaciones .img-desc p{
        font-size: 18px;
    }
    .impregnadora{
        width: 100%;
        height: auto;
        padding: 20px 20px;
    }
    .gral{
        width: 100%;
        height: auto;
        padding: 20px 20px;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .gral .sectorvm{
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .gral .valores{
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 15px;
    }
    .gral .principios{
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 15px;
    }
    .participe{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    footer{
        width: 100%;
        height: auto;
    }
    .contenedor-footer{
        flex-direction: column;
        border: none;
    }
    .content-foo{
        margin-bottom: 20px;
        text-align: center;
    }
    .content-foo h4{
        border: none;
    }
    .content-foo p{
        color: #000;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
    }
}