@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@font-face {
  font-family: "Bravee-Eightyone-Regular";
  src: url(../fonts/BRAVEEightyone-Regular.woff);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,body {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.leman {
  font-family: "Bravee-Eightyone-Regular";
}
.container {
  max-width: 1250px;
  min-width: 350px;
  position: relative;
  margin: auto;
}
.padded {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padded-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padded-footer {
  padding-top: 50px;
  padding-bottom: 20px;
}
.padded-box {
  padding-top: 50px;
}
.header {
  width: 100%;
  height: 100%;
}
.top-header {
  width: 100%;
  height: 30px;
  background: #000;
}
.top-header p {
  color: #FFF;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 29px;
}
#main-header {
  width: 100%;
  height: 70px;
  padding: 4px 0px;
  background: linear-gradient(to right,#102b52,#0156ee);
}
.menu-logo {
  width: 25%;
  height: 60px;
  float: left;
  display: flex;
  align-items: center;
}
.menu-logo img {
  width: 190px;
}
.menu-header {
  width: 75%;
  height: 60px;
  padding: 8px 0px;
  float: right;
}
#btn-menu{
  display: none;
}
header label{
  cursor: pointer;
  float: right;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000;
  margin-top: 10px;
  font-size: 30px;
  display: none;
}
.menu ul {
  display: inline-flex;
  float: left;
  list-style: none;
}
.menu ul ul {
  display: none;
}
.menu a {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  border-bottom: solid 1px transparent;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.menu a.active {
  color: #649cff;
  border-bottom: solid 1px #0057f2;
}
.menu a:hover {
  color: #649cff;
  border-bottom: solid 1px #0057f2;
}
.ir-arriba {
  position: fixed;
  left: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 30px;
  border-radius: 50%;
  text-align: center;
  background: #0057f2;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 99999;
}
.cont_desple {
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: table;
}
.menu-desplegable ul{
  display: inline-flex;
  list-style: none;
}
.menu-desplegable ul ul{
  display: none;
}
.menu-desplegable a{
  display: block;
  width: 210px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #0057f2;
  font-size: 14px;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
}
.menu-desplegable a:hover{
  background: #11294b;
}
.menu-desplegable i{
  margin-right: 10px;
}
.menu-desplegable ul li:hover ul{
  display: block;
  position: absolute;
  padding: none;
  z-index: 99999;
  overflow: hidden;
  background: #0057f2;
  width: 300px;
  height: 300px;
  border-radius: 25px;
}
.menu-desplegable ul li ul li{
  border-left: none;
}
.menu-desplegable ul li ul li a {
  width: 300px;
  height: 60px;
  padding: 0px 40px;
  text-align: left;
  background: transparent;
  line-height: 60px;
  border-radius: 0px;
  border-bottom: dotted 1px #FFF;
}
.section-header {
  width: 100%;
  height: 88%;
  position: relative;
}
.slider-wrap {
  width: 100%;
  height: 850px;
  position: relative;
}
.single-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  animation: slider-animation;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background-size: cover;
}

@keyframes slider-animation {
  0%, 30% {
    background: url(../img/banner-4-v1.jpg);
    background-size: cover;
    background-position: center;
    opacity: 1;
  }
  31%,34% {
    opacity: 0,1;
  }
  35%, 65% {
    background: url(../img/banner-5.jpg);
    background-size: cover;
    background-position: center;
    opacity: 1;
  }
  66%, 69% {
    opacity: 0.1;
  }
  70%, 100% {
    opacity: 1;
    background: url(../img/banner-6.jpg);
    background-size: cover;
    background-position: center;
  }
}
.contenedor-data_informacion {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.box_2 {
  width: 49%;
  height: 600px;
  margin: 5px;
  border-radius: 25px;
  display: inline-block;
}
.img_2 {
  background: url(../img/Chiapa/img-paquetes-2-v1.jpg);
  background-size: cover;
  background-position: center;
}
.img_3 {
  background: url(../img/Chiapa/img-paquetes-3-v2.jpg);
  background-size: cover;
  background-position: center;
}
.img_4 {
  background: url(../img/Chiapa/img-paquetes-5.jpg);
  background-size: cover;
  background-position: center;
}
.img_5 {
  background: url(../img/Chiapa/img-paquetes-4.jpg);
  background-size: cover;
  background-position: center;
}
.img_6 {
  background: url(../img/Chiapa/banner-10.jpg);
  background-size: cover;
  background-position: center;
}
.img_7 {
  background: url(../img/Chiapa/impulsamos-tu-negocio-linces-.png);
  background-size: cover;
  background-position: center;
}
.img_8 {
  background: url(../img/Chiapa/smiling-man-front-computer-260nw-595946525-transformed.jpeg);
  background-size: cover;
  background-position: center;
}
.box_3 {
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 25px;
  margin-top: 5px;
}
.intro_tap {
  width: 95%;
  height: 450px;
  padding: 30px 40px;
  background: rgba(255,255,255,0.6);
  border-radius: 25px;
  display: table;
  margin: auto;
  margin-top: 90px;
}
.intro_tap_2 {
  width: 98%;
  height: 450px;
  padding: 40px 40px;
  background: rgba(255,255,255,0.6);
  border-radius: 25px;
  display: table;
  margin: auto;
  position: relative;
  top: 100px;
}
.intro_tap h3 {
  color: #0057f2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
#h6_titulo {
  color: #3f3f3f;
}
.intro_tap h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.intro_tap h2 {
  color: rgb(51, 51, 51);
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
  font-family: "Poppins", sans-serif;
}
.intro_tap h2 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.intro_tap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}
.intro_tap h4 {
  color: #0057f2;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
}

#contenedor_informe_2 {
  width: 100%;
  height: 250px;
  padding-top: 50px;
  padding-bottom: 20px;
  background: #FFF;
  display: table;
}
#contenedor_informe_2 h6 {
  color: rgb(35, 35, 35);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
#contenedor_informe_2 p {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
#contenedor_informe_2 h3 {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
#contenedor_informe_2 h4 {
  color: rgb(24, 24, 24);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-style: oblique;
}
.intro_tap_2 h3 {
  color: #0057f2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.intro_tap_2 h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.intro_tap_2 h2 {
  color: rgb(51, 51, 51);
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
  font-family: "Poppins", sans-serif;
}
.intro_tap_2 h2 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.intro_tap_2 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}
.intro_tap_2 h4 {
  color: #0057f2;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
}
.contenedor_info_slide {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  padding: 160px 0px;
}
.contenedor_info_slide h2 {
  color: #FFF;
  font-size: 85px;
  font-weight: 700;
  line-height: 94px;
  font-family: "Heebo", sans-serif;
}
.contenedor-data_informacion {
  width: 100%;
  height: 100%;
  background: #fff;
  display: table;
}
.text-inter {
  color: #0057f2;
  font-style: oblique;
}
.section_banner {
  width: 100%;
  height: 400px;
  background: url(../img/header/banner-4-v1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  display: flex
}
.section_banner h3 {
  font-size: 65px;
  font-weight: 600;
  font-family: "Heebo", sans-serif;
  line-height: 85px;
  color: #FFF;
}
.contenedor_info_slide p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}
.contenedor_info_slide h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
}
.cont-list- {
  width: 95%;
  display: table;
  margin: auto;
}
.section-aviso {
  width: 100%;
  height: 400px;
  background: #FFF;
  display: table;
}
.section-aviso h2 {
  color: rgb(1, 1, 1);
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 59px;
  margin-top: 80px;
  margin-bottom: 10px;
}
.section-aviso h4 {
  color: rgb(91, 100, 107);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}
