#hero-telefonia .slogan p:nth-child(1) {
  font-size: 1.2rem; }

#hero-telefonia-megas {
  background: #7C05BB;
  background-image: -webkit-gradient(linear, left top, right top, from(#7C05BB), to(#8E1AFF));
  background-image: linear-gradient(to right, #7C05BB, #8E1AFF); 
}

.basic-plan {
  margin: 30px; 
}

.div-megas {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: white;
  border-radius: 25px;
}

.div-vigency {
  background: #FFFFFF;
  height: 100%;
}

.bg-basic-10 {
  height: 140px;
  background: #cbcbcb;
  background: -webkit-gradient(linear, left bottom, left top, from(#cbcbcb), color-stop(65%, white));
  background: linear-gradient(0deg, #cbcbcb 0%, white 65%);
}
.bg-basic-20 {
  height: 140px;
  background: #5B4374;
}
.bg-basic-30 {
  height: 140px;
  background: #FC9146;
}
.bg-basic-40 {
  height: 140px;
  background: #44D7B6;
}
.bg-basic-50 {
  height: 140px;
  background: #F94B41;
}
.container-puntos {
  text-align: justify;
  padding: 10px 30px;
}

.text-basic-10 {
  font-size: 35px;
  color: #6D6D6D;
  text-decoration: underline;
}
.text-basic-20 {
  font-size: 35px;
  text-decoration: underline;
}
.text-basic-30 {
  font-size: 35px;
  text-decoration: underline;
}
.text-basic-40 {
  font-size: 35px;
  text-decoration: underline;
}
.text-basic-50 {
  font-size: 35px;
  text-decoration: underline;
}

.color-basic-20 {
  color: #5B4374;
}
.color-basic-30 {
  color: #FC9146;
}
.color-basic-40 {
  color: #44D7B6;
}
.color-basic-50 {
  color: #F94B41;
}

.btn-basic {
  padding: 0.8rem 0.8rem;
  border: 0rem;
  border-radius: 1rem;
  color: #FFFFFF;
  font-size: 1rem;
  text-decoration: none;
}

.basic-10 {
  background: #934BA4;
}
.basic-20 {
  background: #5B4374;
}
.basic-30 {
  background: #FC9146;
}
.basic-40 {
  background: #44D7B6;
}
.basic-50 {
  background: #F94B41;
}

.basic-plan a:hover {
  color: #FFFFFF;
}

.responsive-img {
  display: block;
}

@media screen and (max-width: 768px) {
  .responsive-img {
    display: none !important;
  }
  
  .basic-plan {
    margin: 0px; 
  }
  .btn-basic {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 450px) {
  .btn-basic {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 320px) {
  .text-basic-10 {
    font-size: 23px;
  }
  .text-basic-20 {
    font-size: 23px;
  }
  .text-basic-30 {
    font-size: 23px;
  }
  .text-basic-40 {
    font-size: 23px;
  }
  .text-basic-50 {
    font-size: 23px;
  }
  .btn-basic {
    font-size: 0.6rem;
  }
}

/*Request your chip*/
.request-your-chip {
  padding: 0.8rem 0.8rem;
  border: 0rem;
  border-radius: 1rem;
  background: #934BA4;
  color: #FFFFFF;
  font-size: 1rem;
  text-decoration: none; 
}

/*Banner request your chip*/
.banner-request-your-chip {
  background-image: url("../img/img_cnumero2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 850px;
  margin-top: 6rem; 
}
.banner-request-your-chip p {
  margin-top: 5rem;
  margin-bottom: 3rem;
  color: #934BA4;
  font-size: 3rem; 
}
.banner-request-your-chip a {
  padding: 1rem 1.5rem;
  border: 0rem;
  border-radius: 1rem;
  background: #934BA4;
  color: #FFFFFF;
  font-size: 1.8rem;
  text-decoration: none; 
}
.banner-request-your-chip a:hover, a:focus {
  color: #FFFFFF;
  text-decoration: underline; 
}

@media screen and (max-width: 1200px) {
  .banner-request-your-chip {
    background-position: -80px center;
  }
}
@media screen and (max-width: 992px) {
  .banner-request-your-chip {
    background-size: auto;
    background-position: -50px center;
    height: 550px;
    margin-bottom: 3rem; 
  }
  .banner-request-your-chip p {
    margin-top: 2rem;
    font-size: 2.2rem; 
  } 
}
@media screen and (max-width: 576px) {
  .banner-request-your-chip {
    background-size: cover;
    margin-top: 3rem;
    background-position: -60px center;
    height: 500px; 
  }
  .banner-request-your-chip p {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem; 
  }
  .banner-request-your-chip a {
    padding: 0.8rem 1rem;
    border: 0rem;
    font-size: 1.2rem; 
  } 
}
@media screen and (max-width: 420px) {
  .banner-request-your-chip {
    background-position: -130px center;
    height: 440px; 
  }

  .banner-request-your-chip p {
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-size: 1.5rem; 
  }
  .banner-request-your-chip a {
    padding: 0.8rem 1rem;
    border: 0rem;
    font-size: 1rem; 
  } 
}
@media screen and (max-width: 380px) {
  .banner-request-your-chip p {
    margin-top: 1rem;
    margin-bottom: 1.5em;
    font-size: 1rem; 
  }
  .banner-request-your-chip a {
    padding: 0.8rem 1rem;
    border: 0rem;
    font-size: 0.7rem; 
  } 
}
@media screen and (max-width: 320px) {
  .banner-request-your-chip p {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    font-size: 1rem; 
  }
  .banner-request-your-chip a {
    padding: 0.6rem 1rem;
    border: 0rem;
    font-size: 0.6rem; 
  } 
}

/*Recharge*/
.recharge-message {
  font-size: 1.3rem; 
}

/*Portabilidad*/
.portabilidad {
  background: #f5f5f5;
  padding-left: 18rem;
  padding-right: 18rem;
  font-size: 1.2rem; 
}
.portabilidad .title p {
  font-size: 2rem; 
}
.portabilidad .portabilidad-number {
  padding: 0.1rem 0.6rem; 
}

@media screen and (max-width: 1200px) {
  .portabilidad {
    padding-left: 12rem;
    padding-right: 12rem; 
  } 
}
@media screen and (max-width: 992px) {
  .portabilidad {
    padding-left: 9rem;
    padding-right: 9rem; 
  } 
}
@media screen and (max-width: 840px) {
  .portabilidad {
    padding-left: 5rem;
    padding-right: 5rem; 
  } 
}
@media screen and (max-width: 768px) {
  .portabilidad {
    padding-left: 0rem;
    padding-right: 0rem; 
  } 
}
p#chip-miio-banner-description {
  font-size: 1.7rem;
  color: #FFFFFF;
  top: 10%;
  left: 25%;
  margin: 0; 
}
p#chip-miio-banner-description a {
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 0.05rem solid #FFFFFF;
  padding: 0;
  border-radius: 0;
  background: transparent; 
  font-size: 1.7rem;
}

@media screen and (max-width: 376px) {
  p#chip-miio-banner-description {
    left: 25%;
  } 
}

@media screen and (max-width: 320px) {
  p#chip-miio-banner-description {
    font-size: 1rem;
  } 
}

@media screen and (max-width: 290px) {
  p#chip-miio-banner-description {
    top: 15%;
    left: 45%;
  } 

  p#chip-miio-banner-description a {
    font-size: 1.3rem;
  } 
}

/*# sourceMappingURL=telefonia.css.map */