 .banner-nosotros {
    position: relative;
    width: 100%;
    height: 420px;
    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;


}



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

.enlacesRedirecciona{
    display: flex;
    align-items: center;
    gap: 10px;
}
.enlacesRedirecciona a{
    color: var(--ColorWhite);
}
.enlacesRedirecciona .btnCuadro{
    color: #3DACD2;
}


.titleNosotros{
    font-family: var( --font-poppins);
    font-size: 44px;
    position: relative;

    text-align: left;
    line-height: 1.2;
}

/*VISIO Y MISION*/
.contenedor-flex-mision{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.mision{
    width: 45%;

    padding: 15px;
}
.mision h2{
    padding-bottom: 15px;
    color: var( --color-title);
    font-weight: 700;
    font-size: 30px;
}
.mision p{
    text-align: justify;
    color: var(--Color-parrafo);
}
/*FIN VISION Y MISION*/



/*VALORES*/

        .flex-valores-nosotros{
            display: flex;

        }

        .container-img-valores{
          width: 40%;
        }
        .container-img-valores img{
          width: 100%;
        }

        .flex-valores{
          width: 100%;
          position: relative;
          background-color: var(--color-celeste);
          display: flex;
          align-items: center;
          /*padding-top: 30px;*/
        }

        .flex-valores-contenedor{
          width: 70%;
          display: flex;
          justify-content: center;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          gap: 20px;
          bottom: 50%;
        }

        .valores{
          border-radius: 15px;
          width: 200px;
          background-color: white;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          gap: 10px;
          padding: 30px 10px;
        }

        .valores i{
          color: var(--color-celeste);
          font-size: 30px;
        }

        .valores h3{
          color: #403F3F;
        }
        .img-valor{

          position: absolute;
          right: 0px;
          max-width: 300px;
    margin-right: 10px;

          bottom: 0px;
        }
        .img-valor img{
          display: block;
        }





    .margin-top-separacion{
      margin-top: 140px;

    }
    .flex-valor-title-container{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 70%;
      justify-content: center;
      gap: 20px;
      padding: 30px 0px;
    }

    .flex-valor-title-container h2{
      color: var(--ColorWhite);
      font-size: 30px;
    }

.container-img-valores{
  min-height: 380px;

  display: flex;
  justify-content: center;
  align-items: center;
}


.container-text-valores{
  position: relative; /* ya no absolute */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
  width: 100%;
  max-width: 500px; /* controla ancho */
  padding: 0 15px;
  gap: 20px;
}

.container-text-valores h2{
  color: var(--ColorWhite);
  font-size: 33px;
  line-height: 1;
}




.flex-button-valores{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
  align-items: center;
  /*width: 70%;*/
  /*width: 100%;*/
}




.flex-button-valores a{
  width: 100%;
  background-color: #3DACD2;
  padding: 12px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  font-size: 14px;
}

.flex-button-valores .btn-valores-chico{
  width: 80%;
  transition: all ease .3s;
}


.flex-button-valores .btn-valores-grande{
  width: 100%;
  border: 2px solid var(--color-celeste);
  background-color: #0d101080;
  transition: all ease .3s;
}

.flex-button-valores .btn-valores-grande:hover{
  width: 100%;
  border: 2px solid var(--color-celeste);
  background-color: var(--color-celeste);
}

.flex-button-valores .btn-valores-chico:hover{
  background-color: var(--btn-scroll);
}







/*--- ESTILOS CATEGORIAS ---*/
  .container-flex-productos .flex-container-categorias{
        width: 100%;
    }

    .button-categorias{
        display: flex;
        align-items: center;
        gap: 10px;

    }

    .container-button-categori a{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #C0C0C0;
        transition: all ease .3s;
    }

    .container-button-categori a:hover{
      color : var(--color-celeste);
    }

    .categoria:hover .container-button-categori a{
      color: var(--color-celeste);
    }

    .container-button-categori a div{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--color-celeste);
        color: var(--ColorWhite);
    }
    .container-title-categoria {
        text-align: center;
    }
    .container-title-categoria h2{

        font-size: 35px;
        color: var(--AzulFuerte);
    }
    .container-title-categoria p{
        color: var(--Color-parrafo);
        padding-top: 20px;
        font-size: 18px;
    }





    @media (max-width: 500px) {
     .container-title-categoria h2{
      font-size: 28px;
     }
    }
/*--- FIN ESTILOS CATEGORIAS ---*/





@media (max-width: 1200px) {
   .flex-valores-contenedor{
          width: 100%;

        }
}
@media (max-width: 1088px) {
  /*.valores{
  width: 180px;
}*/

.flex-valores-contenedor{
  width: 100%;
  justify-content: start;
  padding-left: 30px;
}

.flex-valor-title-container h2{
  padding-right: 40px;
}

}

@media (max-width:1040px ) {
  .valores{
  width: 180px;
}}

/*.flex-valores-contenedor{
  justify-content: center;
  /*padding-left: 30px;
}
}*/


@media (max-width: 983px) {
 .flex-valores-nosotros{
  flex-direction: column-reverse;

 }

 .flex-valores-contenedor{
  justify-content: center;
  padding-left: 0px;
 }

 .flex-valor-title-container h2{
  padding-right: 0px;
}

 .container-img-valores{
  width: 100%;
 }

 .valores{
  width: 200px;
}
}



/*FIN VALORES*/
 @media (max-width:800px ) {
  .contenedor-flex-mision{
    flex-direction: column;
    gap: 30px;
  }
  .mision{
    width: 100%;
  }
 }


@media (max-width:770px ) {
 .flex-valores{
  flex-direction: column;
  padding-top: 30px;
 }
 .flex-valores-contenedor{
  justify-content: center;
  align-items: center;
  padding-left: 0px;
}

 .img-valor{
  position:static;
  display: block;
  padding-top: 50px;
  width: 100%;
 }
 .valores{
  width: 300px;
 }
 .flex-valor-title-container h2{
  text-align: center;
 }

 .margin-top-separacion{
      margin-top: 0px;
    }
}







