.footer_txt{
  min-width: 100%;
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 0.5rem 0;
  font-style: italic;
}
.w-slider-arrow-left, .w-slider-arrow-right {
    background: none !important;
    }
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.box-normas {
  min-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
}

.normas-seccion.white {
  background: white;
}

.img_play_tec {
  width: auto;
  height: 90px;
  margin-bottom: 40px;
}

.img_play_tec.top {
  height: 100px;
  width: auto;
  margin-bottom: 40px;
}

.msj-enviado {
  color: white;
  margin: 10px;
  font-size: 18px;
  padding: 5px;
  background: black;
  text-align: center;
}

.msj-fail {
  color: red;
  margin: 10px;
  font-size: 18px;
  padding: 5px;
  background: black;
  text-align: center;
}

.header-contacto-virtual {
  background-color: #1d0001;
  width: 100%;
  padding-top: 20px;
}

.item-menu-virtual {
  color: white;
  margin-right: 80px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.header-contenedor-contactos-virtual {
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: flex-end;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.header-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #1d0001;
}

.header-contenedor-contactos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1550px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-caja-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-caja-contacto.m-aa-15 {
  margin-right: 100px;
}

.header-caja-contacto.en-footer {
  width: 100%;
  margin-bottom: 25px;
}

.header-item-contacto-icono {
  width: 25px;
}

.header-item-texto {
  padding-left: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.header-menu {
  background-color: transparent;
}

.header-menu-contenedor {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 2000px;
  margin-top: 0px;
  padding: 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.link-logo {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: right;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.item-menu {
  width: auto;
  background-color: transparent;
  font-family: "Upbolters new", sans-serif;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.item-menu.w--current {
  color: #fff;
}

.item-menu.dn {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.foto-banner {
  width: 100%;
  height: 300px;
}

.contenedor-menu-y-banner {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.image {
  width: 261px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.icon {
  margin-right: 0px;
  color: #be161d;
}

.contenedor-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/sec-equipos.svg");
  background-position: 0px 0px;
  background-size: cover;
}

.overlay {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.blanco {
  color: #fff;
}

.contenedor-form-y-texto-banner {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.input-transparente {
  margin-bottom: 0px;
  margin-left: 0px;
  border: 1px solid transparent;
  background-color: transparent;
}

.form-block {
  margin-bottom: 0px;
  padding-left: 10px;
}

.caja-buscador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  border: 1px none #000;
}

.cont-form-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.caja.md-10 {
  margin-top: 0px;
  margin-right: 0px;
}

.caja.mi-10 {
  margin-left: 100px;
}

.btn {
  width: 100%;
}

.btn.btn-formulario {
  padding: 14px;
  background-color: #1d0001;
}

.btn.btn-formulario-copy {
  padding: 14px;
  background-color: #1d0001;
  font-family: "Upbolters new", sans-serif;
  font-size: 20px;
}

.btn.btn-formulario-dos {
  padding: 14px;
  background-color: #1d0001;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.btn.btn-formulario-dos:hover {
  background-color: #fff;
  font-family: Raleway, sans-serif;
  color: red;
  font-size: 18px;
  font-weight: 900;
}

.btn-formulario {
  border: 2px solid #be161d;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.btn-formulario:hover {
  background-color: #be161d;
  font-weight: 700;
}

.titulo-uno {
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
}

.texto-blanco {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}

.formulario {
  width: 500px;
  margin-top: 125px;
  margin-bottom: 80px;
  padding: 45px;
  border-radius: 5px;
  background-color: #be161d;
}

.formulariomod {
  width: auto;
  margin: 0 10px 20px 10px;
  padding: 15px;
  border-radius: 5px;
  background-color: #be161d;
}

.titulo-formulario {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.cont-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.texto-form {
  padding-bottom: 10px;
  color: #fff;
  font-size: 12px;
}

.texto-form-black {
  padding-bottom: 10px;
  color: #000000;
  font-size: 12px;
}


.texto-form.m-i-5 {
  margin-left: 5px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input-form {
  width: 48%;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
}

.input-form.fuera {
  width: 100%;
  margin-bottom: 10px;
}

.input-form.fuera.alto {
  display: block;
  height: 80px;
}

.input-form.fuera.alto.altnew {
  height: 65px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-2 {
  padding-left: 5px;
}

.item-tab {
  width: 400px;
  padding: 25px 20px;
  border-bottom: 1px solid #fff;
  background-color: #1d0001;
}

.item-tab.w--current {
  background-color: #be161d;
}

.texto-tab-item {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
  width: 100%;
}

.equipos {
  position: relative;
  margin-left: 30px;
  padding-left: 90px;
  border-left: 2px solid #be161d;
}

.titulo-tab {
  font-family: Raleway, sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.grid {
  grid-row-gap: 17px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.grid-equipos {
  margin-top: 30px;
}

.flecha-absoluta {
  position: absolute;
  left: -16px;
  top: 25px;
}

.flecha-absoluta.segunda {
  top: 98px;
}

.flecha-absoluta.tercera {
  top: 172px;
}

.columna-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-caja-en-lista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.texto-item {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.parrfo-tab {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.mask {
  position: relative;
  width: 100%;
  height: auto;
}

.slider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.slide {
  position: relative;
  background-image: url("../images/banner-mantenimiento.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url("../images/grua_telescopica.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
}

.slide-3 {
  background-image: url("../images/acreditaciones_bannerh.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.normas-seccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
}

.grid-normas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-normas {
  width: auto;
  height: auto;
}

.cont-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  align-items: center;
}

.cont-img.cuatro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  align-items: center;
}

.text-block {
  margin-bottom: 50px;
  font-family: Raleway, sans-serif;
  color: #1d0001;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 900;
  max-width: 80%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1d0001;
}

.footer-nigga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 19px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  font-family: "PT Serif", serif;
  color: #fff;
}

.footer-img-listas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cont-img-footer {
  width: 20%;
}

.cont-grid-listasd-foooter {
  width: 70%;
  margin-left: 50px;
}

.titulo-fooeter {
  margin-bottom: 25px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.columna-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-footer {
  margin-bottom: 25px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.item-caja-en-lista-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 0px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.oculto {
  display: none;
}

.btn-wsp {
  position: absolute;
  top: 50%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34bc58;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  cursor: pointer;
}

.btn-wsp:hover {
  padding-right: 20px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2));
}

.btn-wsp.mas {
  top: 50%;
  padding-right: 10px;
}

.m-d-10 {
  margin-right: 10px;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.texto-footer {
  font-family: "PT Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.header-menu-contenedor-copy {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-formulario-absoluto {
  display: none;
}

.btn-formulario-absoluto-copy {
  display: none;
}

.modal_terminos {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 80000;
  display: none;
  overflow: auto;
  height: 100%;
  padding-top: 61px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.72)),
      to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.72),
      rgba(0, 0, 0, 0.72));
}

.contenido_modal_terminos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 23px 25px 48px 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #00b7bd;
  border-radius: 4px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.close_modal {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.icon_close {
  width: 40px;
  height: 40px;
  max-width: 100%;
}

.texto_terminos {
  margin-top: 13px;
  margin-bottom: 28px;
  padding-right: 62px;
  color: #000;
}

.btn-3 {
  position: relative;
  top: 19px;
  padding: 12px 27px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#00b7bd),
      to(#00b7bd));
  background-image: linear-gradient(180deg, #00b7bd, #00b7bd);
}

.btn-3:hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#000),
      to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  color: #fff;
}

.btn-3.modal_ter {
  position: static;
  padding-right: 45px;
  padding-left: 45px;
}

.img-perform {
  display: block;
}

.text-block-2 {
  font-family: "PT Sans", sans-serif;
}

.caja-formulario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.caja-formulario.md-10 {
  margin-top: 0px;
  margin-right: 100px;
}

.caja-formulario.mi-10 {
  margin-left: 100px;
}

.slide-nav {
  z-index: 1;
  margin-top: 0px;
  padding-bottom: 40px;
}

.link-empresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #1d0001;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}

.link-empresas:hover {
  background-color: #be161d;
}

.logo-menu-adentro {
  display: none;
}

.cerrar {
  display: none;
}

.image-3 {
  display: none;
  width: 17px;
  max-width: none;
  background-color: transparent;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d0001;
  text-decoration: none;
}

.drop.w--open {
  position: absolute;
  left: auto;
  top: 30px;
  right: 10px;
}

.link-empresas-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 15px 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}

.link-empresas-copy:hover {
  background-color: #be161d;
}

.titulo-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-top: 0px;    
  padding-top: 230px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Upbolters new", sans-serif;
  color: #f2f2f2;
  font-size: 100px;
  line-height: 90%;
}

.contenedor-overlay-nosotrosa {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
}

.fondo-nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/foto-portada-de-web.27.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
  font-size: 80px;
  font-weight: 900;
  text-align: center;
}

.quienes-somos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #be161d;
}

.caja-quienes {
  width: 90%;
  max-width: 1400px;
}

.titulo-quienes {
  width: 100%;
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #f2f2f2;
  font-size: 45px;
  line-height: 49px;
}

.parrafo-quienes {
  width: 100%;
  margin-top: 30px;
  font-family: Exo, sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  line-height: 25px;
}

.quienes-somos-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #be161d;
}

.misionvision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cont-mision-vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.caja-mision-vision {
  width: 48%;
  height: 260px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 1px;
  background-color: #f2f2f2;
}

.titulo-mv {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 27px;
}

.parrafo-mv {
  font-family: Exo, sans-serif;
  color: #6a6a6a;
  font-size: 19px;
  line-height: 25px;
}

.valores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d0001;
  color: #000;
}

.contenedor-valores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.caja-valores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.titulo-valores {
  font-family: Raleway, sans-serif;
  color: #be161d;
  font-size: 30px;
}

.item-list {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 23px;
}

.titulo-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: #f2f2f2;
  font-size: 23px;
  line-height: 24px;
}

.caja-titulo-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: "Upbolters new", sans-serif;
  color: #f2f2f2;
  font-size: 23px;
  line-height: 30px;
}

.parrafo-item {
  padding-top: 10px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 25px;
}

.productos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor-productos {
  width: 80%;
  max-width: 1200px;
  line-height: 25px;
}

.titulo-productos {
  width: 100%;
  font-family: Raleway, sans-serif;
  color: #1d0001;
  font-size: 45px;
  text-align: center;
}

.objetivo-caja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-family: Raleway, sans-serif;
  color: #1d0001;
  font-size: 35px;
}

.paragraph {
  margin-top: 13px;
  margin-bottom: 22px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}

.caja-certificacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.caja-secundaria {
  width: 48%;
  color: #6a6a6a;
}

.n {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.titu {
  font-family: Raleway, sans-serif;
  color: #1d0001;
  font-size: 25px;
  font-weight: 700;
}

.text-span {
  font-size: 19px;
  font-weight: 700;
}

.cont-form-texto-nuevo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1400px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-home {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.caja-beneficios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.titulo-beneficios {
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  color: #1d0001;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
}

.item-beneficios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #6a6a6a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.parr {
  font-size: 18px;
  line-height: 25px;
}

.text-block-4 {
  font-size: 18px;
}

.text-block-5 {
  font-size: 18px;
}

.valores-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d0001;
  color: #000;
}

.certificacion-seccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.titulo-certificacion {
  margin-top: 0px;
  padding-top: 20px;
  font-family: Raleway, sans-serif;
  color: #1d0001;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
}

.parrafo-certi {
  padding-top: 10px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #6a6a6a;
  font-size: 18px;
  line-height: 30px;
}

.text-clas {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.contenedor-certi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caja-form-informes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-informes {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 45px 0px;
  border-radius: 5px;
  background-color: #fff;
}

.seccion-informes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/sec-equipos.svg");
  background-position: 50% 50%;
  background-size: cover;
  color: #000;
}

.texto-bl {
  padding-bottom: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.texto-bl.m-i-5 {
  margin-left: 5px;
}

.texto-bla {
  padding-bottom: 10px;
  color: #fff;
  font-size: 12px;
}

.texto-bla.m-i-5 {
  margin-left: 5px;
  color: #000;
  font-weight: 700;
}

.caja-infor-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input-info {
  width: 48%;
  height: 50px;
  margin-bottom: 0px;
  border: 2px solid #000;
}

.input-completo {
  border: 2px solid #000;
}

.cont-informes-iconos {
  width: 100%;
}

.item-informes {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 35px;
}

.caja-titulo-nformes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Upbolters new", sans-serif;
  color: #f2f2f2;
  font-size: 23px;
  line-height: 30px;
}

.parrafo-item-informes {
  padding-top: 10px;
  padding-left: 65px;
  font-family: Exo, sans-serif;
  color: #6a6a6a;
  font-size: 20px;
  line-height: 15px;
  font-weight: 500;
}

.titulo-item-informes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: #1d0001;
  font-size: 21px;
  line-height: 24px;
  font-weight: 800;
}

.img-infrme {
  width: 40px;
  font-size: 20px;
}

.img-infrme-copy {
  width: 40px;
  font-size: 20px;
}

.contenedor-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.caja-wsp {
  position: fixed;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 3%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34bc58;
  border-radius: 10px;
}

.caja-wsp img {
  width: 4em;
}

.icon-3 {
  margin-left: 0px;
  padding-left: 15px;
  color: #be161d;
}

.sub-link {
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  color: #f2f2f2;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.drop-caja.w--open {
  width: 350px;
}

.text-field {
  background-color: transparent;
}

.text-field-2 {
  background-color: transparent;
}

.text-block-6 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.resalte {
  font-weight: 700;
}

.texto-tab {
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.img-drop {
  display: none;
}

.text-field-3 {
  background-color: transparent;
}

.text-field-4 {
  background-color: transparent;
}

.certificacion-ti-banner {
  font-family: Raleway, sans-serif;
  font-size: 70px;
  line-height: 90%;
  font-weight: 900;
  text-align: center;
}

.formulario-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formulario-modal.md-10 {
  margin-top: 0px;
  margin-right: 100px;
}

.formulario-modal.mi-10 {
  margin-left: 100px;
}

.formulario-modal.mi-10-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9989;
  display: none;
  width: auto;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9));
}

.image-4 {
  display: block;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}

.caja-contacto {
  display: none;
}
.certificacion-fondo-personas.banner-mantenimiento {
  background-image: url("../images/2DA FOTO PARA SECCION DE MANTENIMIENTO.jpg");
}
.certificacion-fondo-personas.galeria {
  background-image: url("../images/banner-galeria.jpg");
}
.certificacion-fondo-personas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/IMG-20190510-WA0006.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.fondo-certi-equip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/IMG-20190427-WA0074.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.fonfo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/IMG-20190510-WA0010.jpg");
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.item-list-caja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-lista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contenedor-over-certi-per {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
}

.contenedort-overlay-certi-equip {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
}

.contenedor-over-noso {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: transparent;
  /*box-shadow: 1px 1px 3px 0 #000;*/
}

.input-completo-dob {
  height: 50px;
  border: 2px solid #000;
}

.fondo-informes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/IMG-20190510-WA0010.jpg");
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.caja-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.caja-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.requeridotxt {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
}

.full-tab {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  grid-column: 1 / span 2;
  line-height: 1.5;
  margin-bottom: 20px;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  background: rgba(0, 0, 0, 0.4);
  height: calc(100% - 98px);
  top: auto;
}

.filter-item {
  padding: 2px;
  float: left;
}

.filter-item .active {
  transition: all 1s ease;
}

.filter-item .delete {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.filter-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.contenedor-galeria {
  width: 90%;
}

div#galeria-operatec {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}

a.grupoGallery {
  display: inline-block;
  margin: 10px;
  width: 16vw;
}

div#galeria-operatec-tags {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

button.tag-operatec {
  font-family: Raleway, sans-serif;
  box-sizing: border-box;
  border: 5px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  width: 14.5em;
  padding: 10px;
  height: 70px;
  border-bottom: 1px solid #fff;
  background-color: #1d0001;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1 0 25%;
}

button.tag-operatec:hover,
button.tag-operatec.current {
  background-color: #be161d;
}

.contenedor-slide {
    margin: auto;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    top: 0;
    z-index: 0;
}

.contenedor-slide > div.slide {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.w-slide.slide-mante{
  height: 600px;
}

.slide.w-slide.slide-mante{
  background-image: url("../images/equipo-orange.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-2.w-slide.slide-mante{
  background-image: url("../images/foto para el contenido de mantenimiento.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-ce{
  height: 600px;
}

.slide.w-slide.slide-ce{
  background-image: url("../images/gruda-yellow.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-2.w-slide.slide-ce{
  background-image: url("../images/grua.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-cp{
  height: 600px;
}

.slide.w-slide.slide-cp{
  background-image: url("../images/look-chaleco-orange.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-2.w-slide.slide-cp{
  background-image: url("../images/naranjas-personas.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.w-slide .caja.md-10{
  width: 500px;
}

@media (max-width: 991px) {

  .w-slider-arrow-left,
  .w-slider-arrow-right {
    display: none;
  }

  .header-contacto {
    display: none;
  }

  .header-contacto-virtual {
    position: fixed;
    top: 97px;
    z-index: 1;
    width: 100%;
  }

  .header-contenedor-contactos-virtual {
    justify-content: center;
  }

  .item-menu-virtual {
    margin-right: 0;
    padding-bottom: 20px;
  }

  .header-contenedor-contactos {
    width: 77%;
    height: auto;
  }

  .header-caja-contacto {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .header-caja-contacto.en-footer {
    width: 100%;
  }

  .header-item-texto {
    line-height: 25px;
  }

  .header-menu-contenedor {
    position: fixed;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle {
    left: 0px;
    top: auto;
    right: auto;
  }

  .item-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
  }

  .item-menu:hover {
    background-color: #be161d;
  }

  .item-menu.relativo {
    position: relative;
  }

  .item-menu.dm {
    padding-bottom: 45px;
  }

  .item-menu.dn {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .image {
    width: 100%;
  }

  .overlay {
    height: 100%;
  }

  .nav-menu {
    left: auto;
    right: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 133vh;
    margin-top: -1px;
    padding: 0px 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1d0001;
  }

  .caja-buscador {
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 23px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  .menu-button {
    width: auto;
    padding: 0px;
    color: #fff;
  }

  .menu-button.w--open {
    padding: 13px;
    background-color: #be161d;
    font-size: 25px;
  }

  .icon-2 {
    width: auto;
    max-width: none;
  }

  .dropdown {
    position: relative;
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .cont-form-texto {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja.md-10 {
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja.mi-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .btn-formulario {
    font-size: 20px;
  }

  .titulo-uno {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }

  .texto-blanco {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 20px;
    text-align: center;
  }

  .formulario {
    padding: 30px;
  }

  .tabs {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    overflow: auto;
  }

  .item-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 38%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #fffcfc;
    border-bottom-style: none;
    text-align: center;
  }

  .item-tab.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .texto-tab-item {
    text-decoration: none;
  }

  .equipos {
    margin-top: 50px;
    margin-left: 0px;
    padding-top: 15px;
    padding-left: 0px;
    border-top: 3px solid #be161d;
    border-left-style: none;
  }

  .equipos.segundo-tab {
    padding-top: 30px;
  }

  .flecha-absoluta {
    left: 111px;
    top: -23px;
    right: auto;
    bottom: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .flecha-absoluta.segunda {
    left: 50%;
    top: -5%;
    right: 0%;
    bottom: auto;
  }

  .flecha-absoluta.tercera {
    left: auto;
    top: -24px;
    right: 114px;
  }

  .parrfo-tab {
    line-height: 25px;
  }

  .mask {
    position: static;
    height: 100%;
  }

  .slider {
    position: static;
    height: 600px;
  }

  .slide {
    position: relative;
    background-position: 50% 50%;
  }

  .slide-2 {
    position: static;
  }

  .grid-normas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .img-normas {
    width: auto;
  }

  .img-normas.img-dis {
    width: 60px;
  }

  .cont-img {
    width: 45%;
    max-height: none;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .box-normas {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
  }

  .cont-img.cuatro {
    width: 45%;
  }

  .footer-nigga {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "PT Serif", serif;
    color: #fff;
  }

  .footer-img-listas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cont-img-footer {
    width: 50%;
    margin-bottom: 30px;
  }

  .cont-grid-listasd-foooter {
    width: 100%;
    margin-left: 0px;
  }

  .item-footer {
    line-height: 25px;
  }

  .item {
    text-decoration: none;
  }

  .texto-footer {
    line-height: 25px;
    text-decoration: none;
  }

  .header-menu-contenedor-copy {
    position: fixed;
    height: 97px;
  }

  .button {
    position: absolute;
    left: 10%;
    bottom: 40px;
    z-index: 99;
  }

  .btn-formulario-absoluto {
    position: static;
    left: 10%;
    bottom: 40px;
    z-index: 99;
    display: block;
    width: 40%;
    padding: 9px 20px;
    border-radius: 5px;
    background-color: #be161d;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }

  .btn-formulario-absoluto-copy {
    position: static;
    left: auto;
    right: 10%;
    bottom: 40px;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding: 9px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #34bc58;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }

  .modal_terminos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contenido_modal_terminos {
    width: 95%;
  }

  .btn-3 {
    position: static;
  }

  .cajauno {
    margin-right: 25px;
    margin-left: 25px;
  }

  .texto-wsp {
    margin-left: 15px;
    color: #f1f1f1;
    font-size: 17px;
    text-decoration: none;
  }

  .txt-wsp {
    font-size: 17px;
    line-height: 25px;
  }

  .caja-formulario.md-10 {
    margin-top: 38px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-formulario.mi-10 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: none;
    overflow: visible;
    width: auto;
    height: auto;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
    color: #fff;
    text-align: left;
  }

  .caja-formulario.m-10 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .link-empresas {
    position: static;
    width: auto;
    padding-left: 49px;
  }

  .logo-menu-adentro {
    display: none;
    width: 65%;
    max-width: 100%;
    margin: 30px auto 20px;
  }

  .cerrar {
    display: none;
    width: 30px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: auto;
  }

  .image-3 {
    display: block;
  }

  .drop {
    position: absolute;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .drop.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .titulo-banner {
    padding-top: 350px;
    text-align: center;
  }

  .fondo-nosotros {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }

  .text-block-3 {
    font-size: 70px;
  }

  .quienes-somos {
    padding-right: 55px;
    padding-left: 55px;
  }

  .caja-quienes {
    width: 70%;
  }

  .parrafo-quienes {
    text-align: left;
  }

  .quienes-somos-copy {
    padding-right: 55px;
    padding-left: 55px;
  }

  .misionvision {
    padding: 66px 66px 36px;
  }

  .cont-mision-vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caja-mision-vision {
    width: 80%;
    margin-bottom: 30px;
  }

  .contenedor-valores {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-valores {
    width: 100%;
  }

  .titulo-valores {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .img-valores {
    margin-top: 50px;
  }

  .cont-form-texto-nuevo {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay-home {
    height: 100%;
  }

  .caja-beneficios {
    width: 100%;
  }

  .titulo-beneficios {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .titulo-certificacion {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .contenedor-certi {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-form-informes {
    width: 100%;
  }

  .form-informes {
    padding: 30px;
  }

  .caja-infor-contacto {
    width: 100%;
    padding-top: 0px;
  }

  .cont-informes-iconos {
    margin-top: 25px;
  }

  .item-informes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-titulo-nformes {
    margin-bottom: 10px;
  }

  .parrafo-item-informes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 18px;
  }

  .titulo-item-informes {
    font-size: 21px;
  }

  .img-infrme {
    width: 40px;
  }

  .img-infrme-copy {
    width: 40px;
  }

  .contenedor-info {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-wsp {
    display: none;
  }

  .img-drop {
    display: block;
  }

  .text-field-3 {
    background-color: transparent;
  }

  .text-field-4 {
    background-color: transparent;
  }

  .certificacion-ti-banner {
    font-size: 60px;
    line-height: 73px;
    margin-bottom: 50px;
  }

  .formulario-modal.md-10 {
    margin-top: 38px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .formulario-modal.mi-10 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: none;
    overflow: visible;
    width: auto;
    height: auto;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
    color: #fff;
    text-align: left;
  }

  .formulario-modal.m-10 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .formulario-modal.mi-10-copy {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: none;
    overflow: auto;
    width: auto;
    height: auto;
    margin-left: 0px;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-around;
    grid-template-rows: auto auto;
    background-color: transparent;
    color: #fff;
    text-align: left;
  }

  .caja-cont-absolutaab {
    position: fixed;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-contacto {
    display: block;
    margin-top: 50px;
    margin-left: 27px;
  }

  .text-ma {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-left: 15px;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }

  .img-men {
    width: 25px;
  }

  .certificacion-fondo-personas {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }

  .fondo-certi-equip {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }

  .fonfo-info {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }

  .fondo-informes {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }

  .caja-68 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-80 {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .titulo-tab{
    font-size: 25px;
  }
  .texto-tab-item{
      font-size: 18px;
  }
  .item-tab {
    min-width: 45%;
    padding-top: 7px;
    padding-bottom: 7px;
  } 
  .box-normas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 20px;
  }

  .normas-seccion.white {
    background: white;
  }

  .img_play_tec {
    width: 60%;
    margin-bottom: 0;
  }

  .img_play_tec.big {
    width: 60%;
  }
.w-slide.slide-cp {
    height: 100%;
}
.w-slide.slide-mante {
    height: 100%;
}
.w-slide.slide-ce {
    height: 100%;
}
.slider {
    height: 100%;
}
  .header-contacto {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-contacto-virtual {
    position: fixed;
    top: 75px;
    z-index: 1;
    width: 100%;
    padding-top: 0;
  }

  .item-menu-virtual {
    padding: 15px 0;
    font-size: 15px;
    text-decoration: none;
  }

  .header-contenedor-contactos {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-caja-contacto {
    margin-bottom: 9px;
  }

  .header-caja-contacto.en-footer {
    margin-bottom: 15px;
  }

  .image {
    width: 60%;
  }

  .nav-menu {
    margin-top: -6px;
  }

  .cont-form-texto {
    width: auto;
  }

  .titulo-uno {
    margin-top: 20px;
  }

  .texto-blanco {
    text-align: center;
  }

  .item-tab.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columna-tab.mr {
    margin-left: 20px;
  }

  .slider {
    height: 600px;
  }

  .slide {
    background-position: 50% 100%;
  }

  .normas-seccion {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .img-normas.img-dis {
    width: 50px;
  }

  .cont-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block {
    margin-bottom: 50px;
    line-height: 45px;
    text-align: center;
  }

  .footer-img-listas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont-img-footer {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .cont-grid-listasd-foooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item-caja-en-lista-copy {
    width: 100%;
  }

  .header-menu-contenedor-copy {
    height: 75px;
  }

  .btn-formulario-absoluto {
    width: 40%;
    font-weight: 600;
  }

  .btn-formulario-absoluto-copy {
    width: 40%;
  }

  .texto-wsp {
    line-height: 25px;
  }

  .txt-wsp {
    font-size: 18px;
    line-height: 10px;
  }

  .slide-nav {
    z-index: 1;
  }

  .link-empresas {
    padding-left: 36px;
  }

  .titulo-banner {
    padding-top: 350px;
    padding-bottom: 20px;
  }

  .contenedor-overlay-nosotrosa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fondo-nosotros {
    width: 100%;
    background-position: 50% 50%;
  }

  .text-block-3 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 900;
  }

  .quienes-somos {
    padding-bottom: 90px;
  }

  .caja-quienes {
    width: auto;
  }

  .quienes-somos-copy {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .misionvision {
    padding-bottom: 36px;
  }

  .caja-mision-vision {
    width: 100%;
    padding: 20px;
  }

  .valores {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contenedor-valores {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-valores {
    width: 95%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .titulo-valores {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .paragraph {
    margin-bottom: 50px;
  }

  .caja-certificacion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caja-secundaria {
    width: 100%;
    margin-bottom: 20px;
  }

  .n {
    margin-bottom: 10px;
  }

  .titu {
    line-height: 30px;
  }

  .cont-form-texto-nuevo {
    width: auto;
  }

  .caja-beneficios {
    width: 95%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .titulo-beneficios {
    width: 100%;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 48px;
  }

  .valores-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .certificacion-seccion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .titulo-certificacion {
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 50px;
  }

  .contenedor-certi {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-form-informes {
    width: 95%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .seccion-informes {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .caja-infor-contacto {
    width: 95%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contenedor-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .drop-caja.w--open {
    width: auto;
  }

  .certificacion-ti-banner {
    font-size: 50px;
    line-height: 50px;
  }

  .formulario-modal.mi-10-copy {
    display: none;
  }

  .certificacion-fondo-personas {
    /*width: auto;*/
    background-position: 50% 50%;
  }

  .fondo-certi-equip {
    width: auto;
    background-position: 50% 50%;
  }

  .fonfo-info {
    width: auto;
    background-position: 50% 50%;
  }

  .item-lista {
    width: 100%;
  }

  .contenedor-over-certi-per {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contenedort-overlay-certi-equip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contenedor-over-noso {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*height: 500px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fondo-informes {
    width: 100%;
    background-position: 50% 50%;
  }
}

@media (max-width: 479px) {
  .cont-img.cuatro {
    width: 100%;
  }

  .img_play_tec {
    width: 100px;
    height: auto;
  }

  .header-contacto-virtual {
    top: 70px;
  }

  .header-contenedor-contactos {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-caja-contacto {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .header-caja-contacto.m-aa-15 {
    margin: 15px 0px;
  }

  .header-menu-contenedor {
    padding-right: 5px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .item-menu {
    padding-bottom: 25px;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
  }

  .item-menu.dm {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
  }

  .item-menu.dn {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
  }

  .image {
    width: 65%;
  }

  .image.tam-foot {
    width: 90%;
  }

  .contenedor-tab {
    background-position: 0% 0%;
  }

  .overlay {
    padding-top: 100px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    top: 0px;
    z-index: 200;
    width: 80%;
    height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
  }

  .caja-buscador {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .menu-button.w--open {
    z-index: 0;
  }

  .caja.md-10 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .btn.btn-formulario-copy.btn-form:hover {
    background-color: #c30007;
  }

  .titulo-uno {
    margin-top: 0px;
    font-size: 30px;
  }

  .texto-blanco {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 17px;
  }

  .formulario {
    width: 100%;
  }

  .cont-input {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-field {
    width: 80%;
    padding-left: 0px;
  }

  .input-form {
    width: 100%;
    margin-bottom: 10px;
  }

  .tabs {
    width: 90%;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-tab {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: solid;
  }

  .item-tab:hover {
    background-color: #be161d;
  }

  .item-tab.w--current {
    width: 100%;
  }

  .equipos {
    margin-top: 40px;
    border-top-style: none;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flecha-absoluta {
    display: none;
  }

  .flecha-absoluta.segunda {
    display: none;
  }

  .flecha-absoluta.tercera {
    display: none;
  }

  .slider {
    height: 300px;
  }
  .slider.home {
    height: 600px;
  }
.cont-form-texto-nuevo {
    width: 100%;
    padding: 0 20px;
}

  .slide {
    background-position: 50% 50%;
  }

  .normas-seccion {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-normas {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .img-normas {
    width: 80px;
  }

  .img-normas.img-dis {
    width: 50px;
  }

  .cont-img {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .text-block {
    font-size: 25px;
    line-height: 35px;
  }

  .footer-nigga {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-menu-contenedor-copy {
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .btn-formulario-absoluto {
    left: auto;
    bottom: 81px;
    display: block;
    width: 80%;
    margin-bottom: 10px;
    padding: 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 15px;
    text-decoration: none;
  }

  .btn-formulario-absoluto-copy {
    right: auto;
    bottom: 4px;
    width: 80%;
    padding: 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .modal_terminos {
    display: none;
    padding-top: 8px;
  }

  .contenido_modal_terminos {
    padding: 14px 15px 20px 20px;
  }

  .close_modal {
    display: block;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .icon_close {
    display: block;
    width: 30px;
    height: 30px;
  }

  .texto_terminos {
    margin-top: -8px;
    padding-right: 10px;
    line-height: 20px;
    text-align: justify;
  }

  .cajauno {
    width: 100%;
    text-align: center;
  }

  .text-block-2 {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .texto-wsp {
    margin-left: 10px;
    font-size: 19px;
  }

  .txt-wsp {
    font-size: 15px;
  }

  .slide-nav {
    z-index: 0;
    padding-bottom: 0px;
  }

  .link-empresas {
    padding-left: 15px;
  }

  .logo-menu-adentro {
    display: block;
    width: 90%;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .cerrar {
    width: 20px;
  }

  .titulo-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contenedor-overlay-nosotrosa {
    height: 450px;
  }

  .fondo-nosotros {
    width: 100%;
    background-position: 50% 50%;
  }

  .text-block-3 {
    display: block;
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 31px;
    line-height: 40px;
    text-align: center;
  }

  .quienes-somos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #be161d;
  }

  .caja-quienes {
    width: 90%;
  }

  .titulo-quienes {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Upbolters new", sans-serif;
    color: #f2f2f2;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }

  .parrafo-quienes {
    font-family: Exo, sans-serif;
    color: #f2f2f2;
    font-size: 19px;
    font-weight: 400;
    text-align: left;
  }

  .quienes-somos-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #be161d;
  }

  .misionvision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 5px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .caja-mision-vision {
    height: 40%;
  }

  .parrafo-mv {
    line-height: 30px;
  }

  .caja-valores {
    width: 95%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .titulo-valores {
    font-size: 50px;
  }

  .titulo-item {
    line-height: 30px;
  }

  .caja-titulo-item {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .productos {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contenedor-productos {
    width: 90%;
  }

  .titulo-productos {
    font-size: 35px;
    font-weight: 900;
  }

  .heading {
    margin-top: 0px;
    text-align: center;
  }

  .paragraph {
    margin-bottom: 15px;
  }

  .titu {
    margin-top: 30px;
  }

  .overlay-home {
    padding-top: 100px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caja-beneficios {
    width: 99%;
    line-height: 25px;
  }

  .titulo-beneficios {
    font-size: 50px;
  }

  .item-beneficios {
    line-height: 30px;
  }

  .titulo-certificacion {
    padding-top: 0px;
    font-size: 35px;
    line-height: 40px;
  }

  .caja-form-informes {
    width: 99%;
  }

  .form-informes {
    padding-right: 5px;
    padding-left: 5px;
  }

  .seccion-informes {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .texto-bl {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .caja-infor-contacto {
    width: 99%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .input-info {
    width: 100%;
    margin-bottom: 10px;
  }

  .input-completo {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .cont-informes-iconos {
    width: 100%;
  }

  .caja-titulo-nformes {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .parrafo-item-informes {
    padding-top: 15px;
    padding-left: 0%;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }

  .titulo-item-informes {
    font-size: 18px;
    line-height: 25px;
  }

  .contenedor-info {
    width: 99%;
  }

  .caja-wsp {
    display: none;
  }

  .icon-3 {
    right: 0px;
  }

  .sub-link {
    font-size: 16px;
  }

  .drop-caja.w--open {
    width: auto;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .certificacion-ti-banner {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .formulario-modal.mi-10-copy {
    display: none;
  }

  .caja-cont-absolutaab {
    z-index: 9999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .caja-contacto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .certificacion-fondo-personas {
    background-position: 50% 50%;
  }

  .fondo-certi-equip {
    background-position: 50% 50%;
  }

  .fonfo-info {
    width: 100%;
    background-position: 50% 50%;
  }

  .contenedor-over-certi-per {
    height: 300px;
  }

  .contenedort-overlay-certi-equip {
    height: 300px;
  }

  .contenedor-over-noso {
    /*height: 550px;*/
  }

  .input-completo-dob {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .fondo-informes {
    width: 100%;
    background-position: 50% 50%;
  }

  .xtt-btn-formrojo {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }
}

@font-face {
  font-family: "Upbolters new";
  src: url("../fonts/UPBOLTERS-NEW-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Upbolters new";
  src: url("../fonts/UPBOLTERS-NEW-REGULAR-ITALIC.OTF") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.ttf") format("truetype"),
    url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-BoldItalic.ttf") format("truetype"),
    url("../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.modal-ux {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.modal-contenido {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.btn-modal {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0072ff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
