body {
  position: relative;
  min-height: 100vh;
  /*overflow-x: scroll;*/
  overflow: hidden;
}
.container-for-body {
  margin-top: 96px;
}

section, div {
  scroll-margin-top: 70px ;
}

html {
  scroll-behavior: smooth;
}
/*@font-face {
    font-family: "Gotham Bold";
    src: url("../fonts/gotham/GothamBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Pier Sans Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Pier Sans Regular"),
        url("../fonts/pier-sans/PierSans-Regular.woff") format("woff");
}
@font-face {
    font-family: "Pier Sans Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Pier Sans Bold"),
        url("../fonts/pier-sans/PierSans-Bold.woff") format("woff");
}
@font-face {
    font-family: "Pier Sans Light";
    font-style: normal;
    font-weight: normal;
    src: local("Pier Sans Light"),
        url("../fonts/pier-sans/PierSansLight.woff") format("woff");
}*/
/* @font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/Gotham-Bold.ttf");
}
@font-face {
  font-family: "Pier Sans Light";
  src: url("../fonts/PierSans-Light.otf");
}
@font-face {
  font-family: "Pier Sans Bold";
  src: url("../fonts/PierSans-Bold.otf");
}
@font-face {
  font-family: "Pier Sans Regular";
  src: url("../fonts/PierSans-Regular.otf");
}
@font-face {
  font-family: "Pier Sans Medium Italic";
  src: url("../fonts/PierSans-MediumItalic.otf");
} */
/*------------Estilos generales-------------*/
.title {
  font-family: "Pier Sans", sans-serif;
  font-weight: bold;
  color: #ffffff;
}
.title-medium {
  font-size: 80px;
}
.title-big {
  font-size: 100px;
}
.subtitle {
  font-weight: lighter;
  color: #ffffff;
  font-size: 20px;
}
.none {
  display: none;
}
.flex {
  display: flex;
}
.text-bolder {
  font-weight: bolder;
}
.text-bold {
  font-weight: bold;
}
.text-ligth {
  font-weight: lighter;
}
.text-regular {
  font-weight: normal;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: end;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.flow-row {
  flex-flow: row wrap;
}
.flow-column {
  flex-flow: column wrap;
}
.direction-row {
  flex-direction: row;
}
.direction-column {
  flex-direction: column;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}
.font-pier {
  font-family: "Pier Sans Regular", sans-serif;
}
.font-pier-bold {
  font-family: "Pier Sans Bold";
}
.font-pier-regular {
  font-family: "Pier Sans Regular";
}
.font-gotham-black {
  font-family: "Gotham Bold", sans-serif;
}
.font-pier-light {
  font-family: "Pier Sans Light";
}
.pointer {
  cursor: pointer;
}
.upper-case {
  text-transform: uppercase;
}
.align-start {
  align-items: flex-start;
}
/*---------------------------Navbar--------------------------------------*/
.header {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  z-index: 10;
}
.navbar {
  width: 90%;
  padding: 20px 0 20px 0;
}
.nav-menu__list {
  list-style: none;
  margin-left: 53px;
}
.nav-menu__container {
  padding: 15px 30px 15px 30px;
  border-left: 2.5px rgb(185, 185, 185) solid;
}
.nav-menu__container:last-child {
  border-right: 2.5px rgb(185, 185, 185) solid;
}
.nav-menu__link {
  font-size: 20px;
  color: #5b5b5b;
  text-decoration: none;
}
.navbar__list-submenu {
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 0;
  position: absolute;
  margin-top: 1em;
  width: 14.25em;
  z-index: 3000;
}
.nav-menu__list .nav-menu__container:hover > .navbar__list-submenu {
  display: flex;
  flex-direction: column;
}
.navbar__list-submenu-item {
  color: #080808;
  padding: 0.875em;
}
.navbar__list-submenu-item-title {
  text-decoration: none;
  font-size: 0.9375em;
  color: #080808;
}
.navbar__list-submenu-item-subtitle {
  font-size: 0.625em;
  color: #737d93;
  position: relative;
  width: 90%;
}
.navbar__list-submenu-item-subtitle::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -3px;
  height: 1.8px;
  width: 70px;
  background: linear-gradient(45deg, #5cf993, #57d4fd);
  transition: all 0.5s;
}
.navbar__list-submenu-item:hover .navbar__list-submenu-item-subtitle::after {
  width: 100%;
  transition: all 0.5s;
}
/*---------Boton celeste-------------*/
.btn-sky {
  border: none;
  background-color: #59dde4;
  font-size: 1.5em;
  padding: 0.625em 1.25em 0.625em 1.25em;
  color: #fff;
  border-radius: 0.5625em;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-green {
  border: none;
  background-color: #5cf993;
  font-size: 25px;
  padding: 9px 18px;
  color: #fff;
  border-radius: 9px;
  text-decoration: none;
  text-align: center;
}
/*---------------Logo-------------------------*/
.contenedor-logo {
  width: 124px;
  height: 56px;
}
.logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-grande img {
  width: 15.56em;
  height: 7.125em;
}
/*------------------------Footer--------------------------------*/
.footer__menu {
  gap: 50px;
}
.footer {
  width: 100%;
  position: relative;
  background: transparent
    linear-gradient(180deg, #2a2a2a 0%, #000000 41%, #202020 100%) 0% 0%
    no-repeat padding-box;
  height: 30.5625em;
}
.menu__footer {
  width: 100%;
}
.menu__footer-container {
  width: 89%;
  justify-content: space-around;
  align-items: stretch;
  align-content: space-around;
}
.footer__list {
  list-style: none;
}
.footer__list-item {
  padding-bottom: 0.6875em;
}
.footer__list-title {
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 0.6px;
}
.separador {
  width: 80%;
  color: #ffffff;
  background-color: #fff;
  height: 1px;
  margin-top: 3.1875em;
}
.button-toup {
  background-image: url("../image/boton_arriba.png");
  width: 3.125em;
  height: 3.125em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/*--------------------Social Icons-----------------------*/

.social-icons {
  margin-top: 50px;
}
.social-icons__list {
  list-style: none;
  gap: 2.1875em;
}
.social-icons__list-image {
  width: 2.0625em;
  height: 2.0625em;
}
/*---------------Imagen principal de tru---------------------*/
.hero {
  width: 100%;
  height: calc(100vh - 96px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__titulo {
  font-size: 160px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #b4b4b482;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0%;
}
.hero__content {
  width: 90%;
  height: auto;
  gap: 15px;
}
.hero__parrafo {
  font-size: 24px;
  color: #535353;
  line-height: 1.3;
}
.hero__parrafo-container {
  padding-bottom: 20px;
}
.hero__button-container {
  margin-top: 8px;
}
.section-black {
  background-color: #000000;
  width: 100%;
  gap: 80px;
  padding-top: 1%;
}
/*------------------Segunda seccion de la pagina home---------------------*/
.beneficios {
  width: 100%;
  /*! margin-top: 54px; */
}
.beneficios__img-info {
  width: 100%;
  margin-top: 12px;
  gap: 30px;
}
.beneficios__img-info a {
  text-decoration: none;
}
.beneficios__img {
  width: 22em;
  height: 20em;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 98%;
}
.beneficios__img-button {
  font-size: 30px;
  text-decoration: none;
  color: #ffffff;
  padding-right: 15px;
  padding-bottom: 3px;
}
.beneficios-container {
  width: 100%;
}
.beneficios__title {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
.button_arrow {
  border: 1px #0ad782 solid;
  color: #0ad782;
  border-radius: 5px;
  margin-left: 8px;
}
/*------------Comunidad global-----------------*/
.comunidad-global {
  width: 100%;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  /*overflow-y: hidden;*/
  /*! background-size: 80%; */
  height: 100%;
}
.comunidad-global__title {
  color: #5cf993;
  font-size: 28px;
  padding-bottom: 70px;
}
.comunidad-global__header {
  color: #ffffff;
  font-size: 100px;
  font-weight: 800;
  line-height: 90%;
}
.comunidad-global__parrafo {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.comunidad-global__parrafo-movil {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.comunidad-global__parrafo-container {
  padding-top: 2%;
  padding-bottom: 3%;
}
.comunidad-global__mas-info {
  color: #0ad782;
  font-size: 20px;
  text-decoration: none;
}
.arrow-green {
  color: #0ad782;
}
.comunidad-global__container {
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
}
.comunidad-global__mapa-container {
  width: 50%;
}
.comunidad-global__container-info {
  width: 100%;
  gap: 0px;
}
.separador-mas-info {
  width: 25%;
  margin: 0 3% 0 0;
  border-color: #0ad782;
}
.comunidad-global__mapa-img {
  width: 100%;
  height: 100%;
}
/*----------Descargar la app------------*/
.descargar-app {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.descargar-app__banner {
  width: 90%;
  height: 80%;
  padding-top: 20px;
}
.descargar-app__banner-title {
  color: #ffff;
  text-align: right;
  font: normal normal bold 83px/80px Pier Sans bold;
  letter-spacing: 0;
}
.descargar-app__banner-subtitle {
  color: #ffff;
  font: normal normal bold 67px/68px Pier Sans bold;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #000000c7;
  text-align: left;
}
.descargar-app__banner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.descargas {
  gap: 50px;
  width: 100%;
}
.app-img-link {
  width: 20%;
}
.descargas__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ------------------Descargar App banner----------------------- */
.descargar-app-banner {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenedor-app-banner {
  width: 89%;
  height: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.app-header-banner,
.app-footer-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.app-footer-banner {
  margin-bottom: 25px;
}
.app-header-boton-banner {
  width: 180px;
}
.texto-header-app-banner,
.texto-footer-app-banner {
  color: #ffffff;
  font-size: 68px;
  text-align: right;
  font-weight: bold;
  font-family: "Pier Sans Bold";
}
.texto-footer-app-banner {
  font-size: 63px;
}
.img-app-footer-banner {
  width: 380px;
}
.apps-descargar-banner {
  display: flex;
  gap: 30px;
  padding-left: 70px;
  flex-direction: row;
  flex-wrap: wrap;
}
/*--------------Carousel-------------------*/
.carousel {
  width: 100%;
}
.carousel-title__title {
  color: #5cf993;
  font-size: 22px;
  padding-left: 30px;
  letter-spacing: 1.2px;
}
.carousel-title__title-movil {
  color: #5cf993;
  font-size: 19px;
  padding-left: 21px;
  display: none;
}
.carousel-title__container hr {
  border-color: #0ad782;
  width: 142%;
}
.container-slider {
  width: 100%;
  height: auto;
  margin: auto;
  /*overflow: hidden;*/
}
.container-slider .slider-track {
  display: flex;
  animation: slider-infinito 80s linear infinite;
  width: calc(300px * 49);
  -webkit-animation: slider-infinito 80s linear infinite;
}
.container-slider .container-slide {
  width: 200px;
  margin-left: 12px;
}
.container-slider .container-slide img {
  width: 100%;
}
.separador-prueba hr {
  width: 100%;
  position: absolute;
  border-color: #0ad782;
}
.pill-separador {
  background-color: #5cf993;
  padding: 10px 19px;
  border-radius: 9px;
  position: relative;
  color: #ffff;
  font-size: 33px;
  text-decoration: none;
}
.carousel-clientes .carousel-title__container {
  width: 106%;
}
.carousel-clientes .carousel-title__container .carousel-title__title {
  width: 100%;
}
.carousel-clientes .carousel-title__container .carousel-title__title hr {
  width: 60%;
}
.carousel-clientes .separador-prueba .pill-separador {
  word-spacing: -0.07px;
}
/*------------------Preguntas---------------------*/
.pregunta-header {
  font-size: 60px;
  font-weight: bold;
  color: #f4f2f0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preguntas__title {
  color: #f4f2f0;
  font-size: 60px;
}
.preguntas-cards__container {
  width: 80%;
}
.pregunta-card {
  width: 100%;
  height: 536px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.pregunta-card__info {
  width: 90%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.preguntas__title-responsive {
  display: none;
}
.pregunta-card__perfil {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  width: 40%;
}
.pregunta-card-pregunta {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
/*-------------Banner con boton en el centro-----------------*/
.ser-truer {
  width: 100%;
  margin-bottom: 55px;
}
.ser-truer__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 355px;
}
.seccion-opciones {
  height: calc(100vh - 96px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.seccion-container {
  width: 90%;
  height: 80%;
}
.img-back-container {
  width: 100%;
}
.btn-back {
  align-self: flex-start;
  width: 150px;
}
.seccion-container-info {
  width: 92%;
  margin-top: 20px;
}
.info-opcion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info-opcion__title {
  font-size: 80px;
  color: #ffffff;
  letter-spacing: 2.5px;
  font-family: "Pier Sans Bold";
}
.info-opcion__parrafo {
  font: normal normal normal 20px/25px Pier Sans Regular;
  color: #ffffff;
  font-weight: 100;
  line-height: 1.4;
  margin-top: 27px;
  margin-bottom: 50px;
}
/*Banner de empresas*/
.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100vh - 120px);
  max-height: 1308px;
  background-color: currentcolor;
}
.banner-info__container {
  width: 90%;
  height: 100%;
  gap: 5rem;
  position: relative;
  z-index: 2;
}
.banner-info__title {
  font-size: 105px;
  text-align: right;
  color: #ffffff;
  letter-spacing: 3.1px;
  position: relative;
  bottom: 54px;
  right: 20px;
  font-family: "Pier Sans Bold";
}
.banner-info__subtitle {
  font-size: 24px;
  color: #ffffff;
  text-align: right;
  letter-spacing: 1.1px;
  font-weight: 100;
  position: relative;
  bottom: 74px;
  right: 50px;
  position: relative;
  bottom: 95px;
  right: 50px;
  line-height: 1.3;
}
.banner-info__container .btn-green {
  position: relative;
  bottom: 75px;
  right: 42px;
  font-size: 37px;
}
/*---------Conviertete en partner-----------*/
.conviertete-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 711px;
}
.parnter-phone {
  width: 410px;
  position: relative;
  right: 88%;
  bottom: -175px;
}
.conviertete-section__container {
  width: 93%;
  gap: 70px;
}
.conviertete-section__container .btn-green {
  position: relative;
  right: 78px;
  font-size: 35px;
}
.conviertete-section__title {
  display: flex;
  color: #ffffff;
  font-size: 105px;
  position: relative;
  right: 65px;
  top: 54px;
  text-align: initial;
  letter-spacing: 2.1px;
}
.conviertete-section__subtitle {
  display: flex;
  color: #ffffff;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 1.1px;
  position: relative;
  right: 114px;
}
/* Nuestra cobertura */
.nuestra-cobertura__background-image {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 821px;
}
.nuestra-cobertura__container {
  width: 100%;
  margin-top: 4%;
}
.nuestra-cobertura__background-title {
  font-size: 120px;
  color: #ffffff;
  font-family: "Pier Sans Bold", sans-serif;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 10px;
  right: 147px;
}
.nuestra-cobertura__background-subtitle {
  font-size: 24px;
  color: #ffffff;
  font-family: "Pier Sans Regular", sans-serif;
  font-weight: lighter;
  text-align: left;
  position: relative;
  right: 377px;
  top: 24px;
  letter-spacing: 1.1px;
}
.nuestra-cobertura__background-info-container {
  width: 90%;
  gap: 10px;
}
.nuestra-cobertura__title {
  color: #5cf993;
  font-size: 33px;
  position: relative;
  left: 50px;
}
.start {
  justify-content: start;
}
.treinta-porciento {
  width: 30%;
}
.hr-medium {
  width: 50%;
}
.comunidad-tru {
  height: 65vh;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 87%;
}
.comunidad-tru__container {
  width: 100%;
  height: 100%;
  gap: 25px;
  margin-left: 10%;
  margin-top: 6%;
}
.comunidad-tru__container .mas-informacion {
  width: 67%;
}
.nuestra-cobertura__background-info-container .mas-informacion {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 52%;
  position: relative;
  right: 186px;
  top: 40px;
}
.nuestra-cobertura__background-info-container
  .mas-informacion
  .separador-mas-info {
  width: 224px;
}
.nuestra-cobertura__background-info-container
  .mas-informacion
  .comunidad-global__mas-info {
  font-weight: 100;
  letter-spacing: 1.1px;
  font-size: 24px;
}
.comunidad-tru__title-green {
  color: #5cf993;
  font-size: 33px;
  font-family: "pier sans light";
  letter-spacing: 1.1px;
}
.titulo-tru-network {
  font-size: 105px;
}
.descripcion-tru-network {
  font-size: 24px;
  letter-spacing: 1.2px;
}
.comunidad-global__mas-info.font-pier {
  letter-spacing: 1.1px;
  font-size: 24px;
  font-weight: 100;
}
/* -------------Efecividad y Eficiencia-------------- */
.titulo-grande,
.parrafo_pequenio {
  position: relative;
  right: 14px;
  bottom: 46px;
  letter-spacing: 1.1px;
  text-shadow: 0px 3px 6px #00000082;
}
.porcentaje-interaccion {
  width: 100%;
}
.porcentaje-interaccion__galeria-container {
  width: 100%;
}
.porcentaje-interaccion__galeria {
  width: 90%;
}
.galeria-vertical {
  width: 30%;
  gap: 20px;
}
.img-with-info {
  width: 70%;
}
.galeria-vertical__img {
  width: 54%;
}
.precios {
  width: 100%;
}
.precios__header {
  display: flex !important;
  gap: 20px;
}

.precios-arrow-right,
.precios-arrow-left {
  width: 74px;
}
.precios__header-title {
  font-size: 60px;
  letter-spacing: 1.1px;
  font-family: "Pier Sans Bold";
}
.precios__header-subtitle {
  font-size: 35px;
  font-weight: 300;
  word-spacing: -0.1px;
}
.precios__slider-container {
  width: 90%;
  display: flex !important;
  align-items: center !important;
}
.precios__cards {
  gap: 45px;
}
.precio__cards-img {
  width: 30%;
}
.galeria,
.separador-galeria {
  width: 100%;
  margin-top: 0%;
}
.galeria {
  margin-top: 50px;
  height: 100vh;
  margin-bottom: 60px;
}
.texto-separador {
  font-size: 25px;
  color: #5cf993;
  width: 35%;
  text-align: center;
  letter-spacing: 1.1px;
}
.separador-linea {
  width: 65%;
  border-color: #0ad782;
}
.galeria-container {
  width: 100%;
  padding: 0 5%;
  height: 100vh;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 280px 1fr;
}
.fila-imagenes {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: flex-start;
}
.imagen-grande {
  width: 96%;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: right;
  align-items: flex-end;
  margin-left: 5%;
  /*! margin-right: -22%; */
}
.fila-imagen {
  width: 100%;
  height: 73%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.imagen-grande-info {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: flex-end;
}
.titulo-grande {
  font-size: 200px;
  color: white;
  font-family: "pier sans bold";
  font-weight: bold;
}
.titulo-mediano {
  font-size: 60px;
  color: white;
  font-family: "pier sans";
  font-weight: bold;
}
.parrafo_pequenio {
  font-size: 70px;
  color: white;
  font-family: "pier sans bold";
  font-weight: bold;
  text-align: right;
}
.separador-footer-imagen {
  width: 98%;
  display: flex;
  flex-direction: row;
}
.separador-verde {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  gap: 20px;
}
.separador-verde hr {
  width: 80%;
  border-color: #0ad782;
}
.separador-imagen {
  color: #0ad782;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}
.form-tru__container {
  width: 90%;
  height: 95%;
  background: transparent
    linear-gradient(180deg, #2a2a2a 0%, #000000 41%, #202020 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
  box-shadow: 0px 3px 6px #000000a6;
  border-radius: 30px;
  padding: 40px;
}
.form-tru__info {
  width: 90%;
  height: 100%;
}
.form-tru__img-container {
  width: 50%;
}
.form-tru__img {
  width: 410px;
  object-fit: cover;
}
.cotenedor-logo__form {
  width: 70%;
}
.form-tru__form-container {
  width: 50%;
  gap: 20px;
}
.form-tru__input {
  background-color: #f6f7fc;
  width: 55%;
  outline: none;
  border: 1px solid #dfe0e4;
  border-radius: 5px;
  height: 47px;
  padding-left: 20px;
  color: #8a9098;
  text-align: left;
  font-size: 13px;
  font-weight: lighter;
}
.form-tru__button {
  border: none;
  background-color: #5cf993;
  color: #ffffff;
  padding: 9px 30px 9px 30px;
  font-size: 25px;
  border-radius: 9px;
  text-align: center;
}
.submenu-icon {
  display: none !important;
}
.galeria-container .titulo-grande {
  position: static;
  padding-right: 38px;
  font-size: 160px;
}
m {
  position: static;
  padding-right: 38px;
  font-size: 60px;
  margin-bottom: 40px;
}
.galeria-container .separador-footer-imagen {
  position: static;
  justify-content: left;
}
.galeria-container .separador-footer-imagen .separador-verde {
  width: 70%;
  justify-content: right;
  padding-right: 38px;
}
.galeria-container .separador-footer-imagen .separador-verde hr {
  width: 68%;
}

/*------------Plantilla de formulario-------------------*/
.form-tru-variant {
  background: transparent
    linear-gradient(180deg, #2a2a2a 0%, #000000 41%, #202020 100%) 0% 0%
    no-repeat padding-box;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.form-input-group {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
}

.form-tru-container {
  /*background: #232526;
     fallback for old browsers
    background: -webkit-linear-gradient(to bottom, #414345, #232526);
     Chrome 10-25, Safari 5.1-6
    background: linear-gradient(to bottom, #414345, #232526);
     W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 0px 3px 6px #000000a6;
  width: 90%;
  height: auto;
  margin-top: 2%;
  border-radius: 30px;
  display: flex;
  flex-flow: row wrap;
  background-image: linear-gradient(
    0deg,
    hsl(240deg 3% 17%) 0%,
    hsl(240deg 3% 15%) 13%,
    hsl(240deg 3% 14%) 23%,
    hsl(240deg 2% 12%) 32%,
    hsl(241deg 1% 10%) 41%,
    hsl(0deg 0% 8%) 50%,
    hsl(241deg 1% 10%) 59%,
    hsl(240deg 2% 12%) 68%,
    hsl(240deg 3% 14%) 78%,
    hsl(240deg 3% 15%) 89%,
    hsl(240deg 3% 17%) 100%
  );
}
.form-tru-img {
  width: 60%;
}
.form-tru-container-form {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.form-tru {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  background: transparent
    linear-gradient(180deg, #2a2a2a 0%, #000000 41%, #202020 100%) 0% 0%
    no-repeat padding-box;
}
.form-tru__input {
  width: 100%;
  outline: none;
  background-color: #f6f7fc;
  border: 1px #dfe0e4 solid;
  border-radius: 5px;
  height: 47px;
  padding-left: 20px;
  font-family: "Pier Sans Light", sans-serif;
  font-size: 13px;
  font-weight: lighter;
}
.form-tru-img-back {
  width: 149px;
  margin: 30px;
  position: absolute;
}
.form-tru-logo-container {
  display: flex;
  justify-content: center;
  height: 100%;
}
.form-tru-img {
  width: 60%;
  display: flex;
  flex-flow: column wrap;
  margin: 0 auto;
}
.form-tru-img-logo {
  display: flex;
  align-self: center;
  width: 60%;
}
.preguntas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.container-slider-preguntas {
  width: 90%;
  display: flex !important;
  align-items: center;
}
.container-slider-preguntas .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.47);
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
.container-slider-preguntas .slick-dots li button::before {
  display: none;
}
.container-slider-preguntas .slick-dots .slick-active button {
  background-color: #57d5f9;
}
.preguntas-slider {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.img-background {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  padding: 80px 40px;
  gap: 20px;
}
.persona-info {
  display: flex;
  flex-direction: column;
}
.pregunta-info {
  display: flex;
  flex-direction: column;
  min-height: 172px;
}
.persona-foto-perfil {
  width: 135px;
  height: 135px;
}
.preguntas-slider-container {
  margin: 60px;
}
.preguntas-slider-container .img-background {
  height: 333px;
  width: 500px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
}
.persona-datos {
    font-family: "pier sans regular";
    font-size: 11px;
    margin-top: 10px
}
.titulo-pregunta {
  font-size: 30px;
  font-family: "pier sans bold";
  text-align: center;
  margin-bottom: 10px;
}
.respuesta-pregunta {
  text-align: left;
  font-family: "pier sans regular";
  font-size: 14px;
}
.descripcion-seccion {
  width: 90%;
  margin-bottom: 25px;
}
.link_paquete {
  width: 30%;
}

/*--------Error form text----------*/
.error-form-external {
  color: #59dde4;
  font-family: "Pier Sans Light";
  font-size: 12px;
}
/*---------------------DiseÃ±o de banner de empresas--------------------------*/
.seccion-opciones-row {
  height: 125vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-back-container-row {
  width: 100%;
}
.seccion-container-info-row {
  width: 100%;
  height: 80%;
}
.info-opcion-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 100%;
  width: 50%;
}
.info-opcion__title-row {
  font-size: 80px;
  color: #ffffff;
  font-family: "Pier Sans Bold";
}
.seccion-container-info-row {
  width: 100%;
  height: 80%;
}
.info-opcion-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 100%;
  width: 100%;
}
.cotenedor-boton-banner {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.cotenedor-boton-banner .btn-green {
  padding: 10px 45px;
  font-size: 45px;
}
.info-opcion__title-row {
  font-size: 80px;
  color: #ffffff;
}
.info-opcion__parrafo-row {
  font-size: 20px;
  color: #ffffff;
  font-weight: 100;
  line-height: 1.4;
  font-family: "Pier Sans Regular";
}
.seccion-container-row {
  width: 90%;
  height: 80%;
}
/* Slider de categorias home */
.slide-categoria {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 284px;
  display: flex;
  height: 198px;
  justify-content: center;
  align-items: flex-end;
}
.slide-categoria-title {
  font-family: "Pier Sans Bold", sans-serif;
  color: #ffffff;
  font-size: 28px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.arrow-icon {
  transform: rotate(0);
}
.slide-url-categoria {
  text-decoration: none;
}
.slider-categorias {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-container-categorias {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}
.slide-url-categoria {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/* -----------------Acordeon preguntas--------------------- */
.preguntas-acordeon {
  display: none;
}
.pregunta__acordeon-container {
  border-radius: 9px;
  background-color: #fff;
  position: relative;
}
.acordeon-header {
  background-color: #f4f2f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
}
.acordeon-header-black {
  background-color: #333333;
  transition: all 0.5s ease;
}
.acordeon-container {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
}
.acordeon-pregunta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.closeAcordion {
  height: 0;
  z-index: -1;
  transition: all 0.5s;
}
.acordeon-img {
  width: 68px;
}
.acordeon-title {
  font-family: "Pier Sans", sans-serif;
  display: flex;
  align-self: flex-start;
  padding-top: 9px;
  font-size: 18px;
  word-spacing: -2px;
}
.container-acordeon {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  background-color: #414345;
  position: absolute;
  z-index: 3;
  transition: all 0.5s;
  top: 0;
  padding: 15px;
  border-radius: 8px;
  min-height: 20px;
}
.respuesta-container-acordeon {
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: lighter;
}
.acordeon-pregunta-respuesta {
  font-family: "Pier Sans", sans-serif;
  font-size: 11px;
  color: #ffffff;
  word-spacing: 0;
  letter-spacing: 1.1px;
  font-weight: lighter;
  line-height: 150%;
}
.respuesta-container-acordeon .arrowDown {
  position: absolute;
  right: 10px;
  top: 25px;
  color: #fff;
}
.respuesta-container-acordeon .acordeon-title {
  color: #fff;
  margin-bottom: 20px;
}
.info-persona-acordeon {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 20px;
}
.img-footer-acordeon {
  width: 70px;
}
.data-persona-acordeon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.persona-nombre-acordeon,
.persona-nombre-puesto-acordeon,
.persona-pais-acordeon {
  color: #ffffff;
  font-family: "Pier Sans Regular", sans-serif;
  font-weight: 100;
}
.persona-nombre-acordeon {
  padding-bottom: 10px;
  font-size: 20px;
  letter-spacing: 1.1px;
}
.persona-nombre-puesto-acordeon {
  font-size: 12px;
  letter-spacing: 1.1px;
}
.persona-pais-acordeon {
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.info-opcion__parrafo-movil {
  display: none;
}
.hideSection {
  display: none;
}
.comunidad-global__parrafo-movil {
  display: none;
}
@keyframes slider-infinito {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-300px * 24.5));
    transform: translateX(calc(-300px * 24.5));
  }
}
.menuMobile {
  display: none;
}

.footerResponsive {
  display: none;
}

.banner-info__subtitle-responsive {
  display: none;
}

.textoFormResponsive {
  display: none;
}
.boxBtnGreenResponsive {
  display: none;
}
.parrafo_pequenio-reponsive {
  display: none;
}
.imagenGaleryResponsive {
  display: none;
}

#banner_empresa {
  height: calc(100vh -120px) !important;
  background-size: 100%;
  object-fit: cover;
  position: relative;
}
.backgroundEmpresa {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#banner_empresa .banner-info__container {
  padding-top: 22px;
}
.slick-dots li {
  margin: 0 !important;
  width: 15px !important;
  height: 15px !important;
}
/* The switch - the box around the slider */
.switchContent {
  display: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 40px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .textTru {
  position: absolute;
  line-height: 40px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  min-width: 60px;
  text-align: center;
  right: 5px;
  color: #00000082;
  font-family: "Pier Sans bold", sans-serif;
}
.switch .textEmpresa {
  position: absolute;
  line-height: 40px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  min-width: 60px;
  left: 0px;
  margin-right: 0px;
  display: inline-block;
  text-align: center;
  color: #00000082;
  font-family: "Pier Sans", sans-serif;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* transition: 0.4s; */
  border-radius: 12px;
  background-color: transparent;
}
.slider:before {
  position: absolute;
  content: "Truer";
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  left: 0;
  color: #fff;
  width: 60px;
  font-family: "Pier Sans", sans-serif;
  background: linear-gradient(90deg, #5cf993 5%, #57d4fd 100%);
  /*-webkit-transition: 0.4s;*/
  /* transition: 0.4s; */
  border-radius: 12px;
}
input:checked + .slider:before {
  left: -30px;
  content: "Empresas";
  width: 100px;
  transform: translateX(90px);
  background: linear-gradient(
    90deg,
    rgba(22, 190, 224, 1) 35%,
    rgba(72, 209, 236, 1) 100%
  );
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
/* Acordion */
.section-acordion {
  width: 100%;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: repeat(6, 88px); */
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 3;
  min-height: 110px;
  display: none;
}
.section-acordion .container {
  display: none;
}
.acordionClose {
  height: 88px;
  background-color: #fff;
  width: 90%;
  border-radius: 8px;
  transition: all 0.5s ease-out;
  margin: 0 auto;
}
.acordionClose .section-acordion-title {
  display: grid;
  grid-template-columns: 80px 1fr 25px;
  padding: 10px;
}
.acordionClose .section-acordion-title img {
  width: 68px;
  height: 68px;
}
.acordionClose .section-acordion-title h3 {
  color: #000000;
  margin-top: 8px;
}
.acordionClose .section-acordion-title .arrowUp {
  color: #000000;
  align-self: center;
}
.acordionClose .section-acordion-title .arrowDown {
  display: none;
}
.acordionClose .section-acordion-body {
  display: none;
}
.acordionOpen {
  background-color: #414345;
  width: 90%;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  position: static;
  z-index: 3;
  margin: 0 auto;
  /* min-height: 300px;
    max-height: 500px; */
}
.acordionOpen .section-acordion-title {
  margin-bottom: 20px;
  position: relative;
}
.acordionOpen .section-acordion-title img {
  display: none;
}
.section-acordion-title h3 {
  color: #fff;
  font-family: "Pier Sans Regular", sans-serif;
  font-size: 18px;
  word-spacing: -2px;
  font-weight: 100;
}
.acordionOpen .section-acordion-title .arrowUp {
  display: none;
}
.acordionOpen .section-acordion-title .arrowDown {
  position: absolute;
  right: 15px;
  top: 0;
  color: #fff;
}
.section-acordion-body {
  font-family: "Pier Sans Regular", sans-serif;
  font-size: 12px;
  color: #ffffff;
  word-spacing: 0;
  letter-spacing: 1.1px;
  font-weight: 100;
  line-height: 1.8;
}
.section-acordion-footer {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.section-acordion-footer img {
  width: 68px;
  height: 68px;
}
.section-acordion-footer p {
  line-height: 1.3;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: none;
  }
}
.logoWhatsapp {
  position: fixed;
  bottom: 5%;
  z-index: 3;
  right: 30px;
  z-index: 9;
}
.logoWhatsapp:hover .tooltip {
  display: block;
}
.logoWhatsapp img {
  width: 80px;
  height: 80px;
}
.tooltip {
  font-size: 10px;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 50px;
  text-align: center;
  padding: 10px 8px;
  width: 160px;
  border-radius: 10px;
  z-index: 3;
  display: none;
}
.tooltip::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  transform: rotate(45deg);
  z-index: 1;
  left: 146px;
  top: 6px;
}
.link_paquetes {
  width: 33%;
}
.link_comunidad {
  text-decoration: none;
}
/*Peter style polices */
.btn-back-politicas {
  width: 139px;
}
.btn-back-terminos {
  width: 139px;
}
.header-politicas-fecha-actualizacion {
  color: #b4b4b4;
  font: italic normal normal 12px/24px Arial;
}
.header-terminos-fecha-actualizacion {
  color: #b4b4b4;
  font: italic normal normal 12px/24px Arial;
}
.contenedor-politicas {
  margin: 50px 50px;
  width: 90%;
}
.contenedor-terminos {
  margin: 50px 50px;
  width: 90%;
}
.header-politicas-titulo {
  font-family: "Pier Sans Bold", sans-serif;
  font-size: 100px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.header-terminos-titulo {
  font-family: "Pier Sans Bold", sans-serif;
  font-size: 100px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.politicas-parrafo {
  font-family: "Pier Sans Regular", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
}
.terminos-parrafo {
  font-family: "Pier Sans Regular", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
}
.contenedor-politica {
  margin: 50px 50px;
  width: 90%;
}
.header-polices {
  display: flex;
}
.header-terminos {
  display: flex;
}
.police-image {
  margin-top: 2%;
}
.terminos-image {
  margin-top: 2%;
}
.titulo-polices,
.titulo-terminos {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin-left: 15%;
    padding-top: -10%;*/
}
.info-opcion__parrafo-row-movil {
  display: none;
}
/*Peter 24/01*/
img.preguntas-arrow-left.slick-arrow,
img.preguntas-arrow-right.slick-arrow {
  width: 54px;
}
.beneficios__img-button {
  font-size: 30px;
  text-decoration: none;
  color: #ffffff;
  padding-right: 20px;
  padding-bottom: 50px;
}
/*sections frist slider home*/
.seccion-opciones.flex.justify-center.align-center.flow-column {
  height: calc(100vh - 0px);
}
.seccion-opciones.flex.justify-center.align-center.flow-column {
  background-color: #000;
}
#comunity-globar-tittle {
  margin-top: -15%;
}
#comunity-globar-text p {
  text-align: initial;
  margin-left: 38%;
}
/*-------------------Fix formularios plancerio----------------*/
.form-tru-external {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 30px;
}


.form-tru__input-textarea {
  width: 100%;
  height: 94px;
  outline: none;
  border-radius: 5px;
  color: #8a9098;
  font-size: 13px;
  padding-left: 20px;
  padding-top: 10px;
  border: none;
  resize: none;
  font-weight: 100;
  background-color: #f6f7fc;
  border: 1px #dfe0e4 solid;
  font-family: 'Pier Sans Light';
}
/*-------------------Fix terminos----------------*/
.contenedor-general-terminos,
.contenedor-general-politicas {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
}
.contenedor-politicas,
.contenedor-terminos {
  margin-top: 7%;
}
.titulo-polices,
.titulo-terminos {
  width: 100%;
}
.policies-text,
.terminos-text {
  margin-top: 5%;
}
.politicas-parrafo,
.terminos-parrafo {
  font-size: 20px;
  line-height: 3vh;
}
/*slider peter*/
.slider-categorias .slick-dots li button::before {
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #0ad782;
  color: #0ad782 !important;
}
.slider-categorias .slick-dots .slick-active button::before {
  color: #424242 !important;
  background-color: #424242;
}
.hero__parrafo-movil {
  display: none;
}
.beneficios__title-movil {
  display: none;
}
.logoWhatsapp img {
  width: 70px;
  height: 70px;
}
.form-tru__button-external {
  border: none;
  background-color: #5cf993;
  color: #ffffff;
  padding: 9px 30px 9px 30px;
  font-size: 25px;
  border-radius: 9px;
  text-align: center;
}

.grid-responsive-eff {
  display: none;
}
.descripcion-tru-network-movil.subtitle.font-pier {
  display: none;
}
.hero__button-container {
  margin-bottom: 10%;
}
.textoFormResponsive-external-hoy {
  display: none;
}
.form-tru-back-hoy {
  width: 100%;
  display: none;
}
.form-tru-back-hoy .form-tru-img-back {
  width: 140px;
  margin: 10px 14px;
  position: relative;
}
.textoFormResponsive-external-forms {
  display: none;
}
/*-------------------Starting Media Queries----------------*/
@media screen and (min-width: 2112px) {
  .header {
    margin-top: 0%;
  }
  /*home*/
  #ser_truer_home {
    margin-top: 0%;
    height: auto;
  }
  .hero__titulo.font-pier {
    font-size: 250px;
    margin-bottom: 4%;
  }
  .hero__button-container {
    font-size: 20px;
  }
  /*grid 4 containers*/
  .beneficios__img-info.flex.flow-row.justify-center.align-center {
    margin-top: 2%;
  }
  .pill-separador.font-gotham-black,
  .comunidad-global__title.font-pier,
  .carousel-title__title.font-pier,
  .hero__parrafo.text-ligth.font-pier-light,
  .beneficios__title.text-ligth.font-pier,
  .comunidad-global__parrafo {
    font-size: 35px;
  }
  .comunidad-global__header.font-pier,
  .pregunta-header.font-pier {
    font-size: 100px;
  }
  .descargar-app__banner-title {
    font-size: 85px;
    margin-top: 1%;
  }
  .descargar-app__banner-subtitle {
    margin-bottom: 4%;
    font-size: 80px;
  }
  .carousel-title__container hr {
    width: 185%;
  }
  .comunidad-global__mas-info.font-pier {
    font-size: 30px;
  }
  .comunidad-global__parrafo-container {
    margin-bottom: 0%;
  }
  .hero__content {
    margin-top: 0%;
  }
  #banner_empresa {
    width: 100%;
    height: 105vh;
    margin-top: 0%;
  }
  /*=========Comunity(720)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 28%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 28%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 28%;
    padding: 3%;
  }
  /*=============WMN===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 0%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 5%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 94px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 23px;
  }
  #wmn-btn a {
    font-size: 25px;
  }
  .info-opcion-row {
    margin-top: 0%;
  }
  .seccion-container-row {
    margin-top: 6%;
  }
}

@media screen and (max-width: 2040px) {
  #clientes {
    margin-top: 4%;
    margin-bottom: -3%;
  }
  .separador-prueba.flex.justify-center.align-center.sprd-comm {
    margin-top: -2%;
  }
  .hero__titulo-container {
    margin-top: 0%;
  }
  .hero {
    height: auto;
  }
  .hero__titulo {
    font-size: 195px;
    margin-top: 0%;
    margin-bottom: -4%;
  }
  .hero__parrafo.text-ligth.font-pier-light {
    font-size: 22px;
  }
  .hero__button-container {
    margin-bottom: 4%;
    margin-top: -1%;
  }
  /**/
  .beneficios.flex.justify-center.align-center.direction-column {
    margin-top: 4%;
  }
  .beneficios__img {
    width: 17em;
    height: 17em;
  }
  .pill-separador,
  .comunidad-global__title,
  .comunidad-global__parrafo,
  .carousel-title__title {
    font-size: 24px;
  }
  .mas-informacion.flex.align-center {
    margin-top: -4%;
  }
  .beneficios__img-info {
    margin-top: 4%;
  }
  /**/
  .descargar-app__banner-title {
    font-size: 4.7em;
    margin-top: -1%;
  }
  .descargar-app__banner-subtitle {
    font-size: 3.7em;
    margin-bottom: 2%;
  }
  .descargas {
    gap: 50px;
    width: 100%;
    padding-bottom: 7%;
  }
  .descargar-app {
    height: 95vh;
  }
  /**/
  .comunidad-global__title {
    margin-top: 0%;
    margin-bottom: -2%;
  }
  .carousel-title__container hr {
    width: 58%;
  }
  .ser-truer__img {
    height: 38vh;
    background-size: 100%;
  }
  .footer__menu {
    gap: 30px;
    width: 60%;
  }
  .logo-grande img {
    width: 16em;
    height: 8em;
  }
  .separador {
    width: 88%;
  }
  #marcas {
    margin-top: -4%;
  }

  /*=========Comunity(2040)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 39%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 39%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 39%;
    padding: 3%;
  }
  /*============ Empresas 2040  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 33px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 30px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 120px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 20px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container {
    margin-top: 7%;
    margin-bottom: 4%;
  }
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 2%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -2%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -4%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -3%;
    margin-top: -3%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 100%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 78vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 20%;
    right: 94%;
    bottom: -18%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 25%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 9%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 70vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 29%;
  }
  #tru_network {
    background-size: 100%;
    height: 80vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: -3%;
  }
  #tru_network {
    margin-top: 0%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 90%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 5%;
  }
  .separador-linea {
    width: 120%;
  }
  .imagen-grande {
    width: 95%;
    margin-left: 5%;
    height: 115vh;
  }
  .galeria {
    height: 91vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 93%;
    height: 83vh;
    display: grid;
    grid-template-columns: 3750px 1f;
  }
  .fila-imagenes {
    gap: 2%;
    height: 115%;
    width: 130%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: -10%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 170px;
  }
  .parrafo_pequenio {
    font-size: 73px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -2%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 25;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 80%;
    margin-left: 2%;
  }
  #paquetes_tru {
    margin-top: 19%;
  }
  .form-tru__img-container {
    width: 35%;
  }
  .form-tru__form-container {
    width: 60%;
  }
  /*=============WMN 2040===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 0%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 5%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 94px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 23px;
  }
  #wmn-btn a {
    font-size: 25px;
  }
  .info-opcion-row {
    margin-top: 5%;
  }
  .seccion-container-row {
    margin-top: 6%;
  }
  /*============= Forms for plans 2040 ===========*/
  .form-tru-container {
    margin-top: 5%;
  }
  .form-tru-img {
    width: 60%;
  }
  .form-tru-container-form {
    width: 40%;
  }
  .form-tru-img-logo {
    width: 100%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 2040----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 5;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
}

@media screen and (max-width: 1920px) {
  .hero__titulo-container {
    margin-top: 0%;
  }
  .hero {
    height: auto;
  }
  .hero__titulo {
    font-size: 190px;
    margin-top: 0%;
    margin-bottom: -4%;
  }
  .hero__parrafo.text-ligth.font-pier-light {
    font-size: 22px;
  }
  .hero__button-container {
    margin-bottom: 5%;
    margin-top: -1%;
  }
  /**/
  .beneficios.flex.justify-center.align-center.direction-column {
    margin-top: 4%;
  }
  .beneficios__img {
    width: 17em;
    height: 17em;
  }
  .separador-prueba.flex.justify-center.align-center.sprd-comm {
    margin-top: -3%;
  }
  .pill-separador,
  .comunidad-global__title,
  .comunidad-global__parrafo,
  .carousel-title__title {
    font-size: 24px;
  }
  .mas-informacion.flex.align-center {
    margin-top: -4%;
  }
  .beneficios__img-info {
    margin-top: 4%;
  }
  /**/
  .descargar-app__banner-title {
    font-size: 4.7em;
    margin-top: -1%;
  }
  .descargar-app__banner-subtitle {
    font-size: 3.7em;
    margin-bottom: 2%;
  }
  .descargas {
    gap: 50px;
    width: 100%;
    padding-bottom: 8%;
  }
  /**/
  .comunidad-global__title {
    margin-top: 0%;
    margin-bottom: -2%;
  }
  .carousel-title__container hr {
    width: 58%;
  }
  .ser-truer__img {
    height: 36vh;
    background-size: 100%;
  }
  .footer__menu {
    gap: 30px;
    width: 60%;
  }
  .logo-grande img {
    width: 16em;
    height: 8em;
  }
  .separador {
    width: 88%;
  }
  #marcas {
    margin-top: -4%;
  }
  /*=========Comunity(1920)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 38%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 38%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 38%;
    padding: 3%;
  }
  /*============ Empresas 1920  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 33px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 30px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 120px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 20px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container {
    margin-top: 6%;
    margin-bottom: 4%;
  }
  #ser_partner {
    margin-top: 0%;
  }
  .conviertete-section__subtitle-movil.font-pier.text-regular {
    margin-top: -12%;
  }
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 0%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -2%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -4%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -3%;
    margin-top: -3%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 90%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 78vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 20%;
    right: 94%;
    bottom: -18%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: -5%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 9%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 70vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 29%;
  }
  #tru_network {
    background-size: 100%;
    height: 80vh;
    background-position-x: 45%;
    background-position-y: 28%;
    margin-top: 0%;
  }
  .mas-informacion.flex.align-center {
    margin-top: 0%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 90%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 5%;
  }
  .separador-linea {
    width: 120%;
  }
  .imagen-grande {
    width: 93%;
    margin-left: 6%;
    height: 105vh;
  }
  .galeria {
    height: 91vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 93%;
    height: 83vh;
    display: grid;
    grid-template-columns: 3750px 1f;
  }
  .fila-imagenes {
    gap: 2%;
    height: 100%;
    width: 130%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: 0%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 170px;
  }
  .parrafo_pequenio {
    font-size: 73px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -2%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 25;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 78%;
    margin-left: 2%;
  }
  #paquetes_tru {
    margin-top: 7%;
  }
  .form-tru__img-container {
    width: 35%;
  }
  .form-tru__form-container {
    width: 60%;
  }
  /*=============WMN 1920===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 0%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 5%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 94px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 23px;
  }
  #wmn-btn a {
    font-size: 25px;
  }
  .info-opcion-row {
    margin-top: 5%;
  }
  .seccion-container-row {
    margin-top: 0%;
  }
  /*============= Forms for plans 1920 ===========*/
  .form-tru-container {
    margin-top: 5%;
  }
  .form-tru-img {
    width: 60%;
  }
  .form-tru-container-form {
    width: 40%;
  }
  .form-tru-img-logo {
    width: 100%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 1920----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 8%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
}

@media screen and (max-width: 1800px) {
  .hero__titulo-container {
    margin-top: 0%;
  }
  .hero {
    height: auto;
  }
  .hero__titulo {
    font-size: 200px;
    margin-top: -2%;
    margin-bottom: -4%;
  }
  .hero__parrafo.text-ligth.font-pier-light {
    font-size: 22px;
  }
  .separador-prueba.flex.justify-center.align-center.sprd-comm {
    margin-top: -3%;
  }
  .hero__button-container {
    margin-bottom: 6%;
    margin-top: -1%;
  }
  .hero__button-container {
    margin-bottom: 6%;
    margin-top: -1%;
  }
  /**/
  .beneficios.flex.justify-center.align-center.direction-column {
    margin-top: 4%;
  }
  .beneficios__img {
    width: 17em;
    height: 17em;
  }
  .pill-separador,
  .comunidad-global__title,
  .comunidad-global__parrafo,
  .carousel-title__title {
    font-size: 24px;
  }
  .mas-informacion.flex.align-center {
    margin-top: -3%;
  }
  .beneficios__img-info {
    margin-top: 4%;
  }
  /**/
  .descargar-app__banner-title {
    font-size: 4.9em;
    margin-top: 0%;
  }
  .descargar-app__banner-subtitle {
    font-size: 3.5em;
    margin-bottom: 1%;
  }
  .descargas {
    gap: 50px;
    width: 120%;
    margin-bottom: 1%;
  }
  /**/
  .comunidad-global__title {
    margin-top: 0%;
    margin-bottom: -2%;
  }
  .carousel-title__container hr {
    width: 56%;
  }
  .ser-truer__img {
    height: 34vh;
    background-size: 100%;
  }
  .footer__menu {
    gap: 30px;
    width: 60%;
  }
  .logo-grande img {
    width: 16em;
    height: 8em;
  }
  .separador {
    width: 88%;
  }
  #marcas {
    margin-top: -7%;
  }
  /*=========Comunity(1800)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 36%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 36%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 36%;
    padding: 3%;
  }
  /*============ Empresas 1800  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 33px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 29px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 105px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 20px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container {
    margin-top: 7%;
    margin-bottom: 5%;
  }
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 2%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -2%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -4%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -3%;
    margin-top: -3%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 73%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 78vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 21%;
    right: 94%;
    bottom: -20%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 0%;
  }
  #tru_network {
    margin-top: 0%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 6%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 70vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 24%;
  }
  #tru_network {
    background-size: 100%;
    height: 65vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: 0%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 90%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 5%;
  }
  .separador-linea {
    width: 107%;
  }
  .imagen-grande {
    width: 94%;
    margin-left: 7%;
    height: 100vh;
  }
  .galeria {
    height: 91vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 93%;
    height: 83vh;
    display: grid;
    grid-template-columns: 3750px 1f;
  }
  .fila-imagenes {
    gap: 2%;
    height: 115%;
    width: 130%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: -10%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 170px;
  }
  .parrafo_pequenio {
    font-size: 73px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -2%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 25;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 76%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: 13%;
  }
  .form-tru__img-container {
    width: 35%;
  }
  .form-tru__form-container {
    width: 60%;
  }
  /*=============WMN 1800===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 0%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 5%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 94px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 23px;
  }
  #wmn-btn a {
    font-size: 25px;
  }
  .info-opcion-row {
    margin-top: 5%;
  }
  .seccion-container-row {
    margin-top: 0%;
  }
  /*============= Forms for plans 1800 ===========*/
  .form-tru-container {
    margin-top: 6%;
  }
  .form-tru-img {
    width: 60%;
  }
  .form-tru-container-form {
    width: 40%;
  }
  .form-tru-img-logo {
    width: 100%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 1800----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 8%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  /*slider peter*/
  .preguntas-slider-container .img-background {
    height: 273px;
    width: 445px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
  }
  .persona-foto-perfil {
    width: 115px;
    height: 115px;
  }
  .persona-datos {
    font-family: "pier sans regular";
    font-size: 10px;
  }
  .titulo-pregunta {
    font-size: 25px;
    font-family: "pier sans bold";
    text-align: initial;
    margin-bottom: 10px;
    text-align: initial;
  }
  .respuesta-pregunta {
    text-align: left;
    font-family: "pier sans regular";
    font-size: 11px;
  }
  img.preguntas-arrow-left.slick-arrow,
  img.preguntas-arrow-right.slick-arrow {
    width: 54px;
  }
  /*-------------------App---------------*/
  .texto-header-app-banner.font-pier {
    font-size: 70px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
    margin-bottom: 5%;
  }
  .apps-descargar-banner img {
    width: 95%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: inherit;
    gap: 0px;
  }
  .texto-footer-app-banner.font-pier {
    width: 95vh;
    font-size: 55px;
  }
}

@media screen and (max-width: 1680px) {
  .hero__titulo-container {
    margin-top: 0%;
  }
  .hero {
    height: auto;
  }
  .hero__titulo {
    font-size: 130px;
    margin-top: 0%;
    margin-bottom: -4%;
  }
  .hero__parrafo.text-ligth.font-pier-light {
    font-size: 22px;
  }
  .hero__button-container {
    margin-bottom: 7%;
    margin-top: -1%;
  }
  .hero__parrafo.text-ligth.font-pier-light {
    font-size: 22px;
  }
  .hero__button-container {
    margin-bottom: 8%;
    margin-top: -1%;
  }
  /**/
  .beneficios.flex.justify-center.align-center.direction-column {
    margin-top: 4%;
  }
  .beneficios__img {
    width: 17em;
    height: 17em;
  }
  .pill-separador,
  .comunidad-global__title,
  .comunidad-global__parrafo,
  .carousel-title__title {
    font-size: 24px;
  }
  .mas-informacion.flex.align-center {
    margin-top: 0%;
  }
  .beneficios__img-info {
    margin-top: 4%;
  }
  /**/
  .descargar-app__banner-title {
    font-size: 3.8em;
    margin-top: -2%;
  }
  .descargar-app__banner-subtitle {
    font-size: 3.5em;
    margin-bottom: 2%;
  }
  .descargas {
    gap: 50px;
    width: 120%;
    margin-bottom: -2%;
  }
  /**/
  .comunidad-global__title {
    margin-top: 0%;
    margin-bottom: -2%;
  }
  .carousel-title__container hr {
    width: 53%;
  }
  .ser-truer__img {
    height: 31vh;
    background-size: 100%;
  }
  .footer__menu {
    gap: 30px;
    width: 60%;
  }
  .logo-grande img {
    width: 16em;
    height: 8em;
  }
  .separador {
    width: 88%;
  }
  #marcas {
    margin-top: -6%;
  }
  /*=========Comunity(1680)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 35%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 36%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 36%;
    padding: 3%;
  }
  /*============ Empresas 1680  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 33px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 29px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 105px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 20px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container {
    margin-top: 7%;
    margin-bottom: 3%;
  }
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 5%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -2%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -4%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -3%;
    margin-top: -3%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 65%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 78vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 24%;
    right: 94%;
    bottom: -24%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 0%;
  }
  #tru_network {
    margin-top: 0%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 6%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 70vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 24%;
  }
  #tru_network {
    background-size: 100%;
    height: 65vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: 0%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 90%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 5%;
  }
  .separador-linea {
    width: 107%;
  }
  .imagen-grande {
    width: 96%;
    margin-left: 7%;
    height: 90vh;
  }
  .galeria {
    height: 91vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 93%;
    height: 83vh;
    display: grid;
    grid-template-columns: 3750px 1f;
  }
  .fila-imagenes {
    gap: 2%;
    height: 115%;
    width: 130%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: -10%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 170px;
  }
  .parrafo_pequenio {
    font-size: 73px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -2%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 25;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 75%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: 9%;
  }
  .form-tru__img-container {
    width: 35%;
  }
  .form-tru__form-container {
    width: 60%;
  }
  /*=============WMN 1680===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 0%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 7%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 94px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 23px;
  }
  #wmn-btn a {
    font-size: 25px;
  }
  .info-opcion-row {
    margin-top: 10%;
  }
  .seccion-container-row {
    margin-top: 6%;
  }
  /*============= Forms for plans 1680 ===========*/
  .form-tru-container {
    margin-top: 6%;
  }
  .form-tru-img {
    width: 50%;
  }
  .form-tru-container-form {
    width: 50%;
  }
  .form-tru-img-logo {
    width: 90%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 1680----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 10%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  /*-------------------App---------------*/
  .texto-header-app-banner.font-pier {
    font-size: 70px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
    margin-bottom: 5%;
  }
  .apps-descargar-banner img {
    width: 95%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: inherit;
    gap: 0px;
  }
  .texto-footer-app-banner.font-pier {
    width: 95vh;
    font-size: 50px;
  }
}

@media screen and (max-width: 1560px) {
    #marcas {
        margin-top: -3%;
    }
  .separador-prueba.flex.justify-center.align-center.sprd-comm {
    margin-top: -3%;
  }

  .hero__titulo-container {
    margin-top: 0%;
  }
  .hero {
    height: auto;
  }
  .hero__parrafo.text-ligth.font-pier-light {
    font-size: 22px;
  }
  .hero__titulo {
    font-size: 125px;
    margin-top: 0%;
    margin-bottom: -4%;
  }
  .hero__button-container {
    margin-bottom: 8%;
    margin-top: -1%;
  }
  /**/
  .beneficios.flex.justify-center.align-center.direction-column {
    margin-top: 4%;
  }
  .beneficios__img {
    width: 15em;
    height: 15em;
  }
  .pill-separador,
  .comunidad-global__title,
  .comunidad-global__parrafo,
  .carousel-title__title {
    font-size: 24px;
  }
  .mas-informacion.flex.align-center {
    margin-top: -4%;
  }
  .beneficios__img-info {
    margin-top: 4%;
  }
  /**/
  .descargar-app__banner-title {
    font-size: 4em;
    margin-top: -2%;
  }
  .descargar-app__banner-subtitle {
    font-size: 3.5em;
    margin-bottom: 4%;
  }
  .descargas {
    gap: 50px;
    width: 120%;
    margin-bottom: -4%;
  }
  /**/
  .comunidad-global__title {
    margin-top: 0%;
    margin-bottom: -2%;
  }
  .carousel-title__container hr {
    width: 50%;
  }
  .ser-truer__img {
    height: 29vh;
    background-size: 100%;
  }
  .footer__menu {
    gap: 30px;
    width: 60%;
  }
  .logo-grande img {
    width: 16em;
    height: 8em;
  }
  .separador {
    width: 88%;
  }
  #comunity-globar-text p {
    margin-left: 32%;
  }
  /*=========Comunity(1560)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 33%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 32%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 32%;
    padding: 3%;
  }
  /*============ Empresas 1560  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 26px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 25px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 90px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 20px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container {
    margin-top: 8%;
  }
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 0%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -2%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -4%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -3%;
    margin-top: -3%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 85%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 70vh;
    margin-top: 0%;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 20%;
    right: 94%;
    bottom: -22%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 10%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 6%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 70vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 20%;
  }
  #tru_network {
    background-size: 100%;
    height: 65vh;
    background-position-x: 45%;
    background-position-y: 28%;
    margin-top: 1%;
  }
  .mas-informacion.flex.align-center {
    margin-top: 0%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 100%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 5%;
  }
  .separador-linea {
    width: 146%;
  }
  .imagen-grande {
    width: 100%;
    margin-left: 0%;
  }
  .galeria {
    height: 91vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 80%;
    height: 83vh;
    display: grid;
    grid-template-columns: 375px 1fr;
  }
  .fila-imagenes {
    gap: 2%;
    height: 80%;
    width: 100%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: 17%;
  }

  .separador-galeria {
    margin-top: -1%;
  }

  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 120px;
  }
  .parrafo_pequenio {
    font-size: 51px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -4%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 30% !important;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 63%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: -12%;
  }
  /*=============WMN 1560===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 0%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 7%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 94px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 23px;
  }
  #wmn-btn a {
    font-size: 25px;
  }
  .info-opcion-row {
    margin-top: 15%;
  }
  .seccion-container-row {
    margin-top: 6%;
  }
  /*============= Forms for plans 1560 ===========*/
  .form-tru-container {
    margin-top: 8%;
  }
  .form-tru-img {
    width: 50%;
  }
  .form-tru-container-form {
    width: 50%;
  }
  .form-tru-img-logo {
    width: 90%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 1560----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 10%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  /*-------------------App---------------*/
  .texto-header-app-banner.font-pier {
    font-size: 70px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
    margin-bottom: 5%;
  }
  .apps-descargar-banner img {
    width: 95%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: inherit;
    gap: 0px;
  }
  .texto-footer-app-banner.font-pier {
    width: 95vh;
    font-size: 50px;
  }
}

@media screen and (max-width: 1440px) {
  #marcas {
    margin-top: -6%;
  }
  .separador-prueba.flex.justify-center.align-center.sprd-comm {
    margin-top: -3%;
  }
  .hero__titulo-container {
    margin-top: 0%;
  }
  .hero {
    height: auto;
  }
  .hero__titulo {
    font-size: 100px;
  }
  .hero__parrafo.text-ligth.font-pier-light {
    font-size: 22px;
  }
  .hero__button-container {
    margin-bottom: 10%;
    margin-top: -2%;
  }
  /**/
  .beneficios.flex.justify-center.align-center.direction-column {
    margin-top: 4%;
  }
  .beneficios__img {
    width: 15em;
    height: 15em;
  }
  .pill-separador,
  .comunidad-global__title,
  .comunidad-global__parrafo,
  .carousel-title__title {
    font-size: 24px;
  }
  .mas-informacion.flex.align-center {
    margin-top: -4%;
  }
  .beneficios__img-info {
    margin-top: 4%;
  }
  /**/
  .descargar-app__banner-title {
    font-size: 4.1em;
    margin-top: -2%;
  }
  .descargar-app__banner-subtitle {
    font-size: 3em;
    margin-bottom: 4%;
  }
  .descargas {
    gap: 50px;
    width: 120%;
    margin-bottom: -2%;
  }
  /**/
  .comunidad-global__title {
    margin-top: 0%;
    margin-bottom: -6%;
    margin-bottom: -4%;
  }
  .carousel-title__container hr {
    width: 46%;
  }
  .ser-truer__img {
    height: 27vh;
    background-size: 100%;
  }
  .footer__menu {
    gap: 30px;
    width: 60%;
  }
  .logo-grande img {
    width: 16em;
    height: 8em;
  }
  .separador {
    width: 88%;
  }
  /*=========Comunity(1440)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  #comunity-globar-text p {
    margin-left: 30%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 31%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 30%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 31%;
    padding: 3%;
    margin-bottom: 13%;
  }
  /*============ Empresas 1440  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 26px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 25px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 80px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 20px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container {
    margin-top: 8%;
    margin-bottom: 5%;
  }
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: -3%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -2%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -4%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -3%;
    margin-top: -6%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 75%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 85vh;
    margin-bottom: 0%;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 22%;
    right: 94%;
    bottom: -20%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 0%;
  }
  .conviertete-section__title.font-pier-bold {
    margin-top: 0%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 5%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 59vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 20%;
  }
  #tru_network {
    background-size: 100%;
    height: 60vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: 0%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 100%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 5%;
  }
  .separador-linea {
    width: 125%;
  }
  .imagen-grande {
    width: 100%;
    margin-left: 0%;
    height: 61vh;
    background-size: contain;
  }
  .galeria {
    height: 91vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 73%;
    height: 78vh;
    display: grid;
    grid-template-columns: 250px 1fr;
  }
  .fila-imagenes {
    gap: 2%;
    height: 90%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: -10%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 135px;
  }
  .parrafo_pequenio {
    font-size: 50px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -7%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 35%;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 70%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: -12%;
  }
  /*=============WMN 1440===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 3%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 14%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 115px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 25px;
  }
  #wmn-btn a {
    font-size: 25px;
  }
  .info-opcion-row {
    margin-top: 0%;
  }
  .seccion-container-row {
    margin-top: 0%;
  }
  .img-back-container-row.flex.self-baseline {
    margin-top: 0%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 7%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 94px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 23px;
  }
  #wmn-btn a {
    font-size: 25px;
  }
  .info-opcion-row {
    margin-top: 12%;
  }
  .seccion-container-row {
    margin-top: 6%;
  }
  /*============= Forms for plans 1440 ===========*/
  .form-tru-container {
    margin-top: 8%;
  }
  .form-tru-img {
    width: 50%;
  }
  .form-tru-container-form {
    width: 50%;
  }
  .form-tru-img-logo {
    width: 90%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 1440----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 10%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  /*-------------------App---------------*/
  .texto-header-app-banner.font-pier {
    font-size: 60px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
    margin-bottom: 5%;
  }
  .apps-descargar-banner img {
    width: 95%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: inherit;
    gap: 0px;
  }
  .texto-footer-app-banner.font-pier {
    width: 95vh;
    font-size: 45px;
  }
}

@media screen and (max-width: 1320px) {
    #marcas {
        margin-top: -6%;
    }

    .descargar-app {
        height: 70vh;
    }
  .hero__titulo-container {
    margin-top: 0%;
  }
  .hero {
    height: auto;
  }
  .hero__titulo {
    font-size: 95px;
  }
  .hero__parrafo.text-ligth.font-pier-light {
    font-size: 22px;
  }
  .hero__button-container {
    margin-bottom: 10%;
    margin-top: -2%;
  }
  /*
  .beneficios.flex.justify-center.align-center.direction-column {
    margin-top: 4%;
  }*/
  .beneficios__img {
    width: 15em;
    height: 15em;
  }
  .pill-separador,
  .comunidad-global__title,
  .comunidad-global__parrafo,
  .carousel-title__title {
    font-size: 24px;
  }
  .mas-informacion.flex.align-center {
    margin-top: -4%;
  }
  .beneficios__img-info {
    margin-top: 4%;
  }
  /**/
  .descargar-app__banner-title {
    font-size: 3.8em;
    margin-top: 2%;
  }
  .descargar-app__banner-subtitle {
    font-size: 2.7em;
    margin-bottom: 2%;
  }
  .descargas {
    gap: 50px;
    width: 120%;
    margin-bottom: -2%;
  }
  /**/
  .comunidad-global__title {
    margin-top: 0%;
    margin-bottom: -4%;
  }
  .carousel-title__container hr {
    width: 41%;
  }
  .ser-truer__img {
    height: 25vh;
    background-size: 100%;
  }
  .footer__menu {
    gap: 30px;
    width: 60%;
  }
  .separador {
    width: 87%;
  }
  /*=========Comunity(1320)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 29%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 28%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 24px;
    margin-top: 10%;
    margin-left: 29%;
    padding: 3%;
  }
  /*============ Empresas 1320  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 26px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 25px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 80px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 20px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container {
    margin-top: 5%;
  }
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 0%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -2%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -4%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -3%;
    margin-top: -6%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 60%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 60vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 20%;
    right: 94%;
    bottom: -23%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 9%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 5%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 59vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 20%;
  }
  #tru_network {
    background-size: 100%;
    height: 55vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: -1%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 100%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 5%;
  }
  .separador-linea {
    width: 115%;
  }
  .imagen-grande {
    width: 100%;
    margin-left: 0%;
  }
  .galeria {
    height: 70vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 78%;
    height: 85vh;
    display: grid;
    grid-template-columns: 210px 1fr;
  }
  .fila-imagenes {
    gap: 2%;
    height: 106%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: -9%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 120px;
  }
  .parrafo_pequenio {
    font-size: 50px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -7%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 35% !important;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 60%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: 0%;
  }
  /*=============WMN 1320===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 3%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 8%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 80px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 22px;
  }
  #wmn-btn a {
    font-size: 22px;
  }
  .info-opcion-row {
    margin-top: 15%;
  }
  .seccion-container-row {
    margin-top: -5%;
  }
  #comunity-globar-text p {
    margin-left: 28%;
  }
  /*============= Forms for plans 1320 ===========*/
  .form-tru-container {
    margin-top: 8%;
  }
  .form-tru-img {
    width: 40%;
  }
  .form-tru-container-form {
    width: 60%;
  }
  .form-tru-img-logo {
    width: 90%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 1320----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 13%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  /*-------------------App---------------*/
  .texto-header-app-banner.font-pier {
    font-size: 60px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
    margin-bottom: 5%;
  }
  .apps-descargar-banner img {
    width: 95%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: inherit;
    gap: 0px;
  }
  .texto-footer-app-banner.font-pier {
    width: 95vh;
  }
}

@media screen and (max-width: 1200px) {

  #efectividad_y_eficiencia {
    margin-top: -13% !important;
  }
    .descargar-app {
        height: 70vh;
    }
  .conviertete-section__title.font-pier-bold {
    margin-top: 10%;
  }
  .hero__titulo-container {
    margin-top: 2%;
  }
  .hero {
    height: auto;
  }
  .hero__parrafo.text-ligth.font-pier-light {
    font-size: 18px;
  }
  .hero__button-container {
    margin-bottom: 10%;
    margin-top: -2%;
  }
  .hero__titulo {
    font-size: 95px;
    margin-top: 0%;
    margin-bottom: -4%;
  }
  /*
  .beneficios.flex.justify-center.align-center.direction-column {
    margin-top: 4%;
  }*/
  .beneficios__img {
    width: 15em;
    height: 15em;
  }
  .pill-separador,
  .comunidad-global__title,
  .comunidad-global__parrafo,
  .carousel-title__title,
  .banner-info__container .btn-green {
    font-size: 24px;
  }
  .mas-informacion.flex.align-center {
    margin-top: -4%;
  }
  .beneficios__img-info {
    margin-top: 4%;
  }
  /**/
  .descargar-app__banner-title {
    font-size: 3.5em;
    margin-top: -1%;
  }
  .descargar-app__banner-subtitle {
    font-size: 2.5em;
    margin-bottom: 3%;
  }
  .descargas {
    gap: 50px;
    width: 120%;
    margin-bottom: 0%;
  }
  #marcas {
    margin-top: -10%;
  }
  /**/
  .carousel-title__container hr {
    width: 34%;
  }
  .ser-truer__img {
    height: 23vh;
    background-size: 100%;
  }
  .footer__menu {
    gap: 30px;
    width: 60%;
  }
  .separador {
    width: 87%;
  }
  /*=========Comunity(1200)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  /*scale: 125%;*/
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 27%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 27%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 27%;
    padding: 3%;
  }
  /*============ Empresas 1200  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 24px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 23px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 65px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 20px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container {
    margin-top: 1%;
  }
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 0%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -2%;
    margin-top: 9%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -5%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -3%;
    margin-top: -6%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 55%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 60vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 21%;
    right: 93%;
    bottom: -24%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 15%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 2%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 46vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 13%;
  }
  #tru_network {
    background-size: 175%;
    height: 50vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: -1%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 100%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 5%;
  }
  .separador-linea {
    width: 105%;
  }
  .imagen-grande {
    width: 100%;
    margin-left: 0%;
  }
  .galeria {
    height: 91vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 90%;
    height: auto;
    display: grid;
    grid-template-columns: 260px 1fr;
  }
  .fila-imagenes {
    gap: 2%;
    height: 106%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: -4%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 100px;
  }
  .parrafo_pequenio {
    font-size: 42px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -7%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 66%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 30%;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 62%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: -15%;
  }
  /*=============WMN 1200===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 3%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 8%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 80px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 20px;
  }
  #wmn-btn a {
    font-size: 20px;
  }
  .info-opcion-row {
    margin-top: 15%;
  }
  .seccion-container-row {
    margin-top: -5%;
  }
  /*============= Forms for plans 1200 ===========*/
  .form-tru-container {
    margin-top: 10%;
  }
  .form-tru-img {
    width: 40%;
  }
  .form-tru-container-form {
    width: 60%;
  }
  .form-tru-img-logo {
    width: 90%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 1200----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 13%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  /*-------------------App---------------*/
  .texto-header-app-banner.font-pier {
    font-size: 60px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
  }
  .apps-descargar-banner img {
    width: 95%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: inherit;
    gap: 0px;
  }
  .texto-footer-app-banner.font-pier {
    width: 95vh;
  }
}

@media screen and (max-width: 1080px) {
  .separador-galeria {
    margin-top: 15%;
  }
  .precios__cards {
    gap: 35px;
  }
  .conviertete-section__title.font-pier-bold {
    margin-top: 15%;
  }

  .comunidad-global__title {
    font-size: 23px;
  }
  .hero__button-container {
    font-size: 80px;
  }
  /* header fix*/
  .logo-img {
    width: 95%;
    height: 95%;
  }
  .nav-menu__list {
    margin-left: 15px;
  }
  .nav-menu__container {
    padding: 15px 20px 15px 20px;
  }
  .btn-sky {
    font-size: 23px;
  }
  /* Cambio peter */
  .hero {
    /*background-image: url('https://tru.culturaguatemala.com/storage/banner-homes/January2023/COkva51aA0S348r4Gjww.png');*/
    height: auto;
  }
  .hero__titulo-container {
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .comunidad-global__header {
    font-size: 70px;
    line-height: 100%;
  }
  .comunidad-global__header-container {
    margin-top: -7%;
  }
  .comunidad-global__parrafo {
    font-size: 22px;
  }
  .pregunta-header {
    font-size: 70px;
  }
  .hero__titulo {
    font-size: 95px;
    margin-top: 0%;
  }
  .hero__parrafo {
    font-size: 19px;
  }
  .hero__button-container {
    margin-bottom: 10%;
    margin-top: -2%;
  }
  .hero__button-container .btn-sky {
    font-size: 23px;
  }
  .beneficios__title-container {
    width: 100%;
  }
  .beneficios__title {
    font-size: 22px;
  }
  .slider-container-categorias .slide-categoria {
    width: 310px;
    height: 235px;
  }
  .slider-container-categorias {
    display: flex;
    margin-top: 4%;
  }
  /* Cambios de Peter */
  .beneficios__img-info {
    display: none;
  }

  .section-black {
    gap: 0px;
    /*! margin-top: 160%; */
  }

  .mas-informacion {
    justify-content: flex-start;
  }
  .section-black
    .comunidad-global
    .comunidad-global__container-info
    .comunidad-global__parrafo-movil {
    font-size: 20px;
  }
  .comunidad-global {
    margin-top: 10%;
  }
  .comunidad-global__container .mas-informacion {
    margin-top: -4%;
  }

  .descargar-app {
    margin-top: 9%;
    background-position: inherit;
    width: 100%;
    height: 66vh;
    background-size: 100%;
  }
  .descargar-app__banner-title {
    font: normal normal bold 49px/55px Pier Sans Bold;
    width: 102%;
  }
  .descargar-app__banner-subtitle {
    font: normal normal bold 40px/50px Pier Sans Bold;
    text-align: left;
    margin-bottom: 2%;
  }
  .descargas {
    gap: 15px;
    width: 100%;
    margin-bottom: 2%;
  }
  .descargar-app__banner {
    width: 90%;
    height: 70%;
  }
  .app-img-link {
    width: 25%;
  }
  #marcas {
    margin-top: -2%;
  }
  .preguntas {
    margin-top: 5%;
  }
  /*frist footer*/
  .ser-truer__img {
    height: 20vh;
  }
  /*second footer */
  .logo-grande img {
    width: 12em;
    height: 5em;
  }
  .footer__menu {
    gap: 0px;
    margin-left: 15px;
    font-size: 15px;
  }
  .menu__footer-container {
    width: 90%;
  }
  .button-toup {
    margin-left: 10px;
  }
  /*------------peter slider fix --------------------*/
  img.preguntas-arrow-left.slick-arrow,
  img.preguntas-arrow-right.slick-arrow {
    width: 80px;
  }
  .container-slider-preguntas {
    width: 100%;
  }
  img.precios-arrow-left.slick-arrow {
    margin: 0%;
    padding-top: 15%;
  }
  img.precios-arrow-right.slick-arrow {
    margin: 0%;
    padding-top: 15%;
  }
  img.precios-arrow-left.slick-arrow,
  img.precios-arrow-right.slick-arrow {
    margin: 0%;
    padding-top: 15%;
    width: 54px;
  }
  .precios__header-title {
    font-size: 41px;
  }
  .precios__header-subtitle {
    font-size: 30px;
  }
  .link_paquetes {
    width: 33%;
  }
  .separador {
    width: 90%;
  }
  .carousel-title__title {
    font-size: 23px;
  }
  .beneficios {
    margin-top: 3%;
  }
  #comunity-globar-text p {
    margin-left: 20%;
  }
  .comunidad-global__title.font-pier-light {
    margin-bottom: 0%;
    margin-top: 0%;
  }
  .separador-prueba.flex.justify-center.align-center.sprd-comm {
    margin-top: 2%;
  }
  .carousel-title__container hr {
    width: 28%;
  }
  /*=========Comunity(1080)=========*/
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 20%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 22px;
    margin-left: 20%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 20%;
    padding: 3%;
  }
  /*============ Empresas 1080  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 23px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 22px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 65px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 18px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container {
    margin-top: 0%;
  }
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 3%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -3%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -5%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -3%;
    margin-top: -6%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 45%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 54vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 21%;
    right: 93%;
    bottom: -20%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 18%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 3%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 52vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 17%;
  }
  #tru_network {
    background-size: 175%;
    height: 48vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: -1%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 100%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 5%;
  }
  .separador-linea {
    width: 95%;
  }
  .imagen-grande {
    width: 100%;
    margin-left: 0%;
  }
  .galeria {
    height: 91vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 93%;
    height: 83vh;
    display: grid;
    grid-template-columns: 235px 1fr;
  }
  .fila-imagenes {
    gap: 2%;
    height: 83%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 25px;
    margin-bottom: 6%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 100px;
  }
  .parrafo_pequenio {
    font-size: 43px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -4%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 37%;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 58%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: -10%;
  }
  /*=============WMN 1080===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 3%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 14%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 70px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 18px;
  }
  #wmn-btn a {
    font-size: 20px;
  }
  .info-opcion-row {
    margin-top: 28%;
  }
  .seccion-container-row {
    margin-top: -10%;
  }
  /*============= Forms for plans 1080 ===========*/
  .form-tru-container {
    margin-top: 10%;
  }
  .form-tru-img {
    width: 40%;
  }
  .form-tru-container-form {
    width: 60%;
  }
  .form-tru-img-logo {
    width: 90%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 1080----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 13%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  .texto-header-app-banner.font-pier {
    font-size: 60px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
  }
  .apps-descargar-banner img {
    width: 85%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: inherit;
    gap: 0px;
  }
  .texto-footer-app-banner.font-pier {
    width: 95vh;
  }
}

@media screen and (max-width: 960px) {
  .separador-galeria {
    margin-top: 15%;
  }
  .precios__cards {
    gap: 25px;
  }
  .conviertete-section__title.font-pier-bold {
    margin-top: 15%;
  }

  .comunidad-global__title {
    font-size: 22px;
  }
  .hero__button-container {
    font-size: 80px;
  }
  /* header fix*/
  .logo-img {
    width: 95%;
    height: 95%;
  }
  .nav-menu__list {
    margin-left: 15px;
  }
  .nav-menu__container {
    padding: 15px 20px 15px 20px;
  }
  .btn-sky {
    font-size: 22px;
  }
  /* Cambio peter */
  .hero {
    /*background-image: url('https://tru.culturaguatemala.com/storage/banner-homes/January2023/COkva51aA0S348r4Gjww.png');*/
    height: auto;
  }
  .hero__titulo-container {
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .comunidad-global__header {
    font-size: 65px;
    line-height: 100%;
  }
  .comunidad-global__header-container {
    margin-top: -7%;
  }
  .comunidad-global__parrafo {
    font-size: 21px;
  }
  .pregunta-header {
    font-size: 65px;
  }
  .hero__titulo {
    font-size: 90px;
  }
  .hero__parrafo {
    font-size: 19px;
  }
  .hero__button-container {
    margin-bottom: 10%;
    margin-top: -2%;
  }
  .hero__button-container .btn-sky {
    font-size: 22px;
  }
  .beneficios__title-container {
    width: 100%;
  }
  .beneficios__title {
    font-size: 21px;
  }
  .slider-container-categorias .slide-categoria {
    width: 310px;
    height: 235px;
  }
  .slider-container-categorias {
    display: flex;
    margin-top: 4%;
  }
  /* Cambios de Peter */
  .beneficios__img-info {
    display: none;
  }

  .section-black {
    gap: 0px;
  }

  .mas-informacion {
    justify-content: flex-start;
  }
  .section-black
    .comunidad-global
    .comunidad-global__container-info
    .comunidad-global__parrafo-movil {
    font-size: 20px;
  }
  .comunidad-global {
    margin-top: 10%;
  }
  .comunidad-global__container .mas-informacion {
    margin-top: -4%;
  }

  .descargar-app {
    margin-top: 6%;
    background-position: inherit;
    width: 100%;
    height: 67vh;
    background-size: 100%;
  }
  .descargar-app__banner-title {
    font: normal normal bold 39px/55px Pier Sans Bold;
    width: 73%;
    margin-left: 21%;
    line-height: 100%;
    margin-top: -2%;
  }
  .descargar-app__banner-subtitle {
    font: normal normal bold 33px/50px Pier Sans Bold;
    text-align: left;
    margin-bottom: 3%;
  }
  .descargas {
    gap: 15px;
    width: 100%;
    margin-bottom: 9%;
  }
  .descargar-app__banner {
    width: 90%;
    height: 70%;
  }
  .app-img-link {
    width: 25%;
  }
  #marcas {
    margin-top: -7%;
  }
  .preguntas {
    margin-top: 5%;
  }
  /*frist footer*/
  .ser-truer__img {
    height: 18vh;
  }
  /*second footer */
  .logo-grande img {
    width: 12em;
    height: 5em;
  }
  .footer__menu {
    gap: 15px;
    margin-left: 15px;
    font-size: 14px;
  }
  .menu__footer-container {
    width: 90%;
  }
  .button-toup {
    margin-left: 10px;
  }
  /*------------peter slider fix --------------------*/
  img.preguntas-arrow-left.slick-arrow,
  img.preguntas-arrow-right.slick-arrow {
    width: 80px;
  }
  .container-slider-preguntas {
    width: 100%;
  }
  img.precios-arrow-left.slick-arrow {
    margin: 0%;
    padding-top: 15%;
  }
  img.precios-arrow-right.slick-arrow {
    margin: 0%;
    padding-top: 15%;
  }
  img.precios-arrow-left.slick-arrow,
  img.precios-arrow-right.slick-arrow {
    margin: 0%;
    padding-top: 15%;
    width: 54px;
  }
  .precios__header-title {
    font-size: 41px;
  }
  .precios__header-subtitle {
    font-size: 30px;
  }
  .link_paquetes {
    width: 33%;
  }
  .separador {
    width: 90%;
  }
  .carousel-title__title {
    font-size: 22px;
  }
  .beneficios {
    margin-top: 4%;
  }
  #comunity-globar-text p {
    margin-left: 20%;
  }
  .carousel-title__container hr {
    width: 22%;
  }
  .hero__titulo {
    margin-top: 0%;
  }
  /*=========Comunity(960)=========*/
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
    /*scale: 110%;*/
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 20%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 21%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 21%;
    padding: 3%;
  }
  /*============ Empresas 960  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 22px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 22px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 65px;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 18px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container,
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 4%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -3%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -8%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -6%;
    margin-top: -8%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 38%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 49vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 97%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 22%;
    right: 94%;
    bottom: -25%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 25%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 3%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 6%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -8%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 4%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 45vh;
    background-size: 100%;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 21%;
  }
  #tru_network {
    background-size: 175%;
    height: 48vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: -1%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 100%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 6%;
  }
  .separador-linea {
    width: 77%;
  }
  .imagen-grande {
    width: 100%;
    margin-left: 0%;
  }
  .galeria {
    height: 88vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 93%;
    height: 78vh;
    display: grid;
    grid-template-columns: 190px 1fr;
  }
  .fila-imagenes {
    gap: 2%;
    height: 80%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: 1%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 107px;
  }
  .parrafo_pequenio {
    font-size: 45px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -8%;
    margin-bottom: 9%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 37% !important;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 55%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: -15%;
  }
  /*=============WMN 960===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 3%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 14%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 70px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 18px;
  }
  #wmn-btn a {
    font-size: 20px;
  }
  .info-opcion-row {
    margin-top: 40%;
  }
  .seccion-container-row {
    margin-top: -10%;
  }
  /*============= Forms for plans 960 ===========*/
  .form-tru-container {
    margin-top: 10%;
  }
  .form-tru-img {
    width: 40%;
  }
  .form-tru-container-form {
    width: 60%;
  }
  .form-tru-img-logo {
    width: 90%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 960----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 20%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  /*-------------------App---------------*/
  .texto-header-app-banner.font-pier {
    font-size: 60px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
  }
  .apps-descargar-banner img {
    width: 85%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: inherit;
    gap: 0px;
  }
  .texto-footer-app-banner.font-pier {
    width: 95vh;
  }
}

@media screen and (max-width: 840px) {
  .separador-galeria {
    margin-top: 15%;
  }
    .hero__titulo {
        margin-top: 0%;
    }
  .precios__cards {
    gap: 10px;
  }
  .hero__button-container a {
    margin-left: -83%;
  }
  .comunidad-global__title {
    font-size: 22px;
  }
  .hero__button-container {
    font-size: 80px;
    margin-bottom: 13%;
    margin-top: -3%;
    /*peter*/
    display: flex;
    align-self: center;
  }
  /* header fix*/
  .logo-img {
    width: 95%;
    height: 95%;
  }
  .nav-menu__list {
    margin-left: 15px;
  }
  .nav-menu__container {
    padding: 15px 20px 15px 20px;
  }
  .btn-sky {
    font-size: 22px;
  }
  /* Cambio peter */
  .hero {
    /*background-image: url('https://tru.culturaguatemala.com/storage/banner-homes/January2023/COkva51aA0S348r4Gjww.png');*/
    height: auto;
  }
  .hero__titulo-container {
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .comunidad-global__header {
    font-size: 65px;
    line-height: 100%;
  }
  .comunidad-global__header-container {
    margin-top: -7%;
  }
  .comunidad-global__parrafo {
    font-size: 21px;
  }
  .pregunta-header {
    font-size: 65px;
  }
  .hero__titulo {
    font-size: 90px;
  }
  .hero__parrafo {
    font-size: 17px;
  }
  .hero__button-container .btn-sky {
    font-size: 22px;
  }
  .beneficios__title-container {
    width: 100%;
  }
  .beneficios__title {
    font-size: 18px;
  }
  .slider-container-categorias .slide-categoria {
    width: 310px;
    height: 235px;
  }
  .slider-container-categorias {
    display: flex;
    margin-top: 4%;
  }
  /* Cambios de Peter */
  .beneficios__img-info {
    display: none;
  }

  .section-black {
    gap: 0px;
  }

  .mas-informacion {
    justify-content: flex-start;
  }
  .section-black
    .comunidad-global
    .comunidad-global__container-info
    .comunidad-global__parrafo-movil {
    font-size: 20px;
  }
  .comunidad-global {
    margin-top: 10%;
  }
  .comunidad-global__container .mas-informacion {
    margin-top: -4%;
  }

  .descargar-app {
    margin-top: 3%;
    background-position: inherit;
    width: 100%;
    height: 68vh;
    background-size: 100%;
  }
  .descargar-app__banner-title {
    font: normal normal bold 36px/55px Pier Sans Bold;
    width: 95%;
    margin-left: 3%;
  }
  .descargar-app__banner-subtitle {
    font: normal normal bold 28px/50px Pier Sans Bold;
    text-align: left;
    margin-bottom: 2%;
  }
  .descargas {
    gap: 15px;
    width: 100%;
    margin-bottom: 19%;
  }
  .descargar-app__banner {
    width: 90%;
    height: 70%;
  }
  .app-img-link {
    width: 25%;
  }
  #marcas {
    margin-top: -19%;
  }
  .preguntas {
    margin-top: 5%;
  }
  /*frist footer*/
  .ser-truer__img {
    height: 16vh;
  }
  /*second footer */
  .logo-grande img {
    width: 12em;
    height: 5em;
  }
  .footer__menu {
    gap: 15px;
    margin-left: 15px;
    font-size: 14px;
  }
  .menu__footer-container {
    width: 90%;
  }
  .button-toup {
    margin-left: 10px;
  }
  /*------------peter slider fix --------------------*/
  img.preguntas-arrow-left.slick-arrow,
  img.preguntas-arrow-right.slick-arrow {
    width: 80px;
  }
  .container-slider-preguntas {
    width: 100%;
  }
  img.precios-arrow-left.slick-arrow {
    margin: 0%;
    padding-top: 15%;
  }
  img.precios-arrow-right.slick-arrow {
    margin: 0%;
    padding-top: 15%;
  }
  img.precios-arrow-left.slick-arrow,
  img.precios-arrow-right.slick-arrow {
    margin: 0%;
    padding-top: 15%;
    width: 54px;
  }
  .precios__header-title {
    font-size: 41px;
  }
  .precios__header-subtitle {
    font-size: 30px;
  }
  .link_paquetes {
    width: 33%;
  }
  .separador {
    width: 90%;
  }
  .beneficios {
    margin-top: 4%;
  }
  /*=========Comunity(840)=========*/
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 19%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 20%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 20%;
    padding: 3%;
  }
  /*============ Empresas 840  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 20px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 22px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 65px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #banner_empresa .banner-info__container,
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 5%;
  }
  .banner-info__title {
    margin-bottom: -9%;
    margin-right: -3%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -8%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -6%;
    margin-top: -8%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 30%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 42vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 96%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 22%;
    right: 94%;
    bottom: -25%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 25%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 3%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 4%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -8%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 4%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 45vh;
    background-size: 100%;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 16px;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 26%;
  }
  #tru_network {
    background-size: 175%;
    height: 48vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: -1%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 100%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: 6%;
  }
  .separador-linea {
    width: 67%;
  }
  .imagen-grande {
    width: 100%;
    margin-left: 0%;
  }
  .galeria {
    height: 85vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 91%;
    height: 75vh;
    display: grid;
    grid-template-columns: 175px 1fr;
  }
  .fila-imagenes {
    gap: 2%;
    height: 68%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: 16%;
  }
  #slick-slide00,
  #slick-slide01,
  #slick-slide02 {
    margin-top: 2%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 90px;
  }
  .parrafo_pequenio {
    font-size: 35px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -8%;
  }
  .galeria-container .separador-footer-imagen .separador-verde {
    width: 70%;
    justify-content: right;
    padding-right: 0%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 43% !important;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 47%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: -37%;
  }
  /*=============WMN 840===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 3%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 14%;
  }
  .cotenedor-boton-banner {
    height: 80%;
    /*! width: 35%; */
  }
  .info-opcion__title-row {
    font-size: 70px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 18px;
  }
  #wmn-btn a {
    font-size: 14px;
  }
  .info-opcion-row {
    margin-top: 20%;
  }
  .seccion-container-row {
    margin-top: -15%;
  }
  /*============= Forms for plans 840 ===========*/
  .form-tru-container {
    margin-top: 13%;
  }
  .form-tru-img {
    width: 40%;
  }
  .form-tru-container-form {
    width: 60%;
  }
  .form-tru-img-logo {
    width: 90%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 840----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 20%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  /*-------------------App---------------*/
  .texto-header-app-banner.font-pier {
    font-size: 50px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
  }
  .apps-descargar-banner img {
    width: 85%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: inherit;
    gap: 0px;
  }
}

@media screen and (max-width: 720px) {
  .separador-galeria {
    margin-top: 15%;
  }
  /* header fix*/
  .logo-img {
    width: 95%;
    height: 95%;
  }
  .nav-menu__list {
    margin-left: 15px;
  }
  .nav-menu__container {
    padding: 15px 20px 15px 20px;
  }
  .btn-sky {
    font-size: 20px;
  }
  .comunidad-global__title {
    font-size: 21px;
  }
  /* Cambio peter */
  .hero {
    /*background-image: url('https://tru.culturaguatemala.com/storage/banner-homes/January2023/COkva51aA0S348r4Gjww.png');*/
    height: auto;
  }
  .hero__titulo {
    margin-top: 0%;
  }
  .hero__titulo-container {
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .comunidad-global__header {
    font-size: 60px;
    line-height: 90%;
  }
  .comunidad-global__header-container {
    margin-top: -7%;
  }
  .comunidad-global__parrafo {
    font-size: 18px;
  }
  .pregunta-header {
    font-size: 60px;
  }
  .hero__titulo {
    font-size: 90px;
  }
  .hero__parrafo {
    font-size: 15px;
  }
  .hero__button-container {
    font-size: 80px;
    margin-bottom: 15%;
    display: flex;
    align-self: center;
    margin-top: -3%;
  }
  .hero__button-container .btn-sky {
    font-size: 20px;
    margin-left: -75%;
  }
  .beneficios__title-container {
    width: 100%;
  }
  .beneficios__title {
    font-size: 17px;
  }
  .slider-container-categorias .slide-categoria {
    width: 270px;
    height: 195px;
  }
  .slider-container-categorias {
    display: flex;
    margin-top: 30px;
  }
  /* Cambios de Peter */
  .beneficios__img-info {
    display: none;
  }
  .section-black {
    gap: 0px;
    padding-top: 0%;
  }
  .separador-prueba.flex.justify-center.align-center.sprd-comm {
    margin-top: 0%;
  }
  .mas-informacion {
    justify-content: flex-start;
  }
  .section-black
    .comunidad-global
    .comunidad-global__container-info
    .comunidad-global__parrafo-movil {
    font-size: 20px;
  }
  .comunidad-global {
    margin-top: 5%;
  }
  .comunidad-global__container .mas-informacion {
    margin-top: -4%;
  }
  .descargar-app {
    margin-top: 5%;
    /*! background-position: inherit; */
    width: 100%;
    height: 55vh;
    background-size: 100%;
  }
  .descargar-app__banner-title {
    font: normal normal bold 29px/50px Pier Sans Bold;
    margin-top: -1%;
    width: 91%;
  }
  .descargar-app__banner-subtitle {
    font: normal normal bold 26px/35px Pier Sans Bold;
    text-align: left;
    margin-bottom: -10%;
    margin-bottom: 4%;
  }
  .descargas {
    gap: 15px;
    width: 100%;
    margin-bottom: 12%;
  }
  .descargar-app__banner {
    width: 90%;
    height: 60%;
  }
  .app-img-link {
    width: 25%;
  }
  #marcas {
    margin-top: -13%;
  }
  .preguntas {
    margin-top: 5%;
  }
  /*frist footer*/
  .ser-truer__img {
    height: 15vh;
  }
  /*second footer */
  .logo-grande img {
    width: 12em;
    height: 5em;
  }
  .footer__menu {
    gap: 30px;
    margin-left: 25px;
    font-size: 11px;
  }
  .menu__footer-container {
    width: 90%;
  }
  .button-toup {
    margin-left: 10px;
  }
  /*------------peter slider fix --------------------*/
  img.preguntas-arrow-left.slick-arrow,
  img.preguntas-arrow-right.slick-arrow {
    width: 80px;
  }
  .container-slider-preguntas {
    width: 100%;
  }
  img.precios-arrow-left.slick-arrow {
    margin: 0%;
    padding-top: 15%;
  }
  img.precios-arrow-right.slick-arrow {
    margin: 0%;
    padding-top: 15%;
  }
  img.precios-arrow-left.slick-arrow,
  img.precios-arrow-right.slick-arrow {
    margin: 0%;
    padding-top: 15%;
    width: 54px;
  }
  .precios__header-title {
    font-size: 41px;
  }
  .precios__header-subtitle {
    font-size: 30px;
  }
  .link_paquetes {
    width: 33%;
  }

  .separador {
    width: 90%;
  }
  .beneficios {
    margin-top: 3%;
  }
  #comunity-globar-text p {
    margin-left: 17%;
  }
  #comunity-globar-tittle {
    margin-top: -15%;
  }
  /*=========Comunity(720)=========*/
  .seccion-container {
    width: 100%;
    height: 100%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 5%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 18%;
  }
  .seccion-container-info {
    width: 100%;
  }
  .info-opcion__parrafo.font-pier p {
    width: 100%;
    font-size: 20px;
    margin-left: 19%;
    margin-top: 4%;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 19%;
    padding: 3%;
  }
  /*============ Empresas 720  ============*/
  /*textos*/
  .btn-green.font-gotham-black,
  .carousel-title__title.carousel-empresa.font-pier-bold,
  .pill-separador.font-gotham-black,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__title-green.text-ligth,
  .texto-separador.text-ligth.font-pier {
    font-size: 20px;
  }
  .banner-info__subtitle.text-ligth.font-pier,
  .conviertete-section__subtitle,
  .nuestra-cobertura__background-subtitle,
  .descripcion-tru-network {
    font-size: 18px;
  }
  .banner-info__title,
  .conviertete-section__title.font-pier-bold,
  .conviertete-section__title.font-pier-bold,
  .nuestra-cobertura__background-title,
  .title.titulo-tru-network.title-medium,
  .precios__header-title.title {
    font-size: 55px;
  }
  /*Header*/
  #banner_empresa {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }
  #clientes {
    margin-top: 5%;
  }
  .conviertete-section__title.font-pier-bold {
    margin-top: 25%;
  }
  #banner_empresa .banner-info__container,
  #ser_partner,
  .nuestra-cobertura__container,
  #tru_network,
  #efectividad_y_eficiencia,
  #contactanos,
  .comunidad-tru__container {
    margin-top: 8%;
  }
  .banner-info__title {
    margin-bottom: -5%;
    margin-right: -3%;
  }
  .banner-info__subtitle.text-ligth.font-pier {
    margin-top: 9%;
    margin-right: -8%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end
    .btn-green.font-gotham-black {
    margin-right: -6%;
    margin-top: -8%;
  }
  .banner-info__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  #titulo-carousel-clientes-section {
    width: 45%;
  }
  /*Partners*/
  #ser_partner {
    background-size: 125%;
    height: 36vh;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    width: 95%;
    display: flex;
    justify-content: right;
  }
  .parnter-phone {
    width: 25%;
    right: 93%;
    bottom: -27%;
    position: relative;
  }
  .conviertete-section__title,
  .conviertete-section__subtitle,
  .btn-green.font-gotham-black.font-gotham-bold,
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    right: 0%;
  }
  .btn-green.font-gotham-black.font-gotham-bold {
    bottom: 26%;
  }
  /*Cobertura*/
  .descripcion-seccion {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 3%;
  }
  .nuestra-cobertura__title.font-pier.text-ligth,
  .comunidad-tru__container.flex.flow-column {
    left: 0px;
    margin-left: 4%;
  }
  .nuestra-cobertura__background-info-container {
    width: 100%;
    margin-left: -10%;
  }
  .nuestra-cobertura__background-subtitle {
    margin-right: 4%;
  }
  .nuestra-cobertura__background-title,
  .nuestra-cobertura__background-subtitle,
  .nuestra-cobertura__background-info-container .mas-informacion {
    top: 0%;
  }
  .nuestra-cobertura__background-image {
    height: 35vh;
    background-size: 100%;
  }
  .comunidad-global__mas-info.font-pier,
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .comunidad-global__mas-info,
  .separador-imagen.font-pier {
    font-size: 16px;
  }
  .nuestra-cobertura__background-info-container
    .mas-informacion
    .separador-mas-info {
    width: 19%;
  }
  #tru_network {
    background-size: 175%;
    height: 48vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .mas-informacion.flex.align-center {
    margin-top: 0%;
  }
  .texto-separador.text-ligth.font-pier,
  .form-tru__container,
  .form-tru__info,
  .form-tru__img {
    width: 100%;
  }
  .separador-linea {
    width: 45%;
  }
  .imagen-grande {
    width: 100%;
    margin-left: 0%;
  }
  .galeria {
    height: 85vh;
  }
  /*Grid mosaico*/
  .galeria-container {
    padding: 0%;
    width: 91%;
    height: 75vh;
    display: grid;
    grid-template-columns: 160px 1fr;
  }
  .fila-imagenes {
    gap: 2%;
    height: 58%;
    width: 100%;
  }
  /*end grid*/
  .imagen-grande-info {
    gap: 39px;
    margin-bottom: 31%;
  }
  .galeria-container .titulo-grande {
    padding-right: 0%;
    font-size: 90px;
  }
  .parrafo_pequenio {
    font-size: 37px;
  }
  .galeria-container .separador-footer-imagen {
    margin-top: -15%;
  }
  .separador-footer-imagen .btn-green.font-gotham-black {
    margin-left: 2%;
    width: 52% !important;
  }
  .galeria-container .separador-footer-imagen .separador-verde hr {
    width: 40%;
    margin-left: 3%;
  }
  #paquetes_tru {
    margin-top: -55%;
  }
  /*=============WMN 720===========*/
  .img-back-container-row.flex.self-baseline {
    margin-top: 3%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 14%;
  }
  .cotenedor-boton-banner {
    height: 80%;
  }
  .info-opcion__title-row {
    font-size: 45px;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 20px;
  }
  #wmn-btn a {
    font-size: 14px;
  }
  .info-opcion-row {
    margin-top: 50%;
  }
  /*============= Forms for plans 720 ===========*/
  .form-tru-container {
    margin-top: 13%;
  }
  .form-tru-img {
    width: 40%;
  }
  .form-tru-container-form {
    width: 60%;
  }
  .form-tru-img-logo {
    width: 90%;
    margin-left: 15%;
  }
  /*-------------------Fix terminos 720----------------*/
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 20%;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 70px;
  }
  .politicas-parrafo,
  .terminos-parrafo {
    font-size: 17px;
  }
  /*-------------------App---------------*/
  .texto-header-app-banner.font-pier {
    font-size: 45px;
  }
  .texto-footer-app-banner.font-pier {
    font-size: 35px;
  }
  .app-footer-banner {
    display: flex;
    flex-flow: initial;
  }
  .apps-descargar-banner img {
    width: 75%;
  }
  .apps-descargar-banner {
    padding-left: 0%;
  }
}

@media (max-width: 600px) {

  html {
  scroll-padding-top: 102px;
}

  .comunidad-global__container-info.flex.flow-column {
    margin-top: 5%;
  }
  .error-form-external {
    color: rgb(197, 29, 29)
  }
  /*body {
        position: relative;
        min-height: 100vh;
        overflow-x: hidden;
    }*/
  /****navbar****/
  .header {
    padding: 30px 0 10px;
  }

  .form-input-group {
    width: 100%;
  }
  .navbar {
    width: 100%;
    padding: 5px 5% 0;
    border-top: 1px solid #f5f1f1;
  }
  .btn-sky {
    display: none;
  }
  /*menu mobile*/
  .menuMobile {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    right: -100%;
    z-index: 3;
    transition: all 0.5s;
  }
  .openMenu {
    right: 0;
    transition: all 0.5s;
  }
  .menuMobile .subHead {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 75px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 0 20px;
    position: relative;
    z-index: 5000;
  }
  .menuMobile .subHead img:first-child {
    width: 16px;
    height: 16px;
  }
  .menuMobile .subHead img:nth-child(2) {
    width: 70px;
  }
  .navbar__list-submenu_responsive {
    display: block !important;
    top: 42px;
    width: 90%;
    left: 5%;
    border-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-top: 30px;
    height: 80vh;
  }
  .navbar__list-submenu_responsive .subTitle {
    font-weight: normal;
    font-size: 12px;
    padding-left: 12px;
    color: rgba(0, 0, 0, 0.6);
  }
  .navbar__list-submenu_responsive .navbar__list-submenu-item {
    padding-left: 30px;
  }
  .nav-menu__list {
    display: none;
  }
  .switchContent {
    border: 1px solid #57d5f9;
    border-radius: 12px;
    padding: 1px;
    display: block !important;
  }
  .navbar__list-submenu {
    right: 0;
    overflow: auto;
  }
  .contenedor-logo {
    width: 90px;
  }
  .submenu-icon {
    display: block !important;
    font-size: 55px !important;
    color: #a9a9a9 !important;
    font-weight: 900 !important;
    width: 10%;
  }
  /****hero****/
  .hero {
    height: auto;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    /*background-image: url(https://tru.culturaguatemala.com/img/hero-img-responsive.png) !important;*/
  }
  .hero__content {
    gap: 10px;
  }
  .hero__titulo {
    font-size: 55px;
  }
  .hero__parrafo-container {
    font-size: 10px;
    line-height: 1;
    width: 292px;
  }
  .hero__parrafo {
    width: 290px;
    display: none;
  }

  .hero__parrafo-movil {
    display: block;
  }
  .hero__parrafo p {
    font-size: 14px;
  }
  .hero__parrafo p br {
    display: none;
  }
  .hero__button-container a {
    width: 210px;
    display: block;
    height: 35px;
    text-align: center;
    font-size: 16px !important;
  }
  .hero__button-container .btn-sky {
    margin-left: 0%;
  }
  /*****categorias******/
  .section-black {
    gap: 18px;
    padding-top: 2%;
    overflow: hidden;
  }
  .section-black .separador-prueba hr {
    border-color: rgb(21, 21, 21);
    width: 100%;
  }
  .slider-container-categorias {
    display: flex;
  }
  .beneficios__title {
    display: none;
  }

  .comunidad-global {
    line-height: 1;
    height: 100%;
    background-size: 100%;
  }
  .comunidad-global__parrafo-container {
    font-weight: 100;
    margin-bottom: 0%;
  }
  .comunidad-global__title {
    /*
        font-weight: 100;
        font-size: 16px !important;
        margin-top: 10px;
        padding-bottom: 0 !important;
        */
    font-weight: 100;
    font-size: 16px !important;
    margin-top: 10px;
    padding-bottom: 30px;
  }
  /*Descarga*/
  .descargar-app {
    height: 570px;
    /*background-image: url(/img/descargar-app-responsive2.png) !important;*/
    background-size: 103%;
    margin-top: 0;
    background-position-x: -6px;
  }
  .descargar-app__banner {
    width: 100%;
    height: 100%;
  }
  .descargar-app__banner-title {
    display: flex;
    justify-content: right;
  }
  .descargar-app__banner-title p {
    line-height: 1;
    font-size: 29px;
    width: 230px;
    text-align: right;
    padding-right: 27px;
  }
  .descargar-app .descargas {
    gap: 18px;
    flex-direction: column-reverse;
    margin-top: -10%;
  }
  .descargas.flex.justify-center.align-center {
    margin-bottom: -10%;
  }
  .app-img-link {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .descargar-app .descargar-app__banner .descargar-app__banner-subtitle {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15%;
  }
  .carousel .separador-prueba .pill-separador {
    width: 239px;
    text-align: center;
    font-size: 23px;
    font-weight: 300;
  }
  .beneficios__title {
    font-size: 8px;
    font-weight: 100;
    width: 296px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .beneficios__title p br {
    display: none;
  }
  .carousel-title__title {
    font-size: 16px;
    padding-left: 10px;
  }
  .container-slider .container-slide {
    width: 100px;
  }
  .carousel-title__container hr {
    width: 28%;
    position: relative;
    top: -9px;
  }
  #marcas {
    margin-top: 15%;
  }
  #marcas .separador-prueba hr {
    border-color: #0ad782;
  }
  .carousel .separador-prueba hr {
    border-color: #0ad782;
  }
  .ser-truer .btn-sky {
    display: block;
    font-size: 17.5px;
  }

  .slider-container-categorias .slide-categoria {
    width: 142px;
    height: 100px;
  }

  .slide-categoria-title {
    font-size: 14px;
  }
  .slide-categoria-title img {
    width: 10px;
    height: 10px;
  }
  .slick-dots li {
    margin: 0 !important;
  }
  .slick-dots .slick-active button {
    background-color: transparent;
  }
  .slick-dots li button::before {
    opacity: 1 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: #0ad782;
    color: #0ad782 !important;
  }
  .slick-dots .slick-active button::before {
    color: #424242 !important;
    background-color: #424242;
  }
  .slick-dots {
    padding-left: 15px !important;
  }
  .comunidad-global {
    line-height: 1;
    height: 103%;
    background-size: 115%;
    /*background-image: url(/img/mapa-responsive-1.png) !important;*/
    margin: 0;
    background-position-y: center;
    overflow-y: hidden;
  }
  .section-black
    .comunidad-global
    .comunidad-global__container-info
    .comunidad-global__header-container
    span {
    font-size: 62px !important;
    font-weight: 500;
  }
  .section-black
    .comunidad-global
    .comunidad-global__container-info
    .comunidad-global__parrafo-movil {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    display: block;
  }
  .comunidad-global__parrafo {
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    line-height: 1.5;
    width: 280px;
    display: block;
  }
  .mas-informacion {
    margin-top: 0%;
  }
  .preguntas {
    margin-top: 30px;
  }
  .pregunta-header {
    font-size: 31px;
    font-weight: 500;
  }
  .container-slider-preguntas {
    display: none !important;
  }
  .section-acordion {
    display: flex !important;
    flex-direction: column;
  }
  /*pagina Empresas*/
  #banner_empresa {
    height: 501px;
    justify-content: flex-end;
  }
  .backgroundEmpresa {
    height: 252px !important;
    top: 0;
  }
  #banner_empresa .banner-info__container {
    width: 100%;
    height: auto;
    padding: 0 5% 0 !important;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    gap: 23px;
    margin-bottom: 5%;
  }
  #banner_empresa .banner-info__title {
    font-size: 31px !important;
    letter-spacing: 1px;
    position: static;
    display: flex;
    justify-content: right;
    padding-right: 18px;
    margin-left: 0;
  }
  #banner_empresa .banner-info__title p {
    width: 292px;
    display: inline-block;
  }
  #banner_empresa .banner-info__subtitle {
    text-align: right;
    position: static;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 1.5;
    padding-right: 18px;
    margin-left: 0;
  }
  #banner_empresa .banner-info__subtitle p {
    display: inline-block;
    letter-spacing: 0.3px;
  }
  /*#banner_empresa .banner-info__subtitle p br {
    display: none;
  }*/
  #banner_empresa .banner-info__container .btn-green {
    width: 240px;
    height: 45px;
    font-size: 24px;
    position: static;
    margin: 10px auto 0;
    text-align: center;
  }
  /*section black empresas*/
  .section-black-empresas {
    padding: 0;
    gap: 0;
  }
  .section-black-empresas .carousel {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .section-black-empresas
    .carousel
    .carousel-title__container
    .carousel-title__title {
    line-height: 1.5;
    font-size: 17px;
    padding-left: 10px;
  }
  .section-black-empresas .carousel .carousel-title__container hr {
    position: relative;
    top: -6px;
    width: 60px;
  }
  .section-black-empresas .carousel .separador-prueba .pill-separador {
    width: 240px;
  }
  .section-black-empresas .container-slider .container-slide {
    width: 100px;
  }
  .conviertete-section-empresas {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    height: 420px;
    margin: 0;
    align-items: flex-start;
    margin-top: 15px !important;
    background-image: url('../image/personas-cine-responsive.png') !important;
    background-size: cover;
    background-size: 200% !important;
    height: 70vh !important;
  }
  
  .conviertete-section-empresas .conviertete-section__container {
    justify-content: right;
    width: 100%;
    padding-right: 20px;
    gap: 20px;
    margin-top: 22px;
    position: relative;
    z-index: 2;
  }
  .conviertete-section-empresas .conviertete-section__title {
    font-size: 32px;
    display: inline-block;
    position: static;
  }
  .conviertete-section-empresas .conviertete-section__subtitle {
    font-size: 13px;
    text-align: right;
    position: static;
    width: 162px;
    line-height: 1.3;
  }
  .conviertete-section-empresas .btn-green {
    position: static;
    font-size: 22px;
    margin-top: 20px;
  }
  .conviertete-section-empresas .conviertete-section {
    position: relative;
  }
  .parnter-phone {
    width: 154px;
    position: absolute;
    top: 178px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .nuestra-cobertura__container {
    margin-top: -3%;
    /*margin: 0 !important;*/
  }
  .nuestra-cobertura__container-empresas .descripcion-seccion {
    width: 100%;
    display: flex;
    justify-content: left;
    margin: 0 0 3px 0;
    padding-left: 28px;
  }
  .nuestra-cobertura__container-empresas .nuestra-cobertura__title {
    font-size: 15px;
    margin-left: -10px;
  }
  .nuestra-cobertura__container-empresas
    .nuestra-cobertura__background-info-container {
    gap: 0;
  }
  .nuestra-cobertura__container-empresas .nuestra-cobertura__background-image {
    height: 273px;
    background-size: 139%;
    background-position: top;
    justify-content: left;
    padding-right: 10px;
    background-image: url('../image/mapa-responsive.png') !important;
  }
  .nuestra-cobertura__container-empresas .nuestra-cobertura__background-title {
    font-size: 32px;
    position: static;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .nuestra-cobertura__container-empresas
    .nuestra-cobertura__background-subtitle {
    position: static;
    font-size: 13px;
    text-align: right;
    margin-bottom: 40px;
  }
  .nuestra-cobertura__container-empresas .mas-informacion {
    position: static;
    width: 75%;
  }
  .nuestra-cobertura__container-empresas .comunidad-global__mas-info {
    font-size: 14px !important;
  }
  .nuestra-cobertura__container-empresas .mas-informacion .separador-mas-info {
    width: 72px;
  }
  .comunidad-tru-empresa {
    justify-content: left;
    background-size: 100%;
    background-position-y: bottom;
    height: 278px;
    margin-top: 20px;
    background-size: cover;
  }
  .comunidad-tru-empresa .comunidad-tru__container {
    gap: 0;
    height: auto;
    padding-left: 12px;
    margin-top: -13px;
  }
  .comunidad-tru-empresa .comunidad-tru__title-green,
  .nuestra-cobertura__title.font-pier.text-ligth {
    font-size: 15px !important;
    margin-bottom: 30px;
  }
  .nuestra-cobertura__title.font-pier.text-ligth {
      margin-left: 0%;
  }
  .comunidad-tru-empresa .titulo-tru-network {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .comunidad-tru-empresa .descripcion-tru-network {
    font-size: 13px;
    width: 160px;
    margin-bottom: 20px;
  }
  .comunidad-tru-empresa .mas-informacion {
    width: 77%;
  }
  .comunidad-tru-empresa .mas-informacion .separador-mas-info {
    width: 65px;
  }
  .comunidad-tru-empresa .mas-informacion .comunidad-global__mas-info {
    font-size: 14px;
  }
  .galeria-responsive .separador-galeria .texto-separador {
    width: 87%;
    padding-left: 15px;
    text-align: left;
    font-weight: 100;
    font-size: 14px;
  }
  .galeria-responsive .separador-galeria .separador-linea {
    width: 40px;
  }
  .galeria {
    margin-bottom: 20px;
    height: 100%;
  }
  /*.galeria-container{
        grid-template-areas: "area1"
        "area2";
        grid-template-columns: 100%;
        padding: 0;
        margin-top: 20px;
        height: 70vh;
    }
    .imagen-grande{
        grid-area: area1;
        height: auto;
        background-size: 100%;
        position: relative;
        background-image: url('https://tru.culturaguatemala.com/storage/efectividad-y-eficiencia-inigualables/January2023/xC66ufRfa6q9INW1QvFd.png') !important;
    }
    .imagenGaleryResponsive{
        display: block !important;
        width: 102%;
        position: absolute;
        z-index: 1;
        left: -7px;
        top: 0;
        height: auto;
        object-fit: cover;
    }
    .galeria-container .titulo-grande{
        font-size: 60px;
        padding-right: 30px;
        margin-bottom: -12%;
    }
    .galeria-responsive .imagen-grande-info{
        position: relative;
        z-index: 2;
        margin-bottom: 0%;

    }
    .galeria-container .parrafo_pequenio {
        font-size: 20px;
        display: none;
    }
    .parrafo_pequenio-reponsive{
        display: block !important;
        letter-spacing: 1.1px;
        text-shadow: 0px 3px 6px #00000082;
        font-family: "pier sans bold";
        font-weight: bold;
        color: #fff;
        font-size: 17px;
        text-align: right;
        padding-right: 30px;
        margin-bottom: 0px;
    }
    .galeria-container .separador-footer-imagen{
        justify-content: center;
    }
    .galeria-responsive .separador-footer-imagen .btn-green{
        display: none;
    }
    .galeria-responsive .separador-footer-imagen .separador-verde{
        width: 90%;
        padding: 0;
        margin-top: 2%;
        margin-bottom: 5%;
    }
    .galeria-responsive .separador-footer-imagen .separador-verde .separador-imagen{
        font-size: 14px;
        width: 150px;
    }
    .parrafo_pequenio-reponsive p:nth-child(1){
        font-size: 30px;
    }
    .fila-imagenes{
        grid-area: area2;
        flex-direction: row;
        height: 13vh;

    }
    .fila-imagen{
        background-size: 100%;
    }
    .boxBtnGreenResponsive{
        width: 100%;
        display: flex !important;
        position: relative;
        justify-content: center;
        margin-top: 20px;
        height: 5vh;
    }
    .boxBtnGreenResponsive hr{
        width: 115%;
        position: absolute;
        border-color: #0ad782;
        top: 49%;
    }
    .boxBtnGreenResponsive .btn-green {
        z-index: 2;
        position: relative;
        margin: 0 auto;
    }
    */
  .precios__slider-container {
    width: 100%;
  }
  .precios__slider-container .slick-dots {
    display: none !important;
  }
  .precios__header-title {
    font-size: 30px;
  }
  .precios__header-subtitle {
    font-size: 22px;
  }
  .precios__slider-container .slick-arrow {
    display: none !important;
  }
  .precios .subtitle {
    font-size: 10px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
  }
  .form-tru {
    padding: 50px 10px;
  }
  .form-tru__container {
    padding: 0;
    background: #fff;
    padding: 20px 30px;
  }
  .form-tru__info {
    width: 100%;
  }
  .form-tru__img-container {
    display: none;
  }
  .form-tru__form-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    gap: 10px;
  }
  .form-tru__input {
    font-size: 12px;
    width: 100%;
    height: 4vh;
  }
  /*.form-tru__input:nth-child(8){
        display: block;
        height: 80px;
    }
    .form-tru__input:nth-child(8)::placeholder{
        text-align: start;
        position: relative;
        top: -30px;
    }
    */
  .form-tru__button {
    font-size: 15px;
    width: 200px;
    font-weight: 100;
    margin-top: 10px;
  }
  .textoFormResponsive {
    display: block !important;
    width: 100%;
    position: relative;
    bottom: 10px;
    margin-bottom: -2%;
  }
  .textoFormResponsive p:nth-child(1) {
    font-size: 50px;
    font-family: "Pier Sans bold", sans-serif;
    font-weight: bold;
  }
  .textoFormResponsive p:nth-child(2) {
    font-size: 55px;
    font-family: "Pier Sans bold", sans-serif;
    font-weight: 600;
    color: #5cf993;
    text-align: right;
  }
  .comunidad-global__parrafo {
    display: none;
  }
  .banner-info__subtitle-responsive {
    display: block !important;
    text-align: right;
    position: static;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 1.5;
    padding-right: 18px;
    margin-left: 0;
    font-family: "Pier Sans Regular", sans-serif;
  }
  .banner-info__subtitle {
    display: none;
  }
  .footerDesktop {
    display: none;
  }
  /*footer*/
  .footerDesktop {
    display: none;
  }
  .footerResponsive {
    display: flex;
    height: auto;
    padding: 30px 0;
    z-index: 50;
  }
  .footerResponsive .social-icons {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #535353;
  }
  .footerResponsive .social-icons .logo-grande img {
    width: 100px;
    height: auto;
  }
  .footerResponsive .social-icons .social-icons__list {
    gap: 10px;
  }
  .footerResponsive
    .social-icons
    .social-icons__list
    .social-icons__list-image {
    width: 25px;
    height: 25px;
  }
  .footerResponsive .social-icons .social-icons__list .button-toup {
    width: 32px;
    height: 32px;
  }
  .footerResponsive .menu__footer .footer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    margin-top: 20px;
  }
  .footerResponsive .menu__footer .footer__list .footer__list-item {
    padding: 0;
  }
  /*-------------media query 600--------------*/
  .info-opcion__parrafo {
    display: none;
  }
  .info-opcion__parrafo-movil {
    display: block;
  }
  .seccion-container {
    height: 93%;
  }
  .seccion-container .img-back-container {
    margin-left: 10%;
  }
  .seccion-container-info {
    height: 100%;
    justify-content: center;
  }
  .info-opcion__title {
    font-size: 50px;
    color: #ffffff;
    letter-spacing: 2.5px;
    text-align: center;
    margin-left: 0;
  }
  .info-opcion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
  }
  .info-opcion__parrafo-movil {
    font: normal normal normal 14px/25px Pier Sans Regular;
    color: #ffffff;
    font-weight: 100;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
  }
  .info-opcion .btn-sky {
    display: flex;
    align-self: center;
  }
  .grupo-titulo-descripcion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .info-opcion a.btn-sky.font-gotham-black {
    font-size: 17px;
    margin-top: 0;
    margin-left: 0;
  }
  .hero__parrafo-movil p {
    font-size: 14px;
    color: #535353;
    line-height: 1.3;
    display: block;
  }
  .beneficios__title-movil {
    font-size: 14px;
    font-weight: 100;
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
    color: #fff;
  }
  #tru_network {
    background-size: 130%;
    height: 45vh;
    background-position-x: 45%;
    background-position-y: 28%;
  }
  .img-back-container.flex.self-baseline {
      margin-top: 0%;
      margin-left: 20%;
      margin-bottom: 2%;
  }
  .comunidad-tru__container.flex.flow-column {
    margin-top: -6%;
  }
  #paquetes_tru {
    margin-top: -15%;
  }
  .precios__header-title.title {
    text-align: center;
  }
  #titulo-carousel-clientes-section {
    width: 50%;
  }
  .precios__cards {
    gap: 0px;
  }
  #contactanos .form-tru__container {
    width: 90%;
  }
  .info-opcion__title-row.text-bold.font-pier {
    font-size: 40px;
  }
  .img-back-container-row.flex.self-baseline {
    margin-top: -15%;
  }
  .seccion-container-row {
    margin-top: 0%;
  }
  .seccion-container-info-row.flex.align-center {
    display: flex;
    flex-flow: column;
  }
  .info-opcion-row {
    text-align: center;
    align-items: center;
  }
  .info-opcion-row {
    margin-top: 0%;
  }
  .info-opcion__title-row.text-bold.font-pier,
  .info-opcion__parrafo-row.font-pier {
    margin-left: 0%;
  }
  .info-opcion__parrafo-row.font-pier {
    font-size: 15px;
  }
  #wmn-btn {
    width: auto;
    margin-bottom: -47%;
  }
  .form-tru__input-textarea {
    width: 100%;
  }
  .info-opcion__title.text-bold.font-pier {
    margin-left: 0;
  }
  #comunity-globar-text p {
    margin-left: 0;
    text-align: center;
  }
  .menu__footer-container.flex.direction-row.justify-between.align-center {
    display: flex;
    flex-direction: column;
  }
  .footer__menu {
    margin-left: 0px;
    width: 100%;
    font-size: 10px;
  }
  .logoWhatsapp {
    bottom: 9%;
    right: 0px;
  }
  .logoWhatsapp img {
    width: 70px;
    height: 70px;
  }
  .conviertete-section__subtitle-movil {
    display: block;
    font-size: 13px;
    text-align: right;
    position: static;
    width: 162px;
    line-height: 1.3;
    color: #fff;
  }
  .descripcion-tru-network-movil {
    font-size: 13px;
    width: 160px;
    margin-bottom: 20px;
    display: block;
    color: #fff;
  }
  .conviertete-section-empresas .conviertete-section__subtitle {
    display: none;
  }
  .descripcion-tru-network {
    display: none;
  }
  .info-opcion__parrafo-row-movil {
    font-size: 15px;
    color: #ffffff;
    font-weight: 100;
    line-height: 1.4;
    font-family: "Pier Sans Regular";
    display: block;
  }
  .info-opcion__parrafo-row {
    display: none;
  }
  .galeria-container {
    margin-top: 0%;
  }
  .imagen-grande-info {
    margin-bottom: 0%;
  }
  .grid-responsive-eff {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    margin-bottom: 20%;
  }
  .eff-img-fth {
    background-image: url('../image/xC66ufRfa6q9INW1QvFd.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 39vh;
  }
  .grid-fth {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    height: 100%;
    margin-top: 4%;
  }
  .grid-son2 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
  }
  .grid-son3 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  .grid-son4 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;
  }
  .grid-fth img {
    width: 100%;
  }
  .eff-txts {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 4vh;
    text-align: end;
    margin-top: 20vh;
  }
  .galeria-container {
    display: none;
  }
  .titulo-grande {
    font-size: 60px;
  }
  .parrafo_pequenio {
    margin-top: 10px;
  }
  .parrafo_pequenio.eff-desc {
    font-size: 25px;
  }
  .separador-mas-info.separator-eff {
    width: 53%;
  }
  #efectividad_y_eficiencia {
    margin-top: 5%;
  }
  .separador-prueba.flex.justify-center.align-center.separator-eff {
    margin-top: 5%;
  }
  .separador-prueba.flex.justify-center.align-center.separator-eff hr {
    border-color: #0ad782;
  }
  .conviertete-section__container.flex.flow-column.justify-center.align-end {
    margin-top: 10%;
  }
  .separador-prueba.flex.justify-center.align-center.separator-eff a {
    text-decoration: none;
  }
  .app-header-banner span {
    display: none;
  }
  .app-footer-banner {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 125%;
  }
  .texto-footer-app-banner {
    font-size: 30px;
  }
  .apps-descargar-banner {
    display: flex;
    flex-flow: column;
    padding-left: 0%;
    margin-top: 60%;
  }
  .apps-descargar-banner img {
    width: 65%;
  }
  .contenedor-app-banner {
    text-align: center;
  }
  .app-header-banner {
    margin-bottom: 5%;
  }
  .texto-footer-app-banner.font-pier {
    width: 100%;
    text-align: center;
  }
  .descripcion-tru-network-movil.subtitle.font-pier {
    display: flex;
  }
  .conviertete-section__subtitle-movil.font-pier.text-regular {
    margin-top: 0%;
  }

  .form-tru-variant {
    flex-direction: column;
  }
  .form-tru-variant .form-tru-container {
    background-color: #fff;
    background-image: none;
  }
  .form-tru-variant .form-tru-container .form-tru-img {
    display: none;
  }
  .form-tru-container-form {
    width: 100%;
  }
  .form-tru-variant
    .form-tru-container
    .form-tru-container-form
    .form-tru-external
    .form-tru__input {
    width: 100%;
    font-size: 12px;
    height: 37px;
  }
  .form-tru-variant .form-tru-container .form-tru-container-form .form-tru-external .form-input-group {
    width: 80%;
  }
  .form-tru-variant
    .form-tru-container
    .form-tru-container-form
    .form-tru-external
    .form-tru__input-textarea {
    width: 100%;
    font-size: 12px;
    height: 84px;
  }
  .form-tru-variant
    .form-tru-container
    .form-tru-container-form
    .form-tru-external
    .form-tru__button-external {
    font-size: 15px;
    width: 200px;
  }
  .textoFormResponsive-external-hoy {
    display: block !important;
    width: 100%;
    position: relative;
    bottom: -10px;
    padding-inline: 49px;
  }
  .textoFormResponsive-external-hoy p:nth-child(1) {
    font-size: 46px;
    font-family: "Pier Sans bold", sans-serif;
    font-weight: bold;
  }
  .textoFormResponsive-external-hoy p:nth-child(2) {
    font-size: 50px;
    font-family: "Pier Sans bold", sans-serif;
    font-weight: 600;
    color: #5cf993;
    text-align: right;
  }
  .form-tru-back-hoy {
    display: block;
  }
  .section-acordion-body {
    font-size: 10px;
  }
  #comunity-globar-tittle {
    margin-top: 0%;
  }
  .textoFormResponsive-external-forms {
    display: flex;
    width: 100%;
    position: relative;
    bottom: -10px;
    padding-inline: 15px;
    flex-direction: column;
  }
  .textoFormResponsive-external-forms-title {
    display: block;
    font-family: "Pier Sans Bold";
    font-size: 35px;
    text-align: center;
    color: #000;
  }
  .textoFormResponsive-external-forms-subtitle {
    font-family: "Pier Sans Bold";
    font-size: 30px;
    color: #5cf993;
    text-align: center;
  }
  .header-politicas-titulo,
  .header-terminos-titulo {
    font-size: 45px;
  }
  .contenedor-politicas,
  .contenedor-terminos {
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .header-terminos,
  .header-polices {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  /*.slick-track {
    width: 709px !important;
  }*/
  .slick-list.draggable {
    width: 100%;
    margin-left: 0%;
  }
}

/*
@media screen and (max-width: 400px) {
  .slider-container-categorias .slick-track {
    width: 58vh !important;
    gap: 78px !important;
  }
}
@media screen and (max-width: 320px) {
  .slider-container-categorias .slick-track {
    width: 58vh !important;
    gap: 80px !important;
  }
  .slick-slide {
    margin-left: -14%;
  }
}
*/


.info-opcion__title.text-bold.font-pier,
.nuestra-cobertura__background-title,
.title.titulo-tru-network.title-medium {
  line-height: 90%;
}