body {
    margin: 0;
    padding: 0;
    max-width: 1440px;
    margin: auto;
    line-height: 0;
}
nav {
    position: fixed;
    top: 0px;
    max-width: 1440px;
    width: 100%;
    background-color: white;
}
.header {
    
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    height: 148px;
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    width: 40%;
}
.header-lista {
    width: 60%;
    text-align: center;
}
.menu, a {
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
}

.menu a {
    text-decoration: none;
    color: black;
}
.contactar-menu {
    background: #FFD700;
    border-radius: 40px;
    padding: 20px 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    border: none;
    color: #444444;
}
.contactar-menu:hover {
    cursor: pointer;
}
 li:hover, a:hover {
    color: #FFD700;
    cursor: pointer;
}

.bl-1 {
display: flex;
width: 100%;
margin-top: 100px;
}
.bl-1-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.bl-1-1 .h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    line-height: 56px;
    font-weight: 400;
    margin-left: 20%;
    color: #444444;

}
.bl-1-1 .h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 20%;
    color: #636466;
}
.bl-1-1-texto span {
    color: #FFD700;
    font-weight: 700;
}
.bl-1-2 {
    width: 50%;
}
.bl-1-1-img {
    width: 100%;
}
.bl-1-1-img img{
    width: 100%;
}
.bl-2 {
    display: flex;
    }
.bl-2-1 {
    width: 50%;
}
.bl-2-1 img {
    max-width: 100%;
}

.bl-2-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.bl-2-2-texto {
    width: 60%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #636466;
} 
.bl-2-2-flecha {
    width: 60%;
}      
.bl-3 h2{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    color: #444444;
    width: 70%;
    margin: auto;
    padding: 120px 0 70px 0;    
}
.bl-3 h2 span {
    color: #FFD700;
    font-weight: bold;
}
.flecha {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.bloque {
    width: 80%;
    margin: auto;
}
.bloque-arriba {
    width: 100%;
    padding-bottom: 50px;
}
.bloque-arriba-izquierda {
    width: 50%;
    display: flex;
    justify-content: center;
}
.bloque-abajo {
    display: flex;

}
.bloque-abajo-izquierda {
    width: 50%;
}
.bloque-abajo-izquierda-titulo {
    display: flex;
    align-items:center;
    
}
.numero {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.titulo {
    width: 80%;
}
.titulo .h2{
    margin-left: 2%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #444444;
}
.bloque-abajo-izquierda-parrafo p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #636466;
    
}
.bloque-abajo-izquierda-boton {
    display: flex;
    justify-content: center;
}
.bloque-abajo-izquierda-boton button {
    background: #FFD700;
    border-radius: 40px;
    padding: 20px 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    border: none;
    color: #444444;
    margin-top: 24px;
}
.bloque-abajo-izquierda-boton button:hover {
    cursor: pointer;
}
.bloque-abajo-derecha {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 1%;
}

.grafico {
    display: flex;
    justify-content: center;
}
.titulo-clientes {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #444444;
}
.clientes {
    display: flex;
    justify-content: space-around;
    
}
.img-clientes-3 {
    height: 60%; 
}
.img-clientes-2 {
    height: 80%; 
}


.interbloque {
    width: 80%;
    border-top: 1px solid #e5e5e5;
    margin: 70px auto 70px auto;
    
}

#servicios{
    padding-top: 160px;
}

.unidades {
    background-color: #ffffff;
    margin-top: 120px;
    margin-bottom: 120px;
}
.unidades-listado {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: auto;
}

