body{
    background-color: #d8e8d3;
}
.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;
    width: 100%;
    font-size: 7vw;
}
.content1 .gotham-bold{
    top: 50%;           
    left: 50%;            
    transform: translate(-50%, -50%); 
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 5vw;
    width: 100%;

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

}

.content2 {
    margin: 0 auto; 
    position: relative;  
    display: flex; 
    align-items: center;  
    justify-content: center; 
    text-align: center;
    width: 100%;
    overflow: hidden;
    z-index: 1;

}

.content2 p{
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 2.2vw;
    padding: 1vh;
    max-width: 80vw;
}
.content2 strong{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 2.2vw;
}


.content3{
    display: grid;
    grid-template-columns: 1fr 1fr ; 
    background-color: #153d27 ;
    overflow: hidden;
}

.content3 div{
    
    padding-left: 4dvw;
    padding-right: 4dvw;
    display: flex; 
    flex-direction: column;
    align-items: center;  
    justify-content: center; 
    text-align:justify;
}
.content3 h2{
    font-family: 'Gotham';
    font-weight: 700;
    color: #ffffff;
    font-size: 2.2vw;   
}
.content3 p, .content3 ul{
    font-family: 'Gotham';
    font-weight: 500;
    color: #ffffff;
    font-size: 2vw;
}
.content3 strong{
    margin-left: -3dvw;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 2.2vw;
    color: #ffffff;

}
.content3 .imagen{
    max-height: 80vh;
    overflow: hidden;
}
.content3 img{
    width: 55vw;    
    height: 150vh; 
}

.content4{
    padding-top: 5vh;
    margin: 0 auto;
    position: relative;  
    align-items: center;  
    justify-content: center; 
    text-align: center;
    width: 100%;
    height: 90dvh;
    overflow: hidden;
    z-index: 1;
}
.content4 .decoracion{
    position: absolute;
    top: -38%; ; left: -38%;
    z-index: -10;
    width: 160vw;
    height: auto;
    transform: rotate(150deg);
}

.content4 .pacifico{
    font-family: 'Pacifico';
    font-weight: 500;
    width: 100%;
    font-size: 4vw;
    color: #07793b;
}

.content4 strong{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 2.2vw;
}

.content4 p{
    margin: 0 auto;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 2.2vw;
    max-width: 70vw;
    margin-bottom: 5vh;
    margin-top: 3vh;
}
.content4 .texto-contacto{
    margin: 0 auto;
    max-width: 60vw;
}

.texto-contacto p{
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 2vw;
}

.btContacto{
    background-color: #153d27;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 2.2vw;
    max-width: 20vw;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 3vh;
    cursor: pointer;
    
}

.btContacto:hover {
  background: #0a1e13;
}