* {
  outline: none;
}

body {
  background: #fff;
  color: #8a8989;
  font-family: 14px/20px "Roboto Condensed", sans-serif;
  font-weight: 300;
}

/* Intergaz */
.overflow2 {
  overflow-x: scroll;
  overflow-y: hidden;
}

.body_centrado {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  min-height: 75vh;
}

.wrap,
.wrap-3 {
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 20px;
  margin-bottom: 13px;
}

.bold {
  font-weight: 700;
  text-transform: none;
  line-height: 30px;
}

h2 {
  font-size: 30px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2e4d79;
  font-family: "Roboto Condensed";
  font-weight: 400;
}

.title_new{
  font-size: 40px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2e4d79;
  font-family: "Roboto Condensed";
  font-weight: bold;
}

.white-2-title {
  font-size: 36px;
  font-family: Istok Web;
  color: #fff;
  line-height: 36px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2e4d79;
  font-family: "Roboto Condensed";
  font-weight: 700;
}

h4 {
  font-size: 15px;
  line-height: 18px;
  color: #2e4d79;
  text-transform: uppercase;
  font-weight: 300;
}

.subtitulo {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 4px;
}

.negritas {
  font-weight: bold;
}

a,
.font_red {
  color: #dc4239;
}

.font_red {
  font-size: 1.5rem;
  padding-right: 5px;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Condensed";
}

.bg_primary {
  background-color: #dc4239;
  color: white;
}

.font_blanco {
  color: white !important;
}

.boton {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  background-color: #dc4239;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 25px;
  border-radius: 0;
}

.boton:hover {
  background-color: #2e4d79;
  color: white;
}

.activo,
.nav-link:hover {
  color: #dc4239 !important;
}

/* Pagina */
.logo {
  height: 130px;
}

.header_logo {
  position: absolute;
  top: 0;
  left: 21.2%;
  background-color: #f8f9fa;
  text-align: center;
  border-top: 20px #2e4d79 solid;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

@media (max-width: 1850px) {
  .header_logo {
    left: 8%;
  }
}

@media (max-width: 1279px) {
  .header_logo {
    left: 0%;
  }
}

@media (max-width: 1279px) {
  .header_logo {
    left: 3%;
  }
}

@media (max-width: 979px) {
  .header_logo {
    position: relative;
    left: 0;
  }
}

.slide {
  background-image: url("../img/slider_final.jpg");
  background-position: center;
  background-size: cover;
  height: 65vh;
}

@media (max-width: 780px) {
  .slide {
    height: 80vh;
  }
}

.cuadro_flotante {
  position: relative;
  margin-top: -50px;
}

.img1 {
  background-image: url("../img/calidadculerisima.jpg");
  background-position: center;
  background-size: cover;
}

.img2 {
  background-image: url("../img/calidad.jpg");
  background-position: center;
  background-size: cover;
  height: 208px;
  width: 270px;
}

.img3 {
  background-image: url("../img/2.jpg");
  background-position: center;
  background-size: cover;
  height: 208px;
  width: 270px;
}

.img4 {
  background-image: url("../img/3.jpg");
  background-position: center;
  background-size: cover;
  height: 208px;
  width: 270px;
}

.img5 {
  background-image: url("../img/5.jpg");
  background-position: center;
  background-size: cover;
  height: 208px;
  width: 270px;
}

.img6 {
  background-image: url("../img/organigrama.png");
  background-position: center;
  background-size: cover;
  height: 388px;
  width: 370px;
}

.img7 {
  background-image: url("../img/bolsa.png");
  background-position: center;
  background-size: cover;
  height: 388px;
  width: 370px;
}

.img8 {
  background-image: url("../img/otraculerisima.jpg");
  background-position: center;
  background-size: cover;
  height: 388px;
  width: 370px;
}

.padding_1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 67px;
  padding-right: 100px;
}

.icono1 {
  float: left;
  text-align: center;
  border: 2px #afa7a5 solid;
  border-radius: 500px;
  width: 170px;
  height: 170px;
  overflow: hidden;
  /*  margin-right: 25px; */
}

.slider2 {
  position: relative;
  z-index: 1;
  background-image: url("../img/banner12.jpeg");
  background-position: center;
  background-size: cover;
  /*  background-attachment: fixed; */
}

.icono2 {
  font-size: 3rem;
}

.slider3 {
  position: relative;
  z-index: 1;
  background-image: url("../img/slide3.jpg");
  background-position: center;
  background-size: cover;
}

.slider2:after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.form-control {
  background-color: #fafcfb;
  border-radius: 0;
}

.mapa {
  width: 100%;
  height: 30vh;
}

footer {
  background-color: #2e4d79;
  color: white;
  height: 5vh;
}

.powerade,
.powerade:hover {
  color: white;
}

.padding_reponsivo2 {
  padding-top: 2rem;
}

