@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&family=Flow+Circular&display=swap");
.bg-magenta {
  background: #A70195;
}

.bg-magenta-2 {
  background: #CF24A7;
}

.bg-violeta {
  background: #472F91;
}

.bg-violeta-dark {
  background: #5B1B74;
}

.bg-violeta-medium {
  background: #7B1099;
}

.bg-violeta-light {
  background: #871FB0;
}

.bg-amarillo {
  background: #FFDD00;
}

.bg-amarillo-dual {
  background: rgb(255, 213, 0);
  background: linear-gradient(90deg, rgb(255, 213, 0) 0%, rgb(255, 213, 0) 50%, rgb(255, 221, 0) 50%, rgb(255, 221, 0) 100%);
}

.bg-amarillo-gradient {
  background-image: linear-gradient(146deg, #F5E900 0%, #FFCA00 96%);
}

.bg-celeste-gradient {
  background-image: linear-gradient(146deg, #00A0D3 0%, #02B28A 96%);
}

.bg-v-dark {
  background: #00060c;
}

.bg-celeste {
  background: #00E0FF;
}

.bg-celeste-pack {
  background: #56ABC8;
}

.bg_pack_tv_aire {
  background: url("../../img/pack_tv_aire.jpg") no-repeat center center;
}

.bg_azul-facs {
  background: #0076FF;
}

.bg-foto-chica {
  background: url("../../img/wirnet-internet.jpg") no-repeat left;
  background-size: cover;
  background-position-x: 15%;
}

.btn {
  padding: 5px 15px;
  border-radius: 3px;
  color: white;
  line-height: 23px;
  font-size: 14px;
  text-decoration: none;
}
.btn.btn-magenta {
  background: #A70195;
}
.btn.btn-violeta {
  background: #472F91;
  color: #FFDD00;
  font-weight: 700;
}
.btn.btn-amarillo {
  background: #FFDD00;
}
.btn.btn-celeste {
  background: #00E0FF;
  color: #0050cc;
}

.bg-hey {
  background: url("../../img/bg_wirnet_hey.png") no-repeat center center;
  background-size: cover;
}

.obj-center {
  margin: auto;
}

.centrado-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-b-35 {
  padding-bottom: 35px;
}

.no-p {
  padding: 0;
}

.flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-align-center h2 {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .flex-align-center h2 {
    margin: 80px 15px;
    font-size: 28px;
  }
}

a {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

ul, li {
  list-style: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFDD00;
}

.menu-item-550 a {
  background: #B11F8E;
  padding: 15px;
  margin-top: -10px;
  margin-bottom: -5px;
}

.flex {
  display: flex;
}

.linea-bot-fix {
  margin: auto;
  margin-bottom: -5px;
}

.flex-v-center {
  align-items: center;
}

.navbar-dark .navbar-toggler {
  border: none !important;
}

.no-flex {
  display: block;
}

.no-padding {
  padding: 0;
}

.m-auto {
  margin: auto;
}

.obj-fit {
  object-fit: cover;
  height: 100%;
}

#animation_container {
  margin: auto;
}

.flexslider,
.flexslider2 {
  margin: 0 !important;
  background: none;
  border: none;
  position: relative;
}
.flexslider .custom-navigation,
.flexslider2 .custom-navigation {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.flexslider .custom-navigation.left,
.flexslider2 .custom-navigation.left {
  left: 0;
}
.flexslider .custom-navigation.right,
.flexslider2 .custom-navigation.right {
  right: 0;
}
.flexslider li:nth-child(even),
.flexslider2 li:nth-child(even) {
  background: rgba(0, 0, 0, 0.5);
}

.page-template-template-ayuda {
  background: white;
}
.page-template-template-ayuda .grupo-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 100px auto;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  color: white !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
  padding-left: 0 !important;
}

.ninja-forms-req-symbol {
  position: absolute;
  right: 0;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  padding-left: 12px !important;
}

.nf-form-title,
nf-before-form-content {
  display: none !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: white !important;
}

.checkbox-container.label-right label {
  font-weight: normal !important;
  width: 100% !important;
  text-align: left !important;
}

.checkbox-wrap .nf-field-label label:before {
  font-size: 16px;
  left: -27px;
}

.contratar .collapse:not(.show) .checkbox-container.label-right .nf-field-label {
  display: block !important;
}

.listradio-wrap .nf-field-element label {
  text-align: left;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.3em !important;
}

.slick-dots li button:before {
  color: white !important;
}

@media screen and (max-width: 576px) {
  input {
    font-size: 14px;
  }
}

.neg {
  margin: 0 0 -15px 0;
}

/* Color de los dots INACTIVOS */
.slick-dots li button:before {
  color: #8A2BE2 !important; /* violeta */
  opacity: 0.4;
}

/* Color del dot ACTIVO */
.slick-dots li.slick-active button:before {
  color: #8A2BE2 !important;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 14px !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Fira Sans", sans-serif;
  background: #333333;
}

.bg-violeta-dark-mobile {
  background: #5B1B74;
  max-width: 100%;
  z-index: 99999999;
  position: relative;
}

header {
  position: relative;
  background-color: black;
  /*height: 100vh;
  min-height: 25rem;*/
  width: 100%;
  overflow: hidden;
}
header.inn {
  position: initial;
  background-color: black;
  height: initial;
  min-height: initial;
  width: 100%;
  overflow: initial;
}
header video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
header .container {
  position: relative;
  z-index: 2;
}
header .container .text-white {
  position: absolute;
  bottom: 10%;
}
header .container .text-white p {
  font-size: 54px;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

a.text-left {
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .desk {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .mob {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .hey .bg-hey {
    width: 100vw;
    height: 240px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 576px) {
  .hey .bg-hey {
    height: 442px;
  }
}
.hey .wirnet-hey {
  padding-bottom: 45px;
  width: 300px;
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .hey .wirnet-hey {
    width: 646px;
  }
}

.rotate {
  rotate: 180deg;
  margin: auto;
  margin-bottom: -55px;
}

.triangulo {
  width: 50px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .triangulo.left {
    left: -40px;
    top: 45%;
    bottom: initial;
    right: initial;
    transform: translate(50%, 50%) rotate(90deg);
    -webkit-transform: translate(50%, 50%) rotate(90deg);
  }
}
@media screen and (min-width: 1200px) {
  .triangulo.right {
    top: 45%;
    right: 11px;
    left: initial;
    bottom: initial;
    transform: translate(50%, 50%) rotate(-90deg);
    -webkit-transform: translate(50%, 50%) rotate(-90deg);
  }
}

.promos .promo-titulo {
  display: flex;
  align-items: center;
}
.promos .promo-item {
  padding: 50px 10px;
  margin: auto;
  text-align: center;
}
.promos .promo-item a img {
  margin: 20px auto;
}

.seguinos {
  background: #01DF02;
}
.seguinos .item {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
.seguinos .item a img {
  width: 100px !important;
  filter: brightness(0);
}
.seguinos .item p {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .seguinos .item p {
    text-align: center;
  }
}

.hey-linea {
  align-content: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px 0;
  display: flex;
}
@media screen and (max-width: 576px) {
  .hey-linea {
    height: 100vh;
  }
}
@media screen and (min-width: 576px) {
  .hey-linea {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .hey-linea {
    height: 828px;
  }
}
@media screen and (min-width: 1920px) {
  .hey-linea {
    height: 1314px;
  }
}
@media screen and (min-width: 576px) {
  .hey-linea img.obj-center {
    margin: 15px auto;
  }
}
.hey-linea h2 {
  font-weight: 800;
  font-size: 68px;
  color: #472F91;
  margin-bottom: -10px;
  display: inline;
  line-height: 60px;
}
@media screen and (min-width: 576px) {
  .hey-linea h2 {
    font-size: 120px;
    line-height: 100px;
  }
}
.hey-linea small {
  font-weight: 800;
  font-size: 38px;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
}
.hey-linea h3.copy {
  color: #472F91;
  font-weight: bold;
  font-size: 37px;
}
@media screen and (min-width: 576px) {
  .hey-linea h3.copy {
    font-size: 53px;
  }
}
.hey-linea.packs {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .hey-linea.packs {
    flex-direction: column;
    align-items: center;
  }
}
.hey-linea.packs span h2 {
  color: #FFDD00;
}
.hey-linea.packs span small {
  color: #FFDD00;
}
.hey-linea.packs span h3 {
  color: #FFDD00;
  font-weight: 700;
  font-style: italic;
  margin: 0;
}
.grilla {
  padding: 25px 0;
}
.grilla .items a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.grilla p {
  color: #D15DFF;
  margin: 10px 25px 0 0;
  font-size: 55px;
  text-align: right;
  font-weight: 800;
}
.grilla p span {
  font-size: 22px;
  display: block;
  margin: 0 0 -17px;
}
.grilla p em {
  font-size: 22px;
  font-weight: 300;
}

.info-packs,
.tv-streaming-items {
  text-align: center;
  padding: 50px 0;
}
.info-packs img,
.tv-streaming-items img {
  margin: auto;
}
.info-packs h3,
.tv-streaming-items h3 {
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  line-height: 37px;
  color: #00E0FF;
  position: relative;
}
.info-packs h3::after,
.tv-streaming-items h3::after {
  border-bottom: 3px solid #01DF02;
  content: "";
  width: 100px;
  bottom: -15px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.info-packs p,
.tv-streaming-items p {
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  color: white;
}

.tv-streaming-items .triangulo-dual {
  position: absolute;
  width: initial;
  top: -100px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 576px) {
  .tv-streaming-items .triangulo-dual {
    top: -69px;
    width: 40px;
  }
}
.tv-streaming-items img {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .tv-streaming-items img {
    width: 85%;
  }
}
.tv-streaming-items h3 {
  color: #A70195;
  margin-top: 47px;
}
@media screen and (max-width: 576px) {
  .tv-streaming-items h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.tv-streaming-items h3::after {
  border-bottom: none;
  border-top: 3px solid #333333;
  bottom: initial;
  top: -15px;
  width: 180px;
}
@media screen and (max-width: 576px) {
  .tv-streaming-items h3::after {
    width: 80px;
  }
}

.pack-tv-aire .bg_pack_tv_aire {
  height: 391px;
}
.pack-tv-aire .planes {
  align-items: center;
  height: 391px;
}
.pack-tv-aire .planes .plan .info {
  width: 288px;
}
.pack-tv-aire .planes .plan .info .velocidad h2,
.pack-tv-aire .planes .plan .info .velocidad span {
  color: white;
  border-bottom: none;
}

.pack {
  background: url("../../img/wirnet-packs.png") #686868 no-repeat center center;
  background-blend-mode: multiply;
  background-size: cover;
}

.fibra {
  background: url("../../img/wirnet_internet_fibra.jpg") no-repeat center center;
  background-size: cover;
}

.aire {
  background: url("../../img/wirnet_internet_aire.jpg") no-repeat center center;
  background-size: cover;
}

.tv-streaming {
  background: url("../../img/wirnet_tv_streaming.jpg") no-repeat center center;
  background-size: cover;
}
.tv-streaming .hey-linea img {
  max-width: 276px;
}
@media screen and (min-width: 576px) {
  .tv-streaming .hey-linea img {
    max-width: 476px;
  }
}
@media screen and (min-width: 1200px) {
  .tv-streaming .hey-linea img {
    max-width: 588px;
  }
}
@media screen and (min-width: 1920px) {
  .tv-streaming .hey-linea img {
    max-width: 776px;
  }
}

.espacio {
  text-align: center;
  padding: 55px 0 0 0;
}
.espacio h2 {
  font-weight: 300;
  font-size: 28px;
  color: white;
  margin: 0;
}

.dis-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .dis-flex {
    display: initial;
  }
}

@media screen and (min-width: 576px) {
  .flex-hd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}

.slides,
.slides2,
.planes {
  width: 100%;
  margin: auto;
  padding-top: 35px;
}
@media screen and (min-width: 576px) {
  .slides,
  .slides2,
  .planes {
    margin: 0 auto;
  }
}
.slides .slick-slide,
.slides2 .slick-slide,
.planes .slick-slide {
  margin: 0;
  text-align: center;
}
.slides .slick-slide > div li,
.slides2 .slick-slide > div li,
.planes .slick-slide > div li {
  margin: 0;
}

.plan .info {
  padding: 15px 0;
  text-align: center;
}
.plan .info span {
  font-weight: 300;
  color: #871FB0;
  font-size: 28px;
}
.plan .info .velocidad h2 {
  color: #871FB0;
  font-size: 45px;
  font-weight: 800;
  line-height: 37px;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
}
@media screen and (min-width: 576px) {
  .plan .info .velocidad h2 {
    font-size: 58px;
    line-height: 49px;
  }
}
@media screen and (min-width: 1920px) {
  .plan .info .velocidad h2 {
    font-size: 58px;
    line-height: 49px;
  }
}
.plan .info .velocidad h2 span {
  font-size: 68px;
  font-weight: 800;
  color: #871FB0;
  border-bottom: 5px solid #871FB0;
  line-height: 54px;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .plan .info .velocidad h2 span {
    font-size: 97px;
    line-height: 74px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .plan .info .velocidad h2 span {
    font-size: 114px;
    line-height: 87px;
  }
}
.plan .info .dispositivos {
  font-size: 34px;
  line-height: 38px;
  font-weight: 800;
}
.plan .info .precio h3 {
  color: #871FB0;
  font-size: 34px;
  line-height: 49px;
  font-weight: 800;
  margin: 0;
}
.plan .info .extras {
  margin-top: -5px;
}
.plan .info .extras p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.bg-violeta-dark .plan .info span {
  color: #00E0FF;
}
.bg-violeta-dark .plan .info .velocidad h2 {
  color: #00E0FF;
}
.bg-violeta-dark .plan .info .velocidad h2 span {
  color: #00E0FF;
  border-bottom: none;
}
.bg-violeta-dark .plan .info .dispositivos {
  color: #00E0FF;
  position: relative;
  padding: 20px 0;
  margin: 10px 0;
}
.bg-violeta-dark .plan .info .dispositivos:before {
  content: "";
  width: 70px;
  border-top: 3px solid #01DF02;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bg-violeta-dark .plan .info .dispositivos:after {
  content: "";
  width: 70px;
  border-bottom: 3px solid #01DF02;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bg-violeta-dark .plan .info .precio h3 {
  color: white;
}
.bg-violeta-dark .plan .info .extras p {
  color: white;
}

.faqs-head h2 {
  font-size: 42px;
  color: white;
  width: 280px;
  margin: 40px auto;
}

.faqs {
  background: #0076FF;
  border-bottom: 1px solid white;
}
.faqs .mob {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .faqs .linea {
    border-bottom: 1px solid white;
  }
}
.faqs a {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: flex-start;
  padding: 25px 0;
}
@media screen and (min-width: 576px) {
  .faqs a {
    flex-direction: column;
    justify-content: center;
    padding: 65px 0;
  }
}
.faqs h2 {
  color: white;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 576px) {
  .faqs h2 {
    text-align: center;
  }
}
@media screen and (min-width: 1920px) {
  .faqs h2 {
    font-size: 30px;
  }
}
.faqs img {
  margin: 0 25px 0 0;
  width: 60px;
}
@media screen and (min-width: 576px) {
  .faqs img {
    width: 100px;
    margin: auto;
  }
}
@media screen and (min-width: 1920px) {
  .faqs img {
    width: 140px;
  }
}

.precios-validos {
  text-align: center;
  margin-bottom: 25px;
}
.precios-validos p {
  background: #871FB0;
  color: #FFDD00;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  border-radius: 3px;
}
.precios-validos p img {
  margin: 0 10px 0 0;
}

.accordion {
  width: 100%;
}

.faq-list {
  background: #F5F5F5;
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.faq-list h2 {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.faq-list button {
  width: 100%;
  background: none;
  color: #616161;
  font-size: 14px;
  text-transform: none;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .faq-list button {
    font-size: 22px;
  }
}
.faq-list .card-body {
  background: white;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 35px;
}
@media screen and (min-width: 576px) {
  .faq-list .card-body {
    font-size: 20px;
  }
}

.planes {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.planes li {
  margin: 0;
}

.copy {
  color: #efaede;
  font-size: 34px;
  font-style: italic;
  font-weight: 300;
}

.copy2 {
  color: #efaede;
  font-size: 34px;
  font-style: italic;
  font-weight: 300;
}
@media screen and (min-width: 1920px) {
  .copy2 {
    padding: 100px;
    font-size: 81px;
  }
}

a.flecha {
  color: white;
}

footer {
  color: white;
  background: #333333;
}
footer .barra-footer {
  background: #5B1B74;
  padding: 25px 0;
}
footer .barra-footer .top {
  float: right;
  margin-right: 15px;
}
footer h2 {
  font-size: 35px;
}
footer .logo {
  margin-top: 46px;
  margin-bottom: 40px;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  width: 50%;
  padding-right: 52px;
}
@media screen and (max-width: 576px) {
  footer .logo {
    width: 100%;
  }
}

.pad-0 {
  padding: 0;
}

.page-template.page-template-template-rrss {
  background: white !important;
}
.page-template.page-template-template-rrss footer p, .page-template.page-template-template-rrss footer ul, .page-template.page-template-template-rrss footer li {
  color: white;
}

.quiero h2.titulo {
  color: #472F91;
  text-align: center;
  position: relative;
}
.quiero h2.titulo:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background: #472F91;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  bottom: -5px;
  content: "";
}
.quiero h3 {
  color: #472F91;
  font-size: 24px;
  position: relative;
}
.quiero h3:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background: #472F91;
  left: 0;
  bottom: -5px;
  content: "";
}
.quiero p, .quiero ul, .quiero li {
  color: #717171;
}
.quiero ul, .quiero li {
  list-style: initial;
}
.quiero .aviso {
  background: #FFDD00;
  color: #A70195;
  padding: 30px;
}

.bg-quiero {
  background: url(../../img/fondo.png) #FFD300 no-repeat center center;
  background-size: contain;
  height: 400px;
}
@media screen and (max-width: 576px) {
  .bg-quiero {
    background-size: 200%;
  }
}

.flex-portada {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1440px) {
  .flex-portada {
    flex-wrap: nowrap; /* Se muestran en una sola línea */
    justify-content: space-between;
  }
}
.seccion-300 {
  padding-bottom: 45px;
}
.seccion-300 .primavera {
  margin: 5% auto;
  width: 30%;
}
@media (max-width: 1440px) {
  .seccion-300 .primavera {
    margin: 2% auto;
  }
}
@media (max-width: 768px) {
  .seccion-300 .primavera {
    width: 50%;
    margin: 8% auto 2% auto;
  }
}
.seccion-300 .info {
  width: 80%;
  display: block;
  margin: auto;
}
.seccion-300 .info .velocidad {
  text-align: left;
}
.seccion-300 .info .velocidad h2 {
  font-size: clamp(70px, 19.53vw, 400px);
  color: #FFDD00;
  letter-spacing: -1.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0 0 -70px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .seccion-300 .info .velocidad h2 {
    margin: 0 0 -40px 0;
  }
}
@media (max-width: 768px) {
  .seccion-300 .info .velocidad h2 {
    margin: 0 0 -10px 0;
  }
}
.seccion-300 .info .velocidad p,
.seccion-300 .info .velocidad .precio h3 {
  font-size: clamp(25px, 4.02vw, 70px);
  color: #FFDD00;
  letter-spacing: -0.31px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.seccion-300 .info .m-10 {
  margin: 10% 0;
}
@media (max-width: 1024px) {
  .seccion-300 .info .m-10 {
    width: 200px;
  }
}
.seccion-300 .info .velocidad-size {
  width: 70%;
}
@media (max-width: 768px) {
  .seccion-300 .info .velocidad-size {
    width: 100%;
  }
}

.btn-lo-quiero {
  background: linear-gradient(270deg, #7D009F, #3C0ABE);
  background-size: 400% 400%;
  border-radius: 3px;
  font-size: clamp(16px, 1.953vw, 50px);
  color: #FFD503;
  font-weight: bold;
  padding: clamp(12px, 1.5625vw, 40px) clamp(12px, 1.5625vw, 40px);
  text-align: center;
  display: inline-block;
  margin: 40px 0;
  transition: transform 0.2s ease-in-out, color 0.3s ease, filter 0.3s ease;
  animation: gradientBG 6s ease infinite;
}

.btn-lo-quiero:hover {
  transform: scale(1.05);
  color: #ffffff; /* texto blanco */
  filter: brightness(1.2); /* botón un poco más claro */
}

/* animación degradado */
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 768px) {
  .btn-lo-quiero {
    margin: 20px 0;
  }
}
.btn-lo-quiero span {
  display: inline-flex;
  align-items: center;
}

.btn-lo-quiero span img {
  display: inline-block;
  width: clamp(16px, 1.25vw, 32px);
  height: auto;
  margin-right: clamp(8px, 0.78vw, 20px);
}

.no-limits {
  padding: 10% 0;
}
@media (max-width: 768px) {
  .no-limits {
    padding: 30% 0;
  }
}
.no-limits .centrado-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap; /* fila en desktop */
  gap: 20px;
  width: 65%;
  text-align: center;
  margin: auto;
}
.no-limits .centrado-flex img {
  flex: 1 1 0; /* se reparten el espacio y se encojen proporcional */
  min-width: 0; /* clave: permite que el item sea más pequeño que su contenido */
  max-width: 395px; /* tope */
  height: auto;
  display: block; /* evita gaps inesperados */
  max-height: none;
  margin: 25px;
}
@media (max-width: 768px) {
  .no-limits .centrado-flex {
    flex-wrap: wrap;
  }
  .no-limits .centrado-flex img {
    flex: 1 1 40%; /* dos imágenes por fila */
    max-width: 35%; /* se reparten mitad y mitad */
    margin: 0;
  }
}
.no-limits p {
  font-weight: 300;
  font-size: 68px;
  color: #472F91;
  margin: 10px 0 30px 0;
}
@media (max-width: 1440px) {
  .no-limits p {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .no-limits p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .no-limits p {
    font-size: 32px;
  }
}
.no-limits .hashtag-svg {
  width: 100%; /* se ajusta al contenedor */
  max-width: 900px; /* nunca más grande que el original */
  height: auto; /* mantiene proporción */
  display: block; /* elimina gaps inesperados */
  margin: 0 auto; /* centrado */
}
@media (max-width: 1440px) {
  .no-limits .hashtag-svg {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .no-limits .hashtag-svg {
    max-width: 80%;
  }
}

.te-llamamos {
  padding: 100px 0;
}
.te-llamamos .logo-amarillo {
  width: 100%; /* se ajusta al ancho del contenedor */
  max-width: 626px; /* nunca más grande que el tamaño original */
  height: auto; /* mantiene proporción (118px original) */
  display: block; /* elimina gaps inesperados */
  margin: 0 auto; /* centrado */
}
@media (max-width: 1440px) {
  .te-llamamos .logo-amarillo {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .te-llamamos .logo-amarillo {
    width: 55%;
  }
}
.te-llamamos h2 {
  font-weight: 300;
  font-size: clamp(46px, 4.61vw, 118px);
  color: #FFFFFF;
  text-align: center;
}
.te-llamamos label {
  color: white;
}
.te-llamamos input[type=submit] {
  background: #472F91;
  border-radius: 3px;
  font-size: clamp(16px, 1.953vw, 50px); /* texto proporcional */
  color: #FFD503;
  font-weight: bold;
  padding: clamp(12px, 1.5625vw, 40px) clamp(12px, 1.5625vw, 40px);
  text-align: center;
  display: inline-block;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .te-llamamos input[type=submit] {
    margin: 20px 0;
  }
}

.tv-digital {
  text-align: center;
}
.tv-digital.img-promo {
  background: url(../../img/wirnet-somos-mundial.jpg) no-repeat center center;
  background-size: cover;
  min-height: 600px;
}
.tv-digital.img-promo span {
  display: block;
  color: white;
}
.tv-digital .container-fluid {
  width: 76%;
  padding: 5%;
}
@media (max-width: 1440px) {
  .tv-digital .container-fluid {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .tv-digital .container-fluid {
    width: 90%;
    padding: 10% 7% 7% 7%;
  }
}
.tv-digital p {
  font-size: clamp(34px, 5vw, 95px);
  /*color: #FFF200;*/
  color: #00e0ff;
  letter-spacing: -0.31px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  line-height: 50px;
  margin-top: 400px;
}
@media (max-width: 768px) {
  .tv-digital p {
    line-height: 26px;
    margin-top: 350px;
  }
}
.tv-digital .tv-img {
  height: 100%;
}

.image-grid-block .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .image-grid-block .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .image-grid-block .row {
    grid-template-columns: 1fr;
  }
}
.image-grid-block .image-grid__item {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 3/4;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-grid-block .image-grid__item:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.image-grid-block .image-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.image-grid-block .image-grid__item:hover img {
  transform: scale(1.08);
}

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