body {
  margin: 0;
  padding: 0;
  color: #FFF;
  /* overflow: hidden; */
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;

}
a {
  color: inherit;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Unbounded', cursive;
}
p,span,ul li,a{
  font-family: 'Poppins', sans-serif;
}
.page-section{
  width: 100%;
  height: auto;
  background-size:  cover;
  scroll-snap-align: start;
}
/* section,
header,
footer {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
} */
section .container,
header .container,
footer .container {
  /* width: 100%; */
  padding: 8% 5%;
  /* opacity: 0;
  transition: opacity 0.8s ease; */
}

/* header.active .container,section.show .container, footer.show .container{
  opacity: 1;
} */

header {
  background: #ec3143;
  position: relative;
}

section.h-pantalla-2 {
  background: #ffffff;
  position: relative;
  z-index: 10;
}
section.h-pantalla-2 .container{
  padding: 0;
}
section.h-pantalla-3 {
  background: #313e48;
  position: relative;
  z-index: 20;
}

section.h-pantalla-4 {
  background: #f3f4f4;
}

section.h-pantalla-5 {
  background: #ec3143;
}
section.h-pantalla-6 {
  background: #313e48;
}

footer {
  background-image: url('../img/bg-footer.jpg');
}

.mouse {
  position: absolute;
  bottom: 4%;
  left: 50%;
  cursor: ns-resize;
  transform: translateX(-50%);
}
.mouse-shape {
  position: relative;
  display: block;
  width: 35px;
  height: 65px;
  margin: 0 auto 15px;
  border: 3px solid #FFF;
  border-radius: 22px;
}
.mouse-shape .mouse-animation {
  position: absolute;
  display: block;
  top: 25%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 50%;
  transform: translate(-50%, -25%);
  -webkit-animation: ball-scroll 2s linear infinite;
          animation: ball-scroll 2s linear infinite;
}
.mouse .mouse-msg {
  font-size: 0.8rem;
}

@-webkit-keyframes ball-scroll {
  0% {
    opacity: 1;
    top: 25%;
  }
  20% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 75%;
  }
  100% {
    opacity: 0;
    top: 25%;
  }
}

@keyframes ball-scroll {
  0% {
    opacity: 1;
    top: 25%;
  }
  20% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 75%;
  }
  100% {
    opacity: 0;
    top: 25%;
  }
}
.sm-none{
  display: block;
}
.sm-show{
  display: none!important;
}
/* MENU */
nav{
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  padding: 2rem 0 1.2rem 0;
}
nav .logo-nav{
  position: absolute;
  left: 0;
}
nav ul {
  padding: 0;
  margin: auto;
	list-style: none;
	position: relative;
  text-align: right;
  width: 90%;
	}
nav .logo-nav a img{
  max-width: 10rem;
}
nav ul li {
	display:inline-block;
  position: relative;
  padding: 0 2rem;
	}

nav a {
	display:block;
	padding:0 10px;
	color:#FFF;
	font-size: 1.1rem;;
	line-height: 2rem;
	text-decoration:none;
}
nav .logo-nav a:hover::after{
  background: transparent;
}
ul li ul li a{
  line-height: 2.5rem;
}
ul li ul li:first-child{
  margin-top: 1rem;
}
nav a:hover::after {
	content: '';
  background: #fff;
  width: 100%;
  height: 1px;
  display: block;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute;
  left: 0;
	top: 2rem; /* the height of the main nav */
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
  text-align: left;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px;
}
.bg-nav{
  position: absolute;
  top: -40vh;
  left: 0.5rem;
  z-index: -1;
  transition: all .5s ease;
}
nav ul li:hover ul .bg-nav{
  top: -4rem;
}

