*{
    box-sizing: border-box;
}
html, body {
     overflow-x: hidden;
}
.fa-whatsapp{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    font-size: 2rem;
    text-decoration: none;
    color: white;
    background-color: #22963F;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center ;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 30rem;   
    z-index: 100;  
}
@media (min-width: 1024px){
    .fa-whatsapp{
        font-size: 2.5rem;
        width: 4rem;
        height: 4rem;
        
        
    }
}
@media (min-width: 1440px){
    .fa-whatsapp{
        font-size: 3rem;
        width: 4.5rem;
        height: 4.5rem;
        
        
    }
}

.fa-whatsapp:hover{
    transform: scale(1.1);
    transition: all 0.3s ease;
}

body{
    margin: 0;
    padding: 0;
    
    
    
}

.dropdown{
    display: none;
}

.icon-wrapper{
    display: flex;
    align-items: center;
    
}
.menu{
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background-color: #22963F;
    height: 100%;
    width: 85%;
    overflow-y: auto; 
    transform: translateX(100%);
    transition: all 0.3s ease;
    
}
.menu-links{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    font-family: "Roboto";
    flex-direction: column;
    padding-left: 10%;
    padding-top: 6rem;
    padding-bottom: 4rem;
    gap: 1rem;
    font-size: 1rem;
    
    
}
.idioma{
    
    background-size: cover;
    border: solid 1px black;
    width: 1.5rem;
    height: 1rem;
}
.menu-links a{
    text-decoration: none;
    color: white;
}
.dropdown-button{
    border: none;
    background-color: unset;
    font-family: "Roboto";
    font-size: unset;
    padding: 0;
    color: white;
}
.dropdown-mobile{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    font-weight: 700;
}
.dropdown-mobile a{
    color: rgba(255, 255, 255, 0.651);
}

nav{
    background-color: rgba(0, 0, 0, 0.500);
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 100;
}
#nav-placeholder{
    height: 6rem;
    width: 100%;
    display: none;
}
.abrir-menu{
    width: 3rem;
    height: 3rem;
    background-image: url("assets/menu_124dp_EFEFEF_FILL0_wght400_GRAD0_opsz48.png");
    background-size: cover;
    margin: 1rem;
}
.cerrar-menu{
    width: 3rem;
    height: 3rem;
    background-image: url("assets/close_124dp_EFEFEF_FILL0_wght400_GRAD0_opsz48.png");
    background-size: cover;
    margin: 1rem;
    align-self: flex-end;
    position: absolute;

}
.logo{
    width: 3rem;
    height: 3rem;
    background-image: url("assets/logo.webp");
    background-size: cover;
    margin: 1rem;
}
.idiomas{
        display: flex;
        gap: 1rem;
        
        
    }

