.banner-nosotros {
    position: relative;
    width: 100%;
    height: 355px;
    background-size: cover;
    background-position: center;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: var(--ColorWhite);
    text-align: center;

    margin-top: 40px;

}
.enlacesRedirecciona{
     color: var(--ColorWhite);
    font-family: Roboto;
}
.enlacesRedirecciona a{
    color: var(--ColorWhite);
    font-family: Roboto;
}

.enlacesRedirecciona{
    font-size: 18px;
}

.bloque-texto-nosotros {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.enlacesRedirecciona .btnCuadro{
    border: none;
    padding: 10px;
    background-color: var(--ColorBtn);
    color: var(--ColorWhite);
    transition: all ease .3s;

  }

  .enlacesRedirecciona i{
    padding: 0px 10px ;
    font-size: 15px;
  }

  .enlacesRedirecciona .btnCuadro:hover{
    background-color: #024E91;
  }


.titleNosotros{
    font-family: Orbitron;
    font-size: 40px;
    text-align:left;
}


/*MISION / VISION*/
.bg-ColorMisionVision{
    background-color: var(--ColorBtn);
    min-height: 380px;
    position: relative;
    padding: 60px 0px;

}

.FlexContenedorMision{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;

}
.ContenedorImgMaestro{
    width: 45%;
}

.ContenedorFlexMisionVIsion{
    width: 45%;
        display: flex;
    flex-direction: column;
    gap: 77px;
}

.ContenedorImgMaestro img{
    width: 100%;
    max-width: 500px;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
.FlexImagenTitleVision{
    display: flex ;
    align-items: center;
    gap: 20px;
}

.FlexImagenTitleVision h2{
    color: var(--ColorWhite);
    font-size: 30px;
    font-family: Orbitron;
}

.Mision p{
    padding-top: 15px;
    font-size: 16px;
    color: var(--ColorWhite);
    font-family: Roboto;
    font-weight: 300;
    text-align: justify;
    line-height: 1.5;
}

/*FIN DE MISION Y VISION*/

/*INICIO VALORES*/
.ContenedorFLexValores{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contenedorValores{
    width: 50%;
}

.ContenedorImgValores{
    width: 35%;
    height: auto;
    min-height: 300px;
}
.ContenedorImgValores img{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.contenedorValores{
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

.flexContenedorValores{
    display: flex;
    justify-content: space-around;
    gap: 30px;
    flex-wrap: wrap;
}

.Valores {
    width: 200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 60px;
    border: 2px solid var(--bordeClaro);
    flex-direction: column;
    gap: 20px;
    position: relative;
    transition: all ease .3s;
    cursor: pointer;
}

.Valores i{
    color:var(--AzulFuerte);
}
.Valores p{
    color: var(--grisOscuro);
    font-family: var(--font-poppins);
}

.Valores:hover{
    border: 2px solid var(--ColorBtn);
}

/* Franja abajo */
.Valores::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;        /*  Se coloca en la parte inferior */
    height: 8px;      /* Ahora la franja es horizontal */
    width: 100%;      /*  Ocupa todo el ancho */
    background-color: var(--ColorBtn);
}

.contenedorValores h2{
    text-align: center;
    color: var(--ColorBtn);
    font-size: 40px;
    font-family: var(--font-orbitron);
}

/*.SeparacionCat{
    padding-top: 100px;
    padding-bottom: 40px;
}*/

.categoriaCentrado{
    flex-direction: column;
}

.font-sizeCat{
    font-size: 40px;
}

.subtituloCat{
    color: #1e1e1e;
    font-family: Roboto;
    font-size: 18px;
    padding-top: 20px;
}

/*.servicio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px;
    background-color: var(--ColorBtn);
}

width: 310px;
    position: relative;
    border: 2px solid #f6f6f6;
    padding: 20px 20px 20px 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
*/
/*FIN VALORES*/

@media (max-width:900px) {
    .bg-ColorMisionVision{
            margin-top: 378px
    }
    .FlexContenedorMision{
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding: 20px;
    }

    .ContenedorImgMaestro{
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        height: auto;
    }

    .ContenedorImgMaestro img{
        mask-image: linear-gradient(var(--ColorBtn) 90%, transparent);
        width: 90%;

        height: auto;
        position: absolute;      /* SE MANTIENE sobresaliendo */
        bottom: -20px;           /* BAJAMOS la imagen para que sobresalga */
        left: 50%;
        transform: translateX(-50%);
    }

    .ContenedorFlexMisionVIsion{
        width: 100%;
        gap: 40px;
        align-items: center;
        text-align: center;
    }


}



@media (max-width:700px ) {
 .ContenedorFlexMisionVIsion{
    width: 100%;

 }
 .Mision{
    text-align: center;
 }

 .ContenedorFLexValores{
    flex-direction: column;
    gap: 50px;
 }

 .ContenedorImgValores{
    width: 100%;
 }
 .contenedorValores{
    width: 100%;
 }

}

@media (max-width:600px ) {
 .bg-ColorMisionVision{
    margin-top: 240px;
 }
}

@media (max-width:500px ) {
 .bg-ColorMisionVision{
    margin-top: 220px;
 }
}
@media (max-width: 400px) {
 .bg-ColorMisionVision{
    margin-top: 130px;
 }
}

/*AQUI NOS QUEDAMOS SEGUIR DE UN RATO*/