.unidad-servicio {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.foto-unidad img{
        width: 100%;
    }

    .descripcion-unidad {
        display: flex;
        flex-direction: column;
    }

.nombre-unidad {
    text-align: center;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #444444;
}


.equipo {
    background-color: rgba(196, 196, 196, 0.22);
    margin-top: 120px;
}
.equipo-titulo {
    display: flex;
    width: 60%;
    margin: auto;
}
.equipo-titulo p {
    text-align: center;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    color: #444444;
    margin: 120px 0;
}

.equipo-titulo p span {
    color: #FFD700;
    font-weight: 700;
}
.equipo-listado {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: auto;
}
.miembro {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.nombre {
    text-align: center;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #444444;
}
.puesto {
    text-align: center;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}
.bloque-empresas {
    display: flex;
    width: 100%;
    padding-top: 120px;
}
.bloque-empresas-titulo {
    background-color: #636466;
    width: 50%;
}
.bloque-empresas-contenido {
    margin-left: 20%;
    margin-bottom: 90px;
    margin-top: 90px;
    margin-right: 2%;
}
.bloque-empresas-contenido-texto p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    color: #ffffff;
}
.bloque-empresas-contenido-texto p span {
    color: #FFD700;
    font-weight: 700;
}
.bloque-empresas-listado {
       width: 50%; 
       display: flex;
       flex-wrap: wrap;
       align-items: center;
}
.bloque-empresas-listado img{
    width: 20%;
    margin: 0 5%;
    
}

.aliados {
    padding-top: 120px;
}
.aliados-titulo {
    width: 60%;
    margin: auto;
}
.aliados-titulo p {
    text-align: center;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    color: #444444;
    margin: 120px 0;
}
.aliados-listado {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.comunicate {
    background-color: #636466;
    margin-top: 120px;
}
.comunicate-titulo {
    display: flex;
    width: 65%;
    margin: auto;
}
.comunicate-titulo p {
    text-align: center;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    color: #ffffff;
    margin: 180px 0 120px 0;
}
.comunicate-titulo p span {
    color: #FFD700; 
}
.comunicate-contenido {
    display: flex;
    width: 80%;
    margin: auto;
}
.comunicate-contenido-izquierda {
    width: 40%;
}
.comunicate-item {
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    padding-top: 20px;
}
.comunicate-item p {
    margin-left: 2%;
}
.comunicate-contenido-derecha {
    width: 60%;
    background-color: #ffffff;
    display: flex;
}

form {
    display: flex;
    padding: 50px;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    
    
}
#nombre {
    width: 48%;
}

input::placeholder {
    padding-left: 16px;
  }
  textarea::placeholder {
    padding-left: 16px;
  }

#apellido {
    width: 48%;
}
#telefono {
    width: 48%;
}
#pais {
    width: 48%;
}
#empresa {
    width: 98%;
}
#email {
    width: 98%;
}
#submit {
    width: 48%;
}
input {
    height: 50px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

#mensaje {
    width: 98%;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 100px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.form-1 {
    padding: 0;
    margin: 0;
}

.preguntas {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}

#submit {
    background: #FFD700;
    border-radius: 40px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    text-align: center;
    border: none;
    color: #444444;
    margin-top: 24px;
    padding: 20px 30px;
}

#submit:hover {
    cursor: pointer;
}
.footer {
    padding-top: 120px;
    padding-bottom: 50px;
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
.grafico-mobile {
    display: none;
}
.header-lista-mobile {
    display: none;
}
.modal-mobile {
    display: none;
}
.descripcion-unidad a {
    text-decoration: none;
}


/* SECCIÓN EMPRESA */
.empresa-bloque-uno {
    margin: auto;
    margin-top: 200px;
    width: 80%;
    
}
.empresa-bloque-uno p {
    
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #636466;
}
.titulo p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    display: flex;
    align-items: center;
    color: #444444;
}

