.imagenSup{
    background-image: url('../imagenes/cieloChico.jpg');
    background-repeat: round;
    height: 7vh;
}

footer{
    padding-top: 25px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            /* Footer height */
  }
.main {
    min-height: 80vh;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

.slide {
    margin-top: 10px;
}
.slide img {
    height: 50vh;
}

.nav-link{ 
    font-size: 16px;
    margin-right: 15px;
}
.span{
    font-size: 16px;
}

.padding0 {
    padding: 0;
}

.padding5{
    padding: 5px;
}

.textoOpciones {
    text-align: justify;
}

.textoIncluye {
    text-align: left;
}

.container{
    margin-top: 10px;
}

.btnOpciones{
    text-align: center;
    margin-top: 15px;
}

.tituloServicios{
    padding-top: 25px;
    text-align: center;
}
.row{
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    color: brown;
}

.ver{
    height: 12vh;
}

.grecaptcha-badge {
    margin-bottom: 50px;
}