html {
  font-size: 100%;
}
body {
  font-size: 1rem;
  line-height: 1.42857143;
  margin: 0;
  color: #fff;
  position: relative;
  background: #000000;
}
*,
*::after,
*::before {
  font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Poppins Light';
  src: url('../../web/fonts/poppins-300.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Regular';
  src: url('../../web/fonts/poppins-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Medium';
  src: url('../../web/fonts/poppins-500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins SemiBold';
  src: url('../../web/fonts/poppins-600.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Bold';
  src: url('../../web/fonts/poppins-700.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body.no-overflow {
  overflow: hidden;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: -90px;
}

@media (max-width: 1000px) {
  .wrapper {
    margin-top: -30px;
  }
}

.header {
  width: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
}

.header--show {
  opacity: 1;
}

.notHeader .logo {
  display: none;
}
#home.mobile {
  pointer-events: none;
}

.logo {
  margin-left: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.4375rem;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo img {
  height: 40px;
}
@media (min-width: 601px) {
  .logo {
    margin-left: 2.5rem;
  }
}

nav {
  background: #000000;
  height: 40px;
  width: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.faqTitle {
  font-family: 'Poppins Bold';
  font-size: 2rem;
  color: rgb(22, 22, 23);
  background: rgb(225, 225, 225);
  padding: 3.75rem 2.625rem 1.875rem 2rem;
}

.faqsSections {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.faqsSections li {
  white-space: nowrap;
  padding: 0 0.75rem;
}
.faqsSections li:first-child {
  padding-left: 0.9375rem;
}
.faqsSections li a {
  font-family: 'Poppins Medium';
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.faqsSections li.active a,
.faqsSections li a:hover {
  transition: color 0.3s ease-in-out;
  color: #fbfbff;
}
.faqsSections li.active a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  border: 1px solid rgb(255, 0, 40);
  transition: all 0.25s ease-in-out 0s;
}
.hero__plan-precios .condition {
  font-family: 'Poppins Regular';
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
  color: #999;
  margin: 0;
  letter-spacing: -0.3px;
  height: 59px;
  align-content: center;
  text-align: center;
}
.hero__plan-precios .condition span.white {
  color: #fff;
}

@media (min-width: 601px) {
  .faqsSections li:first-child {
    padding-left: 2.5rem;
  }
}
@media (max-width: 968px){
  .table {
    display: none;
  }
  .wrapper .mobile {
    display: flex;
    justify-content: stretch;
    align-content: center;
    margin-top: 60px;
  }
  .choose_plan__carousel_container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 98vw;
  }
  .choose_plan__carousel_container .carousel-content {
    display: flex;
    justify-content: flex-start;
    margin-left: 10px;
    pointer-events: initial;
    transition: transform 0.5s ease;
    width: calc(330px * 4);
    overflow: hidden;
  }
  .choose_plan__carousel_container .carousel-content.internacional {
    justify-content: center;
    width: 100%;
  }
  .logo-plan{
    margin-bottom: 20px;
    align-self: center;
  }
  .mobile .hero__plan-logo{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins Medium';
    font-weight: normal;
    line-height: 150%;
    letter-spacing: 0.88px;
    width: 100%;
    margin: 0 0 15px;
  }
  .hero__plan .hero__plan-logo span{
    color: #FF104F;
    font-size: 24px;
    margin-left: 5px;
  }
  .hero__plan{
    margin: 100px 10px 0 0;
    display: flex;
    padding: 20px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: center;
    border-radius: 14px;
    background: #000;
    background: radial-gradient(circle at 100% 100%, #000 0, #000 11px, transparent 12px) 0% 0%/14px 13px no-repeat, radial-gradient(circle at 0 100%, #000 0, #000 12px, transparent 11px) 100% 0%/14px 13px no-repeat, radial-gradient(circle at 100% 0, #000 0, #000 11px, transparent 12px) 0% 100%/14px 13px no-repeat, radial-gradient(circle at 0 0, #000 0, #000 11px, transparent 12px) 100% 100%/14px 13px no-repeat, linear-gradient(#000, #000) 50% 50%/calc(100% - 4px) calc(100% - 20px) no-repeat, linear-gradient(#000, #000) 50% 50%/calc(100% - 20px) calc(100% - 4px) no-repeat, linear-gradient(#1c1c1c 55%, #00507D 100%);
    width: 320px;
    height: 520px;
    flex-shrink: 0;
  }
  .hero__plan.internacional{
    height: 735px;
  }
  
  .hero__plan.internacional .condition-operator {
    font-family: 'Poppins Regular';
    font-size: 10px;
    line-height: 140%;
    font-weight: normal;
    color: #fff;
    margin: 0;
    letter-spacing: -0.3px;
    align-content: center;
    text-align: center;
  }
  .hero__plan-list{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .subscription-table{
    font-size: 12px;
    border-collapse: collapse;
  }
  .subscription-table .text-center{
    text-align: center;
  }
  .subscription-table tbody tr{
    margin-bottom: 15px;
  }
  .hero__list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
  }
  .hero__list h2{
    color: #FFF;
    font-size: 12px;
    font-family: 'Poppins SemiBold';
    font-weight: initial;
    line-height: 100%;
    margin: 0;
    text-align: left;
  }
  .hero__list li{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }
  .hero__list li span{
    display: flex;
    width: 145px;
    justify-content: center;
    font-size: 12px;
  }
  .hero__list li.close:after,
  .hero__list li.check:after
  {
    content: "";
    width: 20px;
	height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    margin-right: 40px;
    background-position: center center;
  }
  .hero__list li.close:after{
    background-image: url('../images/Close.png');
	background-size: initial;
  }
  .hero__list li.check:after{
    background-image: url('../images/Frame.png');
	background-size: 100%;
  }
  .hero__plan-precios{
    display: flex;
    padding: 10px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    align-self: stretch;
    border-top: 1px solid #3C3C3C;
  }
  .hero__plan-precios .precio {
    display: flex;
    flex-direction: column;
    align-items: center;
	height: 58px;
    justify-content: center;
  }
  .hero__plan-precios .precio span{
    color: rgba(255, 255, 255, 0.80);
    font-size: 22px;
    font-family: "Poppins SemiBold";
    line-height: 135%;
  }
  .disney .hero__plan-precios .precio{
    line-height: initial;
  }
  .hero__plan-precios .precio.alt{
    line-height: 110%;
  }
  .hero__plan-precios .precio span.alt{
	font-size: 18px;
    font-family: "Poppins Light";
  }
  .hero__plan-precios .precio span.precio_text{
    font-weight: 400;
  }
  .hero__plan-precios .precio .add{
    font-size: 12px;
    font-family: "Poppins SemiBold";
    display: block;
    background: linear-gradient(270deg, #A12669 0.85%, #FF3F57 99.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: 0;
  }
  
  .hero__plan-listado-precios-internacional {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	border-top: 1px solid #3C3C3C;
	padding-top: 20px;
  }
  .hero__plan-listado-precios-internacional .bloque-precio {
	width: 50%;
  }
  .bloque-precio .pais {
	color: rgba(255, 0, 40, 1);
	margin: 0;
	font-family: "Poppins SemiBold";
  }
  .bloque-precio .precio{
    display: flex;
    flex-direction: column;
    align-items: center;
	height: 54px;
    justify-content: center;
  }
  .bloque-precio .precio span {
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-family: "Poppins SemiBold";
    line-height: 135%;
  }
  .bloque-precio .precio{
    line-height: initial;
  }
  .bloque-precio .precio.alt{
    line-height: 110%;
  }
  .bloque-precio .precio span.alt{
	font-size: 14px;
    font-family: "Poppins Light";
  }
  .bloque-precio .precio .add{
    font-size: 12px;
    font-family: "Poppins SemiBold";
    display: block;
    background: linear-gradient(270deg, #A12669 0.85%, #FF3F57 99.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: 0;
  }
  .bloque-precio:nth-of-type(n+3) {
	margin: 15px 0 0;
  }
  
  
  .choose_plan__carousel_container .bullets {
    text-align: center;
    margin-top: 20px;
    display: block;
  }
  .choose_plan__carousel_container .bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #FFF;
    opacity: 0.6;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  .choose_plan__carousel_container .bullet.active {
    background-color: #FFF;
    width: 60px;
    border-radius: 10px;
    opacity: 1;
  }
}

@media (min-width: 969px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 968px) and (orientation: portrait) {
  .faqsSections {
    height: 57px;
    overflow: hidden;
    overflow-x: scroll;
  }
  
}
@media (max-device-width: 968px) {
  .faqsSections {
    height: 2.5rem;
    overflow: hidden;
    overflow-x: scroll;
  }
}

.contact {
  width: 100%;
  min-height: calc(100vh - 105px);
  padding: 0 5px;
  text-align: left;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;

  p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  li {
    width: 420px;
  
    span {
      font-size: 16px;
      line-height: 28px;
      font-weight: 400px;
    }
  }
}
.contactTitle {
  width: 100%;
  font-family: 'Poppins Medium';
  font-size: 1.0625rem;
  margin-bottom: 35px;
}
.contactParagraph {
  width: 100%;
  color: #fdfcff;
  font-family: 'Poppins Light';
  font-size: 0.9375rem;
  margin: 0;
}
.contactParagraph strong {
  font-weight: 600;
}
.contactParagraph:nth-child(2) {
  margin-top: 30px;
}
.linkFormContact {
  font-family: 'Poppins Medium';
  font-size: 0.9375rem;
  color: #ff0028;
  border: 0;
  padding: 0 0 0 6px;
  background: transparent;
}
.linkFormContact img {
  vertical-align: middle;
}
.phoneList {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
  width: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 380px;
}
.phoneList li {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 0.4375rem;
  font-family: 'Poppins Regular';
  font-size: 0.875rem;
  text-align: left;
}
.phoneList li::before {
  content: '';
  background: #ff0028;
  position: relative;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-right: 0.4375rem;
  display: inline-flex;
  font-size: 3.125rem;
  line-height: 1.5625rem;
  border-radius: 10px;
}
.phoneList li a {
  font-family: 'Poppins Medium';
  font-size: 20px;
  font-weight: normal;
  color: #fbfbff;
}
.qrWrapper {
  display: none;
}
.qrParagraph {
  font-family: 'Poppins Light';
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
}
.qrParagraph span {
  display: block;
}
.qrParagraph span img {
  vertical-align: middle;
}
.qrWrapperMobile {
  display: flex;
  justify-content: center;
}
.line {
  background: #353238;
  border: 0;
  height: 1px;
  width: 100%;
  margin: 30px 0;
}

@media (max-width: 425px) {
  .phoneList li:last-of-type a {
    display: block;
  }
}
@media (max-width: 600px) {
  .linkFormContact {
    padding: 0;
  }
  .qrParagraph {
    display: initial;
  }
  .phoneList li {
    font-size: 12px;
  }
  .phoneList li a {
    font-size: 17px;
  }
}
@media (min-width: 1000px) {
  .contact {
    width: 700px;
    min-height: calc(100vh + 95px);

    p {
      font-size: 16px;
      line-height: 28px;
    }
  }  
}
@media (min-width: 1366px) {
  .contact {
    min-height: 100vh;
  }  
}
@media (min-width: 1000px) {
  .qrWrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5625rem;
    background-color: #1c1c1c;
    padding: 14px;
    border-radius: 0.875rem;
  }
  .qrParagraph {
    margin: auto;
  }
  .qrParagraph strong {
    font-weight: 600;
  }
  .qrImage {
    border-radius: 0.875rem;
  }
  .qrWrapperMobile {
    display: none;
  }
}

main {
  height: auto;
  padding: 95px 0.625rem 0.625rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1260px) {
  main {
    padding: 95px 0 0;
  }
}

.iframe main {
  height: auto;
  padding: 30px 0.625rem 0.625rem;
  margin: 0 auto;
}
@media (min-width: 1260px) {
  .iframe main {
    padding: 30px 0 0;
  }
}

.titleSectionFaq {
  color: #3a3a3b;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0.625rem 0 0.9375rem;
  font-family: 'Poppins Medium';
}
@media (min-width: 1000px) {
  .titleSectionFaq {
    width: 60rem;
    margin: 0.625rem auto 0.9375rem;
  }
}
@media (min-width: 1260px) {
  .titleSectionFaq {
    width: 56.25rem;
    margin: 1.875rem 0 0.9375rem;
  }
}
@media (min-width: 1441px) {
  .titleSectionFaq {
    width: 60rem;
  }
}

.wrapperQA {
  width: 100%;
  padding: 7rem 5px 2rem;
  margin: 0 auto;
}
@media (min-width: 601px) {
  .wrapperQA {
    width: 100%;
    min-height: calc(100vh - 95px);
  }
}
@media (min-width: 1000px) {
  .wrapperQA {
    width: 50rem;
  }
}

.titleSectionQuestion {
  margin: 0;
  display: block;
  color: #ff0028;
  font-family: 'Poppins Regular';
  font-weight: normal;
  font-size: 1.25rem;
  line-height: normal;
}

@media (min-width: 601px) {
  .titleSectionQuestion {
    margin: 3.3rem 0 1.875rem;
  }
  .wrapperQA .titleSectionQuestion:first-child {
    margin-top: 1.4rem;
  }
}

details {
  padding-right: 1.125rem;
  margin: 0 0 1.875rem;
  position: relative;
  max-width: 37.5rem;
  -webkit-appearance: none;
  appearance: none;
  color: transparent;
}

@media (min-width: 1000px) {
  details {
    max-width: initial;
  }
}
summary {
  cursor: pointer;
}
.question {
  background: url('../images/arrowDown.png') no-repeat right 0.625rem;
  background-size: 1.125rem 0.5625rem;
  display: block;
  color: #fdfcff;
  font-family: 'Poppins Medium';
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 0 1.5625rem 0 0;
}
.answer {
  color: #fdfcff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  padding: 1.25rem 0 1.25rem 1.25rem;
  margin: 0;
}
ul.answer {
  margin-left: 40px;
}
p.answer:last-of-type {
  border-bottom: 0.0625rem solid #d8d8d8;
}
.answer a {
  color: rgb(255, 0, 40);
  text-decoration: underline;
}
.answer .white-link {
  color: #fff;
  text-decoration: underline;
}
.answer strong {
  font-family: 'Poppins Bold';
}
a.magnetQuestion {
  color: rgb(255, 0, 40);
  font-size: 0.875rem;
  font-family: 'Poppins Medium';
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1.625rem;
  display: block;
  margin-top: 10px;
}
a.magnetQuestion:hover {
  text-decoration: underline;
}

.contactModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  margin: auto;
  padding: 0;
  overflow: initial;
  background: rgba(0, 0, 0, 0.5);
}
.contactModal .wrapperIframe {
  position: absolute;
  overflow: hidden;
  z-index: 100;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 724px) {
  .contactModal .wrapperIframe {
    padding: 10px;
    max-width: 973px;
    max-height: 661px;
  }
}
@media (min-width: 1024px) {
  .contactModal .wrapperIframe {
    padding: 0;
    max-width: 1001px;
    max-height: 660px;
  }
}

.top-close-modal {
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  background: rgba(42, 42, 43, 0.8);
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 940px) {
  .top-close-modal {
    background: transparent;
  }
}
.close-animatedModal {
  display: flex;
  padding: 14px;
  width: 46px;
  cursor: pointer;
}
.close-animatedModal svg {
  width: 18px;
  height: 18px;
  fill: #fbfbff;
}
.close-animatedModal:hover svg {
  fill: #ff0028;
}

.tooltip {
  position: absolute;
  bottom: 40px;
  left: 0;
  background-color: #d8d8d8;
  border-radius: 5px;
  padding: 5px 8px;
  color: #050405;
}
@media (min-width: 968px){
  .table {
    margin-top: 150px;
  }
}

@media (min-width: 1024px) {
  .table {
    margin: 150px 75px 75px 75px;
  }
}

@media (min-width: 1280px) {
  .table {
    margin: 150px 75px 50px 75px;
  }
}

.table img {
  width: 100%;
  max-width: 1374px;
  height: auto;
  margin: auto;
  display: flex;
}
