body{
    background-color: #ffffff;
}

.fondo-verde{
    background-color: #c0e5a9;


}

.content1 {
    position: relative;
    display: grid;
    padding-left: 20dvh;
    grid-template-columns: 4fr 3fr; 
    gap: 15dvh; 
  
}

img.decoracion{
    position: absolute;
    top: -75%; ; left: -90%;
    z-index: -10;
    width: 145vw;
    height: auto;
    z-index: 1;
    transform: rotate(20deg);

}

.columna1 {
    z-index: 2;
    top: 0;
    position: relative;
    display: flex;
    margin-top: 10dvh;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.5vw;
}

.columna2{
    overflow: hidden;
    z-index: 2;

}
.aguacate-plato{
    width: 45vw;         
    height: auto; 
    transform: rotate(120deg);


}

.content-video {
    width: 100%;
    max-width: 900px;   
    margin: 0 auto;     
}

.content-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9; 
    border: none;
}
.content-empresas{

    position: relative;
    display: flex;
    flex-direction:row !important;
    align-items: center;
    text-align: center;
    gap: 5dvw;
}
.logos-empresas{
    width: 10vw;         
    height: auto; 

}


.content2 {
    margin: 0 auto; 
    position: relative;
    display: flex;
    flex-direction:column;    
    align-items: center;  
    justify-content: center; 
    text-align: center;
    width: 100%;
    z-index: 2;
}

.aguacate-trozo{
    position: absolute;
    width: 30vw;         
    height: auto; 
    transform: rotate(120deg);
    top: 30%; left: -15%;

}
.video {
    z-index: 2;
    width: 75dvw;
    height: auto;
}
.content2 p{
    font-size: 2vw;    
    color: #000000;
    max-width: 60dvw;
    line-height: 1.5;
}



.pacifico{
    font-family: 'Pacifico';
    font-weight: 500;
    color: #244718 !important;
    font-size: 2.5vw;
    max-width: 65vw !important;
}

.pacifico.slogan{
    margin: 0 auto;
    position: relative;
    display: flex; 
    justify-content: center; 
    text-align: center;
    max-width: 80dvw;
}



.content3{
    position:relative;
    padding-top: 1dvh;

}

.content3 .img1{
    position:absolute;
    z-index: 0;
    transform: rotate(180deg);
    width: 100%;
    height: auto;

}
.content3 .img2{
    position:absolute;
    z-index: 0;
    width: 100%;
    height: auto;
    top: 60%;

}



.swiper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 4vh;
}

.swiper-slide {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #266d18;
}

.swiper-button-next,
.swiper-button-prev {
  color: red; 
}


.content-cajas{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    padding-top: 20dvh;
}
.presentaciones{
    
    position: relative;
    display: flex;
    flex-direction:column;    
    align-items: center;  
    justify-content: center; 
    text-align: center;
    max-width: 20vw;
    z-index: 50; 
    padding-bottom: 5vh;
    transition: 
        transform 0.45s cubic-bezier(.22,.61,.36,1),
        filter 0.45s ease;
}
.presentaciones:hover {
    transform: scale(1.15);
    filter: drop-shadow(0 8px 15px rgba(0,0,0,.2));
}

.presentaciones p, 
.presentaciones strong{
    margin-bottom: -1dvh;
    color: #ffffff;
}


.cajas{
    width: 20vw;         
    height: 30vh;
    margin-bottom: 1dvh;
}

.content4 {
    background-color: #ffffff;
    margin-top: 35dvh; 
    position: relative;
    display: flex;
    flex-direction:column;    
    align-items: center;  
    justify-content: center; 
    text-align: center;
    z-index: 2;
    width: 100%;
}

.content4 p{
    font-size: 1.9vw;   
    max-width: 80vw;
}

.aguacate-certificaciones{
    position: absolute;
    width: 21vw;         
    height: auto; 
    transform: rotate(25deg) scaleX(-1);
    top: -18%; left: -8%;
}


.content-certificaciones{
    margin-top: 10dvh;
    display: grid;
    grid-template-columns: repeat(5, 10vw); /* columnas de ancho fijo */
    justify-content: center; 
    justify-items: center; 
    gap: 5vw;
}
.content-certificaciones2{
    margin-top: 10dvh;
    display: grid;
    grid-template-columns: repeat(4, 10vw); /* columnas de ancho fijo */
    justify-content: center;
    align-items: center;
    gap: 5vw;
}

.logos-certificaciones{
    width: 10vw;         
    height: auto;
}

.logos-certificaciones.pao{
    margin-top: -5vh;
}


