.content1 {
    margin: 0 auto; 
    position: relative;  
    align-items: center;  
    justify-content: center; 
    text-align: center;
    width: 100%;
    height: 80dvh;
    overflow: hidden;
    z-index: 1;
}

.content1 .video{
    z-index: -1;
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0.7);
}

.content1 h1{
    position: absolute;   
    color: #fff;      
    text-align: center;
}

.content1 .pacifico{
    top: 20%;           
    left: 50%;            
    transform: translate(-50%, -50%); 
    font-family: 'Pacifico';
    font-weight: 500;
    font-size: 7vw;
}
.content1 .gotham{
    top: 40%;           
    left: 50%;            
    transform: translate(-50%, -50%); 
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 7vw;
    width: 100%;

}


.content2 {
    margin-top: 5dvh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center; 
    width: 100%;
}

.content2 p{
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 1.2vw;
    max-width: 70%;
    width: 90vw;
}

.content2 strong{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 1.7vw;
    width: 70vw;
}


.content-linea{
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center; 
}


.content3 {
    margin-top: -8dvh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center; 
    width: 100%;
}

.content3 h1{
    font-family: 'Pacifico';
    font-weight: 500;
    font-size: 3.9vw;
    color: #07793b;
}

.content3 p{
    margin-top: -2dvh;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 2vw;
    width: 87%;
}

.aguacate-trozo{
    position: absolute;
    width: 30vw;         
    height: auto; 
    transform: rotate(280deg);
    top: 30%; left: -15%;
    filter: blur(2px);

}

.content-maduracion{
    position: relative;
    width: 100%;
    min-height: 70vh;

}
.content-maduracion img{
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,10));

}

.texto-etapas{     
    position: absolute;
    display: flex;
    top: 24%; left: 33%;
    gap: 2vw;
    z-index: 4;
}
.texto-etapas h2{
    margin: 0; 
    font-family: 'Pacifico';
    font-weight: 500;
    font-size: 4.2vw;
    color: #266d18;
}
.texto-etapas h3{
    margin-top: 2vh;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 2.3vw;
    color: #153d27;

}
.etapa1{
    position: absolute;
    width: 40vw;         
    height: auto; 
    z-index: 5;
    top: 12%; left: 1%;
    
}

.etapa2{
    position: absolute;
    width: 22vw;         
    height: auto; 
    z-index: 5;
    top: 50%; left: 33%;

}
.etapa3{
    position: absolute;
    width: 22vw;         
    height: auto; 
    z-index: 5;
    top: 50%; left: 53%;

   

}
.etapa4{
    position: absolute;
    width: 22vw;         
    height: auto; 
    z-index: 5;
    top: 50%; left: 73%;

    
}
.content-topografia{
    position: relative;

    overflow: hidden;
}
.content-topografia .topografia{
    top: -90%; left: -35%;
    position: absolute;
    width: 400vh;
    height: auto;
    z-index: 1;
    filter: brightness(1.5);
     opacity: 0.2;
}
.content-curva{
    position: relative;
    background-color: #6c9550;
    width: 100%;
    min-height: 40vh;
    overflow: hidden;
}
.content-curva img{
    margin-top: -36vh;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}


.content4{
    background: linear-gradient(to bottom, #6c9550, #39691a);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center; 
    width: 100%;
    min-height: 50dvh;
    overflow: hidden;
}

.content4 h1{
    margin: 0; 
    font-family: 'Pacifico';
    font-weight: 500;
    font-size: 4.4vw;
    color: #ffffff;
    z-index: 4;

}
.content4 .aguacate-trozo{
    position: absolute;
    width: 30vw;         
    height: auto; 
    transform: rotate(280deg);
    top: 1%; left: 80%;
    filter: blur(2px);
    z-index: 4;

}

.content-paises{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    z-index: 4;
}

.pais.mexico{
    position: relative;
    width: 100%;
    z-index: 4;
}

.mexico img{
    width: 27vw;  
    height: 87vh; 
    filter: brightness(0.6) blur(1px);
    z-index: 4;
}

.mexico .nombre{
    position: absolute;
    top: 23%; left: -12%;
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 8vw;
    color: #ffffff;
    z-index: 4;
}


.pais.canada{
    position: relative;
    width: 100%;
    z-index: 4;
}

.canada img{
    width: 27vw;    
    height: 87vh; 
    filter: brightness(0.6) blur(1px);
    z-index: 4;
}

.canada .nombre{
    position: absolute;
    top: 22%; left: -16%;
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 8vw;
    color: #ffffff;
    z-index: 4;
}

.pais.asia{
    position: relative;
    width: 100%;
    max-height: 87vh;
    max-width: 27vw;
    overflow: hidden;
    z-index: 4;
}

.asia img{
    width: 37vw;         
    height: 120vh; 
    filter: brightness(0.6);
    z-index: 4;
}

.asia .nombre{
    position: absolute;
    top: 20%; left: 10%;
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 8.5vw;
    color: #ffffff;
    z-index: 4;
}