@media (min-width: 1024px) {
    ::-webkit-scrollbar {
            width: 8px; 
            
        }

        
        ::-webkit-scrollbar-track {
            background: #f0f0f0; 
        }

        /* El "thumb" que se arrastra */
        ::-webkit-scrollbar-thumb {
            background: #888;
        
        }

        /* Hover sobre el thumb */
        ::-webkit-scrollbar-thumb:hover {
            background: #22963F;
        }
    .dropdown-mobile{
        display: none !important;
    }
    nav{
        position: relative;
        padding-left: 2vw;
        padding-right: 2vw;
        z-index: 1000;
        transition: all 0.3s ease;
        
    }
    .menu{
        position:relative;
        width: unset;
        height: inherit;
        transform: translateX(0%);
        background-color: unset;
        display: flex;
        flex-direction: row;
        overflow: visible;
        
    }
    .menu-links{
        flex-direction: row;
        align-items: center;
        padding: 0;
        
        margin: 0;
        gap: 1rem;
        font-size: 0.8rem;
    }
    .menu-links li{
        height: 50%;
        display: flex;
        align-items: center;
        
    }
    .menu-links li a, .menu-links li button{
        height: 80%;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .cerrar-menu{
        display: none;
    }
    .abrir-menu{
        display: none;
    }
    .dropdown-li{
        position: relative;
        
    }
    .dropdown{
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-top: 2rem;
        padding-bottom: 1rem;
        position: fixed;
        gap: 0;
        background-color: #22963F;
        width: 12rem;
        
        z-index: 100;
        transform: translateY(-200%);
        transition: all 0.3s ease;
        list-style:none;
    }
    .dropdownactive{
        top: 4rem;
        transform: translateY(0%);
        transition: all 0.3s ease;
        z-index: 100;
    }
    .dropdown a{
        display: block;
        color: white;
        font-size: 0.8rem;
        font-weight: 400;    
        padding: 1rem;    
        text-decoration: none;
        font-family: "roboto";
    }

    .idiomas{
        display: flex;
        gap: 1rem;
        padding-left: 1rem;
    }
    .dropdown li:hover, .dropdown li:hover a{
        background-color: white;
        color: #22963F;
    }
}
@media (min-width: 1240px){
    
    nav{
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .menu-links{
        font-size: 0.9rem;
    }
    .dropdown a{
        color: white;
        font-size: 0.9rem;
    
    }

}
@media (min-width: 1440px){
    .menu-links{
        
        gap: 2rem;
    }
    .logo{
        width: 4rem;
        height: 4rem;
    }
}


/* Contenido principal */

video{
    position: absolute;
    top: 0;
    z-index: -1;
    height: 90vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.65);
}
.seccion-principal{
    display: flex;
    flex-direction: column;
    height:65vh;
    justify-content: center;
    
    align-items: center;
}
.container-principal{
    width: 80vw;
    display: flex;
    flex-direction: column;
    padding-bottom: 5%;
    
}

h1{
    color: white;
    font-family: "Roboto Condensed";
    font-weight: 500;
    margin: 0;
    line-height: 2.4rem;
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
    width: 65vw;
}
.seccion-principal h2{
    color: white;
    margin: 0;
    font-family: "Roboto";
    width: 75vw;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 400;
}
.seccion-principal a{
    color: rgba(190, 190, 190, 0.726);
    width: 75vw;
    font-family: "Roboto";
    text-decoration: none;
    
}

@media (min-width: 668px){
    h1{
        font-size: 2.7rem;
        line-height: normal;
    }
    .seccion-principal h2{
        width: 55vw;
    }
}

@media (min-width: 1024px){
    .container-principal{
        align-items: center;
    }
    .container-principal h1, .container-principal h2,.container-principal a{
        text-align: center;
        width: 35rem;

    }
}
@media (min-width: 1240px){

}

@media (min-width: 1440px){
    .container-principal h1{
        font-size: 3.5rem;
        width: 40rem;
        
    }
}


/* Productos y servicios */
.productos-y-servicios{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}

.producto{
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Roboto";
    width: 90%;
    height: 15rem;
    align-self: center;
    cursor: pointer;
    justify-content: space-between;
    border-radius: 4px;
}
.producto p{
    
    pointer-events: none;
    margin: 0;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    opacity: 0;
    transition: all 0.3s ease;
}
.producto:hover p{
    opacity: 1;
    transition: all 0.3s ease;
}
.producto:hover .titulo-producto h2{
    display: none;
    transition: all 0.3s ease;
}
.titulo-producto{
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 1rem;
}
.titulo-producto h2{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    
}
.titulo-producto a{
    width: 2rem;
    height: 2rem;
    background-image: url("assets/arrow_forward_32dp_EFEFEF_FILL0_wght400_GRAD0_opsz40.png");
    background-size: cover;
    display: none;
    
}
.producto:hover .titulo-producto a{
    display: block;
    
}

.forestacion{
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.400),rgba(0, 0, 0, 0.400)), url("assets/forestacion.webp");
    background-size: cover;
}
.vivero{
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.400),rgba(0, 0, 0, 0.400)), url("assets/semillas.webp");
    background-size: cover;
    background-position: center;
}
.madera{
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.400),rgba(0, 0, 0, 0.400)), url("assets/rollizos.webp");
    background-size: cover;
    background-position: center;
}
.ganaderia{
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.400),rgba(0, 0, 0, 0.400)), url("assets/ganaderia.webp");
    background-size: cover;
    background-position: center;
}
.asesoramiento{
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.600),rgba(0, 0, 0, 0.600)), url("assets/acerca-de-nosotros5.webp");
    background-size: cover;
    background-position: center;
}
.forestacion:hover{
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.600),rgba(0, 0, 0, 0.600)), url("assets/forestacion.webp");
    background-size: cover;
}
.vivero:hover{
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.600),rgba(0, 0, 0, 0.600)), url("assets/semillas.webp");
    background-size: cover;
    background-position: center;
}
.madera:hover{
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.600),rgba(0, 0, 0, 0.600)), url("assets/rollizos.webp");
    background-size: cover;
    background-position: center;
}
.ganaderia:hover{
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.600),rgba(0, 0, 0, 0.600)), url("assets/ganaderia.webp");
    background-size: cover;
    background-position: center;
}
.asesoramiento:hover{
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.600),rgba(0, 0, 0, 0.600)), url("assets/acerca-de-nosotros5.webp");
    background-size: cover;
    background-position: center;
}