/* GENERALES */
.home-1,.home-2, .home-3, .home-4, .home-5, .home-6{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cont-img{
  position: relative;
  width: 40%;
  display: inline-block;
}
.cont-info{
  position: relative;
  width: 40%;
  display: inline-block;
}
.title{
  color: #fff;
  font-size: 4rem;
  margin: 0 auto;
}
.description{
  font-size: .8rem;
  font-weight: 400;
  color: #000;
  padding: 0 2rem;
}
.frase{
  font-family: 'Unbounded', cursive;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  display: block;
  width: 60%;
  margin: auto;
}
.cont-frase{
  margin: 3rem auto;
}
.cont-duo,.cont-trio{
  width: 100%;
  margin: 3rem auto;
  /* padding-left: 3rem; */
}
.cont-trio{
  margin: auto;
  display: flex;
  margin-bottom: 1rem;
}
.cont-trio .trio{
  width: 30%;
  display: inline-block;
  margin: 1rem;
}
.portabilidad-1 .cont-trio .trio::after{
  content: '';
  display: block;
  background-image: url('../img/sombra-tarjeta.png');
  height: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1rem;
}
.cont-duo .mitad{
  width: 40%;
  display: inline-block;
}
.cont-duo .mitad .frase{
  text-align: left;
  display: block;
  width: 100%;
}
.cont-iconos{
  margin-top: 5rem;
}
.cont-iconos a{
  margin: 0 1rem;
}
.red{
  color: #ec3143;
}
.white{
  color: #fff;
}
.prox{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  display: block;
  margin: 2rem auto;
}
.fa-chevron-left img,.fa-chevron-right img{
  width: 4rem;
  height: 4rem;
}
/* BOTON */
.cont-btn{
  cursor: pointer;
}
.cont-btn a.btn-gris{
  background: rgb(49,62,72);
  background: linear-gradient(-180deg, rgba(49,62,72,1) 0%, rgba(65,77,86,1) 50%, rgba(57,70,79,1) 50%);
  border: 4px solid #313e48;
  cursor: pointer;
}
.mitad .cont-btn a{
  width: 50%;
  margin-right: auto;
  cursor: pointer;
}
.cont-btn a {
  background: #333;
  position: relative;
  display: block;
  color: #ccc;
  width: 15%;
  height: 1.5rem;
  border: 4px solid #ec3143;
  padding: 0.5rem 2rem;
  font-family: 'Poppins', sans-serif;
  transition: 0.6s;
  border-radius: 0.8rem;
  background: rgb(237,65,82);
  background: linear-gradient(-180deg, rgba(237,65,82,1) 0%, rgba(237,65,82,1) 50%, rgba(236,49,67,1) 50%);
  overflow: hidden;
  margin: auto;
  cursor: pointer;
}
.cont-btn a:focus {
  outline: 0;
  cursor: pointer;
}
.cont-btn a:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
  cursor: pointer;
}
.cont-btn a:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
  cursor: pointer;
}
.cont-btn a.btn-gris:hover{
  background: linear-gradient(-180deg, rgba(49,62,72,1) 0%, rgba(65,77,86,1) 50%, rgba(57,70,79,1) 50%);
  cursor: pointer;
}
.cont-btn a:hover {
  background: linear-gradient(-180deg, rgba(237,65,82,1) 0%, rgba(237,65,82,1) 50%, rgba(236,49,67,1) 50%);
  cursor: pointer;
}
.cont-btn a:hover:before {
  transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: 0.7s;
  cursor: pointer;
}
.cont-btn a:hover:after {
  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: 0.7s;
  cursor: pointer;
}

