@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@font-face {
  font-family: "Abolition-Sharp";
  src: url("../fuentes/Abolition-Sharp.ttf") format("woff2");
}
@font-face {
  font-family: "Abolition-Sharp-Bold";
  src: url("../fuentes/Abolition-Sharp.ttf") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "gilori";
  src: url("../fuentes/Gilroy-Regular.ttf") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "gilori_bold";
  src: url("../fuentes/Gilroy-Bold.ttf") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "gilori_black";
  src: url("../fuentes/Gilroy-Black.ttf") format("woff2");
  font-weight: bold;
}
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "gilori" !important;
  font-size: 20px !important;
  font-weight: 500;
  background: rgb(220, 229, 237) !important;
  background: linear-gradient(180deg, rgb(220, 229, 237) 0%, rgb(255, 255, 255) 100%) !important;
}

h1 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px !important;
  font-family: "Abolition-Sharp-Bold";
  font-weight: 500;
}

p,
li,
span,
a,
input,
textarea {
  font-family: "gilori";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  p,
li,
span,
a,
input,
textarea {
    font-size: 20px !important;
  }
}

.contenedor {
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contenedor {
    min-width: 92%;
    max-width: 92%;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor {
    min-width: 960px;
    max-width: 960px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .contenedor {
    min-width: 1144px;
    max-width: 1144px;
    margin: auto;
  }
}
@media screen and (min-width: 1600px) {
  .contenedor {
    min-width: 1440px;
    margin: auto;
  }
}

.contenedor2 {
  max-width: 90% !important;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contenedor2 {
    min-width: 400px !important;
    max-width: 400px !important;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor2 {
    min-width: 600px !important;
    max-width: 600px !important;
    margin: auto;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

nav .hamburger-menu {
  z-index: 999 !important;
  position: fixed;
}

.hamburger-menu-mostrar {
  z-index: 999 !important;
  position: fixed;
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .hamburger-menu {
    padding-right: 20px;
  }
}
.azul {
  color: #0055a1 !important;
}

.rojo {
  color: #db1528 !important;
}

.verde {
  color: #008539 !important;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.capa_oscura {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99 !important;
  visibility: hidden;
}

.wrapper {
  overflow: hidden;
  position: relative !important;
}
.wrapper .trapecio {
  position: fixed;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.wrapper .trapecio img {
  display: block;
  margin: auto;
  width: 130px;
}
.wrapper .idioma {
  display: none !important;
  position: fixed;
  top: 120px;
  right: -94px;
  width: 140px;
  height: 40px;
  background: #fff;
  padding-left: 5px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  z-index: 999;
  transition: 0.3s;
  box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.wrapper .idioma a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.wrapper .idioma a img {
  width: 40px;
  transition: 0.3s;
  margin-right: 10px;
}
.wrapper .idioma a span {
  color: #000;
  font-size: 13px !important;
}

.hero {
  width: 100% !important;
  height: 400px;
  background-image: url("../img/fondo.png");
  background-size: cover;
  background-repeat: none;
  z-index: 998 !important;
  overflow: hidden;
}
.hero .contenedor {
  position: relative;
}
.hero .contenedor .idioma {
  position: absolute;
  background: #fff;
  width: 90px;
  padding: 8px;
  text-align: center;
}
.hero .contenedor .idioma a {
  text-decoration: none;
  color: #0055a1;
}
.hero .contenedor .idioma a .contenido {
  display: flex;
  align-items: center;
  align-content: center;
}
.hero .contenedor .idioma a .contenido img {
  margin-top: 5px;
  width: 26px;
  margin-right: 8px;
}
.hero .contenedor .idioma a .contenido span {
  margin-right: 0 !important;
  text-transform: uppercase;
  font-family: "Abolition-Sharp-Bold";
  font-size: 20px;
}
.hero .contenedor .botonera {
  top: 0 !important;
  left: 0 !important;
  display: flex !important;
  flex-direction: column;
  display: none !important;
}
.hero .contenedor .botonera a {
  font-family: "Abolition-Sharp";
  letter-spacing: 2px;
  text-decoration: none;
  margin-bottom: 35px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 26px;
  transition: 0.2s;
}
.hero .contenedor .botonera a:hover {
  font-size: 30px;
  transition: 0.2s;
}
.hero .contenedor .escena {
  width: 100% !important;
  height: 400px;
  position: relative !important;
}
.hero .contenedor .escena .capa00 {
  position: absolute;
  width: 220px !important;
  top: 40px !important;
  left: 10px !important;
  display: none !important;
}
.hero .contenedor .escena .capa01 {
  position: absolute;
  width: 280px;
  padding-top: 35px;
  margin-left: 17%;
  z-index: 6;
}
.hero .contenedor .escena .capa02 {
  position: absolute;
  width: 280px;
  padding-top: 35px;
  margin-left: 17%;
  z-index: 7;
}
.hero .contenedor .escena .capa03 {
  position: absolute;
  width: 280px;
  padding-top: 35px;
  margin-left: 17%;
  z-index: 8;
}
.hero .contenedor .escena .capa04 {
  position: absolute;
  width: 280px;
  padding-top: 35px;
  margin-left: 17%;
  z-index: 9;
}
.hero .contenedor .escena .capa05 {
  position: absolute;
  width: 280px;
  padding-top: 35px;
  margin-left: 17%;
  z-index: 10;
}
.hero .contenedor .escena .capa06 {
  position: absolute;
  width: 280px;
  padding-top: 35px;
  margin-left: 17%;
  z-index: 10;
}
.hero .contenedor .escena .capa07 {
  position: absolute;
  width: 100px;
  padding-right: 20px;
  padding-top: 100px;
}

@media screen and (min-width: 768px) {
  .hero .contenedor .botonera {
    position: absolute;
    display: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    background: none;
    top: 150px !important;
    left: 18% !important;
  }
  .hero .contenedor .botonera a {
    font-family: "Abolition-Sharp";
    letter-spacing: 2px;
    text-decoration: none;
    margin-bottom: 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 20px !important;
    transition: 0.2s;
  }
  .hero .contenedor .botonera a:hover {
    font-size: 22px !important;
    transition: 0.2s;
    text-shadow: 2px 2px #000;
  }
  .hero .contenedor .escena .capa00 {
    position: absolute;
    width: 180px !important;
    top: 50px !important;
    left: 12% !important;
    display: inherit !important;
  }
  .hero .contenedor .escena .capa01 {
    position: absolute;
    width: 300px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 6;
  }
  .hero .contenedor .escena .capa02 {
    position: absolute;
    width: 300px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 7;
  }
  .hero .contenedor .escena .capa03 {
    position: absolute;
    width: 300px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 8;
  }
  .hero .contenedor .escena .capa04 {
    position: absolute;
    width: 300px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 9;
  }
  .hero .contenedor .escena .capa05 {
    position: absolute;
    width: 300px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 10;
  }
  .hero .contenedor .escena .capa06 {
    position: absolute;
    width: 300px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 10;
  }
  .hero .contenedor .escena .capa07 {
    position: absolute;
    width: 180px;
    padding-right: 20px;
    padding-top: 100px;
  }
  .hero .contenedor .escena .capa08 {
    position: absolute;
    width: 100%;
  }
  .hero .contenedor .escena .capa09 {
    position: absolute;
    width: 100%;
  }
  .hero .contenedor .escena .capa10 {
    position: absolute;
    width: 100%;
  }
  .hero .contenedor .escena .capa11 {
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: 580px;
  }
  .hero .contenedor {
    position: relative;
  }
  .hero .contenedor .hamburguesa {
    display: none;
  }
  .hero .contenedor .botonera {
    position: absolute;
    display: flex !important;
    flex-direction: column;
    top: 230px !important;
    left: 15% !important;
  }
  .hero .contenedor .botonera a {
    font-size: 24px !important;
    margin-bottom: 8px;
  }
  .hero .contenedor .botonera a:hover {
    font-size: 30px !important;
    transition: 0.2s;
  }
  .hero .contenedor .escena .capa00 {
    position: absolute;
    width: 240px !important;
    top: 80px !important;
    left: 12% !important;
  }
  .hero .contenedor .escena .capa01 {
    position: absolute;
    width: 430px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 6;
  }
  .hero .contenedor .escena .capa02 {
    position: absolute;
    width: 430px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 7;
  }
  .hero .contenedor .escena .capa03 {
    position: absolute;
    width: 430px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 8;
  }
  .hero .contenedor .escena .capa04 {
    position: absolute;
    width: 430px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 9;
  }
  .hero .contenedor .escena .capa05 {
    position: absolute;
    width: 430px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 10;
  }
  .hero .contenedor .escena .capa06 {
    position: absolute;
    width: 430px;
    padding-top: 10px;
    margin-left: 50%;
    z-index: 10;
  }
  .hero .contenedor .escena .capa07 {
    position: absolute;
    width: 200px;
    padding-right: 20px;
    padding-top: 180px;
  }
  .hero .contenedor .escena .capa08 {
    position: absolute;
    width: 100%;
  }
  .hero .contenedor .escena .capa09 {
    position: absolute;
    width: 100%;
  }
  .hero .contenedor .escena .capa10 {
    position: absolute;
    width: 100%;
  }
  .hero .contenedor .escena .capa11 {
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    height: 800px;
  }
  .hero .contenedor .botonera {
    top: 360px !important;
  }
  .hero .contenedor .botonera a {
    font-size: 30px !important;
  }
  .hero .contenedor .botonera a:hover {
    font-size: 38px !important;
  }
  .hero .contenedor .escena .capa00 {
    top: 140px !important;
    width: 360px !important;
  }
  .hero .contenedor .escena .capa01,
.hero .contenedor .escena .capa02,
.hero .contenedor .escena .capa03,
.hero .contenedor .escena .capa04,
.hero .contenedor .escena .capa05,
.hero .contenedor .escena .capa06 {
    width: 615px;
  }
}
.nosotros {
  background-image: url("../img/fondos/fondo_blanco.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 40px 0 0;
  background-attachment: fixed;
  display: block;
}
.nosotros .parte1 {
  margin-bottom: 40px;
}
.nosotros .parte1 .contenedor2 .logotipo {
  text-align: center;
  margin-bottom: 30px;
}
.nosotros .parte1 .contenedor2 .logotipo img {
  width: 200px;
}
.nosotros .parte1 .contenedor2 .titulo {
  text-transform: uppercase;
  font-family: "Abolition-Sharp-Bold";
  font-size: 48px !important;
  letter-spacing: 1.5px;
  font-weight: 900;
  margin-bottom: 50px;
  color: #0055a1;
  position: relative;
}
.nosotros .parte1 .contenedor2 .titulo::after {
  position: absolute;
  left: 5px;
  top: 65px;
  content: "";
  width: 60%;
  border-bottom: 3.5px solid #0055a1;
}
.nosotros .parte1 .contenedor2 .texto {
  padding-bottom: 5px;
}
.nosotros .parte1 .contenedor2 .texto p {
  color: #0055a1;
  text-align: justify;
  margin-bottom: 20px;
}
.nosotros .parte1 .contenedor2 .texto p span {
  font-family: "gilori_black";
  font-weight: bold;
}
.nosotros .parte1 .contenedor2 .boton button {
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 1.1px;
  background: #fff;
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0055a1;
  font-size: 22px;
  border-radius: 2px;
  transition: 0.3s;
  text-shadow: none;
  border: none;
}
.nosotros .parte1 .contenedor2 .boton button:hover {
  background: #0055a1;
  color: #fff;
  transition: 0.3s;
  box-shadow: 5px 5px 5px 0px rgb(143, 143, 143);
}
.nosotros .parte2 .contenedor {
  min-width: 100% !important;
}
.nosotros .parte2 .contenedor .items {
  display: flex;
  flex-direction: column;
}
.nosotros .parte2 .contenedor .items .item {
  width: 100%;
  height: 280px;
  position: relative;
}
.nosotros .parte2 .contenedor .items .item .capa1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.nosotros .parte2 .contenedor .items .item .capa1 .imagen img {
  height: 280px;
}
.nosotros .parte2 .contenedor .items .item .capa1 .contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.nosotros .parte2 .contenedor .items .item .capa1 .contenido i {
  display: block;
  text-align: center;
  font-size: 90px;
}
.nosotros .parte2 .contenedor .items .item .capa1 .contenido h3 {
  font-family: "Abolition-Sharp-Bold";
  font-size: 46px;
  letter-spacing: 1.5px;
}
.nosotros .parte2 .contenedor .items .item .capa2 {
  position: absolute;
  visibility: hidden;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}
.nosotros .parte2 .contenedor .items .item .capa2 .imagen img {
  height: 280px;
}
.nosotros .parte2 .contenedor .items .item .capa2 .contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}
.nosotros .parte2 .contenedor .items .item .capa2 .contenido h3 {
  text-align: center;
  font-family: "Abolition-Sharp-Bold";
  font-size: 46px;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 14px;
}
.nosotros .parte2 .contenedor .items .item .capa2 .contenido span {
  display: block;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .nosotros .parte1 .contenedor2 .titulo {
    font-size: 62.3px !important;
  }
  .nosotros .parte1 .contenedor2 .titulo::after {
    top: 82px;
  }
  .nosotros .parte2 .contenedor .items {
    flex-direction: row;
  }
  .nosotros .parte2 .contenedor .items .item {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .nosotros {
    padding: 60px 0 0 0;
  }
  .nosotros .parte1 .contenedor2 .titulo {
    font-size: 90px !important;
  }
  .nosotros .parte1 .contenedor2 .titulo::after {
    top: 130px;
  }
  .nosotros .parte1 .contenedor2 .texto {
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
  .nosotros .parte2 .items {
    flex-direction: row;
  }
  .nosotros .parte2 .items .item {
    width: 33.33%;
  }
}
@media screen and (min-width: 1600px) {
  .nosotros {
    padding: 60px 0 0 0 !important;
  }
  .nosotros .parte1 .contenedor2 .titulo {
    font-size: 90px !important;
  }
  .nosotros .parte1 .contenedor2 .titulo::after {
    top: 130px !important;
  }
  .nosotros .parte1 .contenedor2 .texto {
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
  .nosotros .parte2 .items {
    flex-direction: row;
  }
  .nosotros .parte2 .items .item {
    width: 33.33%;
  }
}
.nosotros_mas {
  position: fixed;
  top: 50px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  height: 100vh !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  z-index: 999 !important;
  overflow: scroll;
  overflow-x: hidden;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.17);
}
.nosotros_mas .bloque1 .lado1 {
  width: 100% !important;
  height: 560px;
  background-image: url("../img/nosotros/mision_vision.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.nosotros_mas .bloque1 .lado1 i {
  position: absolute;
  left: 0;
  right: 20px;
  top: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  display: block;
  text-align: right;
}
.nosotros_mas .bloque1 .lado1 img {
  display: block;
  margin: auto;
  width: 280px;
  padding: 60px 0 30px 0;
}
.nosotros_mas .bloque1 .lado1 p {
  padding: 0 20px;
  color: #000;
}
.nosotros_mas .bloque1 .lado1 p span {
  font-weight: 900;
}
.nosotros_mas .bloque1 .lado2 {
  padding: 40px 20px;
  background: rgb(0, 140, 57);
  background: linear-gradient(180deg, rgb(0, 140, 57) 0%, rgb(117, 189, 145) 100%);
  position: relative;
}
.nosotros_mas .bloque1 .lado2 .mision {
  margin-bottom: 20px;
}
.nosotros_mas .bloque1 .lado2 .mision h3 {
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 2px;
  color: #fff;
  font-size: 60px;
  position: relative;
  margin-bottom: 40px;
}
.nosotros_mas .bloque1 .lado2 .mision h3::after {
  position: absolute;
  left: 0px;
  top: 75px;
  content: "";
  width: 80px;
  border-bottom: 2px solid #fff;
}
.nosotros_mas .bloque1 .lado2 .mision p {
  color: #fff;
  margin-bottom: 10px;
}
.nosotros_mas .bloque1 .lado2 .mision p span {
  font-weight: 900 !important;
}
.nosotros_mas .bloque1 .lado2 .vision h3 {
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 2px;
  color: #fff;
  font-size: 60px;
  position: relative;
  margin-bottom: 40px;
}
.nosotros_mas .bloque1 .lado2 .vision h3::after {
  position: absolute;
  left: 0px;
  top: 75px;
  content: "";
  width: 80px;
  border-bottom: 2px solid #fff;
}
.nosotros_mas .bloque1 .lado2 .vision p {
  color: #fff;
  margin-bottom: 10px;
}
.nosotros_mas .bloque1 .lado2 .vision p span {
  font-weight: 900 !important;
}
.nosotros_mas .bloque2 {
  padding: 20px 0;
  background: #E2E2E2;
}
.nosotros_mas .bloque2 h1 {
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 1.3;
  color: #db1528;
  font-size: 60px;
  position: relative;
  margin-bottom: 40px;
  margin-left: 20px;
}
.nosotros_mas .bloque2 .items .item {
  margin-bottom: 30px;
}
.nosotros_mas .bloque2 .items .item img {
  width: 140px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.nosotros_mas .bloque2 .items .item h3 {
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 2px;
  color: #3f070e;
  font-size: 32px !important;
  text-align: center;
  margin-bottom: 10px;
}
.nosotros_mas .bloque2 .items .item p {
  margin: auto;
  width: 160px;
  text-align: center;
}
.nosotros_mas .bloque3 {
  padding: 40px 0 0 0;
  background: rgb(0, 140, 57);
  background: rgb(0, 85, 161);
  background: linear-gradient(180deg, rgb(0, 85, 161) 0%, rgb(23, 132, 195) 100%);
  position: relative;
}
.nosotros_mas .bloque3 .lado1 {
  padding: 0 20px;
}
.nosotros_mas .bloque3 .lado1 h1 {
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 2px;
  color: #fff;
  font-size: 60px;
  position: relative;
  margin-bottom: 40px;
}
.nosotros_mas .bloque3 .lado1 h1::after {
  position: absolute;
  left: 0px;
  top: 85px;
  content: "";
  width: 300px;
  border-bottom: 2px solid #fff;
}
.nosotros_mas .bloque3 .lado1 p {
  color: #fff;
  margin-bottom: 15px;
}
.nosotros_mas .bloque3 .lado1 p span {
  font-weight: 900 !important;
}
.nosotros_mas .bloque3 .lado2 {
  margin-top: 40px;
}
.nosotros_mas .bloque3 .lado2 button {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 20px 0;
  padding: 10px;
}
.nosotros_mas button {
  display: block;
  width: 100%;
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 1.1px;
  background: #fff;
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0055a1;
  font-size: 22px;
  border-radius: 2px;
  transition: 0.3s;
  text-shadow: none;
  border: none;
  margin-bottom: 60px;
}
.nosotros_mas button:hover {
  background: #0055a1;
  color: #fff;
  transition: 0.3s;
  box-shadow: 5px 5px 5px 0px rgb(143, 143, 143);
}

@media screen and (min-width: 1024px) {
  .nosotros_mas {
    width: 900px !important;
    max-width: 900px !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .nosotros_mas .bloque1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 740px;
  }
  .nosotros_mas .bloque1 .lado1 {
    width: 50% !important;
    height: auto;
  }
  .nosotros_mas .bloque1 .lado1 .contenedor {
    position: relative;
  }
  .nosotros_mas .bloque1 .lado1 .contenedor i {
    display: none;
  }
  .nosotros_mas .bloque1 .lado1 .contenedor img {
    display: block;
    margin: auto;
    width: 180px;
    height: 100%;
    padding: unset;
  }
  .nosotros_mas .bloque1 .lado1 .contenedor p {
    width: 100%;
    text-align: justify;
    color: #000;
  }
  .nosotros_mas .bloque1 .lado1 .contenedor p span {
    font-weight: 900;
  }
  .nosotros_mas .bloque1 .lado2 {
    width: 50%;
    padding: 40px 20px;
    height: auto;
  }
  .nosotros_mas .bloque2 {
    padding: 20px;
  }
  .nosotros_mas .bloque2 .items {
    display: flex;
    flex-direction: row;
  }
  .nosotros_mas .bloque2 .items .item img {
    width: 100px;
  }
  .nosotros_mas .bloque2 .items .item h3 {
    font-size: 40px;
  }
  .nosotros_mas .bloque3 {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .nosotros_mas .bloque3 .lado1 {
    width: 50%;
  }
  .nosotros_mas .bloque3 .lado2 {
    width: 50%;
    margin: 0;
  }
  .nosotros_mas .bloque3 .lado2 img {
    height: 100%;
  }
  .nosotros_mas button {
    margin: 15px auto 60px;
    width: 220px;
    background: #0055a1;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .nosotros_mas {
    width: 1114px;
    min-width: 1114px;
  }
  .nosotros_mas .bloque1 {
    height: 750px !important;
  }
  .nosotros_mas .bloque1 .lado1 {
    padding-top: 50px;
  }
  .nosotros_mas .bloque1 .lado1 p {
    width: 80%;
    display: block;
    margin: auto;
  }
  .nosotros_mas .bloque1 .lado2 {
    padding: 50px;
  }
  .nosotros_mas .bloque1 .lado2 .mision {
    margin-bottom: 30px;
  }
  .nosotros_mas .bloque2 h1 {
    text-align: center;
  }
  .nosotros_mas .bloque2 .items {
    justify-content: space-evenly;
  }
  .nosotros_mas .bloque2 .items .item img {
    margin-bottom: 20px;
  }
  .nosotros_mas .bloque2 .items .item h3 {
    margin-bottom: 10px;
  }
  .nosotros_mas .bloque3 .lado1 {
    padding: 50px;
  }
  .nosotros_mas button {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .nosotros_mas {
    width: 1200px;
    min-width: 1200px;
  }
  .nosotros_mas .bloque1 {
    height: 750px !important;
  }
}
.productos {
  position: relative;
  height: 650px;
}
.productos .capa1 {
  height: 650px;
  background: rgb(0, 140, 57);
  background: linear-gradient(270deg, rgb(0, 140, 57) 0%, rgb(117, 189, 145) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 20px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s;
}
.productos .capa1 .contenido {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productos .capa1 .contenido .titulo {
  font-family: "Abolition-Sharp-Bold";
  font-size: 70px;
  color: #fff;
  letter-spacing: 1.3px;
  margin-bottom: 30px;
}
.productos .capa1 .contenido .flecha {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.productos .capa1 .contenido .flecha:hover {
  transform: scale(1.2);
  transition: 0.3s;
  cursor: pointer;
}
.productos .capa1 .contenido .flecha i {
  font-size: 25px;
  color: #fff;
}
.productos .capa2 {
  height: 650px;
  background: rgb(0, 140, 57);
  background: linear-gradient(270deg, rgb(0, 140, 57) 0%, rgb(117, 189, 145) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 20px 0 40px;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  z-index: 2 !important;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: 0.3s;
  overflow-y: scroll;
}
.productos .capa2 .parte1 h3 {
  font-family: "Abolition-Sharp-Bold";
  font-size: 50px;
  margin-bottom: 40px;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.productos .capa2 .parte1 #impresion {
  margin-bottom: 10px;
}
.productos .capa2 .parte1 #impresion2 {
  display: none;
}
.productos .capa2 .parte1 #acabado {
  margin: -10px 0 30px 0;
}
.productos .capa2 .parte1 #acabado2 {
  display: none;
}
.productos .capa2 .parte1 span {
  position: relative;
  display: block;
}
.productos .capa2 .parte1 span::after {
  content: " ";
  position: absolute;
  top: 30px;
  left: 0;
  width: 90px;
  border-bottom: 1px solid #fff;
}
.productos .capa2 .parte1 .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.productos .capa2 .parte1 .items .item {
  width: 50%;
  margin-top: -60px;
}
.productos .capa2 .parte1 hr {
  border: none;
  background-color: #fff;
  color: #fff;
  height: 1px;
  margin: -10px 0 30px 0;
}
.productos .capa2 .parte2 h3 {
  font-family: "Abolition-Sharp-Bold";
  font-size: 50px;
  margin-bottom: 30px;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.productos .capa2 .parte2 .items .item {
  margin-top: -80px;
}
.productos .capa2 .parte2 .items .item a img {
  width: 200px;
}
.productos .capa2 .parte2 hr {
  border: none;
  background-color: #fff;
  color: #fff;
  height: 1px;
  margin: -40px 0 30px 0;
}
.productos .capa2 .parte3 h3 {
  font-family: "Abolition-Sharp-Bold";
  font-size: 50px;
  margin-bottom: 30px;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.productos .capa2 .parte3 .items .item {
  margin-top: -80px;
}
.productos .capa2 .parte3 .items .item a img {
  width: 200px;
}
.productos .capa2 .parte3 hr {
  border: none;
  background-color: #fff;
  color: #fff;
  height: 1px;
  margin: -40px 0 30px 0;
}
/**VLEEKO**/
.productos .capa2 .parte4 h3 {
  font-family: "Abolition-Sharp-Bold";
  font-size: 30px;
  margin-bottom: 30px;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
          max-width:250px;
}
.productos .capa2 .parte4 .items .item {
  margin-top: -80px;
}
.productos .capa2 .parte4 .items .item p {
  width: 900px;
}
.productos .capa2 .parte4 hr {
  border: none;
  background-color: #fff;
  color: #fff;
  height: 1px;
  margin: -40px 0 30px 0;
}

.productos .capa2 .flecha {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  margin-bottom: 30px;
}
.productos .capa2 .flecha:hover {
  transform: scale(1.2);
  transition: 0.3s;
  cursor: pointer;
}
.productos .capa2 .flecha i {
  font-size: 25px;
  color: #fff;
}

@media screen and (max-width:767px){
    .productos .capa2 .parte4 h3,.productos .capa2 .parte4 .items .item{
        display: inline-block;
        width:100%;
    }
    .productos .capa2 .parte4 .items .item{
        margin: 0;
    }
.productos .capa2 .parte4 hr{
        margin: 20px 0px;
    }    
    .productos .capa2 .parte4 .items .item p{
        width: inherit;
    }
}

@media screen and (min-width: 768px) {
  .productos {
    height: 550px;
  }
  .productos .capa1 {
    height: 550px;
  }
  .productos .capa1 .contenido .titulo {
    font-size: 100px;
    letter-spacing: 1.5px;
  }
  .productos .capa2 {
    height: 550px;
    padding: 100px 40px 0 40px;
    background-size: cover;
  }
  .productos .capa2 .parte1 h3 {
    font-size: 68px;
  }
  .productos .capa2 .parte1 #impresion {
    margin-bottom: 0;
  }
  .productos .capa2 .parte1 span::after {
    content: " ";
    position: absolute;
    top: 35px !important;
    left: 0;
    width: 100px;
    border-bottom: 1px solid #fff;
  }
  .productos .capa2 .parte1 .items .item {
    width: 32%;
  }
  .productos .capa2 .parte2 h3 {
    font-size: 68px;
  }
  .productos .capa2 .parte3 h3 {
    font-size: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .productos {
    height: 600px;
  }
  .productos .capa1 {
    height: 600px;
  }
  .productos .capa2 {
    height: 600px;
    padding-left: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .productos {
    height: 1100px;
  }
  .productos .capa1 {
    height: 1100px;
  }
  .productos .capa2 {
    padding: 60px 20px 0 80px;
    height: 1100px;
  }
  .productos .capa2 .parte1 {
    max-width: 1440px !important;
  }
  .productos .capa2 .parte1 #fantasma {
    display: none;
  }
  .productos .capa2 .parte1 #impresion {
    display: none;
  }
  .productos .capa2 .parte1 #impresion2 {
    display: flex;
    align-items: center;
  }
  .productos .capa2 .parte1 #impresion2 span {
    display: block;
    border-right: 1px solid #fff;
    font-size: 24px !important;
    padding: 30px 50px 30px 0;
    margin-right: 50px;
    font-weight: 500;
  }
  .productos .capa2 .parte1 #impresion2 span::after {
    width: 0;
  }
  .productos .capa2 .parte1 .items {
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    text-align: left;
  }
  .productos .capa2 .parte1 .items .item img {
    transition: 0.3s ease-out all;
  }
  .productos .capa2 .parte1 .items .item img:hover {
    transform: scale(1.15);
    transition: 0.3s ease-out all;
  }
  .productos .capa2 .parte1 #acabado {
    display: none;
  }
  .productos .capa2 .parte1 #acabado2 {
    display: flex;
    align-items: center;
  }
  .productos .capa2 .parte1 #acabado2 span {
    display: block;
    border-right: 1px solid #fff;
    font-size: 24px !important;
    padding: 30px 56px 30px 0;
    margin-right: 50px;
    font-weight: 500;
  }
  .productos .capa2 .parte1 #acabado2 span::after {
    width: 0;
  }
  .productos .capa2 .parte2 {
    max-width: 1440px !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    height: 140px;
    margin-bottom: 32px;
  }
  .productos .capa2 .parte2 h3 {
    display: block;
    border-right: 1px solid #fff;
    padding: 14px 162px 34px 0;
  }
  .productos .capa2 .parte2 .items {
    margin-left: 60px;
  }
  .productos .capa2 .parte2 .items .item {
    margin-top: -20px;
  }
  .productos .capa2 .parte2 .items .item img {
    transition: 0.3s ease-out all;
  }
  .productos .capa2 .parte2 .items .item img:hover {
    transform: scale(1.15);
    transition: 0.3s ease-out all;
  }
  .productos .capa2 .parte2 .items .item #hanglory {
    width: 300px;
  }
  .productos .capa2 .parte3 {
    max-width: 1440px !important;
    display: flex;
    align-items: center;
    height: 140px;
  }
  .productos .capa2 .parte3 h3 {
    display: block;
    border-right: 1px solid #fff;
    padding: 14px 70px 34px 0;
  }
  .productos .capa2 .parte3 .items {
    margin-left: 60px;
  }
  .productos .capa2 .parte3 .items .item {
    margin-top: -20px;
  }
  .productos .capa2 .parte3 .items .item img {
    transition: 0.3s ease-out all;
  }
  .productos .capa2 .parte3 .items .item img:hover {
    transform: scale(1.15);
    transition: 0.3s ease-out all;
  }
  .productos .capa2 .parte3 .items .item #far {
    width: 300px;
  }
  
  /**VLEEKO**/
  .productos .capa2 .parte4 {
    max-width: 1440px !important;
    display: flex;
    align-items: center;
    height: 140px;
  }
  .productos .capa2 .parte4 h3 {
    display: block;
    border-right: 1px solid #fff;
    padding: 14px 70px 34px 0;
  }
  .productos .capa2 .parte4 .items {
    margin-left: 60px;
  }
  .productos .capa2 .parte4 .items .item {
    margin-top: -20px;
  }
  .productos .capa2 .parte4 .items .item img {
    transition: 0.3s ease-out all;
  }
  .productos .capa2 .parte4 .items .item img:hover {
    transform: scale(1.15);
    transition: 0.3s ease-out all;
  }
  .productos .capa2 .parte4 .items .item #far {
    width: 300px;
  }  
  
}
.clientes .bloque1 {
  background: rgb(226, 21, 40);
  background: linear-gradient(180deg, rgb(226, 21, 40) 0%, rgb(255, 98, 120) 100%);
  height: 450px;
  position: relative;
  overflow: hidden;
}
.clientes .bloque1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clientes .bloque1 .texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.clientes .bloque1 .texto h3 {
  color: #fff;
  font-family: "Abolition-Sharp-Bold";
  font-size: 35px;
}
.clientes .bloque1 .texto h1 {
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 2px;
  color: #fff;
  font-size: 100px;
  position: relative;
  margin-top: -20px;
}
.clientes .bloque1 .texto h1::after {
  position: absolute;
  left: 0px;
  top: 140px;
  content: "";
  width: 220px;
  border-bottom: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .clientes .bloque2 .acordeon .acordeon_item .contenido p {
    width: 420px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .clientes {
    height: 700px;
    display: flex;
    justify-content: space-between;
  }
  .clientes .bloque1 {
    width: 50%;
    height: auto;
  }
  .clientes .bloque1 .texto h3 {
    font-size: 43px;
  }
  .clientes .bloque1 .texto h1 {
    font-size: 116px !important;
    margin-top: -30px;
  }
  .clientes .bloque1 .texto h1::after {
    position: absolute;
    left: 0px;
    top: 155px;
    content: "";
    width: 260px;
    border-bottom: 2px solid #fff;
  }
  .clientes .bloque2 {
    width: 50%;
  }
}
.servicios {
  position: relative;
  height: 650px;
}
.servicios .capa1 {
  height: 650px;
  background: rgb(188, 189, 189);
  background: linear-gradient(270deg, rgb(188, 189, 189) 0%, rgb(255, 255, 255) 74%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 20px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s;
  z-index: 1 !important;
}
.servicios .capa1 .contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.servicios .capa1 .contenido .titulo {
  font-family: "Abolition-Sharp-Bold";
  font-size: 70px;
  color: #000;
  letter-spacing: 1.3px;
  margin-bottom: 30px;
}
.servicios .capa1 .contenido .flecha {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.servicios .capa1 .contenido .flecha:hover {
  transform: scale(1.2);
  transition: 0.3s;
  cursor: pointer;
}
.servicios .capa1 .contenido .flecha i {
  font-size: 25px;
  color: #000;
}
.servicios .capa2 {
  height: 650px;
  background: rgb(188, 189, 189);
  background: linear-gradient(270deg, rgb(188, 189, 189) 0%, rgb(255, 255, 255) 74%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 20px 0 20px;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  z-index: 1 !important;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: 0.3s;
}
.servicios .capa2 .servicios {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  height: 200px;
}
.servicios .capa2 .servicios span {
  display: block;
  font-family: "Abolition-Sharp-Bold";
  font-size: 32px;
  color: #000;
  letter-spacing: 1.3px;
  margin-bottom: 34px;
  cursor: pointer;
}
.servicios .capa2 .servicios .flecha {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.servicios .capa2 .servicios .flecha:hover {
  transform: scale(1.2);
  transition: 0.3s;
  cursor: pointer;
}
.servicios .capa2 .servicios .flecha i {
  font-size: 25px;
  color: #000;
}
.servicios .capa3 {
  height: 650px;
  background-color: #fff;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  position: fixed;
  color: #fff;
  overflow: scroll;
  box-sizing: border-box;
  transition: 0.3s;
}
.servicios .capa3 .bloque1 {
  height: 400px;
  background: rgb(226, 21, 40);
  background: linear-gradient(270deg, rgb(226, 21, 40) 0%, rgb(255, 97, 119) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.servicios .capa3 .bloque1 .contenido {
  position: absolute;
  top: 52.5%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.servicios .capa3 .bloque1 .contenido .texto {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}
.servicios .capa3 .bloque1 .contenido .texto span {
  font-family: "Abolition-Sharp-Bold";
  font-size: 40px;
  letter-spacing: 1.3px;
  margin-top: -10px;
}
.servicios .capa3 .bloque1 .contenido .flecha {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: auto;
}
.servicios .capa3 .bloque1 .contenido .flecha:hover {
  transform: scale(1.2);
  transition: 0.3s;
  cursor: pointer;
}
.servicios .capa3 .bloque1 .contenido .flecha i {
  font-size: 25px;
  color: #fff;
}
.servicios .capa3 .bloque2 {
  padding: 30px 0;
}
.servicios .capa3 .bloque2 .contenedor .parte1 h1 {
  color: #db1528;
  text-align: center;
  font-size: 42px;
  margin-bottom: 40px;
}
.servicios .capa3 .bloque2 .contenedor .parte1 .items .item {
  margin-bottom: 25px;
}
.servicios .capa3 .bloque2 .contenedor .parte1 .items .item img {
  display: block;
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
}
.servicios .capa3 .bloque2 .contenedor .parte1 .items .item p {
  display: block;
  margin: auto;
  width: 140px;
  color: #000;
  text-transform: none;
  text-align: center;
}
.servicios .capa3 .bloque2 .contenedor .parte2 .lado1 h1 {
  color: #db1528;
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
}
.servicios .capa3 .bloque2 .contenedor .parte2 .lado1 ul {
  margin-bottom: 20px;
}
.servicios .capa3 .bloque2 .contenedor .parte2 .lado1 ul li {
  color: #000;
  line-height: 2;
}
.servicios .capa3 .bloque2 .contenedor .parte2 .lado1 ul li i {
  color: #db1528;
  font-size: 12px;
  margin-right: 10px;
}
.servicios .capa3 .bloque2 .contenedor .parte2 .lado1 a {
  color: #fff;
  font-family: "Abolition-Sharp-Bold";
  font-size: 26px;
  letter-spacing: 1.3px;
  padding: 10px 15px;
  text-decoration: none;
  background: rgb(226, 21, 40);
  background: radial-gradient(circle, rgb(226, 21, 40) 0%, rgb(255, 98, 120) 100%);
}
.servicios .capa3 .bloque2 .contenedor .parte2 .lado2 img {
  margin-top: 30px;
}
.servicios .capa3 .bloque2 .contenedor .parte2 .lado2 button {
  margin-top: 5px;
  display: block;
  width: 100%;
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 1.1px;
  background: rgb(226, 21, 40);
  background: radial-gradient(circle, rgb(226, 21, 40) 0%, rgb(255, 98, 120) 100%);
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  border-radius: 2px;
  transition: 0.3s;
  text-shadow: none;
  border: none;
}
.servicios .capa3 .bloque2 .contenedor .parte2 .lado2 button:hover {
  background: #db1528;
  color: #fff;
  transition: 0.3s;
  box-shadow: 5px 5px 5px 0px rgb(143, 143, 143);
}
.servicios .capa4 {
  height: 650px;
  background-color: #fff;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  position: fixed;
  color: #fff;
  overflow: scroll;
  box-sizing: border-box;
  transition: 0.3s;
}
.servicios .capa4 .bloque1 {
  height: 400px;
  background: rgb(0, 85, 161);
  background: linear-gradient(270deg, rgb(0, 85, 161) 0%, rgb(23, 132, 195) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.servicios .capa4 .bloque1 .contenido {
  position: absolute;
  top: 52.5%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.servicios .capa4 .bloque1 .contenido .texto {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}
.servicios .capa4 .bloque1 .contenido .texto span {
  font-family: "Abolition-Sharp-Bold";
  font-size: 40px;
  letter-spacing: 1.3px;
  margin-top: -10px;
}
.servicios .capa4 .bloque1 .contenido .flecha {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: auto;
}
.servicios .capa4 .bloque1 .contenido .flecha:hover {
  transform: scale(1.2);
  transition: 0.3s;
  cursor: pointer;
}
.servicios .capa4 .bloque1 .contenido .flecha i {
  font-size: 25px;
  color: #fff;
}
.servicios .capa4 .bloque2 {
  padding: 30px 0;
}
.servicios .capa4 .bloque2 .contenedor .parte1 h1 {
  color: #0055a1;
  text-align: center;
  font-size: 42px;
  margin-bottom: 40px;
}
.servicios .capa4 .bloque2 .contenedor .parte1 .items .item {
  margin-bottom: 25px;
}
.servicios .capa4 .bloque2 .contenedor .parte1 .items .item img {
  display: block;
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
}
.servicios .capa4 .bloque2 .contenedor .parte1 .items .item p {
  display: block;
  margin: auto;
  width: 140px;
  color: #000;
  text-transform: none;
  text-align: center;
}
.servicios .capa4 .bloque2 .contenedor .parte2 .lado1 h1 {
  color: #0055a1;
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
}
.servicios .capa4 .bloque2 .contenedor .parte2 .lado1 ul {
  margin-bottom: 20px;
}
.servicios .capa4 .bloque2 .contenedor .parte2 .lado1 ul li {
  color: #000;
  line-height: 2;
}
.servicios .capa4 .bloque2 .contenedor .parte2 .lado1 ul li i {
  color: #0055a1;
  font-size: 12px;
  margin-right: 10px;
}
.servicios .capa4 .bloque2 .contenedor .parte2 .lado1 a {
  color: #fff;
  font-family: "Abolition-Sharp-Bold";
  font-size: 26px;
  letter-spacing: 1.3px;
  padding: 10px 15px;
  text-decoration: none;
  background: rgb(0, 85, 161);
  background: linear-gradient(180deg, rgb(0, 85, 161) 0%, rgb(23, 132, 195) 100%);
}
.servicios .capa4 .bloque2 .contenedor .parte2 .lado2 img {
  margin-top: 30px;
}
.servicios .capa4 .bloque2 .contenedor .parte2 .lado2 button {
  margin-top: 5px;
  display: block;
  width: 100%;
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 1.1px;
  background: rgb(0, 85, 161);
  background: linear-gradient(180deg, rgb(0, 85, 161) 0%, rgb(23, 132, 195) 100%);
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  border-radius: 2px;
  transition: 0.3s;
  text-shadow: none;
  border: none;
}
.servicios .capa4 .bloque2 .contenedor .parte2 .lado2 button:hover {
  background: #0055a1;
  color: #fff;
  transition: 0.3s;
  box-shadow: 5px 5px 5px 0px rgb(143, 143, 143);
}
.servicios .capa5 {
  height: 650px;
  background-color: #fff;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  position: fixed;
  color: #fff;
  overflow: scroll;
  box-sizing: border-box;
  transition: 0.3s;
}
.servicios .capa5 .bloque1 {
  height: 400px;
  background: rgb(0, 140, 57);
  background: linear-gradient(270deg, rgb(0, 140, 57) 0%, rgb(117, 189, 145) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.servicios .capa5 .bloque1 .contenido {
  position: absolute;
  top: 52.5%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.servicios .capa5 .bloque1 .contenido .texto {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}
.servicios .capa5 .bloque1 .contenido .texto span {
  font-family: "Abolition-Sharp-Bold";
  font-size: 40px;
  letter-spacing: 1.3px;
  margin-top: -10px;
}
.servicios .capa5 .bloque1 .contenido .flecha {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: auto;
}
.servicios .capa5 .bloque1 .contenido .flecha:hover {
  transform: scale(1.2);
  transition: 0.3s;
  cursor: pointer;
}
.servicios .capa5 .bloque1 .contenido .flecha i {
  font-size: 25px;
  color: #fff;
}
.servicios .capa5 .bloque2 {
  padding: 30px 0;
}
.servicios .capa5 .bloque2 .contenedor .parte1 h1 {
  color: #008539;
  text-align: center;
  font-size: 42px;
  margin-bottom: 40px;
}
.servicios .capa5 .bloque2 .contenedor .parte1 .items .item {
  margin-bottom: 25px;
}
.servicios .capa5 .bloque2 .contenedor .parte1 .items .item img {
  display: block;
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
}
.servicios .capa5 .bloque2 .contenedor .parte1 .items .item p {
  display: block;
  margin: auto;
  width: 140px;
  color: #000;
  text-transform: none;
  text-align: center;
}
.servicios .capa5 .bloque2 .contenedor .parte2 .lado1 h1 {
  color: #008539;
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
}
.servicios .capa5 .bloque2 .contenedor .parte2 .lado1 ul {
  margin-bottom: 20px;
}
.servicios .capa5 .bloque2 .contenedor .parte2 .lado1 ul li {
  color: #000;
  line-height: 2;
}
.servicios .capa5 .bloque2 .contenedor .parte2 .lado1 ul li i {
  color: #008539;
  font-size: 12px;
  margin-right: 10px;
}
.servicios .capa5 .bloque2 .contenedor .parte2 .lado1 a {
  color: #fff;
  font-family: "Abolition-Sharp-Bold";
  font-size: 26px;
  letter-spacing: 1.3px;
  padding: 10px 15px;
  text-decoration: none;
  background: rgb(0, 133, 57);
  background: linear-gradient(180deg, rgb(0, 133, 57) 0%, rgb(117, 189, 145) 100%);
}
.servicios .capa5 .bloque2 .contenedor .parte2 .lado2 img {
  margin-top: 30px;
}
.servicios .capa5 .bloque2 .contenedor .parte2 .lado2 button {
  margin-top: 5px;
  display: block;
  width: 100%;
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 1.1px;
  background: rgb(0, 133, 57);
  background: linear-gradient(180deg, rgb(0, 133, 57) 0%, rgb(117, 189, 145) 100%);
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  border-radius: 2px;
  transition: 0.3s;
  text-shadow: none;
  border: none;
}
.servicios .capa5 .bloque2 .contenedor .parte2 .lado2 button:hover {
  background: #008539;
  color: #fff;
  transition: 0.3s;
  box-shadow: 5px 5px 5px 0px rgb(143, 143, 143);
}

@media screen and (min-width: 768px) {
  .servicios .trapecio {
    z-index: unset;
  }
  .servicios .capa2 .servicios {
    top: 40%;
  }
  .servicios .capa2 .servicios span {
    font-size: 40px !important;
  }
  .servicios .capa3,
.servicios .capa4,
.servicios .capa5 {
    z-index: 100 !important;
  }
  .servicios .capa3 .bloque1 .contenido .texto span,
.servicios .capa4 .bloque1 .contenido .texto span,
.servicios .capa5 .bloque1 .contenido .texto span {
    font-size: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .servicios {
    height: 700px;
  }
  .servicios .capa1 {
    height: 700px;
  }
  .servicios .capa1 .contenido .titulo {
    font-size: 90px;
  }
  .servicios .capa2 {
    height: 700px;
  }
  .servicios .capa3,
.servicios .capa4,
.servicios .capa5 {
    display: flex;
    overflow: hidden;
    z-index: 99999 !important;
  }
  .servicios .capa3 .bloque1,
.servicios .capa4 .bloque1,
.servicios .capa5 .bloque1 {
    width: 30%;
    height: 100%;
  }
  .servicios .capa3 .bloque2,
.servicios .capa4 .bloque2,
.servicios .capa5 .bloque2 {
    padding: 80px 0;
    width: 70%;
  }
  .servicios .capa3 .bloque2 .contenedor .parte1,
.servicios .capa4 .bloque2 .contenedor .parte1,
.servicios .capa5 .bloque2 .contenedor .parte1 {
    margin-bottom: 60px;
  }
  .servicios .capa3 .bloque2 .contenedor .parte1 h1,
.servicios .capa4 .bloque2 .contenedor .parte1 h1,
.servicios .capa5 .bloque2 .contenedor .parte1 h1 {
    font-size: 58px;
    text-align: center;
  }
  .servicios .capa3 .bloque2 .contenedor .parte1 .items,
.servicios .capa4 .bloque2 .contenedor .parte1 .items,
.servicios .capa5 .bloque2 .contenedor .parte1 .items {
    display: flex;
    justify-content: center;
  }
  .servicios .capa3 .bloque2 .contenedor .parte1 .items .item,
.servicios .capa4 .bloque2 .contenedor .parte1 .items .item,
.servicios .capa5 .bloque2 .contenedor .parte1 .items .item {
    margin-right: 80px;
  }
  .servicios .capa3 .bloque2 .contenedor .parte1 .items .item img,
.servicios .capa4 .bloque2 .contenedor .parte1 .items .item img,
.servicios .capa5 .bloque2 .contenedor .parte1 .items .item img {
    margin-bottom: 15px !important;
  }
  .servicios .capa3 .bloque2 .contenedor .parte1 .items .item p,
.servicios .capa4 .bloque2 .contenedor .parte1 .items .item p,
.servicios .capa5 .bloque2 .contenedor .parte1 .items .item p {
    font-size: 17px !important;
    display: block;
    width: 180px !important;
  }
  .servicios .capa3 .bloque2 .contenedor .parte2,
.servicios .capa4 .bloque2 .contenedor .parte2,
.servicios .capa5 .bloque2 .contenedor .parte2 {
    display: flex;
    padding: 0 80px;
  }
  .servicios .capa3 .bloque2 .contenedor .parte2 .lado1,
.servicios .capa4 .bloque2 .contenedor .parte2 .lado1,
.servicios .capa5 .bloque2 .contenedor .parte2 .lado1 {
    width: 50%;
  }
  .servicios .capa3 .bloque2 .contenedor .parte2 .lado1 ul li,
.servicios .capa4 .bloque2 .contenedor .parte2 .lado1 ul li,
.servicios .capa5 .bloque2 .contenedor .parte2 .lado1 ul li {
    font-size: 17px !important;
    line-height: 2.5 !important;
  }
  .servicios .capa3 .bloque2 .contenedor .parte2 .lado1 h1,
.servicios .capa4 .bloque2 .contenedor .parte2 .lado1 h1,
.servicios .capa5 .bloque2 .contenedor .parte2 .lado1 h1 {
    font-size: 48px;
    padding-right: 130px !important;
  }
  .servicios .capa3 .bloque2 .contenedor .parte2 .lado2,
.servicios .capa4 .bloque2 .contenedor .parte2 .lado2,
.servicios .capa5 .bloque2 .contenedor .parte2 .lado2 {
    width: 50%;
  }
  .servicios .capa3 .bloque2 .contenedor .parte2 .lado2 img,
.servicios .capa4 .bloque2 .contenedor .parte2 .lado2 img,
.servicios .capa5 .bloque2 .contenedor .parte2 .lado2 img {
    width: 400px;
  }
  .servicios .capa3 .bloque2 .contenedor .parte2 .lado2 button,
.servicios .capa4 .bloque2 .contenedor .parte2 .lado2 button,
.servicios .capa5 .bloque2 .contenedor .parte2 .lado2 button {
    display: none;
  }
}
.mapa {
  position: relative;
  height: auto;
  background: rgb(0, 85, 161);
  background: linear-gradient(180deg, rgb(0, 85, 161) 0%, rgb(23, 132, 195) 100%);
  padding: 80px 0 40px 0;
  overflow: hidden;
}
.mapa .area {
  display: none;
}
.mapa .trapecio {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mapa .trapecio img {
  display: block;
  margin: auto;
  width: 140px;
}
.mapa .grafismo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.mapa .grafismo img {
  display: block;
  margin: auto;
  width: 1500px;
}
.mapa .contenedor .lado1 {
  margin-bottom: 30px;
}
.mapa .contenedor .lado1 img {
  position: relative;
  z-index: 99 !important;
}
.mapa .contenedor .lado2 h1 {
  font-family: "Abolition-Sharp-Bold";
  font-size: 40px;
  color: #fff;
  letter-spacing: 1.3px;
  margin-bottom: 30px;
  position: relative;
}
.mapa .contenedor .lado2 h1::after {
  position: absolute;
  left: 0px;
  top: 60px;
  content: "";
  width: 170px;
  border-bottom: 2px solid #fff !important;
}
.mapa .contenedor .lado2 p {
  text-align: justify;
  color: #fff;
}
.mapa .contenedor .lado2 p span {
  font-weight: 900;
}
.mapa .contenedor .lado2 .presencia {
  margin-top: 30px;
  display: flex;
}
.mapa .contenedor .lado2 .presencia .lado1 {
  display: flex;
  flex-direction: column;
  margin-right: 26px;
}
.mapa .contenedor .lado2 .presencia .lado1 span i {
  font-size: 7px;
  color: #db1528;
  margin-right: 10px;
}
.mapa .contenedor .lado2 .presencia .lado2 {
  display: flex;
  flex-direction: column;
}
.mapa .contenedor .lado2 .presencia .lado2 span i {
  font-size: 7px;
  color: #0055a1;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .mapa {
    position: relative;
  }
  .mapa .area {
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 960px;
    max-width: 960px !important;
    margin: auto !important;
    height: 1030px;
    z-index: 999 !important;
  }
  .mapa .area .baja_california {
    position: absolute;
    top: 35px;
    left: -105px;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .baja_california .map-pointer__bg {
    background: #008539;
  }
  .mapa .area .baja_california .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .area .gatillo_baja_california {
    position: absolute;
    top: 108px;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .monterrey {
    position: absolute;
    top: 96px;
    left: 110px;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .monterrey .map-pointer__bg {
    background: #008539;
  }
  .mapa .area .monterrey .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .area .gatillo_monterrey {
    position: absolute;
    top: 173px;
    left: 200px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .guanajuato {
    position: absolute;
    top: 155px;
    left: 94px;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .guanajuato .map-pointer__bg {
    background: #008539;
  }
  .mapa .area .guanajuato .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .area .gatillo_guanajuato {
    position: absolute;
    top: 231px;
    left: 188px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .jalisco {
    position: absolute;
    top: 166px;
    left: 84px;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .jalisco .map-pointer__bg {
    background: #008539;
  }
  .mapa .area .jalisco .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .area .gatillo_jalisco {
    position: absolute;
    top: 241px;
    left: 154px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .cdmx {
    position: absolute;
    top: 185px;
    left: 155px;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .cdmx .map-pointer__bg {
    background: #008539;
  }
  .mapa .area .cdmx .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .area .gatillo_cdmx {
    position: absolute;
    top: 261px;
    left: 210px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .puebla {
    position: absolute;
    top: 193px;
    left: 160px;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .puebla .map-pointer__bg {
    background: #008539;
  }
  .mapa .area .puebla .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .area .gatillo_puebla {
    position: absolute;
    top: 267px;
    left: 226px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .yucatan {
    position: absolute;
    top: 162px;
    left: 267px;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .yucatan .map-pointer__bg {
    background: #008539;
  }
  .mapa .area .yucatan .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .area .gatillo_yucatan {
    position: absolute;
    top: 236px;
    left: 339px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .chihuahua {
    position: absolute;
    top: 50px;
    left: 38px;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .chihuahua .map-pointer__bg {
    background: #008539;
  }
  .mapa .area .chihuahua .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .area .gatillo_chihuahua {
    position: absolute;
    top: 125px;
    left: 123px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .ecuador {
    position: absolute;
    top: 450px;
    left: 407px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .ecuador .map-pointer__bg {
    background: #db1528;
  }
  .mapa .area .ecuador .map-pointer__bg:after {
    background: #db1528;
  }
  .mapa .area .gatillo_ecuador {
    position: absolute;
    top: 526px;
    left: 481px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .colombia {
    position: absolute;
    top: 398px;
    left: 457px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .colombia .map-pointer__bg {
    background: #db1528;
  }
  .mapa .area .colombia .map-pointer__bg:after {
    background: #db1528;
  }
  .mapa .area .gatillo_colombia {
    position: absolute;
    top: 473px;
    left: 537px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .venezuela {
    position: absolute;
    top: 345px;
    left: 534px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .venezuela .map-pointer__bg {
    background: #db1528;
  }
  .mapa .area .venezuela .map-pointer__bg:after {
    background: #db1528;
  }
  .mapa .area .gatillo_venezuela {
    position: absolute;
    top: 421px;
    left: 620px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .puerto_rico {
    position: absolute;
    top: 188px;
    left: 510px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .puerto_rico .map-pointer__bg {
    background: #db1528;
  }
  .mapa .area .puerto_rico .map-pointer__bg:after {
    background: #db1528;
  }
  .mapa .area .gatillo_puerto_rico {
    position: absolute;
    top: 263px;
    left: 603px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .costa_rica {
    position: absolute;
    top: 315px;
    left: 313px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .costa_rica .map-pointer__bg {
    background: #0055a1;
  }
  .mapa .area .costa_rica .map-pointer__bg:after {
    background: #0055a1;
  }
  .mapa .area .gatillo_costa_rica {
    position: absolute;
    top: 389px;
    left: 402px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .guatemala {
    position: absolute;
    top: 237px;
    left: 225px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .guatemala .map-pointer__bg {
    background: #0055a1;
  }
  .mapa .area .guatemala .map-pointer__bg:after {
    background: #0055a1;
  }
  .mapa .area .gatillo_guatemala {
    position: absolute;
    top: 314px;
    left: 313px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .honduras {
    position: absolute;
    top: 242px;
    left: 287px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .honduras .map-pointer__bg {
    background: #0055a1;
  }
  .mapa .area .honduras .map-pointer__bg:after {
    background: #0055a1;
  }
  .mapa .area .gatillo_honduras {
    position: absolute;
    top: 318px;
    left: 367px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .area .cuba {
    position: absolute;
    top: 150px;
    left: 428px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  .mapa .area .cuba .map-pointer__bg {
    background: #0055a1;
  }
  .mapa .area .cuba .map-pointer__bg:after {
    background: #0055a1;
  }
  .mapa .area .gatillo_cuba {
    position: absolute;
    top: 225px;
    left: 480px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 img {
    display: block;
    margin: auto;
    width: 960px !important;
    max-width: 960px !important;
  }
  .mapa .contenedor .lado2 .presencia {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .mapa .contenedor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-width: 1144px;
    max-width: 1144px;
  }
  .mapa .contenedor .lado1 {
    width: 50%;
    position: relative;
  }
  .mapa .contenedor .lado1 .area {
    width: 100%;
  }
  .mapa .contenedor .lado1 .area .baja_california {
    position: absolute;
    top: -60px;
    left: -115px;
  }
  .mapa .contenedor .lado1 .area .baja_california .map-pointer__bg {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .baja_california .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .gatillo_baja_california {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .monterrey {
    position: absolute;
    top: -20px;
    left: 28px;
  }
  .mapa .contenedor .lado1 .area .monterrey .map-pointer__bg {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .monterrey .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .gatillo_monterrey {
    position: absolute;
    top: 54px;
    left: 115px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .guanajuato {
    position: absolute;
    top: 13px;
    left: 15px;
  }
  .mapa .contenedor .lado1 .area .guanajuato .map-pointer__bg {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .guanajuato .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .gatillo_guanajuato {
    position: absolute;
    top: 90px;
    left: 110px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .jalisco {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .mapa .contenedor .lado1 .area .jalisco .map-pointer__bg {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .jalisco .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .gatillo_jalisco {
    position: absolute;
    top: 94px;
    left: 90px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .cdmx {
    position: absolute;
    top: 33px;
    left: 67px;
  }
  .mapa .contenedor .lado1 .area .cdmx .map-pointer__bg {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .cdmx .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .gatillo_cdmx {
    position: absolute;
    top: 107px;
    left: 120px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .puebla {
    position: absolute;
    top: 36px;
    left: 67px;
  }
  .mapa .contenedor .lado1 .area .puebla .map-pointer__bg {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .puebla .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .gatillo_puebla {
    position: absolute;
    top: 110px;
    left: 132px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .yucatan {
    position: absolute;
    top: 18px;
    left: 126px;
  }
  .mapa .contenedor .lado1 .area .yucatan .map-pointer__bg {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .yucatan .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .gatillo_yucatan {
    position: absolute;
    top: 92px;
    left: 198px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .chihuahua {
    position: absolute;
    top: -50px;
    left: -15px;
  }
  .mapa .contenedor .lado1 .area .chihuahua .map-pointer__bg {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .chihuahua .map-pointer__bg:after {
    background: #008539;
  }
  .mapa .contenedor .lado1 .area .gatillo_chihuahua {
    position: absolute;
    top: 25px;
    left: 70px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0055a1;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .ecuador {
    position: absolute;
    top: 187px;
    left: 208px;
    z-index: 1;
  }
  .mapa .contenedor .lado1 .area .ecuador .map-pointer__bg {
    background: #db1528;
  }
  .mapa .contenedor .lado1 .area .ecuador .map-pointer__bg:after {
    background: #db1528;
  }
  .mapa .contenedor .lado1 .area .gatillo_ecuador {
    position: absolute;
    top: 263px;
    left: 282px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .colombia {
    position: absolute;
    top: 157px;
    left: 238px;
    z-index: 1;
  }
  .mapa .contenedor .lado1 .area .colombia .map-pointer__bg {
    background: #db1528;
  }
  .mapa .contenedor .lado1 .area .colombia .map-pointer__bg:after {
    background: #db1528;
  }
  .mapa .contenedor .lado1 .area .gatillo_colombia {
    position: absolute;
    top: 232px;
    left: 318px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .venezuela {
    position: absolute;
    top: 127px;
    left: 281px;
    z-index: 1;
  }
  .mapa .contenedor .lado1 .area .venezuela .map-pointer__bg {
    background: #db1528;
  }
  .mapa .contenedor .lado1 .area .venezuela .map-pointer__bg:after {
    background: #db1528;
  }
  .mapa .contenedor .lado1 .area .gatillo_venezuela {
    position: absolute;
    top: 202px;
    left: 367px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .puerto_rico {
    position: absolute;
    top: 32px;
    left: 262px;
    z-index: 1;
  }
  .mapa .contenedor .lado1 .area .puerto_rico .map-pointer__bg {
    background: #db1528;
  }
  .mapa .contenedor .lado1 .area .puerto_rico .map-pointer__bg:after {
    background: #db1528;
  }
  .mapa .contenedor .lado1 .area .gatillo_puerto_rico {
    position: absolute;
    top: 107px;
    left: 357px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .costa_rica {
    position: absolute;
    top: 108px;
    left: 149px;
    z-index: 1;
  }
  .mapa .contenedor .lado1 .area .costa_rica .map-pointer__bg {
    background: #0055a1;
  }
  .mapa .contenedor .lado1 .area .costa_rica .map-pointer__bg:after {
    background: #0055a1;
  }
  .mapa .contenedor .lado1 .area .gatillo_costa_rica {
    position: absolute;
    top: 182px;
    left: 236px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .guatemala {
    position: absolute;
    top: 64px;
    left: 95px;
    z-index: 1;
  }
  .mapa .contenedor .lado1 .area .guatemala .map-pointer__bg {
    background: #0055a1;
  }
  .mapa .contenedor .lado1 .area .guatemala .map-pointer__bg:after {
    background: #0055a1;
  }
  .mapa .contenedor .lado1 .area .gatillo_guatemala {
    position: absolute;
    top: 138px;
    left: 184px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .honduras {
    position: absolute;
    top: 65px;
    left: 135px;
    z-index: 1;
  }
  .mapa .contenedor .lado1 .area .honduras .map-pointer__bg {
    background: #0055a1;
  }
  .mapa .contenedor .lado1 .area .honduras .map-pointer__bg:after {
    background: #0055a1;
  }
  .mapa .contenedor .lado1 .area .gatillo_honduras {
    position: absolute;
    top: 140px;
    left: 215px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 .area .cuba {
    position: absolute;
    top: 12px;
    left: 230px;
    z-index: 1;
  }
  .mapa .contenedor .lado1 .area .cuba .map-pointer__bg {
    background: #0055a1;
  }
  .mapa .contenedor .lado1 .area .cuba .map-pointer__bg:after {
    background: #0055a1;
  }
  .mapa .contenedor .lado1 .area .gatillo_cuba {
    position: absolute;
    top: 87px;
    left: 282px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
  }
  .mapa .contenedor .lado1 img {
    width: 100% !important;
  }
  .mapa .contenedor .lado2 {
    width: 50%;
  }
  .mapa .contenedor .lado2 h1 {
    font-size: 80px !important;
    margin-top: -100px;
    margin-left: 60px;
  }
  .mapa .contenedor .lado2 h1::after {
    position: absolute;
    left: 0px;
    top: 120px;
    content: "";
    width: 340px;
    border-bottom: 2px solid #008539;
  }
  .mapa .contenedor .lado2 p {
    position: relative !important;
    z-index: 9999 !important;
    margin-left: 60px;
  }
}
.alianzas2 .bloque1 {
  background: rgb(226, 21, 40);
  background: linear-gradient(180deg, rgb(226, 21, 40) 0%, rgb(255, 98, 120) 100%);
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.alianzas2 .bloque1 img {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.alianzas2 .bloque1 h1 {
  font-family: "Abolition-Sharp-Bold";
  letter-spacing: 2px;
  color: #fff;
  font-size: 80px;
  position: relative;
  margin-top: -20px;
  line-height: 1;
  margin-bottom: 50px;
}
.alianzas2 .bloque1 h1::after {
  position: absolute;
  left: 0;
  top: 185px;
  content: "";
  width: 210px;
  border-bottom: 2px solid #fff;
}
.alianzas2 .bloque1 p {
  color: #fff;
}
.alianzas2 .bloque1 p span {
  font-weight: 900;
}
.alianzas2 .bloque2 {
  background: linear-gradient(180deg, rgb(220, 229, 237) 0%, rgb(255, 255, 255) 100%);
  padding: 10px 0;
}
.alianzas2 .bloque2 .owl-carousel .item {
  display: flex;
  width: 150px;
  height: 150px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.alianzas2 .bloque2 .owl-carousel .item img {
  width: 100%;
}
.alianzas2 .bloque2 .owl-carousel .item .logo01 {
  box-sizing: border-box;
}
.alianzas2 .bloque2 .owl-carousel .item .logo02 {
  box-sizing: border-box;
}
.alianzas2 .bloque2 .owl-carousel .item .logo03 {
  padding: 10px;
  box-sizing: border-box;
}
.alianzas2 .bloque2 .owl-carousel .item .logo05 {
  box-sizing: border-box;
}
.alianzas2 .bloque2 .owl-carousel .item .logo06 {
  padding: 10px;
  box-sizing: border-box;
}
.alianzas2 .bloque2 .owl-carousel .item .logo07 {
  padding: 10px;
  box-sizing: border-box;
}
.alianzas2 .bloque2 .owl-carousel .item .logo08 {
  padding: 10px;
  box-sizing: border-box;
}
.alianzas2 .bloque2 .owl-carousel .item .logo09 {
  padding: 15px;
  box-sizing: border-box;
}
.alianzas2 .bloque2 .owl-carousel .item .logo10 {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .alianzas2 .bloque1 {
    padding: 80px 0;
  }
  .alianzas2 .bloque1 h1 {
    font-family: "Abolition-Sharp-Bold";
    letter-spacing: 2px;
    color: #fff;
    font-size: 80px;
    position: relative;
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 50px;
  }
  .alianzas2 .bloque1 h1::after {
    position: absolute;
    left: 0;
    top: 105px;
    content: "";
    width: 210px;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .alianzas2 .bloque1 {
    padding: 100px 0;
  }
  .alianzas2 .bloque1 h1 {
    font-size: 90px !important;
  }
  .alianzas2 .bloque1 h1::after {
    position: absolute;
    left: 0px;
    top: 115px;
    content: "";
    width: 330px;
    border-bottom: 2px solid #fff;
  }
  .alianzas2 .bloque1 p {
    margin-top: 70px;
    width: 700px;
  }
  .alianzas2 .bloque2 {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .alianzas2 .bloque1 {
    padding: 160px 0;
  }
  .alianzas2 .bloque1 h1 {
    font-size: 100px !important;
  }
  .alianzas2 .bloque1 h1::after {
    position: absolute;
    left: 0px;
    top: 145px;
    content: "";
    width: 330px;
    border-bottom: 2px solid #fff;
  }
  .alianzas2 .bloque1 p {
    margin-top: 70px;
    width: 700px;
  }
  .alianzas2 .bloque2 {
    padding: 30px 0;
  }
}

.contacto {
  padding: 40px 0;
  height: auto;
  background: #E2E2E2;
  position: relative;
}
.contacto .grafismo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  overflow: hidden;
}
.contacto .grafismo img {
  width: 800px;
}
.contacto .contenedor {
  position: relative;
}
.contacto .contenedor .lado1 {
  margin-bottom: 20px;
}
.contacto .contenedor .lado1 h1 {
  font-family: "Abolition-Sharp-Bold";
  font-size: 38px;
  color: #0055a1;
  margin-bottom: 20px;
}
.contacto .contenedor .lado1 form input {
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #1784C3;
  transition: 0.3s ease-in;
}
.contacto .contenedor .lado1 form input:hover {
  transition: 0.3s ease-in;
  border: 1px solid #0055A1;
  box-shadow: 0px 3px 10px 2px rgba(23, 132, 195, 0.4);
}
.contacto .contenedor .lado1 form textarea {
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #1784C3;
  transition: 0.3s ease-in;
}
.contacto .contenedor .lado1 form textarea:hover {
  transition: 0.3s ease-in;
  border: 1px solid #0055A1;
  box-shadow: 0px 3px 10px 2px rgba(23, 132, 195, 0.4);
}
.contacto .contenedor .lado1 form .pie {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacto .contenedor .lado1 form .pie .enviar {
  width: 140px;
  color: #fff;
  font-family: "Abolition-Sharp-Bold";
  font-size: 24px;
  letter-spacing: 1.3px;
  padding: 8px 15px;
  text-decoration: none;
  background: rgb(0, 85, 161);
  background: linear-gradient(180deg, rgb(0, 85, 161) 0%, rgb(23, 132, 195) 100%);
}
.contacto .contenedor .lado1 form .pie .social i {
  color: #0055a1;
  font-size: 21px;
  margin-right: 12px;
}
.contacto .contenedor .lado2 a {
  display: block;
  font-family: "Abolition-Sharp-Bold";
  font-size: 30px;
  color: #0055a1;
  margin-bottom: 8px;
  text-decoration: none;
}
.contacto .contenedor .lado2 .datos {
  margin-top: 20px;
}
.contacto .contenedor .lado2 .datos .item {
  margin-bottom: 10px;
}
.contacto .contenedor .lado2 .datos .item .titulo {
  display: flex;
  align-items: center;
}
.contacto .contenedor .lado2 .datos .item .titulo i {
  font-size: 20px;
  margin-right: 8px;
  margin-top: 5px;
}
.contacto .contenedor .lado2 .datos .item .titulo span {
  font-family: "Abolition-Sharp-Bold";
  font-size: 32px;
}
.contacto .contenedor .lado2 .datos .item .small {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.contacto .contenedor .lado2 .direccion .titulo {
  display: flex;
  align-items: center;
}
.contacto .contenedor .lado2 .direccion .titulo i {
  font-size: 20px;
  margin-right: 8px;
  margin-top: 5px;
}
.contacto .contenedor .lado2 .direccion .titulo span {
  font-family: "Abolition-Sharp-Bold";
  font-size: 32px;
}
.contacto .contenedor .lado2 .direccion .small {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.contacto .contenedor .lado2 .direccion .small span {
  font-size: 14px;
  margin-bottom: 5px;
}
.contacto .contenedor .lado2 .direccion .small span strong {
  font-weight: 900;
}
.contacto .contenedor .lado2 .leyenda {
  margin-top: 25px;
  text-align: center;
}
.contacto .contenedor .lado2 .leyenda span {
  font-family: "Abolition-Sharp-Bold";
  font-size: 32px;
  color: #444442;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .contacto .contenedor .lado2 a {
    font-size: 30px !important;
  }
  .contacto .contenedor .datos {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
  }
  .contacto .contenedor .datos .item {
    margin-right: 30px;
  }
  .contacto .contenedor .datos .item .titulo span {
    font-size: 26px !important;
    margin-bottom: 5px;
  }
  .contacto .contenedor .direccion .titulo span {
    font-size: 26px !important;
    margin-bottom: 5px;
  }
  .contacto .contenedor .leyenda span {
    font-size: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .contacto .grafismo img {
    width: 150%;
    opacity: 0.8;
  }
}
@media screen and (min-width: 1600px) {
  .contacto .contenedor {
    display: flex;
    justify-content: space-between;
  }
  .contacto .contenedor .lado1 {
    width: 48%;
  }
  .contacto .contenedor .lado2 {
    width: 48%;
  }
  .contacto .contenedor .lado2 .leyenda {
    padding: 30px 0;
  }
  .contacto .contenedor .lado2 .leyenda span {
    font-size: 45px !important;
  }
}/*# sourceMappingURL=style.css.map */

