body,
html {
    overflow-x: hidden !important;
}

.contenedor {
    display: flex;
    flex-direction: column;
    /* por defecto si no ponemos esta linea es row */
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: gruesa;
    src: url(/ac-air-fonts/fuente1.OTF) format('truetype');
}

@font-face {
    font-family: fina;
    src: url(/ac-air-fonts/fuente2.OTF) format('truetype');
}

.footer {
    background-color: #9c9c9c;
}

.logo-footer {
    padding-top: 15px;
}

.nav-footer {
    padding-bottom: 30px;
}

.img-footer {
    width: 40px;
    padding-top: 20px;
}

.contenedor-footer {
    display: flex;
    flex-direction: column;
    /* por defecto si no ponemos esta linea es row */
    justify-content: center;
    align-items: center;
    font-family: 'Raleway';
}

@media only screen and (max-width: 600px) and (min-width: 0px) {
    .menu {
        display: none !important;
    }

    .menuResponsivo {
        display: block !important;
    }

    .mision {
        margin-top: 100px;
    }

}

.dis {
    display: none !important;
}

.dis2 {
    display: display !important;
}

.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
}