/* HOME HEADER */
.home-1 .sombra-panda{
  display: block;
  mix-blend-mode: multiply;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  max-width: 60%;
}
.home-1 .panda{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  max-width: 60%;
}
.home-1 .circulo{
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
.home-1 .like-1, .home-1 .like-2, .home-1 .senal-1, .home-1 .senal-2, .home-1 .senal-3{
  position: absolute;
  z-index: 8;
}
.home-1 .like-1{
  width: 15%;
  right: 25%;
  top: 15%;
  animation: like1 10s ease-in-out infinite;
}
.home-1 .like-2{
  width: 15%;
  top: 37%;
  left: 22%;
  animation: like2 10s ease-in-out infinite;
}
.cont-senal{
  position: absolute;
  left: 8%;
}
.home-1 .senal-1{
  top: 4rem;
  left: 7rem;
  width: 6.5rem;
  animation: senal1 5s ease-in-out infinite;
}
.home-1 .senal-2{
  top: 2.8rem;
  left: 6rem;
  width: 7rem;
  animation: senal2 5s ease-in-out infinite;
}
.home-1 .senal-3{
  top: 1.5rem;
  left: 5rem;
  width: 8rem;
  animation: senal3 5s ease-in-out infinite;
}
@keyframes like1 {
  0%{
    transform: translateY(1rem);
  }
  50%{
    transform: translateY(-1rem);
  }
  100%{
    transform: translateY(1rem);
  }
}
@keyframes like2 {
  0%{
    transform: translateY(-1rem);
  }
  50%{
    transform: translateY(1rem);
  }
  100%{
    transform: translateY(-1rem);
  }
}
@keyframes senal1 {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 0;
  }
  30%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
@keyframes senal2 {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 0;
  }
  30%{
    opacity: 0;
  }
  40%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
@keyframes senal3 {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  40%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.home-3 .internet-sombra-panda {
    /* mix-blend-mode: multiply; */
    position: relative;
    top: 2rem;
    max-width: 100%;
    z-index: 9;
}
.home-3 .internet-panda {
    position: absolute;
    top: 2rem;
    left: 0;
    max-width: 100%;
    margin: auto;
    z-index: 11;
}
.home-3 .senal-internet-1 {
    bottom: 17%;
    right: 26%;
    width: 22%;
    animation: senal3 5s ease-in-out infinite;
}
.home-3 .senal-internet-2 {
    width: 19%;
    bottom: 13%;
    right: 27%;
    animation: senal2 5s ease-in-out infinite;
}
.home-3 .senal-internet-3 {
    width: 16%;
    bottom: 10%;
    right: 28%;
    animation: senal1 5s ease-in-out infinite;
}
.home-3 .senal-internet-1, .home-3 .senal-internet-2, .home-3 .senal-internet-3{
  position: absolute;
  z-index: 10;
}
.cont-figuras-1{
  position: absolute;
  max-width: 45%;
  top: 0;
  z-index: 10;
}
.home-3 .circulo, .home-3 .triangulo, .home-3 .equis, .home-3 .cuadro {
  max-width: 100%;
}
.cont-figuras-1 img:nth-child(2), .cont-figuras-1 img:nth-child(3), .cont-figuras-1 img:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
}
.cont-figuras-1 img:nth-child(1),.cont-figuras-2 img:nth-child(1),.cont-figuras-3 img:nth-child(1),.cont-figuras-4 img:nth-child(1){
  animation: figura1 5s ease-in-out infinite;
}
@keyframes figura1 {
  0%{
    opacity: 0;
  }
  5%{
    opacity: 1;
  }
  20%{
    opacity: 1;
  }
  25%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
.cont-figuras-1 img:nth-child(2),.cont-figuras-2 img:nth-child(2),.cont-figuras-3 img:nth-child(2),.cont-figuras-4 img:nth-child(2){
  animation: figura2 5s ease-in-out infinite;
}
@keyframes figura2 {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 0;
  }
  25%{
    opacity: 1;
  }
  45%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
.cont-figuras-1 img:nth-child(3),.cont-figuras-2 img:nth-child(3),.cont-figuras-3 img:nth-child(3),.cont-figuras-4 img:nth-child(3){
  animation: figura3 5s ease-in-out infinite;
}
@keyframes figura3 {
  0%{
    opacity: 0;
  }
  45%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  70%{
    opacity: 1;
  }
  75%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
.cont-figuras-1 img:nth-child(4),.cont-figuras-2 img:nth-child(4),.cont-figuras-3 img:nth-child(4),.cont-figuras-4 img:nth-child(4){
  animation: figura4 5s ease-in-out infinite;
}
@keyframes figura4 {
  0%{
    opacity: 0;
  }
  70%{
    opacity: 0;
  }
  75%{
    opacity: 1;
  }
  95%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.cont-figuras-2{
  position: absolute;
  max-width: 45%;
  top: 0;
  right: 0;
  z-index: 10;
}
.cont-figuras-3{
  position: absolute;
  max-width: 45%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.cont-figuras-4{
  position: absolute;
  max-width: 45%;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.cont-figuras-1 img:nth-child(2),.cont-figuras-1 img:nth-child(3),.cont-figuras-1 img:nth-child(4){
  position: absolute;
  top: 0;
  left: 0;
}
.cont-figuras-2 img:nth-child(2),.cont-figuras-2 img:nth-child(3),.cont-figuras-2 img:nth-child(4){
  position: absolute;
  top: 0;
  left: 0;
}
.cont-figuras-3 img:nth-child(2),.cont-figuras-3 img:nth-child(3),.cont-figuras-3 img:nth-child(4){
  position: absolute;
  top: 0;
  left: 0;
}
.cont-figuras-4 img:nth-child(2),.cont-figuras-4 img:nth-child(3),.cont-figuras-4 img:nth-child(4){
  position: absolute;
  top: 0;
  left: 0;
}
.home-3 .cont-senal-3{
  top: 0;
  position: absolute;
  width: 90%;
  height: 85%;
}
.home-4 .pandaMovilSombra {
    mix-blend-mode: multiply;
    max-width: 100%;
    position: relative;
}
.home-4 .pandaMovil {
    position: absolute;
    z-index: 5;
    max-width: 100%;
}
.home-4 .senal-movil-1, .home-4 .senal-movil-2, .home-4 .senal-movil-3 {
    position: absolute;
    z-index: 10;
    mix-blend-mode: screen;
}
.home-4 .senal-movil-1 {
    bottom: 36%;
    left: 40%;
    width: 22%;
    animation: senal1 5s ease-in-out infinite;
}
.home-4 .senal-movil-2 {
    bottom: 37%;
    left: 38%;
    width: 24%;
    animation: senal2 5s ease-in-out infinite;
}
.home-4 .senal-movil-3 {
    bottom: 39%;
    left: 35%;
    width: 26%;
    animation: senal3 5s ease-in-out infinite;
}
.home-4 .cont-senal-4{
  position: absolute;
  width: 70%;
  height: 70%;
  bottom: 12%;
  left: 4%;
}
.home-5 .celular {
    position: relative;
    z-index: 10;
    width: 90%;
    margin: auto;
}
.home-5 .behance, .home-5 .face, .home-5 .youtube, .home-5 .twitter, .home-5 .whats, .home-5 .linkedin, .home-5 .insta {
    position: absolute;
}
.home-5 .cont-img .behance {
    top: 15%;
    left: 18%;
    z-index: 11;
    width: 13%;
    animation: like2 12s ease-in-out infinite;
}
.home-5 .youtube {
    z-index: 11;
    left: 52%;
    top: 48%;
    width: 14%;
    animation: like2 12s ease-in-out infinite;
}
.home-5 .face {
    top: 45%;
    left: 41%;
    z-index: 11;
    width: 14%;
    animation: like1 12s ease-in-out infinite;
}
.home-5 .twitter {
    right: 8%;
    z-index: 11;
    top: 40%;
    width: 10%;
    animation: like2 12s ease-in-out infinite;
}
.home-5 .whats {
    right: 10%;
    top: 18%;
    width: 9%;
    animation: like1 12s ease-in-out infinite;
}
.home-5 .linkedin {
    right: 15%;
    width: 14%;
    top: 10%;
    animation: like2 12s ease-in-out infinite;
}
.home-5 .insta {
    top: -10%;
    right: 34%;
    z-index: 9;
    width: 22%;
    animation: like1 12s ease-in-out infinite;
}
.home-6 .logoMayoristas {
    position: absolute;
    width: 80%;
    top: -4rem;
    left: 0;
    right: 0;
    margin: auto;
    /* filter: brightness(1); */
    animation: logoBrillo 6s ease-in-out infinite;
}
@keyframes logoBrillo {
  0%{
    filter: brightness(.8);
    transform: scale(1);
  }
  50%{
    filter: brightness(1);
    transform: scale(1.04);
  }
  100%{
    filter: brightness(.8);
    transform: scale(1);
  }
}
.home-6 .img-mayoristas {
    position: absolute;
    max-width: 100%;
    z-index: 5;
}
.home-6 .img-mayoristas-sombra {
    max-width: 100%;
    mix-blend-mode: multiply;
}



/* PORTABILIDAD */
.portabilidad-1,.portabilidad-2,.portabilidad-3, .construccion-1{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.p-pantalla-2,.p-pantalla-3{
  background: #ec3143;
}
.portabilidad-1 .title{
  font-size: 7rem;
  hyphens: auto;
  text-transform: uppercase;
  text-align: left;
  line-height: 6rem;
  padding: 0 4rem 0 0;
}
.tarjeta{
  background: rgb(235,235,235);
  background: linear-gradient(135deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(231,230,230,1) 50%);
  padding: 1.5rem 1.5rem 0 1.5rem;
  color: #000;
  text-align: left;
  height: 95%;
}
.tarjeta span{
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Unbounded', cursive;
  font-weight: 600;
  font-size: 1.3rem;
}
.tarjeta p,.tarjeta ul li{
  line-height: 1.2rem;
  font-size: .9rem;
}
.tarjeta ul{
  padding-left: 0;
}
.tarjeta .ico-whats{
  width: 3rem;
  display: block;
  margin: auto;
}
.text-legales{
  font-size: .8rem;
}
.frase-portabilidad{
  font-family: 'Unbounded', cursive;
  font-weight: 500;
  margin-top: 2rem;
  display: block;
}
.tarjeta .numero-pasos{
  font-size: 2.2rem;
  font-weight: 800;
}
.pasos{
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.portabilidad-1 .sombra-panda{
  display: block;
  mix-blend-mode: multiply;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  max-width: 70%;
}
.portabilidad-1 .panda{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  max-width: 70%;
}
.tarjeta p:first-child{
  margin-bottom: .5rem;
}
.sombra-tarjeta{
  display: block;
  margin: auto;
  max-width: 100%;
}
.cont-img .cont-num{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.cont-img .cont-num span{
  font-size: 5rem;
  display:block;
  position: absolute;
}
.cont-img .cont-num span:nth-child(1){
  font-size: 4rem;
  right: 15%;
  bottom: 38%;
  transform: rotateZ(10deg);
  animation: numeros-1 3s ease-in-out infinite;
}
@keyframes numeros-1 {
  0%{
    transform: scale(.8) rotateZ(10deg);
    opacity: 0;
  }
  50%{
    opacity: 100%
  }
  100%{
    transform: scale(1.2) rotateZ(10deg);
    opacity: 0;
  }
}
.cont-img .cont-num span:nth-child(2){
  font-size: 20rem;
  right: 20%;
  bottom: 20%;
  font-weight: 700;
  transform: rotateZ(30deg);
  animation: numeros-2 3s ease-in-out infinite;
  animation-delay: 1s;
  opacity: 0;
}
@keyframes numeros-2 {
  0%{
    transform: scale(.8)  rotateZ(30deg);
    opacity: 0;
  }
  50%{
    opacity: 100%
  }
  100%{
    transform: scale(1) rotateZ(30deg);
    opacity: 0;
  }
}
.cont-img .cont-num span:nth-child(3){
  font-size: 4rem;
  right: 20%;
  top: 20%;
  animation: numeros-3 3s ease-in-out infinite;
  transform: rotateZ(-60deg);
}
@keyframes numeros-3 {
  0%{
    transform: scale(.8)  rotateZ(-60deg);
    opacity: 0;
  }
  50%{
    opacity: 100%
  }
  100%{
    transform: scale(1.2) rotateZ(-60deg);
    opacity: 0;
  }
}
.cont-img .cont-num span:nth-child(4){
  font-size: 10rem;
  font-weight: 700;
  top: 3%;
  right: 32%;
  transform: rotateZ(-10deg);
  animation-delay: .8s;
  animation: numeros-4 3s ease-in-out infinite;
}
@keyframes numeros-4 {
  0%{
    transform: scale(.8)  rotateZ(-10deg);
    opacity: 0;
  }
  50%{
    opacity: 100%
  }
  100%{
    transform: scale(1.2) rotateZ(-10deg);
    opacity: 0;
  }
}
.cont-img .cont-num span:nth-child(5){
  font-size: 16rem;
  top: 0%;
  left: 18%;
  transform: rotateZ(-12deg);
  animation-delay: 1.2s;
  animation: numeros-5 3s ease-in-out infinite;
}
@keyframes numeros-5 {
  0%{
    transform: scale(.8)  rotateZ(-12deg);
    opacity: 0;
  }
  50%{
    opacity: 100%
  }
  100%{
    transform: scale(1) rotateZ(-12deg);
    opacity: 0;
  }
}
.cont-img .cont-num span:nth-child(6){
  font-size: 2.8rem;
  top: 24%;
  left: 16%;
  transform: rotateZ(16deg);
  animation: numeros-6 3s ease-in-out infinite;
  animation-delay: 1.2s;
  opacity: 0;
}
@keyframes numeros-6 {
  0%{
    transform: scale(.8)  rotateZ(16deg);
    opacity: 0;
  }
  50%{
    opacity: 100%
  }
  100%{
    transform: scale(1) rotateZ(16deg);
    opacity: 0;
  }
}
.cont-img .cont-num span:nth-child(7){
  font-size: 10rem;
  font-weight: 700;
  top: 24%;
  left: 6%;
  transform: rotateZ(-16deg);
  animation-delay: 2s;
  animation: numeros-7 3s ease-in-out infinite;
}
@keyframes numeros-7 {
  0%{
    transform: scale(.8)  rotateZ(-16deg);
    opacity: 0;
  }
  50%{
    opacity: 100%
  }
  100%{
    transform: scale(1) rotateZ(-16deg);
    opacity: 0;
  }
}
.cont-img .cont-num span:nth-child(8){
  font-size: 12rem;
  bottom: 36%;
  left: 20%;
  opacity: 0;
  animation: numeros-8 3s ease-in-out infinite;
  animation-delay: 1.2s;
}
@keyframes numeros-8 {
  0%{
    transform: scale(.8);
    opacity: 0;
  }
  50%{
    opacity: 100%
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}
.cont-img .cont-num span:nth-child(9){
  font-size: 5rem;
  bottom: 38%;
  left: 14%;
  transform: rotateZ(14deg);
  animation: numeros-9 3s ease-in-out infinite;
}
@keyframes numeros-9 {
  0%{
    transform: scale(.8)  rotateZ(-16deg);
    opacity: 0;
  }
  50%{
    opacity: 100%
  }
  100%{
    transform: scale(1) rotateZ(-16deg);
    opacity: 0;
  }
}


:root {
    --white : white;
    --black : black;
    --red : red;
    --blue : blue;

    /* new  */
    --color-text: #fff;
    --color-bg: #000;
    --color-link: #f9d77e;
    --color-link-hover: #fff;
    --color-info: #efc453;
    --glitch-width: 100vw;
    --glitch-height: 100vh;
    --gap-horizontal: 10px;
    --gap-vertical: 5px;
    --time-anim: 8s;
    --delay-anim: 2s;
    --blend-mode-1: none;
    --blend-mode-2: none;
    --blend-mode-3: none;
    --blend-mode-4: none;
    --blend-mode-5: overlay;
    --blend-color-1: transparent;
    --blend-color-2: transparent;
    --blend-color-3: transparent;
    --blend-color-4: transparent;
    --blend-color-5: transparent;
    --blend-color-6: transparent;
    --blend-color-7: transparent;
    --blend-color-8: transparent;
    --blend-color-9: #af4949;
}

.glitch__image {
    background: url('../img/logoMayoristas.png') no-repeat 50% 50%/contain;
    width: 100%;
    height: 80%;
    top: -1rem;
    left: 0;
    right: 0;
    position: absolute;
  }
  .glitch__image:nth-child(n+2) {
    opacity: 0;
    animation-duration: var(--time-anim);
    transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
    animation-iteration-count: infinite;
  }
  .glitch__image:nth-child(2) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2);
    animation-name: glitch-anim-2;
    animation-delay: 2.2s;
  }
  .glitch__image:nth-child(3) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3);
    animation-name: glitch-anim-4;
    animation-delay: 2s;
  }
  .glitch__image:nth-child(4) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    animation-name: glitch-anim;
    animation-delay: 2s;
  }
  .glitch__image:nth-child(5) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    animation-name: glitch-anim-2;
    animation-delay: 2.2s;
  }
  .glitch__image:nth-child(6) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2);
    animation-name: glitch-anim-2;
    animation-delay: 3s;
  }
  .glitch__image:nth-child(7) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3);
    animation-name: glitch-anim-3;
    animation-delay: 2s;
  }
  .glitch__image:nth-child(8) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    animation-name: glitch-anim-2;
    animation-delay: 3.2s;
  }
  .glitch__image:nth-child(9) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2);
    animation-name: glitch-anim-3;
    animation-delay: 3s;
  }
  .glitch__image:nth-child(10) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3);
    animation-name: glitch-anim-4;
    animation-delay: 4s;
  }
  .glitch__image:nth-child(11) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    animation-name: glitch-anim;
    animation-delay: 3s;
  }
  .glitch__image:nth-child(12) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    animation-name: glitch-anim-2;
    animation-delay: 4s;
  }
   .glitch__image:nth-child(13) {
    background-color: var(--blend-color-5);
    background-blend-mode: var(--blend-mode-5);
    animation-name: glitch-anim-flash;
  }
  @keyframes glitch-anim-flash {
    0%,5% {
      transform: translate3d(var(--glitch-horizontal), var(--glitch-height), 0);
    }
    5.5%,100% {
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes glitch-anim {
    0% {
      clip: rect(105px, 9999px, 72px, 0);
    }
    5% {
      clip: rect(149px, 9999px, 168px, 0);
    }
    10% {
      clip: rect(147px, 9999px, 69px, 0);
    }
    15% {
      clip: rect(61px, 9999px, 27px, 0);
    }
    20% {
      clip: rect(37px, 9999px, 117px, 0);
    }
    25% {
      clip: rect(107px, 9999px, 75px, 0);
    }
    30% {
      clip: rect(93px, 9999px, 97px, 0);
    }
    35% {
      clip: rect(140px, 9999px, 95px, 0);
    }
    40% {
      clip: rect(110px, 9999px, 107px, 0);
    }
    45% {
      clip: rect(54px, 9999px, 168px, 0);
    }
    50% {
      clip: rect(140px, 9999px, 23px, 0);
    }
    55% {
      clip: rect(111px, 9999px, 76px, 0);
    }
    60% {
      clip: rect(94px, 9999px, 152px, 0);
    }
    65% {
      clip: rect(101px, 9999px, 158px, 0);
    }
    70% {
      clip: rect(108px, 9999px, 170px, 0);
    }
    75% {
      clip: rect(106px, 9999px, 24px, 0);
    }
    80% {
      clip: rect(37px, 9999px, 116px, 0);
    }
    85% {
      clip: rect(147px, 9999px, 147px, 0);
    }
    90% {
      clip: rect(10px, 9999px, 55px, 0);
    }
    95% {
      clip: rect(110px, 9999px, 9px, 0);
    }
    100% {
      clip: rect(137px, 9999px, 80px, 0);
    }
  }
  @keyframes glitch-anim-2 {
    0% {
      opacity: 1;
      transform: translate3d(var(--gap-horizontal), 0, 0);
      -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
      clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    }
    2% {
      -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
      clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    }
    4% {
      -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
      clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    }
    6% {
      -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
      clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    }
    8% {
      -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
      clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }
    10% {
      -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
      clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }
    12% {
      -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
      clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }
    14% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
      clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }
    16% {
      -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
      clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }
    18% {
      -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
      clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }
    20% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
      clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }
    21.9% {
      opacity: 1;
      transform: translate3d(var(--gap-horizontal), 0, 0);
    }
    22%, 100% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
  }
  @keyframes glitch-anim-3 {
    0% {
      opacity: 1;
      transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
      -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
      clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    }
    3% {
      -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
      clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    }
    5% {
      -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
      clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    }
    7% {
      -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
      clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }
    9% {
      -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
      clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    }
    11% {
      -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
      clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    }
    13% {
      -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
      clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }
    15% {
      -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
      clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    }
    17% {
      -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
      clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    }
    19% {
      -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
      clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    }
    20% {
      -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
      clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    }
    21.9% {
      opacity: 1;
      transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    }
    22%, 100% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
  }
  @keyframes glitch-anim-4 {
    0% {
      opacity: 1;
      transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
      -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
      clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    }
    1.5% {
      -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
      clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    }
    2% {
      -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
      clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    }
    2.5% {
      -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
      clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }
    3% {
      -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
      clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    }
    5% {
      -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
      clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    }
    5.5% {
      -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
      clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    }
    7% {
      -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
      clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    }
    8% {
      -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
      clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }
    9% {
      -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
      clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    }
    10.5% {
      -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
      clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    }
    11% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
      clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    }
    13% {
      -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
      clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    }
    14% {
      -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
      clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    }
    14.5% {
      -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
      clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    }
    15% {
      -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
      clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    }
    16% {
      -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
      clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }
    18% {
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
      clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    }
    20% {
      -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
      clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    }
    21.9% {
      opacity: 1;
      transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    }
    22%, 100% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
  }


  /* glitch Text  */
  .Textglitch {
    color: var(--white);
    font-size: 3em;
    position: relative;
    margin: 0 auto;
    font-weight: 800;
  }
  .Textglitch::before {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 var(--red);
    top: 2;
    color: var(--white);
    background: var(--black);
    overflow: hidden;
    animation:  glitch__anim 2s infinite linear alternate-reverse;
  }

  .Textglitch::after {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 var(--blue);
    top: 2;
    color: var(--white);
    background: var(--black);
    overflow: hidden;
    animation: glitch__anim 15s infinite linear alternate-reverse;
  }



  @keyframes glitch__anim {
    0% {
      clip-path: inset(86% 0 9% 0);
    }
    5% {
      clip-path: inset(14% 0 22% 0);
    }
    10% {
      clip-path: inset(43% 0 58% 0);
    }
    15% {
      clip-path: inset(45% 0 5% 0);
    }
    20% {
      clip-path: inset(77% 0 11% 0);
    }
    25% {
      clip-path: inset(30% 0 62% 0);
    }
    30% {
      clip-path: inset(56% 0 34% 0);
    }
    35% {
      clip-path: inset(22% 0 72% 0);
    }
    40% {
      clip-path: inset(96% 0 4% 0);
    }
    45% {
      clip-path: inset(67% 0 3% 0);
    }
    50% {
      clip-path: inset(95% 0 2% 0);
    }
    55% {
      clip-path: inset(86% 0 14% 0);
    }
    60% {
      clip-path: inset(85% 0 7% 0);
    }
    65% {
      clip-path: inset(2% 0 38% 0);
    }
    70% {
      clip-path: inset(34% 0 13% 0);
    }
    75% {
      clip-path: inset(75% 0 2% 0);
    }
    80% {
      clip-path: inset(6% 0 22% 0);
    }
    85% {
      clip-path: inset(34% 0 12% 0);
    }
    90% {
      clip-path: inset(43% 0 33% 0);
    }
    95% {
      clip-path: inset(92% 0 6% 0);
    }
    100% {
      clip-path: inset(43% 0 53% 0);
    }
  }
