body,
html {
    overflow-x: hidden !important;
    background-color: #f2f2f2;
}

.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(Tipografia/gruesa.OTF) format('truetype');
}

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

@font-face {
    font-family: carnasR;
    src: url(Tipografia/CarnasRegular.otf) format('truetype');
}

@font-face {
    font-family: carnasB;
    src: url(Tipografia/CarnasBlack.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;
    }

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

    .p-nosotros {
        padding-right: 5% !important;
        padding-left: 5%;
    }

    .margen {
        margin-bottom: 5% !important;
    }

}

.dis {
    display: none !important;
}

.dis2 {
    display: display !important;
}


.contact-container {
    display: flex;
    align-items: left;
    font-family: 'fina', sans-serif;
    color: white;
}

.image-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: 'MUSEOSANSCYRL_0';
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 1);
}

/* Estilos para input de archivos */
input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 5px 40px;
    border-radius: 30px;
    cursor: pointer;
    background-color: #f2f2f2;
}