
#foto-2{
    width: 50%;
}

#foto-3{
    width: 50%;
}

#foto-4{
    width: 50%;
}

#foto-5{
    width: 50%;
}

#foto-6{
    width: 50%;
}

#foto-7{
    width: 50%;
}

#foto-8{
    width: 50%;
}

h1{
    color: blue;
    font-family: Oups;
    font-size: 100px;
}


/* PÁGINA INDEX */

#contenedorIndex{
    width: 100%;
    text-align: center;
}

#botonIndex{
    line-height: 100px;
    height: 60px;
    margin: 0 auto;
    width: 300px;
    height: 100px;
    background-color: orange;
    border-radius: 40px;
    box-shadow: 10px 10px 40px grey;
    cursor: pointer;
}

#textoIndex{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}


/* ENCIMA NUBES */

#contenedorNubes{
    width: 100%;
    text-align: center;
}

#contenedorBotonNubes{
    margin: 0 auto 60px auto;
    width: 300px;
    height: 60px;
    background-color: orange;
    border-radius: 40px;
    box-shadow: 10px 10px 40px grey;
    cursor: pointer;
}

#contenedorFotoNubes{
    margin: 0 auto;
    width: 600px;
}

#contenedorFotoNubes img{
    width: 600px;
}

#contenedorTextoNubes{
    margin: 120px auto 0px auto;

}




/*MOVIL */

#contenedorMobil{
    width: 100%;
    text-align: center;
}

#contenedorBotonMobil{
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
    margin: 40px auto 60px auto;
    width: 300px;
    height: 60px;
    background-color: orange;
    border-radius: 40px;
    box-shadow: 10px 10px 40px grey;
    cursor: pointer;
}

#contenedorFotoMobil{
    width: 100%;
    text-align: center;
}

#contenedorTextoMobil{
    margin: 120px auto 0px auto;
    width: 20%;
}

#fotoMobil{
    width: 20%;
}


/*PAJARO */

#contenedorPajaro{
    width: 100%;
    text-align: center;
}

#contenedorBotonPajaro{
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
    margin: 40px auto 60px auto;
    width: 300px;
    height: 60px;
    background-color: orange;
    border-radius: 40px;
    box-shadow: 10px 10px 40px grey;
    cursor: pointer;
}

#contenedorFotoPajaro{
    width: 100%;
    text-align: center;
}

#contenedorTextoPajaro{
    margin: 120px auto 0px auto;
    width: 20%;
}

#fotoPajaro{
    width: 20%;
}

/*HELI */

#contenedorHeli{
    width: 100%;
    text-align: center;
}

#contenedorBotonHeli{
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
    margin: 40px auto 60px auto;
    width: 300px;
    height: 60px;
    background-color: orange;
    border-radius: 40px;
    box-shadow: 10px 10px 40px grey;
    cursor: pointer;
}

#contenedorFotoHeli{
    width: 100%;
    text-align: center;
}

#contenedorTextoHeli{
    margin: 120px auto 0px auto;
    width: 20%;
}

#fotoHeli{
    width: 20%;
}

/*BALANCE */

#contenedorBalance{
    width: 100%;
    text-align: center;
}

#contenedorBotonBalance{
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
    margin: 40px auto 60px auto;
    width: 300px;
    height: 60px;
    background-color: orange;
    border-radius: 40px;
    box-shadow: 10px 10px 40px grey;
    cursor: pointer;
}

#contenedorFotoBalance{
    width: 100%;
    text-align: center;
}

#contenedorTextoBalance{
    margin: 120px auto 0px auto;
    width: 20%;
}

#fotoBalance{
    width: 20%;
}

#fotoFondo{
    width: 100%;
    height: 100%;
}

body {
    background-image: url("fondo.png");
    background-size:cover;    /* Ajusta la imagen a la pantalla */
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

#columpio img{
    margin-top: -20px;
    width: 100%;
}





/* MEDIA QUERY */
@media (max-width: 768px) and (orientation: portrait) {
    /* móvil en vertical */

    #contenedorFotoNubes{
        width: 100%;
    }

    #contenedorFotoNubes img{
        width: 100%;
    }
}