/* TELEFONIA MOVIL */
.tel-movil{
  overflow: hidden;
}
.tel-movil .container{
  padding: 0;
}
.slide-tel-movil-1{
  background-image: url('../img/slide-cobertura.jpg')!important;
}
.cont-planes{
  width: 16%;
  display: inline-flex;
  margin: 0 2rem;
}
.title-planes{
  width: 100%;
  text-align: center;
}
.title-planes h4{
  color: #000;
  font-size: 3rem;
  margin: 0 0 2rem 0;
}
.tarjeta-planes::after{
  content: '';
  display: block;
  background-image: url('../img/sombra-tarjeta.png');
  height: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1rem;
}
.tarjeta-planes{
  text-align: center;
  margin: auto;
}
.tarjeta-planes span{
  display: block;
}
.tarjeta-planes .header-t{
  background: #5c666e;
  padding: .5rem;
}
.tarjeta-planes .header-t .title-header,.tarjeta-planes .header-t .tarjeta-dias{
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
}
.tarjeta-planes .header-t .tarjeta-dias{
  font-size: 2rem;
  text-transform: uppercase;
}
.tarjeta-planes .body-t{
  background: #ebebeb;
  background: linear-gradient(120deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(231,230,230,1) 50%);
  padding-bottom: 2.5rem;
}
.tarjeta-planes .body-t .tarjeta-precio{
  padding-top: 1rem;
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  font-size: 2.6rem;
  color: #313e48;
}
.tarjeta-planes .body-t .tarjeta-tiempo,.gb-legal, .tarjetas-regiones{
  color: #ec3143;
  font-size: .65rem;
}
.tarjeta-planes .body-t .tarjeta-comparte{
  color: #000;
  font-weight: 700;
  font-size: .7rem;
  margin-top: .8rem;
}
.tarjeta-planes .body-t .tarjeta-gb{
  margin-top: .5rem;
  font-family: 'Unbounded', cursive;
  font-weight: 600;
  font-size: 2rem;
  color: #313e48;
}
.tarjeta-planes .body-t .text-minutos{
  font-family: 'Unbounded', cursive;
  font-size: .9rem;
  color: #313e48;
  font-weight: 700;
  margin: 1rem auto .4rem auto;
  padding: 0 2rem;
}
.tarjeta-planes .cont-btn{
  margin-top: 2rem;
}
.tarjeta-planes .cont-btn a{
  width: 50%;
}
.cont-tarjetas{
  text-align: center;
  margin: auto;
}
.cont-icos-pagos{
  margin: -1rem auto 2rem auto;
  text-align: center;
}
.cont-icos-pagos img{
  margin: 0 .5rem;
  max-height: 1.8rem;
}
.m-pantalla-3 .container,.m-pantalla-4 .container{
  position: relative;
}
.m-pantalla-5{
  background: #a3d2f7;
  text-align: left!important;
}
.telefonia-5{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .telefonia-5 .title{
  color: #000;
} */
.telefonia-5 .frase{
  width: 100%;
  /* color: #000; */
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.8rem;
  padding-right: 50%;
}
.telefonia-5 .description{
  padding: 0;
  color: #fff;
}
.m-pantalla-5 .cont-icos-pagos{
  width: 100%;
}
.m-pantalla-5 .cont-iconos{
  margin: auto;
}
.arrown-down{
  width: 3rem;
  animation: down 2s ease-in-out infinite;
}
@keyframes down {
  0%{
    transform: translateY(-.5rem);
  }
  50%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-.5rem);
  }
}
.frase-portabilidad{
  font-size: 1.5rem;
}
.telefonia-5 .glitch__image{
  height: 35%;
  top: 32%;
}
.m-pantalla-2 .title-planes h4::after,.m-pantalla-4 .title-planes h4::after{
  content: '';
  position: absolute;
  display: block;
  background-image: url('../img/linea-xpress.png');
  height: 2.2rem;
  width: 14%;
  left: 14%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  right: 0;
}
.m-pantalla-2 .title-planes h4,.m-pantalla-4 .title-planes h4{
  position: relative;
  margin-bottom: 2rem;
}
/* .m-pantalla-2 .container, .m-pantalla-3 .container, .m-pantalla-4 .container{
  padding: 2.2rem;
} */
.m-pantalla-3{
  background-color: #ef2d47;
}
.m-pantalla-4{
  background-color: #c1c2c2;
}
.m-pantalla-5{
  background-color: #313e48;
}
.telefonia-5 .celular{
  max-width: 100%;
  margin: auto;
  display: block;
}
.pantalla-imei-1{
  background-color: #313e48;
}
.imei-1{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.imei-title{
  width: 100%;
}
.imei-title h2, .imei-title h1{
  text-align: center;
  color: #ec3143;
}
.imei-title h1{
  font-size: 22rem;
  margin: 0;
  line-height: 16rem;
}
.pasos-imei{
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 1rem auto;
}
.pasos-imei span{
  color: #ec3143;
}
.pantalla-imei-1 .panda{
  position: absolute;
  left: 14%;
  bottom: 0;
  width: 45%;
}
.pantalla-imei-1 .cont-btn a{
  margin: 1rem 0;
  width: 50%;
}
.pantalla-imei-1 .cont-info{
  padding: 2rem 5rem;
}
.pantalla-imei-1 .cont-img{
  width: 50%;
}
.cont-pasos{
  width: 40%;
}
.form-imei{
  display: block;
  height: 2rem;
  width: 90%;
}
.swiper-button-prev img,.swiper-button-next img{
  width: 2rem;
}
.swiper-button-next, .swiper-button-prev{
  width: 2rem!important;
}
.legales-planes{
  color: #000;
  list-style: none;
  font-size: .5rem;
  padding: 0;
}
.pantalla-construccion{
  background: #e2e3e4;
}
.pantalla-construccion .panda{
  max-width: 70%;
  margin-top: 5rem;
}
.construccion-1 span{
  font-family: 'Unbounded', cursive;
  color: #f73449;
  font-weight: 800;
  font-size: 8rem;
  position: absolute;
  left: 0;
  right: 20%;
}
.construccion-1 .words{
  font-family: 'Unbounded', cursive;
  font-size: 18rem;
  line-height: 8rem;
  font-weight: 800;
  margin-top: 10%;
  display: inline-block;
  white-space: nowrap;
  width: 200rem;
  animation: move-text 28s linear infinite;
  text-shadow: 200rem 0, 400rem 0;
  text-transform: uppercase;
}
@keyframes move-text {
  100% {
    transform: translateX(-100%);
  }
}
footer{
  height: auto;
  position: relative;
  z-index: 999;
}
footer .container{
  display: block;
  margin: auto;
  padding: 5%;
}
footer .cont-info-footer{
  text-align: center;
}
footer .cont-footer{
  display: inline-block;
  position: relative;
  padding: 0 1rem;
}
footer .cont-footer span{
  font-family: 'Unbounded', cursive;
  font-weight: 700;
}
footer .cont-footer ul{
  padding: 0;
}
footer .cont-footer ul li, footer .cont-footer-2 ul li{
  list-style: none;
  color: #a3a3a3;
  font-size: .7rem;
}
footer .cont-footer:nth-child(1){
  width: 20%;
}
footer .cont-footer:nth-child(1),footer .cont-footer:nth-child(2){
  text-align: left;
}
footer .cont-footer:nth-child(1)::after{
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 5px;
  height: 100%;
  background-image: url('../img/division-footer.png');
  background-repeat: no-repeat;
}
footer .cont-footer:nth-child(3)::before,footer .cont-footer:nth-child(4)::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 5px;
  height: 100%;
  background-image: url('../img/division-footer.png');
  background-repeat: no-repeat;
}
footer .cont-footer:nth-child(2){
  width: 15%;
}
footer .cont-footer:nth-child(3){
  width: 15%;
  text-align: center;
}
footer .cont-footer:nth-child(3) img{
  margin: .4rem;
}
footer .cont-footer:nth-child(3) ul li{
  font-weight: 700;
  color: #7a7a7a;
}
footer .cont-footer:nth-child(4){
  width: 24%;
  text-align: center;
}
footer .cont-footer:nth-child(4) ul li{
  color: #a3a3a3;
}
footer .cont-footer:nth-child(5){
  width: 12%;
}
footer .cont-footer:nth-child(5) img{
  max-width: 3.5rem;
}
footer .cont-footer-2{
  text-align: center;
  margin-top: 5rem;
}
footer .cont-footer-2:last-child{
  margin-top: 2rem;
}
footer .cont-footer-2 img{
  margin-bottom: 1rem;
}
footer .powered{
  letter-spacing: .2rem;
}
header.cobertura .title{
  font-size: 6rem;
  margin-left: 0;
  max-width: 80%;
  text-transform: uppercase;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto; 
  text-align: left;
  padding: 1rem;
  line-height: 5rem;
}
header.cobertura{
  text-align: center;
}
header.cobertura img{
  margin: auto;
  max-width: 90%;
}
header.cobertura .cont-mapa iframe{
  border-radius: 1rem;
}
.cont-mapa{
  /* margin-top: 3rem; */
  overflow: hidden;
  width: 50%;
  display: inline-block;
  position: relative;
  margin-left: 3rem;
}
.cont-mapa::after{
  content: '';
  display: block;
  background-image: url('../img/sombra-cobertura.png');
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1rem;
}
.leaflet-touch .geocoder-control-input{
  font-family: 'Poppins', sans-serif!important;
}
header.cobertura .frase{
  margin: 0 auto 2rem auto;
  width: 50%;
  line-height: 1.8rem;
}
