/* GALERÍA DE IMÁGENES COSTA*/
#ecuador {
    font-size: 38px;
    font-weight: 800;
    padding: 30px;
    background-color: skyblue;
    text-align: center;
    width: 95%;
    height: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px black;
    position: sticky;
    left: 50px;
    top: 1px;
}

.primeraFoto {
    width: 99%;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px 0 0 black;

}

.foto1 {
    width: 44%;
    cursor: pointer;
    padding: 5px;
    overflow: hidden;
    transition: all 500ms ease;
    border-radius: 10px;
    box-shadow: 5px 5px 5px black;

}

.foto1:hover {
    transform: scale(2.2);
    /*zoom*/

}

/*BOTONES INPUT*/
.inputBoton {
    background-color: gray;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    margin-top: 2vw;
    font-size: 1.5vw;
    width: 10vw;
    border: 0.1vw solid yellow ;
    cursor: pointer;
    transition: all ease 1s;
    border-radius: 7px;
    box-shadow: 7px 7px 7px yellowgreen;
} 
.inputBoton:hover {
    transform: scale(1.1);    
}
span {
    margin-top: 1vw;
    margin-bottom: 5vw;
    display: flex;
    position: relative;
    margin: 0 40vw;
}
.foto1 {
    margin-left: 2vw;
}