.section-aviso p {
  color: rgb(91, 100, 107);
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
#text-aviso {
  color: rgb(91, 100, 107);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 50px;
}
.wave-header {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -100px;
  background: url(../img/wave.png);
  background-repeat: no-repeat;
  z-index: 9999;
}
.section-nosotros {
  width: 100%;
  height: 100%;
  background: #f1f2f7;
  position: relative;
}
.left-nosotros {
  width: 50%;
  height: 700px;
  padding: 50px 60px;
  float: left;
}
.left-nosotros h3 {
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}
.left-nosotros p {
  color: rgb(91, 100, 107);
  font-size: 20px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}
.right-nosotros {
  width: 50%;
  height: 700px;
  padding: 0px 70px;
  float: right;
}
.right-nosotros img {
  width: 100%;
  display: table;
  margin: auto;
}
.wave-nosotros {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -200px;
  background: url(../img/wave-2.png);
  background-repeat: no-repeat;
  z-index: 9999;
}
.section-paquetes {
  width: 100%;
  height: 100%;
  background: #FFF;
  position: relative;
  display: table;
  margin: auto;
}
.section-paquetes h2 {
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.sub-tittle-paquetes {
  color: rgb(1, 1, 1);
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}
.section-paquetes h6 {
  color: #0057f2;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.contenedor-paquetes {
  width: 100%;
  height: 80%;
  background: #FFF;
  position: relative;
  display: table;
  margin: auto;
}
.contenedor-paquetes h2 {
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.contenedor-paquetes p {
  color: rgb(91, 100, 107);
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.contenedor-paquetes h6 {
  color: #0057f2;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.contenedor-contratar {
  width: 100%;
  height: 300px;
  background: #FFF;
  display: table;
}
.contenedor-contratar h2 {
  color: #000;
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  font-family: "Heebo", sans-serif;
  margin-bottom: 20px;
}
.seccion-pasos {
  width: 100%;
  height: 600px;
  background: #1e1f28;
  display: table;
}
.grid_tp {
  width: 30%;
  height: 500px;
  margin: 10px;
  display: inline-block;
  background: #222430;
}
.img_tp_0 {
  width: 100%;
  height: 200px;
  padding: 50px 20px;
  display: table;
}
.img_tp_0 h5 {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 33px;
  text-align: center;
}
.img_tp_1 {
  width: 100%;
  height: 300px;
  border-radius: 50px 300px 5px 5px;
  background: url(../img/banner-11.jpg);
  background-size: cover;
}
.img_tp_2 {
  width: 100%;
  height: 300px;
  border-radius: 300px 300px 5px 5px;
  background: url(../img/banner-9.jpg);
  background-size: cover;
}
.img_tp_3 {
  width: 100%;
  height: 300px;
  border-radius: 300px 50px 5px 5px;
  background: url(../img/banner-10.jpg);
  background-size: cover;
}
.contenedor-contratar p {
  font-family: "Poppins", sans-serif;
  color: rgb(91, 100, 107);
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
.maps {
  margin-right: 10px;
}
.internet {
  color: #0057f2;
}
.article-slider {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.article-slider .cards {
  position: relative;
  width: 80px;
  height: 260px;
  background: #333;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-slider .cards:hover {
  width: 260px;
}
.article-slider .cards img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  transition: 0.5s;
}
.article-slider .cards:hover img {
  opacity: 1;
}
.article-slider .cards .content {
  position: absolute;
  top: 30%;
  display: flex;
  align-items: center;
  transform: rotate(270deg);
  width: 260px;
  height: 80px;
  padding: 0 20px;
  transition: 0.5s;
}
.article-slider .cards:hover .content {
  top: 70%;
  transform: rotate(360deg);
}
.article-slider .cards .content h2 {
  font-size: 1.1em;
  font-weight: 400;
  color: #FFF;
  padding: 2px 5px;
  padding-left: 8px;
  text-transform: uppercase;
  letter-spacing: 0,25em;
  transition: 0.5s;
  border-radius: 4px;
}
.article-slider .cards:hover .content h2 {
  color: #333;
  background: #fff;
  box-shadow: 0 15px 15px rgba(0,0,0,0.25);
}
.article-img {
  width: 60%;
  height: auto;
  display: table;
  margin: auto;
  margin-top: 50px;
}
.article-img img {
  width: 100%;
  display: table;
  margin: auto;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.article-img img:hover {
  top: -50px;
}
.header-sec-web {
  width: 100%;
  height: 500px;
  padding: 50px;
  padding: 50px;
  display: table;
}
.banner-header-suport {
  width: 100%;
  height: 400px;
  background: url(../img/banner-8.jpg);
  background-position: top;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.banner-header-contratar {
  width: 100%;
  height: 400px;
  background: url(../img/Banner-1.jpg);
  background-position: top;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.banner-header-sec {
  width: 100%;
  height: 400px;
  background: url(../img/banner-2.jpg);
  background-position: top;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.tittle-banner_ {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  background-color: transparent;
  background-image: linear-gradient(150deg, #11294B 32%, #649CFF00 100%);
  opacity: 0.8;
  top: 0;
  display: flex;
  align-items: center;
}
.tittle-banner_ h3 {
  font-size: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 59px;
  color: #FFF;
}
.contenedor_soporte {
  width: 100%;
  height: 250px;
  display: table;
}
.contenedor_soporte h3 {
  font-size: 65px;
  font-weight: 600;
  font-family: "Heebo", sans-serif;
  text-align: center;
  line-height: 85px;
  color: #000;
}
.contenedor_soporte p {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  color: rgb(91, 100, 107);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.soporte-social {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soporte-social li {
  list-style: none;
  display: inline-block;
}
.soporte-social li a {
  display: block;
  text-decoration: none;
  width: 60px;
  height: 60px;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  position: relative;
  margin: 7px;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.soporte-social li a:hover {
  top: -20px;
}
.whatsapp {
  background: #3ad775;
}
.linkedin {
  background: #0077b5;
}
.facebook {
  background: #4e69a2;
}
.instagram {
  background: #fa5a97;
}
#footer {
  width: 100%;
  height: 400px;
  text-align: center;
  background: #11294b;
  display: table;
}
.box-footer {
  width: 31%;
  height: 280px;
  padding: 20px;
  margin: 12px;
  position: relative;
  display: inline-block;
}
.img-footer {
  width: 70%;
  display: table;
  margin: auto;
  margin-top: 40px;
}
.texto-footer-1 {
  color: #FFF;
  font-size: 17px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: table;
  margin: auto;
  margin-top: 20px;
}
.box-copy-footer {
  width: 100%;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #FFF;
  position: relative;
  display: table;
}
.copy-1 {
  height: 60px;
}
.copy-1 a {
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin: 10px;
}
.copy-1 a:hover {
  color: #0057f2;
}
.copy-2 {
  height: 60px;
}
.copy-2 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 60px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
}
.copy-2 a {
  color: #FFF;
}
.titulo-footer {
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  font-family: "Poppins", sans-serif;
  color: #FFF;
  display: table;
  margin-bottom: 10px;
}
.menu-footer {
  display: table;
}
.menu-footer li {
  list-style: none;
  text-align: left;
}
.menu-footer li a {
  display: inline-block;
  color: #FFF;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  border-bottom: solid 1px transparent;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.menu-footer li a:hover {
  border-bottom: solid 1px #0057f2;
  color: rgb(100, 156, 255);
}
.contact_footer-ubicacion {
  display: table;
  text-align: left;
}
.contact_footer-ubicacion i {
  padding-right: 20px;
}
.contact_footer-ubicacion p a{
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
}
.contact_footer-ubicacion p a:hover {
  color: rgb(100, 156, 255);
}
.contacto-sociales {
  display: table;
}
.menu-footer li a {
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
}
.contacto-sociales {
  width: 100%;
  height: 80px;
  padding-top: 30px;
  display: table;
}
.contacto-sociales li {
  display: inline-block;
  float: left;
}
.contacto-sociales li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #FFF;
  margin: 10px;
}
.contacto-sociales li a:hover {
  color: rgb(100, 156, 255);
}
.copy-1 i {
    padding-right: 10px;
}

@media screen and (max-width: 1270px) {
  .top-header {
    padding: 0 20px;
  }
  .menu-logo {
    padding: 0 0px;
  }
  .contenedor_info_slide {
    padding: 160px 20px;
  }
}

@media screen and (max-width: 1252px) {
  .box_2 {
    width: 43%;
  }
  .box_3 {
    width: 88%;
    display: table;
    margin: auto;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1156px) {
  .box-footer {
    width: 33%;
    margin: 5px;
  }
  .box-footer:nth-child(2){
    width: 25%;
  }
  .menu-footer li a {
    font-size: 15px;
  }
  .contact_footer-ubicacion p a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1156px) {
  .grid_tp {
    width: 45%;
  }
}
@media screen and (max-width: 1050px) {
  .box_2 {
    width: 48%;
  }
  .box_3 {
    width: 98%;
    display: table;
    margin: auto;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .left-nosotros {
    width: 100%;
    height: 200px;
    padding: 20px 20px;
    display: table;
  }
  .right-nosotros {
    width: 100%;
    height: 400px;
    display: table;
  }
  .wave-header {
    height: auto;
    bottom: 0px;

  }
  .right-nosotros img {
    max-width: 350px;
  }
  .wave-nosotros {
    height: auto;
  }
}
@media screen and (max-width: 934px) {
  .box_2 {
    width: 90%;
    display: table;
    margin: auto;
    margin-top: 20px;
  }
  .box_3 {
    width: 90%;
    display: table;
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 891px) {
  .box-footer {
    width: 45%;
  }
  .box-footer:nth-child(2){
    width: 45%;
  }
  .menu-logo img {
    padding-left: 20px;
  }
  .menu ul {
    float: right;
  }
  header label{
    display: block;
    margin-right: 20px;
    color: #fff;
    top: 10px;
    margin-top: 0px;
  }
  .menu{
    position: absolute;
    width: 100%;
    top: 65px;
    left: 0;
    transform: translateX(-100%);
    transition: all .3s ease;
    z-index: 10000;
  }
	.menu ul{
    float: none;
    display: block;
    background: linear-gradient(to right,#102b52,#0156ee);
  }
	.menu a{
    margin-top: 0;
    color: #fff;
    padding: 20px 20px;
    border-bottom: solid 1px #fff;
  }
	#btn-menu:checked ~ .menu{
    transform: translateX(0%);
  }
  .contenedor_info_slide h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .contenedor_info_slide h4 {
    font-size: 20px;
  }
  .contenedor_info_slide p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .article-img {
    width: 80%;
  }
  .article-slider {
    width: 100%;
  }
  .article-slider .cards {
    width: 50px;
  }
  .article-slider .cards:hover {
    width: 200px;
  }
  .article-slider .cards .content h2 {
    height: 50px;
    line-height: 70px;
    padding: 0px 5px;
  }
  .article-slider .cards:hover .content h2 {
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
  }
  .box-footer {
    width: 100%;
    height: 200px;
    display: table;
  }
  .box-footer:nth-child(2){
    width: 100%;
  }
  .img-footer {
    width: 250px;
  }
  .copy-1 a {
    font-size: 15px;
    line-height: 20px;
    display: block;
  }
  .copy-2 {
    padding-top: 20px;
  }
  .copy-2 p {
    font-size: 15px;
    line-height: 20px;
  }
  .copy-1 i {
    padding-right: 10px;
  }
  .grid_tp {
    width: 80%;
    display: table;
    margin: auto;
    margin-bottom: 20px;
  }
  .contenedor-contratar h2 {
    font-size: 34px;
    line-height: 40px;
    font-family: "Heebo", sans-serif;
    margin-bottom: 20px;
  }
  .contenedor-contratar p {
    font-size: 16px;
    line-height: 28px;
  }
  .contenedor_soporte h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .contenedor_soporte p {
    font-size: 24px;
    line-height: 32px;
  }
  .contenedor-paquetes h2 {
    font-size: 50px;
    line-height: 60px;
  }

}
@media screen and (max-width: 600px) {
  .intro_tap {
    margin-top: 20px;
  }
  .intro_tap_2 {
    margin-top: 20px;
  }
}