
.presentacion{
    background-color: #0a8f64;
    height: 100vh;
    width: 98vw;
    display: flex;
    flex-direction: column;
}
.presentacion h2{
    font-size: 3vmax;
    font-family: 'Shadows Into Light';
    text-align: center;
    padding: 1rem 0;

}

.presentacion-container{
    display: flex;
    font-size: 2vmax;
    text-align: center;

}

.conatiner-info{
    font-size: 1vmax;
    font-family: 'Shadows Into Light';
    text-align: center;
    padding: 1rem 0;
}
  
.foto1zona {
    height: 55vh;
    width: 70vh;
    margin: 8vh;
    
}
.foto1 {
    height: 55vh;
    width: 70vh;
    border-top: 20px double #39b2c2;
    border-right: 20px double #1d7d8a;
    border-bottom: 20px double #39b2c2;
    border-left: 20px double #1d7d8a;
}

.curiosidades{
    background-color: #0a8f64;
    height: 100vh;
    width: 98vw;
    display: flex;
    flex-direction: column;
  }

.curiosidades h2{
    font-size: 3vmax;
    font-family: 'Shadows Into Light';
    text-align: center;
    padding: 1rem 0;
}
.curiosidades-container{
    display: flex;
    font-size: 2vmax;
    text-align: left;
    margin-left: 8vh;
    margin-right: 90vh;
    flex-direction: column;

}
.foto2zona{
    max-width: 100%;
    height: 55vh;
    width: 70vh;
    margin-left: 100vh;
    
}
.foto2{
    height: 55vh;
    width: 70vh;
    right: auto;
    left: auto;
    margin-top: -90vh;
    border-top: 20px double #39b2c2;
    border-right: 20px double #1d7d8a;
    border-bottom: 20px double #39b2c2;
    border-left: 20px double #1d7d8a;
}

.futuro {
    background-color: #0a8f64;
    height: 100vh;
    width: 98vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}

.futuro h2 {
    font-size: 3vmax;
    font-family: 'Shadows Into Light';
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    left: -10px;
}

.futuro-container{
    display: flex;
    font-size: 2vmax;
    text-align: center;

}

.conatiner-infor{
    font-size: 1vmax;
    font-family: 'Shadows Into Light';
    text-align: center;
    padding: 1rem 0;
}

.futuro-imagen {
    max-width: 100%;
    height: 62vh;
    width: 70vh;
    border-radius: 10px;
    margin-bottom: auto;
    margin-left: 5vh;
    margin-right: 7vh;
    border-top: 20px double #39b2c2;
    border-right: 20px double #1d7d8a;
    border-bottom: 20px double #39b2c2;
    border-left: 20px double #1d7d8a;
}