.empresa-bloque-dos {
    display: flex;
    width: 80%;
    margin: auto;
    margin-top: 120px;
}
.bloque-dos-interior {
    width: 50%;
    display: flex;
}
.bloque-listado {
    margin-left: 20px;
    line-height: 20px;
}
.bloque-listado p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #444444;
}
.listado-items {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.listado-items li {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #636466;
}
.listado-items li::before {
    content:url('./img/check.png');
    margin-right: 10px;
}
/* SECCIÓN EMPRESA */
@media only screen and (max-width: 450px) {
    .grafico-desktop {
    display: none;
    }
    .desktop {
        display: none;
    }
    .grafico-mobile {
        display: block;
    }
    body {
        width: 100%;
        max-width: 1440px;
        background-color: #ffffff;
        margin: 0 auto;
    }
    .header-logo img {
        width: 100%;
    }
    .header-lista-mobile {
        display: block;
    }
    .contactar-menu {
        background: #FFD700;
        border-radius: 40px;
        padding: 10px 15px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        display: flex;
        align-items: center;
        text-align: center;
        border: none;
        color: #444444;
    }
    .bl-1{
        flex-direction: column-reverse;
    }
    .bl-2 {
        flex-direction: column ;
    }
    .bl-1-1 {
        width: 100%;
    }
    .bl-1-1 .h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        line-height: 36px;
        font-weight: 400;
        margin-left: 10%;
        color: #444444;
    }
    .bl-1-1 .h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-left: 10%;
        color: #636466;
    }
    .bl-1-1-texto span {
        color: #FFD700;
        font-weight: 700;
    }
    .bl-1-2 {
        width: 100%;
    }
    .bl-2-1 {
        width: 100%;
    }
    .bl-2-2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .bl-2-2-texto {
        width: 90%;
        font-size: 14px;
        line-height: 20px;
        color: #636466;
        margin: auto;
    } 
    .bl-2-2-flecha {
        width: 90%;
    }  
    .bl-3 h2{
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 36px;
        color: #444444;
        width: 70%;
        margin: auto;
        padding: 0px 0 70px 0;    
    }
    .bl-3 h2 span {
        color: #FFD700;
        font-weight: bold;
    }
    .flecha {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
    /* -ms-grid-row-align: ; */
    .bloque {
        width: 90%;
        margin: auto;
    }
    .bloque-arriba {
        display: none;
    }
   
    .bloque-abajo {
        display: flex;
        flex-direction: column;
    
    }
    .bloque-abajo-izquierda {
        width: 100%;
    }
    .bloque-abajo-izquierda-titulo {
        display: flex;
        align-items:center;
        
    }
    .numero {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }
    .titulo {
        width: 90%;
    }
    .titulo .h2{
        margin-left: 2%;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        color: #444444;
    }
    .bloque-abajo-izquierda-parrafo {
        width: 90%;
        margin: auto;
    }

    .bloque-abajo-izquierda-parrafo p {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 28px;
        color: #636466;
        
    }
    .bloque-abajo-izquierda-boton {
        display: flex;
        justify-content: center;
        padding-bottom: 50px;
    }
    .bloque-abajo-izquierda-boton button {
        background: #FFD700;
        border-radius: 40px;
        padding: 20px 30px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: center;
        border: none;
        color: #444444;
        margin-top: 24px;
    }
    .bloque-abajo-izquierda-boton button:hover {
        cursor: pointer;
    }
    .bloque-abajo-derecha {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-left: 1%;
    }
    
    .grafico {
        display: flex;
        justify-content: center;
    }
    .titulo-clientes {
        display: none;
    }
    .clientes {
        display: none;
    }
    /* Unidades */

    .unidades {
        background-color: #ffffff;
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .unidades-listado {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        width: 80%;
        margin: auto;
    }
    
    .unidad-servicio {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    
    .foto-unidad img{
            width: 100%;
        }
    
        .descripcion-unidad {
            display: flex;
            flex-direction: column;
        }
    
    .nombre-unidad {
        text-align: center;
        margin: auto;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #444444;
    }
    

    /* Unidades */
    .grafico-mobile {
        width: 100%;
    }
    .grafico-mobile img{
        width: 100%;
    }
    .equipo {
        background-color: rgba(196, 196, 196, 0.22);
        margin-top: 120px;
    }
    .equipo-titulo {
        display: flex;
        width: 100%;
        margin: auto;
    }
    .equipo-titulo p {
        text-align: center;
        margin: auto;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 36px;
        color: #444444;
        margin: 120px 0;
    }
    
    .equipo-titulo p span {
        color: #FFD700;
        font-weight: 700;
    }
    .equipo-listado {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 90%;
        margin: auto;
    }
    .miembro {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .foto-miembro img{
        width: 100%;
    }
    .descripcion-miembro {
        display: flex;
        flex-direction: column;
    }
    .nombre {
        text-align: center;
        margin: auto;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #444444;
    }
    .puesto {
        text-align: center;
        margin: auto;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
        color: #444444;
    }
    .bloque-empresas {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .bloque-empresas-titulo {
        background-color: #636466;
        width: 100%;
    }
    .bloque-empresas-contenido {
        margin-left: 10%;
        margin-bottom: 90px;
        margin-top: 90px;
        margin-right: 2%;
    }
    .bloque-empresas-contenido-texto p {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 36px;
        color: #ffffff;
    }
    .bloque-empresas-contenido-texto p span {
        color: #FFD700;
        font-weight: 700;
    }
    .bloque-empresas-listado {
           width: 100%; 
           display: flex;
           justify-content: space-around;
           flex-wrap: wrap;
           align-items: center;
    }
    .bloque-empresas-listado img{
        height: 20% ;
        
    }
    .aliados {
        margin-top: 120px;
    }
    .aliados-titulo {
        width: 80%;
        margin: auto;
    }
    .aliados-titulo p {
        text-align: center;
        margin: auto;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 36px;
        color: #444444;
        margin: 50px 0;
    }
    .aliados-listado {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
    }
    .aliado {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .aliado img {
        width: 50%;
        
    }
    .comunicate {
        background-color: #636466;
        margin-top: 120px;
    }
    .comunicate-titulo {
        display: flex;
        width: 90%;
        margin: auto;
    }
    .comunicate-titulo p {
        text-align: center;
        margin: auto;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 36px;
        color: #ffffff;
        margin: 60px 0;
    }
    .comunicate-titulo p span {
        color: #FFD700; 
    }
    .comunicate-contenido {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
    }
    .comunicate-contenido-izquierda {
        width: 90%;
    }
    .comunicate-item {
        display: flex;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #ffffff;
        padding-top: 20px;
    }
    .comunicate-item p {
        margin-left: 2%;
    }
    
    .comunicate-contenido-derecha {
        width: 100%;
        background-color: #ffffff;
        display: flex;
        margin-top: 20px;
    }
    
    form {
        display: flex;
        padding: 25px;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        
    }
    #nombre {
        width: 100%;
    }
    #apellido {
        width: 100%;
    }
    #telefono {
        width: 100%;
    }
    #pais {
        width: 100%;
        margin-top: 20px;
    }
    #empresa {
        width: 100%;
    }
    #email {
        width: 100%;
    }
    #submit {
        width: 60%;
    }
    input {
        height: 50px;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
    }
    
    #mensaje {
        width: 98%;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        height: 100px;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
    }
    
    .form-1 input{
        margin-top: 20px;
    }
    
    .preguntas {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 700px;
    }
    
    #submit {
        background: #FFD700;
        border-radius: 40px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        align-items: center;
        text-align: center;
        border: none;
        color: #444444;
        margin-top: 24px;
    }
    
    #submit:hover {
        cursor: pointer;
    }
    .footer {
        padding-top: 120px;
        padding-bottom: 50px;
        width: 100%;
        margin: auto;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
    }
    .modal-mobile {
        width: 100%;
        height: 100%;
        background-color: white;
        position: absolute;
        display: flex;
        flex-direction: column;
        z-index: 9999;
    }
    .lista-modal {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    .menu-mobile {
        display: flex;
        flex-direction: column;
        height: 300px;
        justify-content: space-around;
        align-content: center;
        text-align: center;
        padding-inline-start: 0;
    }
    .menu-mobile, a {
            
            font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
            align-items: center;
            list-style: none;
    }
        
    .menu-mb a {
            text-decoration: none;
            color: black;
    }
    .cerrar {
        width: 100%;
        text-align: end;
    }
    .cerrar button {
        margin-right: 10%;
        margin-top: 10%;
        background-color: white;
        border: none;
    }
    .modal-mobile {
        display: none;
    }

    /* Sección empresa */
    .empresa-bloque-dos {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
        margin-top: 70px;
    }
    .bloque-dos-interior {
        width: 100%;
        display: flex;
        margin-top: 50px;
    }

    /* Sección empresa */
}