/* ESTILOS DEFAULT */

/* JUMBO */
.jumbo {
  background-image: url(../img/jumbo/jumbo_empresa.webp);
}
/* JUMBO */

/* FILA1 */
.fila1 {
  display: flex;
  flex-wrap: wrap;
}
.fila1 .item-izq {
  background-color: #b60000;
  position: relative;
}
.tit-sec-mini {
  text-align: center;
  padding-top: 60px;
  font-size: 0.8rem;
  font-weight: 900;
}
.fila1 .tit-sec-sup,
.fila2 .tit-sec-sup {
  text-align: center;
  margin-top: 10px;
  font-size: 2rem;
}
.fila1 .tit-sec-inf,
.fila2 .tit-sec-inf {
  text-align: center;
  font-size: 2rem;
}
.fila1 .item-izq .circulo1 {
  width: 140px;
  height: 140px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #b60000;
  margin-top: 340px;
  position: absolute;
  bottom: 26%;
}
.fila1 .item-izq .circulo1 h2 {
  color: white;
  text-align: center;
  font-weight: 900;
  font-size: 3rem;
  margin-top: 20px;
  margin-bottom: 0;
}
.fila1 .item-izq .circulo1 h3 {
  color: white;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0px;
}
.fila1 .item-der {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
/* FILA1 */

/* FILA2 */
.fila2 {
  background-color: #cccccc;
  display: flex;
  flex-wrap: wrap;
}
.fila2 .item-ico {
  background-color: white;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
}
.fila2 .item-ico i {
  font-size: 3rem;
}
.fila2 iframe {
  width: 100%;
  height: 100%;
}
.fila2 .item-der {
  height: 600px;
}
/* FILA2 */

/* IMAGEN FIJA */
.imagen-fija {
  background-image: url(../img/fondos/fondoEmpresa.webp) !important;
}
/* IMAGEN FIJA */

/* MISION VISION VALORES */
.miviva {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.miviva h1,
.miviva h2 {
  padding-top: 80px;
  padding-bottom: 10px;
}
.miviva p {
  margin-bottom: 0;
  padding-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
}
.miviva .mision {
  background-color: #cccccc;
}
.miviva .vision {
  background-color: #d2d2d2;
}
.va p {
  margin-left: 200px;
  margin-right: 200px;
  text-align: justify;
}
.va .valores-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.va .valores-list .item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.va .valores-list .item i {
  font-size: 1.4rem;
  color: #b60000;
}
.va .valores-list .item h5 {
  text-align: left;
  font-weight: 300;
}
/* MISION VISION VALORES */

/* DIRECTORIO */
.directorio {
  background-color: #b60000;
  color: white;
}
.directorio .seccion-titulo {
  text-align: center;
}
.directorio .triangulo {
  background-color: #dfdfdf;
}
.directorio .tit-sec-sup {
  font-size: 1.8rem;
  font-weight: 200;
}
.directorio .items {
  padding-bottom: 100px;
}
.directorio .items .container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.directorio .item h3 {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0;
}
.directorio .item h4 {
  font-size: 1.4rem;
  text-align: center;
  color: black;
}
.directorio .item .lin-estilo-1 {
  margin: 0 35% 0 35%;
}
.directorio .item .datos {
  border: 1px solid white;
}
.directorio .item .datos .container-fluid {
  position: relative;
  top: 5px;
}
/* DIRECTORIO */

/* STAFF */
.staff {
  background-color: #dfdfdf;
}
.staff .seccion-titulo .tit-sec-inf {
  text-align: center !important;
}
.staff .container {
}
.staff .item {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 5px;
  padding-right: 5px;
}
.staff .item h3 {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0;
  color: #b60000;
}
.staff .item h4 {
  font-size: 1.4rem;
  text-align: center;
  color: black;
  font-weight: 300;
}
.staff .item .lin-estilo-1 {
  margin: 0 40% 0 40%;
}
.staff .item .datos .container-fluid {
  position: relative;
  top: 5px;
}
/* STAFF */

/* ESTILOS DEFAULT */

/* MEDIA QUERIES */

/* XS */
@media only screen and (min-width: 0px) and (max-width: 575px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_empresa_xs.webp);
  }
  /* JUMBO */

  /* FILA 1 */
  .fila1 .item-izq {
    text-align: center;
    height: 300px !important;
    overflow: hidden;
  }
  .fila1 .img {
    height: 100px !important;
    overflow: hidden;
  }
  .fila1 .tit-sec-sup {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  /* FILA 1 */

  /* FILA 2 */
  .fila2 .item-izq {
    padding-bottom: 60px;
  }
  .fila2 .item-der {
    height: 400px;
  }
  /* FILA 2 */

  /* MISION VISION VALORES */
  .miviva p {
    margin-left: 20px;
    margin-right: 20px;
  }
  .va .valores-list {
    padding-left: 10px;
    padding-bottom: 60px;
  }
  .va .valores-list .item h5 {
    padding-left: 10px;
    font-size: 0.8rem;
  }
  .va p {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* MISION VISION VALORES */

  /* DIRECTORIO */
  .directorio .item {
    margin-top: 40px;
  }
  .directorio .seccion-titulo {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .directorio .items {
    padding-bottom: 60px;
  }
  /* DIRECTORIO */

  /* STAFF */
  .staff .container {
    justify-content: center;
  }
  .staff .item h4 {
    font-size: 1rem;
  }
  .staff .seccion-titulo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* STAFF */
}
/* XS */

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_empresa_sm.webp);
  }
  /* JUMBO */

  /* FILA 1 */
  .fila1 .item-izq {
    text-align: center;
    height: 300px !important;
    overflow: hidden;
  }
  .fila1 .img {
    height: 100px !important;
    overflow: hidden;
  }
  .fila1 .tit-sec-sup {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  /* FILA 1 */

  /* FILA 2 */
  .fila2 .item-izq {
    padding-bottom: 60px;
  }
  .fila2 .item-der {
    height: 400px;
  }
  /* FILA 2 */

  /* MISION VISION VALORES */
  .va .valores-list {
    padding-left: 20px;
    padding-bottom: 60px;
  }
  .va .valores-list .item h5 {
    padding-left: 20px;
    font-size: 0.8rem;
  }
  .va p {
    margin-left: 40px;
    margin-right: 40px;
  }
  /* MISION VISION VALORES */

  /* DIRECTORIO */
  .directorio .item {
    margin-top: 40px;
  }
  /* DIRECTORIO */

  /* STAFF */
  .staff .container {
    justify-content: center;
  }
  .staff .item h4 {
    font-size: 1rem;
  }
  /* STAFF */
}
/* SM */

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_empresa_md.webp);
  }
  /* JUMBO */

  /* FILA2 */
  .fila2 .item-der {
    height: 400px;
  }
  .fila2 .item-ico {
    margin-bottom: 60px;
  }
  /* FILA2 */

  /* MISION VISION VALORES */
  .va p {
    margin-left: 40px;
    margin-right: 40px;
  }
  .va .valores-list {
    padding-left: 40px;
    padding-bottom: 60px;
  }
  .va .valores-list .item h5 {
    padding-left: 20px;
  }
  /* MISION VISION VALORES */

  /* DIRECTORIO */
  .directorio .items .container {
    justify-content: space-around;
  }
  /* DIRECTORIO */

  /* STAFF */
  .staff .item h4 {
    font-size: 1.1rem;
  }
  /* STAFF */
}
/* MD */

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_empresa_lg.webp);
  }
  /* JUMBO */

  /* FILA2 */
  .fila2 .item-der {
    height: 450px;
  }
  /* FILA2 */

  /* VALORES */
  .va p {
    margin-left: 120px;
    margin-right: 120px;
  }
  /* VALORES */

  /* STAFF */
  .staff .item h4 {
    font-size: 1.3rem;
  }
  /* STAFF */
}
/* LG */

/* XL */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_empresa_xl.webp);
  }
  /* JUMBO */

  /* FILA2 */
  .fila2 .item-der {
    height: 500px;
  }
  /* FILA2 */

  /* VALORES */
  .va p {
    margin-left: 140px;
    margin-right: 140px;
  }
  /* VALORES */
}
/* XL */
