/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-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: 'Ubuntu', 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% - 40px);
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  border: 2px solid #ff0028;
  color: #fdfcff;
  text-transform: uppercase;
  font-size: 16px;
  margin: auto;
  padding: 16px 33px;
  font-weight: bold;
  cursor: pointer;
  transition: all .1s;
  position: relative;
}

.button:hover {
  background-color: #ff0028;
}

header,
section,
footer {
  width: 100%;
}

.hero {
  height: 100vh;
  position: relative;
}

.hero__headings {
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: flex-start;
  -ms-align-items: flex-start;
  max-width: 420px;
  z-index: 1;
}

.hero__headings .button {
  padding: 16px 44px;
}

.hero__headings .hero__a3-logo {
  width: 226px;
  margin-bottom: 25px;
}

.hero__headings .hero__a3-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 {
  width: 185px;
  font-size: 37px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.hero__headings .title.month {
  padding-right: 15px;
  border-right: 1px solid #272529;
}
.hero__headings .title.anual {
  padding-left: 15px;
}

.hero__headings .title .alt {
  font-weight: 500;
  font-size: 20px;
  line-height: 0.9;
}
.hero__headings .title.month .alt {
  margin: 0 0 29px;
}
.hero__headings .title.anual .alt {
  margin: 0 0 16px;
}

.hero__headings .title .alt-2 {
  font-weight: 500;
  font-size: 28px;
}

.hero__headings .title.month .alt-2 {
  margin: 0 0 30px;
}
.hero__headings .title.anual .alt-2 {
  margin: 0 0 2px;
}

.hero__headings .title .alt-2.cross {
  font-weight: normal;
  font-size: 22px;
  margin: 0 0 15px;
  position: relative;
}
.hero__headings .title .alt-2.cross:before,
.hero__headings .title .alt-2.cross:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  content: ' ';
  height: 70px;
  width: 2px;
  background-color: #ff0029;
}
.hero__headings .title .alt-2.cross:before {
  transform: rotate(79deg);
}
.hero__headings .title .alt-2.cross:after {
  transform: rotate(-79deg);
}

.hero__headings .title .alt-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.hero__headings .sub-title {
  margin: 0 0 40px;
}