/* Responsive */
@media (min-width: 781px) and (max-width: 1190px) {
  .img2,
  .img3,
  .img4,
  .img5,
  .img6,
  .img7,
  .img8 {
    width: 100%;
  }

  .texto_centrado {
    text-align: center !important;
  }

  .icono1 {
    margin-right: 0;
  }

  .alinear_centrado {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 780px) {
  .texto_centrado {
    text-align: center !important;
  }

  .icono1 {
    margin-right: 0;
  }

  .alinear_centrado {
    display: flex;
    justify-content: center;
  }

  .img2,
  .img4,
  .img3,
  .img5,
  .img6,
  .img7,
  .img8 {
    width: 90vw;
  }

  .padding_reponsivo {
    padding-bottom: 2rem;
  }

  .padding_reponsivo2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide {
    height: 60vh;
  }

  .cuadro_flotante {
    position: relative;
    margin-top: -15px;
  }

  .mapa {
    height: 45vh;
  }

  footer {
    height: 13vh;
  }
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #2e4d79;
  border: solid 1px;
  z-index: 1000;
  transition: 0.5s;
  border-radius: 50%;
  color: white !important;
  border-color: white;
}

/* Pagina adicional */

.slide4 {
  background-image: url("../img/banner5.jpg");
  background-position: center;
  background-size: cover;
  height: 16vh;
}

.img9 {
  background-image: url("../img/calidad.jpg");
  background-position: center;
  background-size: cover;
}

.img10 {
  background-image: url("../img/2.jpg");
  background-position: center;
  background-size: cover;
}

.img11 {
  background-image: url("../img/3.jpg");
  background-position: center;
  background-size: cover;
}

.img12 {
  background-image: url("../img/5.jpg");
  background-position: center;
  background-size: cover;
}

.img14 {
  background-image: url("../img/org2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 70vh;
}

@media (max-width: 780px) {
  .img14 {
    background-image: url("../img/org1.png");
    height: 50vh;
  }

  .img9,
  .img10,
  .img11,
  .img12 {
    height: 30vh;
  }

  .slide4 {
    display: none;
  }
}

.titulo_blanco_grande {
  font-size: 60px;
  line-height: 54px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.slider5 {
  position: relative;
  z-index: 1;
  background-image: url("../img/slide3.jpg");
  background-position: center;
  background-size: cover;
  height: 30vh;
}

.slider6 {
  position: relative;
  z-index: 1;
  background-image: url("../img/pipa1.jpg");
  background-position: center;
  background-size: cover;
  height: 30vh;
}

.slider7 {
  position: relative;
  z-index: 1;
  background-image: url("../img/pipa2.jpg");
  background-position: center;
  background-size: cover;
  height: 30vh;
}

.slider8 {
  position: relative;
  z-index: 1;
  background-image: url("../img/pipa3.jpg");
  background-position: center;
  background-size: cover;
  height: 30vh;
}

/* .slider5:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
} */

/* Organigrama */

.cuadro_organigrama {
  padding: 1rem;
  border-radius: 15px;
  border: 1px solid #8a8989;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cuadro_organigrama2 {
  padding: 1rem;
  border-radius: 15px;
  border: 1px solid #8a8989;
  font-size: 1rem !important;
}

.borde_arriba {
  border-top: 1px solid #8a8989;
}

.borde_abajo {
  border-bottom: 1px solid #8a8989;
}

.borde_izquierda {
  border-left: 1px solid #8a8989;
}

.borde_derecha {
  border-right: 1px solid #8a8989;
}

.alto {
  height: 100%;
}

.alto2 {
  height: 2rem;
}

.asistente_direccion {
  border-bottom-left-radius: 0;
}

.facturacion {
  border-top-left-radius: 0;
  font-size: 1.5rem;

  line-height: 24px;
  text-transform: uppercase;
  color: #2e4d79;
  font-family: "Roboto Condensed";
  font-weight: 400;
}

/* .asistente_direccion:hover:after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #dc4239;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 15px;
}
 */
/* .facturacion:hover:after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #dc4239;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
} */

/* .direccion_general:hover:after, */
/* .contabilidad:hover:after */

/* .operadores:hover:after */ 
/* {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #dc4239;
  border-radius: 15px;
} */

/* .sub_administrativa:hover:after,
.sub_operativa:hover:after,
.sub_legal:hover:after,
.recursos_humanos:hover:after,
.logistica:hover:after,
.asistente_logistica:hover:after,
.encargado_refacciones:hover:after, */
/* .encargado_taller:hover:after, */
/* .gestor_pemex:hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #dc4239;
  border-radius: 15px;
  margin-left: 15px;
  margin-right: 15px;
} */

.direccion_general:before {
  content: "Dirección General";
  font-size: 1.5rem;
}

/* .direccion_general:hover:before {
    color: white;
    content: "email@dippla.mx";
} */

.asistente_direccion:before {
  content: "Asistente Dirección";
  font-size: 1.5rem;
}

/* .asistente_direccion:hover:before {
  color: white;
  content: "ventas@dippla.mx";
  font-size: 1rem;
}
 */
.sub_administrativa:before {
  content: "subdirección administrativa";
  font-size: 1.5rem;
}

/* .sub_administrativa:hover:before {
  color: white;
  content: "jgt@dippla.mx";
  font-size: 1rem;
} */

.sub_operativa:before {
  content: "subdirección operativa";
  font-size: 1.5rem;
}

/* .sub_operativa:hover:before {
  color: white;
  content: "david.garcia@dippla.mx";
  font-size: 1rem;
} */

.sub_legal:before {
  content: "subdirección legal";
  font-size: 1.5rem;
}

/* .sub_legal:hover:before {
  color: white;
  content: "jorge_jgt@dippla.mx";
  font-size: 1rem;
} */

/* .facturacion:hover:before {
  color: white;
  font-size: 1rem;
  content: "facturacion@dippla.mx";
  font-size: 1rem;
} */

.facturacion:before {
  content: "facturación";
  font-size: 1.5rem;
}

/* .contabilidad:hover:before {
  color: white;
  content: "contabilidad@dippla.mx";
  font-size: 1rem;
} */

.contabilidad:before {
  content: "contabilidad";
  font-size: 1.5rem;
}

/* .recursos_humanos:hover:before {
  color: white;
  content: "rh@dippla.mx";
  font-size: 1rem;
} */

.recursos_humanos:before {
  content: "recursos humanos";
  font-size: 1.5rem;
}

/* .logistica:hover:before {
  color: white;
  content: "javier.lira@dippla.mx";
  font-size: 1rem;
} */

.logistica:before {
  content: "logística";
  font-size: 1.5rem;
}

/* .gestor_pemex:hover:before {
  color: white;
  content: "eliseo.cortes@dippla.mx";
  font-size: 1rem;
} */

.gestor_pemex:before {
  content: "gestor pemex";
  font-size: 1.5rem;
}

/* .asistente_logistica:hover:before {
  color: white;
  content: " rodrigo.arizpe@dippla.mx";
  font-size: 1rem;
} */

.asistente_logistica:before {
  content: "asistente de logistica";
  font-size: 1.5rem;
}

/* .encargado_refacciones:hover:before {
  color: white;
  content: "victor.rojas@dippla.mx";
  font-size: 1rem;
} */

.encargado_refacciones:before {
  content: "encargado de refacciones";
  font-size: 1.5rem;
}

/* .encargado_taller:hover:before {
    color: white;
    content: "email@dippla.mx";
} */
.encargado_taller:before {
  content: "encargado de taller";
  font-size: 1.5rem;
}

/* .operadores:hover:before {
    color: white;
    content: "email@dippla.mx";
} */
.operadores:before {
  content: "operadores";
  font-size: 1.5rem;
}

.organigrama_movil {
  display: none;
}

@media (max-width: 780px) {
  .organigrama_movil {
    display: block;
  }

  .organigrama_pc {
    display: none;
  }

  .facturacion,
    .asistente_direccion,
    /*  .direccion_general, */
    .contabilidad,
    /* .operadores, */
    .sub_administrativa,
    .sub_operativa,
    .sub_legal,
    .recursos_humanos,
    .logistica,
    .asistente_logistica,
    .encargado_refacciones,
    /*   .encargado_taller, */
    .gestor_pemex {
    border-radius: 15px;
  }

  .facturacion:before,
  .asistente_direccion:before,
  .direccion_general:before,
  .contabilidad:before,
  .operadores:before,
  .sub_administrativa:before,
  .sub_operativa:before,
  .sub_legal:before,
  .recursos_humanos:before,
  .logistica:before,
  .asistente_logistica:before,
  .encargado_refacciones:before,
  .encargado_taller:before,
  .gestor_pemex:before {
    font-size: 1rem;
  }

  .facturacion:hover:after,
    .asistente_direccion:hover:after,
    /*  .direccion_general:hover:after, */
    .contabilidad:hover:after,
    /* .operadores:hover:after, */
    .sub_administrativa:hover:after,
    .sub_operativa:hover:after,
    .sub_legal:hover:after,
    .recursos_humanos:hover:after,
    .logistica:hover:after,
    .asistente_logistica:hover:after,
    .encargado_refacciones:hover:after,
    /*   .encargado_taller:hover:after, */
    .gestor_pemex:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
    top: 0;

    left: 0;

    background: #dc4239;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
}

/* Success */
.cosa_arriba {
  height: 100vh;
}

.palomita {
  font-size: 3rem;
}

.success {
  background-color: #f4f4f4;
  padding: 5rem;
  text-align: center;
  border-radius: 15px;
}

.logo_success {
  height: 200px;
  padding-bottom: 2rem;
}

.lista_valores {
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Condensed";
  margin-right: 10px;
}
.red-bar {
  background-color: #dc4239;
  height: 10px;
  width: 100%;
}
.modal-footer {
  padding: 0;
  margin: 0;
}
.modal-dialog {
  max-width: 325px !important;
}
.webosFermin {
  border: 0;
  background: transparent;
  position: absolute;
  top: -53px;
  right: -33px;
}

.float-pemex {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 30%;
  display: flex;
}

.list {
  padding: 15px;
}

.list_li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Condensed";
}


.logo_new{
  width: 100%;
  object-fit: contain;
}