*{
    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.png");
    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;
    }
}


/* banner principal */
.forestacion-inicio{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    filter: brightness(0.7);
}
.seccion-principal{
    position:relative;
    width: 100%;
    top: 0;
    height: 60vh;
    display: flex;
    align-items: end;
    justify-content: center;
}

h2{
    margin: 0;
}
h1{
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    font-weight: 700;
    
    padding-bottom: 4rem;
    width: 90%;
    
}
.container-2{
    
}
@media (min-width: 1024px){
    h1{
        width: 80%;
        margin: 0;
    }
}
@media (min-width: 1600px){
    h1{
        width: 70%;
    }
}
@media (min-width: 1920px){
    h1{
        width: 67%;
        font-size: 3rem;
    }
}
    
  






/* contenido */
.list{
    font-family: "Roboto";
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contenido-principal{
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.container-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;

}
.container-2-wrapper{
    background-color: #d8d8d8;
}
.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;
}

.contenido-wrapper{
    display: flex;
    flex-direction: column;
}
.contacta-asesor, .lista-completa{
    color: white;
    font-family: "Roboto";
    text-decoration: none;
    width: fit-content;
    border-radius: 10rem;
    padding: 0.5rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    padding-left: 2rem;
}

.contacta-asesor{
    background-color: rgb(255, 166, 0);
    
}
.lista-completa{
    background-color: gray;
}
.flecha-link{
    
    width: 2rem;
    height: 2rem;
    padding: 0.4rem;
    margin-left: 0.5rem;
    fill: rgb(73, 73, 73);
    background-color: white;
    border-radius: 50%;
    margin-left: 2rem;
    transition: all 0.3s ease;
}

.contacta-asesor:hover .flecha-link{
    fill: white;
    background-color: rgb(255, 166, 0);
    transition: all 0.3s ease;
    margin-left: 3rem;
}
.lista-completa:hover .flecha-link{
    fill: white;
    background-color: gray;
    transition: all 0.3s ease;
    margin-left: 3rem;
}




.fila-1, .fila-2{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
    color: white;
}

.item p{
    width: fit-content;
}

.item{
    display: flex;
    gap: 1rem;
    align-items: center;
}



@media (min-width: 1024px){
    .contenido-principal{
        
    }

    .container{
        gap: 0.5rem;
        width: 80%;
    }
    .contenido{
        
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .imagen-2{
        order: -1;
    }
    
}




@media (min-width: 1240px){
    .contenido-principal{
        
    }
    .imagen-1, .imagen-2{
        height: 20rem;
        object-fit: cover;
    }
    .contenido p{
        line-height: 1.5rem;
    }

}

@media (min-width: 1360px){
    .contenido-principal{
        
    }
    .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 semillas */
.swiper-semillas{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.swiper{
    width: 90%;
    height: 20rem;
    display: flex;
    flex-direction: column;

}

.swiper-slide{
    background-color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: center;
    text-align: center;
    font-family: "Roboto";
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
}

.swiper-slide h3{
    margin: 0.5rem;
}
.swiper-slide p{
    margin: 0.5rem;
    font-size: 0.9rem;
    color: gray;
}


.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  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;
  
  
}






@media (min-width: 1024px){

    .swiper{
        height: 25rem;
        width: 80%;
    }
  
}
@media (min-width: 1600px){
    .swiper{
        height: 30rem;
        width: 70%;
    }
}
@media (min-width: 1920px){
    .swiper{
        height: 35rem;
        width: 67%;
    }
    
}


/* 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.png");
    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{
        margin-top: 4rem;
        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;
    font-family: "Roboto";
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