.hero__list {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
ul.features{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
ul.features li {
  display: inline;
  position: relative;
  padding: 40px 0 0;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}

.hero__list li {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.hero__list li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #fdfcff;
}

.hero__list li h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.exception{
  margin: 0;
  font-size: 12px;
  display: block;
  font-weight: normal;
  color: #9b989e;
}

@keyframes scroll-arrow {
  0% {
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
  }

  100% {
    transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px)
  }
}

.hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 35px;
  height: 17px;
  background-image: url(https://suscripcion.atresplayer.com/hazte-premium/nac/primer/img/scroll-arrow.png);
  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%;
  height: 470px;
  margin-bottom: 120px;
}

.content__item .image {
  width: 660px;
  height: calc(100% - 40px);
  background-image: url(https://suscripcion.atresplayer.com/hazte-premium/nac/primer/img/img-1.jpg);
  margin: 0;
  position: relative;
}

.content__item:nth-child(2) .image {
  background-image: url(https://suscripcion.atresplayer.com/hazte-premium/nac/primer/img/img-2.jpg);
}

.content__item:nth-child(3) .image {
  background-image: url(https://suscripcion.atresplayer.com/hazte-premium/nac/primer/img/img-3.jpg);
}

.content__item:nth-child(4) .image {
  background-image: url(https://suscripcion.atresplayer.com/hazte-premium/nac/primer/img/img-4.jpg);
}

.content__item:nth-child(5) .image {
  background-image: url(https://suscripcion.atresplayer.com/hazte-premium/nac/primer/img/img-5.jpg);
}

.content__item:nth-child(6) .image {
  background-image: url(https://suscripcion.atresplayer.com/hazte-premium/nac/primer/img/img-6.jpg);
}

.content__item:nth-child(7) .image {
  background-image: url(https://suscripcion.atresplayer.com/hazte-premium/nac/primer/img/img-7.jpg);
}

.content__item .image:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.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 60px;
  z-index: 1;
}

.content__item--alt .content__item__info {
  background-color: transparent;
  color: #fdfcff;
}

.content__item__info .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.14;
  width: 100%;
  margin-top: 0;
}

.content__item__info .text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.44;
  margin: 0;
  width: 100%;
}

.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: 40px 0 0;
  padding: 19px 60px;
}

.foo {
  padding: 20px 0;
  margin-top: 25px;
  background-color: #1d1a1f;
}

.foo .creds {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 1180px) {
  .content__item {
    margin-bottom: 60px;
  }

  .content__item .image {
    width: calc(100% - 560px);
  }

  .content__item__info {
    width: 480px;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  ul.features li {
    width: 195px;
  }  
}
@media only screen and (min-width: 1025px) and (max-width: 1220px) {
  ul.features li {
    width: 235px;
  }  
}

@media only screen and (max-width: 1024px) {
  .hero__headings {
    margin-left: 60px;
  }
  
  .hero__headings .button {
	padding: 16px 33px;
  }

  .content__item {
    margin-bottom: 20px;
  }

  .content__item .image,
  .content__item__info {
    width: 50%;
  }
  ul.features {
    flex-wrap: wrap;
	background: #050405;
  }
  .claim__extra {
	font-size: 20px;
  }
}
@media only screen and (max-width: 1220px) {
  ul.features li {
    padding: 40px 0 0;
  }  
  ul.features {
    flex-wrap: wrap;
	justify-content: space-evenly;
	background: #050405;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0;
  }

  .content__item {
    height: auto;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 8vh;
  }

  .content__item:last-child {
    margin-bottom: 0
  }

  .content__item .image,
  .content__item__info {
    width: 100%;
  }

  .content__item .image {
    height: 340px;
    order: 1;
  }

  .content__item__info {
    height: auto;
    order: 2;
    width: calc(100% - 120px);
    padding: 20px 60px;
    z-index: 0;
  }

  .content__item__info .button {
    margin: 40px 0;
  }

  .foo .wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 560px) {
	.hero__headings .hero__a3-logo {
		width: 210px;
	}
	.hero__headings {
		width: 100%;
		margin: 0;
		padding: 0 10px;
		max-width: 94%;
	}
	.hero__headings .plan {
		margin: 25px 0 15px;
		font-size: 14px;
		letter-spacing: 0;
	}
	.hero__headings .title {
		width: 46.5%;
	}
	.hero__headings .title.month {
		padding-right: 10px;
	}
	.hero__headings .title.anual {
		padding-left: 10px;
	}
	.hero__headings .title .alt {
	  font-weight: 700;
	  font-size: 17px;
	}
	.hero__headings .title.month .alt {
	  margin: 0 0 13px;
	}
	.hero__headings .title.anual .alt {
	  margin: 0 0 6px;
	}

	.hero__headings .title .alt-2 {
	  font-weight: 500;
	  font-size: 24px;
	}

	.hero__headings .title.month .alt-2 {
	  margin: 0 0 20px;
	}
	.hero__headings .title.anual .alt-2 {
	  margin: 0 0 2px;
	}

	.hero__headings .title .alt-2.cross {
		font-weight: normal;
		font-size: 17px;
		margin: 0 0 5px;
	}
	.hero__headings .title .alt-2.cross:before,
	.hero__headings .title .alt-2.cross:after {
	  height: 55px;
	}
	.hero__headings .title .alt-3 {
		font-size: 12px;
		font-weight: 500;
		line-height: 1;
	}
	
  .hero .button {
    background-color: rgba(0, 0, 0, .6);
  }

  .hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #050405;
    opacity: .5;
  }

  .hero .wrapper {
    z-index: 1;
	overflow: visible;
  }
  
  .hero__headings .hero__a3-logo {
	margin-bottom: 12px;
  }
}

@media only screen and (max-width: 480px) {	
  .hero__headings .sub-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 3vh;
  }
  .hero__headings .hero__a3-logo {
    margin-bottom: 12px;
  }

  .hero__list {
    margin-bottom: 0px;
  }

  .hero__list li:before {
    top: 7px;
  }

  .content__item .image {
    height: 220px;
  }

  .content__item__info {
    width: calc(100% - 80px);
    padding: 40px;
    z-index: 0;
  }

  .content__item__info .title {
    font-size: 28px;
  }

  .content__item__info .call,
  .content__item__info .call--alt span {
    font-size: 22px;
  }
  .button,
  .content__item__info .button {
    font-size: 16px;
    min-width: 170px;
    padding: 16px;
    text-align: center;
  }
  ul.features li {
    width: 170px;
	font-size: 15px;
  }
}

@media only screen and (max-width: 380px) {
  .content__item__info {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }

  .button,
  .content__item__info .button {
	margin: 30px auto 0;
  }
  .claim__extra {
    margin: 12px auto 20px;
  }
  .hero .button {
    margin-top: 0;
  }

  .hero__scroll {
    bottom: 20px;
  }
}

@media only screen and (max-width: 350px) {
  .hero__list li {
    margin-bottom: 5px;
}
  .hero__list li h2 {
    font-size: 15px;
  }
  
  .hero .button {
    margin-top: 0;
  }

  .hero__scroll {
    bottom: 3px;
  }
  .hero__headings .choose-plan {
    margin: 0 0 20px;
  }
  .hero__headings .plan {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 768px) {
  .hero__headings .hero__a3-logo,
  .hero__list,
  .exception {
    padding-left: 38px;
  }
}


/* ==========================================================================
   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;
  }
}
