

/* ==========================================================================
   Base styles
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

.clearfix,
.cf,
.comment-respond {
  zoom: 1;
}

.clearfix:before,
.clearfix:after,
.cf:before,
.comment-respond:before,
.cf:after,
.comment-respond:after {
  content: "";
  display: table;
}

.clearfix:after,
.cf:after,
.comment-respond:after {
  clear: both;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

body {
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #fdfcff;
  background-color: #050405;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin: 0;
  padding: 0;
  letter-spacing: .03em;
}

.primary-color {
  color: #ff0028;
}

/* ------ Layout */

.wrapper {
  width: calc(100% - 80px);
  max-width: 1920px;
  padding: 0 40px;
  margin: 0 auto;
  overflow: hidden;
}
.hero .wrapper{
  height: 100%;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-cover {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

.button {
  padding: 16px 26px;
  border-radius: 50px;
  background: var(--gradients-red, linear-gradient(270deg, #A12669 0.85%, #FF3F57 99.15%));
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
}

.button:hover {
  background: #ffff;
  color: #000;
}

header,
section,
footer {
  width: 100%;
}
.hero {
  min-height: 100vh;
  position: relative;
  background-image: url(https://suscripcion.atresplayer.com/vix/img/hero-bg.jpg);
}
.hero::before {
  content: "";
  width: 100%;
  height: 13vh;
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 16.98%, rgba(0, 0, 0, 0) 100%);
  top: 53vw;
}
.hero p{
  margin: 45px 0 50px;
  font-size: 18px;
  line-height: 31px;
}
.hero__headings {
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: flex-start;
  -ms-align-items: flex-start;
  z-index: 1;
  padding: 35px 0 0;
  position: relative;
}

.hero__atp-logo {
  width: 190px;
  margin: 40px auto 20px;
  display: block;
}

.hero__atp-logo img {
  width: 100%;
}

.hero__headings .plan {
  margin: 28px 0;
}
.hero__headings .choose-plan {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 28px;
}

.hero__headings .title{
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
}
.hero__headings .claim{
  font-weight: 500;
  font-size: 50px;
  line-height: 65px;
  margin: 0 0 20px;
  max-width: 740px;
}
.hero .hero__headings .claim span{
  color: #FF104F;
}

.hero__planes{
  display: flex;
  flex-direction: column;
  gap:25px;
}
.hero__planes .row{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 3px;
}
.hero__planes .explanation{
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
}
.hero .hero__plan-logo{
  color: #FFF;
  font-size: 18px;
  font-family: Poppins;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0.88px;
  width: 100%;
  margin: 5px 0 0;
}
.hero__plan .hero__plan-logo span{
  color: #FF104F;
  font-size: 22px;
}
.hero__plan{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 14px;
    width: 340px;
    position: relative;
    height: 574px;
}
.hero__plan::after {
    content: "";
    display: block;
    width: 100.4%;
    height: 100.5%;
    background: radial-gradient(206.46% 32.58% at 50.18% 100%, #FF104F 0%, rgba(79, 79, 79, 0.5) 100%);
    position: absolute;
    inset: -1px;
    border-radius: 14px;
    z-index: 0;
}
.hero__plan::before {
    content: "";
    display: block;
    width: 99.1%;
    height: 150px;
    background: url(./img/bg-package.png);
    position: absolute;
    bottom: 0;
    border-radius: 14px;
    z-index: 1;
    left: 1px;
}
.wrapper-info-package {
	width: 277px;
    padding: 20px 30px 30px;
    height: 100%;
    border-radius: 14px;
    margin-left: 1px;
	z-index: 1;
	background: url(./img/bg-package.png);
}
.wrapper-info-package::before {
	content: "";
    display: block;
    width: 100%;
    height: 78px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	background: linear-gradient(270deg, #A12669 0.85%, #FF3F57 99.15%);
}
.hero__plan-list{
  width: 100%;
}
.hero__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 30px;
  font-size: 15px;
}
.hero__list h2{
  color: #FFF;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
  text-align: left;
}
.hero__list strong.alt{
  font-weight: 600;
}
.hero__list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.hero__list li:before{
  content: "";
  width: 8px;height: 8px;
  border-radius: 10px;
  background-color: #fff;
}
.hero__plan-precios{
  display: flex;
  padding: 20px 0px 0px 0px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.hero__plan-precios .precio{
    background: #1C1C1C;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 0;
    border: 1px solid #666;
    border-radius: 10px;
    width: 100%;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 64px;
    box-sizing: border-box;
    justify-content: center;
}
.hero__plan-precios .precio.alt{
  background: var(--gradients-red, linear-gradient(270deg, #A12669 0.85%, #FF3F57 99.15%));
  border: 0;
  color: #fff;
  padding: 10px 0 7px;  
}
.hero__plan-precios .precio span.alt{
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
}
.hero__plan-precios .precio .add{
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
}
.hero__plan-precios .tachado{
  position: relative;
  margin-right: 5px;
  color: #750f47;
}
.hero__plan-precios .precio:hover .tachado{
  color: #a2a2a2;
}

.hero__plan-precios .tachado:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #750f47;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  transform: rotate(-17deg);
}
.hero__plan-precios .precio:hover .tachado:after{
  background-color: #a2a2a2;
}
.hero__plan-precios .real{
  color: #fff;
}


.hero__plan-precios .precio:hover,
.hero__plan-precios .precio.alt:hover,
.hero__plan-precios .precio:hover .real{
  background: #fff;
  color: #000;
  border-color: transparent;
}


.hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 24px;
  background-image: url(https://suscripcion.atresplayer.com/vix/img/arrow-down.png);
  background-size: auto;
  /*animation: scroll-arrow .4s ease-in alternate-reverse infinite;*/
}
.claim__extra {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
}

.content {
  background-color: #050405;
}


.content__item {
  width: 100%;
  padding: 160px 0;
  position: relative;
  gap: 60px;
}
.content__item .content-bg {
  max-height: 70%;
  max-width: 70%;
  position: absolute;
  right: 80px;
  top: 80px;
  pointer-events: none;
  filter: blur(40px);
  -webkit-filter: blur(40px);
  opacity: .3;
  z-index: 0;
}
.content__item:nth-child(even) .content-bg{
  right: auto;
  left: 80px;
}
.content__item-image:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.73) 18%, rgba(0, 0, 0, 0.00) 44%);
  pointer-events: none;
}
.content__item:nth-child(even) .content__item-image:after{
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 44%, rgba(0, 0, 0, 0.73) 76.30%, #000 100%);
}
.content__item-image.light-gradient:after{
  opacity: .3;
}
.content__item-image.no-gradient:after{
  display: none;
}


.content__item-image {
  margin: 0;
  position: relative;
  z-index: 1;
}
.content__item:nth-child(even) .content__item-image{
    order: 1;
}
.content__item-image img{
  height: 400px;
  pointer-events: none;
}
.content__item-image .feature-arrow{
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 120px;
  height: 238px;
  background-image: url('https://suscripcion.atresplayer.com/vix/img/feature-arrow-right.png');
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.content__item:nth-child(even) .content__item-image .feature-arrow{
  background-image: url('https://suscripcion.atresplayer.com/vix/img/feature-arrow-left.png');
  left: auto;
  right: -40px;
}
.content__item-image .feature-arrow img{
  position: absolute;
  top: 50%;left: 50%;
  transform: translate(-120%, -50%);
  width: 46px;
}
.content__item:nth-child(even) .content__item-image .feature-arrow img{
  transform: translate(20%, -50%);
}
.content__item .content__item-image .luz{
  position: absolute;
  bottom: 0;left: -40%;
  width: 760px;
  height: 500px;
  overflow: hidden;
  z-index: -1;
  opacity: .6;
}
.content__item .content__item-image .luz.alt{
  position: absolute;
  bottom: auto;
  top: -30%;
  left: -30%;
  width: 450px;
  height: 450px;
}
.content__item:nth-child(odd) .content__item-image .luz{
  left: auto;
  right: -40%;
}
.content__item .content__item-image .luz:before{
  display: block;
  content: "";
  width: 760px;
  height: 760px;
  background: rgb(255,16,79);
  background: radial-gradient(circle, rgba(255,16,79,1) 0%, rgba(255,0,40,0) 50%);
  pointer-events: none;
}
.content__item .content__item-image .luz.alt:before{
  width: 100%;
  height: 100%;
}

.content__item__info {
  width: calc(100% - 780px);
  height: 100%;
  color: #fdfcff;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: flex-start;
  -ms-align-items: flex-start;
  padding: 0;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  gap:10px;
}
  .content__item:nth-child(even) .content__item__info{
    order: 0;
  }
.content__item__info .title {
  color: #FF104F;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
}

.content__item__info .text {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  margin: 0;
  line-height: 150%;
}

.content__item__info .text strong {
  font-weight: 500;
}

.content__item__info .call {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.13;
  width: 100%;
}

.content__item__info .call--alt span {
  font-size: 26px;
}

.content__item__info .button {
  margin: 20px 0 0;
  place-self:flex-start;
}
.bottom__call{
  width: 100%;
  position: relative;
  padding: 32vh 0;
  background-image: url('https://suscripcion.atresplayer.com/vix/img/bottom-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bottom__call .hero__scroll{
  bottom: auto;
  top: -20px;
}
.bottom__call .box{
  flex-direction: column;
  gap: 50px;
}
.bottom__call .hero__atp-logo {
  width: 240px;
}
.bottom__call .hero__atp-logo img{
  width: 100%;
}
.bottom__call .title{
  font-weight: 500;
  font-size: 56px;
  line-height: 67.2px;
  margin: 0;
  width: 100%;
  max-width: 910px;
  text-align: center;
}
.bottom__call .title span{
  color: #fff;
}
.foo {
  padding: 0;
  background-color: #1C1C1C;
}
.foo .creds {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

/* resoluciones: 1600x900 */

@media only screen and (max-width: 1600px){

}

/* resoluciones: 1536x864, 1440x900 */

@media only screen and (max-width: 1536px){

}

/* resoluciones: 1366x768, 1440x900 */

@media only screen and (max-width: 1366px){
  .hero__headings .hero__atp-logo{
    margin: 30px 0 20px;
  }
  .hero__scroll{
    bottom: 20px;
  }
  .content__item {
    padding: 100px 0;
  }
  .content__item:first-child{
    padding-top: 170px;
  }
  .content__item-image img{
    height: 340px;
  }
  .content__item-image .feature-arrow {
    width: 100px;
    height: 185px;
  }
  .content__item-image .feature-arrow img{
    width: 42px;
  }
  .content__item__info{
    max-width: 400px;
  }
  .bottom__call .title{
    font-size: 42px;
    max-width: 740px;
  }
}

/* resoluciones: 1280x720, 1024x768 */

@media only screen and (max-width: 1280px) {
  .button {
    padding: 14px 26px;
    font-size: 16px;
  }
  .hero__scroll {
    bottom: 10px;
  }
  .bottom__call .title {
    font-size: 38px;
    max-width: 670px;
  }
  .hero__atp-logo img{
    width: 100%;
  }
}

/* resoluciones: 1024x768 */

@media only screen and (max-width: 1024px){
  .content__item{
    gap:50px;
  }
  .content__item-image img {
    height: 260px;
  }
  .content__item-image .feature-arrow {
    width: 70px;
    height: 138px;
    left: -10px;
  }
  .content__item:nth-child(even) .content__item-image .feature-arrow {
    right: -10px;
  }
  .content__item-image .feature-arrow img {
    width: 34px;
  }
  .content__item .content-bg{
    max-width: 76%;
  }
  .content__item__info .text{
    font-size: 16px;
  }
  .content__item__info .button {
    margin: 10px 0 0;
  }
  .content__item__info .title{
    font-size: 26px;
  }
  .content__item .content__item-image .luz{
    height: 130%;
    left: -80%;
  }
  .content__item:nth-child(odd) .content__item-image .luz {
    left: auto;
    right: -80%;
  }
}

/* resoluciones: 912x1368, 820x1024, 768x1024 (tablets) */

@media only screen and (max-width: 912px) {
  .hero{
    background: none;
  }
  .hero p {
    font-size: 15px;
    line-height: 26px;
	text-align: left;
  }
  .hero:before{
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
	left: 0;
    pointer-events: none;
    background-image: url('https://suscripcion.atresplayer.com/vix/img/hero-bg-min.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .4;
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  .hero__headings{
    height: 100%;
    align-items: center;
    text-align: center;
  }
  .hero__headings-box {
    gap: 30px;
    align-items: center;
  }
  
  .hero__headings .explanation {
    font-size: 26px;
    max-width: 580px;
  }
  .content__item__info {
    max-width: 300px;
  }
  .content__item__info .text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px){
	
	.hero__plan {
		height: 490px;
	}
	.hero__planes .row {
		margin-bottom: 30px;
		justify-content: center;
	}

  .content__item:first-child {
    padding-top: 100px;
  }
  .content__item{
    flex-direction: column;
  }
  .content__item-image img {
    height: 360px;
    order: 0;
  }
  .content__item__info{
    max-width: 520px;
  }
  .content__item:nth-child(even) .content__item-image{
    order: 0;
  }
  .content__item:nth-child(even) .content__item__info{
    order: 1;
  }
  .content__item__info .title {
    font-size: 30px;
  }
  .content__item__info .text{
    font-size: 18px;
  }
  .content__item__info .button {
    margin: 20px 0 0;
  } 
  .content__item .content-bg {
    max-width: 100%;
    right: -20%;
  }
  .content__item:nth-child(even) .content-bg {
    left: -20%;
  }
  .content__item .content__item-image .luz {
    left: -40%;
  }
  .content__item:nth-child(odd) .content__item-image .luz {
    right: -40%;
    left: auto;
  }
}

/* resoluciones: 428x926, 412x915*/

@media only screen and (max-width: 428px) {
  .hero__planes .row {
	justify-content: center;
   }
  .wrapper{
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .hero{
    height: auto;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .hero__headings{
    height: auto;
  }
  .hero__headings-box{
    margin-top: 0;
  }

  .hero__headings .title{
    font-size: 16px;
	line-height: 22px;
  }
  .hero__headings .claim {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px;
    max-width: 340px;
   }
  .hero__headings .explanation {
    font-size: 18px;
	line-height: 25px;
  }
  .hero__scroll{
    bottom: 0;
  }
  .content__item-image img {
    height: auto;
    width: 100%;
  }
  .content__item,
   .content__item:first-child{
    padding: 80px 0;
    gap:30px;
  }
  .content__item-image .feature-arrow {
    left: -5px;
  }
  .content__item:nth-child(even) .content__item-image .feature-arrow {
    right: -5px;
  }
  .content__item .content-bg {
    max-width: 140%;
    max-height: 46%;
    transform: translateY(30px);
  }
  .content__item .content__item-image .luz{
    display: none;
  }
  .bottom__call{
    padding: 12vh 0;
  }
  .bottom__call .title {
    font-size: 29px;
	font-weight: 500;
	line-height: 33px;
	max-width: 320px;
  }
}

/* resoluciones: 412x915*/

@media only screen and (max-width: 412px) {
  

}

@media only screen and (max-width: 380px){
  .content__item-image .feature-arrow img {
    transform: translate(-110%, -50%);
    width: 30px;
  }
  .content__item:nth-child(even) .content__item-image .feature-arrow img {
    transform: translate(10%, -50%);
  }
}

@media only screen and (max-width: 360px) {
  .hero__headings .title {
    font-size: 34px;
  }
  .button {
    font-size: 15px;
  }
  .bottom__call .title{
    font-size: 27px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero.bg-cover {
	background-size: cover;
	padding-bottom: 174px;
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* ESTILOS PARA OCULTAR PRECIOS Y CTA PARA USUARIOS IOS NATIVE */
.ios-native .choose-plan {display:none;}

.ios-native .button {
	display: none;
}