@media (min-width: 880px){
    .producto{
        height: 18rem;
    }   
}

@media (min-width: 1024px){
    .productos-y-servicios{
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0 1rem;
        gap: 0.5rem;
    }
    .titulo-producto h2{
        font-size: 1.1rem;
    }
}
@media (min-width: 1240px){
    .producto{
        height: 20rem;
    }
}

@media (min-width: 1360px){
    .producto{
        height: 23rem;
    }
    .titulo-producto h2{
        font-size: 1.3rem;
    }
}

@media (min-width: 1440px){
    .producto{
        height: 25rem;
    }
    .productos-y-servicios{
        gap: 1rem;
        padding: 0 3rem;
    }
    
}

@media (min-width: 1600px){
    .producto{
        height: 28rem;
    }
    .titulo-producto h2{
        font-size: 1.5rem;
    }
}
@media (min-width: 1920px){
    .producto{
        height: 30rem;
    }
    .productos-y-servicios{
        gap: 1.5rem;
        padding: 0 6rem;
    }
}

/* PEFC */

.container-pefc{
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
}
.pefc{
    
    background-image:linear-gradient(to right, rgba(0, 0, 0, 0.600), rgba(0, 0, 0, 0.600)), url("assets/fondo-banner.webp");
    background-size: cover;
    margin-top: 2rem;
}

.contenido-pefc{
    display: flex;
    flex-direction:  column;
    justify-content: center;
    padding: 2rem 0;
    align-items: center;
    width: 90%;
}
.contenido-pefc p{
    font-family: "Roboto";
    color: white;
    background-color: transparent;
    
    font-size: 1.5rem;
    font-weight: 900;
}

.contenido-pefc img{
    width: 10rem;
    height: auto;
    display: block;
    margin-top: 1rem;
    background-color: transparent;
    align-self: start;
}



@media (min-width: 1024px){
    .pefc{
        margin-top: 2rem;
    }
    .contenido-pefc{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        gap: 5%;
        
    }
    .contenido-pefc p{
        font-size: 1.5rem;
    }
    .contenido-pefc img{
        width: 6.5rem;
        margin: 0;
        align-self: center;
    }
}

@media (min-width: 1240px){
    .pefc{
        margin-top: 2.5rem;
    }
    .contenido-pefc{
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
    }
    .contenido-pefc p{
        font-size: 1.8rem;
    }
    .contenido-pefc img{
        width: 7.5rem;
    }
}
@media (min-width: 1360px){
    .pefc{
        margin-top: 3rem;
    }
}
@media (min-width: 1600px){
    .contenido-pefc{
        flex-direction: row;
        justify-content: space-between;
        width: 70%;
    }
    .contenido-pefc p{
        width: 75%;   
        font-size: 2rem;
    }
    
    .contenido-pefc img{
        width: 10rem;
    }
    
}

