body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    overflow-x: hidden;
}

html {
    height: -webkit-fill-available;
    overflow-x: hidden;
}

#sec-index,
#sec-servicios,
#sec-vision,
#sec-quienessomos {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    overflow-x: hidden;
    /* min-width: 500px; */
}

.altura {
    height: 90px;
}


/* .altura2 {
    height: calc(60vh + 1px);
} */

.foto1 {
    width: 150px;
    min-width: 100px;
    height: auto;
    /* height: 180px; */
}

#sec-index {
    background: url("../img/numbers.jpg") no-repeat center center fixed;
    /* background: url("../img/numbers.gif"); */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#sec-vision,
#sec-contacto {
    background: url("../img/people_working.jpeg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#sec-estrategica,
#sec-contable,
#sec-remuneraciones,
#sec-legal {
    overflow-y: hidden;
    height: 30px;
}


/* #sec-servicios {
    background-color: white;
} */

.fondo {
    background-color: rgba(0, 48, 91, 0.65);
}

.textos {
    font-weight: 500;
}

.textosform {
    font-weight: 400;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}