@media (min-width: 1920px){
    .contenido-pefc{
        width: 67%;
    }
    
}




/* Acerca de nosotros */
.acerca-de-nosotros{
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 2rem;
}
.container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.titulo-seccion{
    font-family: "Roboto";
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: #1b692f;
}
.contenido{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contenido p{
    margin: 0;
    padding:0;
    font-family: "Roboto";
}
img{
    width: 100%;
    height: auto;
    display: block;
}

.container{
    width: 90%;
}
img{
    border-radius: 4px;
}

@media (min-width: 1024px){
    .acerca-de-nosotros{
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 4rem;
    }

    .container{
        gap: 0.5rem;
        width: 80%;
    }
    .contenido{
        
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .imagen-2{
        order: -1;
    }
    
}
@media (min-width: 1240px){
    .acerca-de-nosotros{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        gap: 5rem;
    }
    
    
    .imagen-1, .imagen-2{
        height: 20rem;
        object-fit: cover;
    }
    .contenido p{
        line-height: 1.5rem;
    }
}

@media (min-width: 1360px){
    .acerca-de-nosotros{
        padding-top: 3rem;
        padding-bottom: 3rem;
        gap: 6rem;
    }
    .contenido{
        gap: 3rem;
    }
}



@media (min-width: 1600px){

    .container{
        width: 70%;
    }
    .imagen-1, .imagen-2{
        height: 20rem;
        
    }
}
@media (min-width: 1920px){
    .contenido{
        gap: 4rem;
    }
    .container{
        width: 67%;
    }
    .imagen-1, .imagen-2{
        height: 22rem;
        
    }
    
}



/* Swiper */
/* 
.concept-en-el-mundo{
    width: 100%;
    display: flex;
    justify-content: center;
}

.swiper{
    width: 100%;
    height: 200rem;
}
.swiper-content{
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    
}
.swiper-content h2{
    color: rgb(75, 75, 75);
    margin: 0;
}
.swiper-content p{
    font-family: "Roboto";
    margin: 0.5rem 0 0.5rem 0;
}
.swiper-content a{
    text-decoration: none;
    font-family: "Roboto condensed";
    
    font-weight: 500;
    font-size: 1rem;
}
.swiper-wrapper{
    height: fit-content;
}
.swiper{
    height: fit-content;
}
.swiper-slide{
    
}

@media (min-width: 1024px){

    .swiper-slide{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .swiper-slide{
        gap: 2rem;
    }
    .swiper-content p{
        
    }
    

}


@media (min-width: 1240px){
    
    
    
    .swiper-slide p{
        line-height: 1.5rem;
    }
}

@media (min-width: 1360px){
    .acerca-de-nosotros{
        padding-top: 6rem;
        padding-bottom: 6rem;
        gap: 6rem;
    }
    .swiper-slide{
        gap: 3rem;
    }
}

*/

/* Estilos de los botones */
.swiper-button-prev,
.swiper-button-next {
  position: static !important; /* fuerza a salir del absolute */
  width: 40px;
  height: 40px;
  margin: 0 10px;
  padding: 4px;
  background-color: gray;
  border-radius: 20rem;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
/* Contenedor */
.swiper-controls {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 15px;
  margin: 2rem 0 2rem 0;
  
}


/*-- Contacto --*/
.contacto{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
    background-color: #d6d6d6;
}
form{
    display: flex;
    flex-direction: column;
    background-color: gray;
    padding: 3rem 2.5rem;
    gap: 1rem;
    border-radius: 8px;
}
.titulo-formulario{
    font-family: "Roboto";
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    color: white;
    margin: 0 0 1rem 0;
}
.form-section{
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.form input{
    background-color: white;
}
form input, form textarea{
    width: 100%;
    padding: 1rem;
    border: solid 1px gray;
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 700;
    resize: none;
}
form textarea{
    background-color: rgb(233, 233, 233);
}
.boton-submit{
    width: fit-content;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    font-family: "Roboto";
    color: white;
    border: none;
    padding: 1rem 4rem;
    border-radius: 5rem;
    background-color: rgb(0, 0, 53);
}
.info{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    padding-left: 2rem;
    padding-bottom: 2rem;
}

.telefono, .ubicacion, .mails{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

h3 i{
    padding-right: 1rem
}
.info a{
    text-decoration: none;
}
.info a, .info p{
    padding-left: 3rem;
}

.info h3, .info p, .info a{
    font-family: "Roboto";
    color: #444444;
    margin: 0;
}
.info h3{
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}
.social-media{
    display: flex;
    gap: 1rem;
    padding-left: 3rem;
    padding-top: 1rem;
}

.social-media a{
    padding: 0;
}
.fa-instagram, .fa-facebook, .fa-linkedin{
    font-size: 32px;
}

@media (min-width: 1024px){
    .contacto{
        padding-top: 4rem;
        padding-bottom: 4rem;
        
    }
    
}
@media (min-width: 1240px){
    .contacto{
        padding-top: 5rem;
        padding-bottom: 5rem;
        
    }
    .info{
        padding-left: 4rem;
        
    }
    .contenido-2{
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
    }
    
    
    
}

@media (min-width: 1360px){
    .contacto{
        padding-top: 6rem;
        padding-bottom: 6rem;
        
    }
    
}









/* Footer */

footer{
    
    
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22963F;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.fa-chevron-right{
    padding-right: 0.5rem;
    padding-top: 0.2rem;
    font-size: 0.7rem;
}
.footer-list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    
}
.productos-footer{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    
}

.footer-list a, .footer-list p{
    font-family: "Roboto";
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    margin: 0;
}
.productos-footer a{
    padding-left: 1rem;
    opacity: 0.7;
}
.footer-slogan{
    order: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.logo-footer{
    width: 5rem;
    height: 5rem;
    background-image: url("assets/logo.webp");
    background-size: cover;
}
.footer-text{
    width: 15rem;
}
.footer-text h2{
    color: white;
    margin: 0;
    font-family: "Roboto";
    font-size: 1.5rem;
    font-weight: 500;
}
.footer-text h3{
    margin: 0;
    font-family: "Roboto";
    color: white;
    font-size: 1rem;
    font-weight: 400;
}
.footer-wrapper{
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.fa-chevron-right{
    color: white;
    font-size: 0.5rem;
    padding-top: 0;
}

@media (min-width: 668px){
    

    footer{
        align-items: start;
        padding-left: 5rem;
    }
}

@media (min-width: 1024px){
    footer{
        padding-left: 0;
        align-items: center;
        
    }
    .footer-list{
        flex-direction: row;
        align-items: start;
        width: 100%;
        
    }
    .footer-list a, .footer-list p{
        font-size: 0.8rem;
    }
    .productos-footer a{
        padding-left: 0.8rem;
    }
    .footer-slogan{
        width: 100%;
        align-self: flex-start;
    }
    .footer-text{
        width: 15rem
    }
    .footer-text h2{
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    .footer-text h3{
        font-size: 0.9rem;
    }
    
}
@media (min-width: 1240px){
    .footer-list a, .footer-list p{
        font-size: 0.9rem;
    }
    .footer-list{
        gap: 1.5rem;
    }
    footer{
        
        padding-bottom: 12rem;
    }
}

@media (min-width: 1440px){
    .footer-wrapper{
        flex-direction: row;
        gap: unset;
    }
    .footer-slogan{
        order: -1;
        width: fit-content;
    }
}
@media (min-width: 1600px){
    .logo-footer{
        width: 7rem;
        height: 7rem;
    }
    .footer-text h2{
        font-size: 1.8rem;
        line-height: 1.9rem;
    }
    .footer-text h3{
        font-size: 1rem;
    }
    .footer-wrapper{
        gap: 5rem;
    }
}

.boton-idioma{
    color: white;
    background-color: white;
    
    font-family: "Roboto";
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    
    background-color: transparent;
}
