@font-face {
  font-family: 'AMX-Light';
  src: url("fonts/AMX-Light.woff2") format("woff2"), url("fonts/AMX-Light.woff") format("woff"), url("fonts/AMX-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-LightItalic';
  src: url("fonts/AMX-LightItalic.woff2") format("woff2"), url("fonts/AMX-LightItalic.woff") format("woff"), url("fonts/AMX-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-Regular';
  src: url("fonts/AMX-Regular.woff2") format("woff2"), url("fonts/AMX-Regular.woff") format("woff"), url("fonts/AMX-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-RegularItalic';
  src: url("fonts/AMX-RegularItalic.woff2") format("woff2"), url("fonts/AMX-RegularItalic.woff") format("woff"), url("fonts/AMX-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-Medium';
  src: url("fonts/AMX-Medium.woff2") format("woff2"), url("fonts/AMX-Medium.woff") format("woff"), url("fonts/AMX-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-MediumItalic';
  src: url("fonts/AMX-MediumItalic.woff2") format("woff2"), url("fonts/AMX-MediumItalic.woff") format("woff"), url("fonts/AMX-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-Bold';
  src: url("fonts/AMX-Bold.woff2") format("woff2"), url("fonts/AMX-Bold.woff") format("woff"), url("fonts/AMX-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-BoldItalic';
  src: url("fonts/AMX-BoldItalic.woff2") format("woff2"), url("fonts/AMX-BoldItalic.woff") format("woff"), url("fonts/AMX-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-Black';
  src: url("fonts/AMX-Black.woff2") format("woff2"), url("fonts/AMX-Black.woff") format("woff"), url("fonts/AMX-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-BlackItalic';
  src: url("fonts/AMX-BlackItalic.woff2") format("woff2"), url("fonts/AMX-BlackItalic.woff") format("woff"), url("fonts/AMX-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: 'AMX-Regular', 'Roboto', sans-serif;
}
body {
  padding: 0;
  margin: 0;
  background: #FFF;
  font-family: 'AMX-Regular', 'Roboto';
}
#section0 {
  overflow-y: hidden;
}
.section {
  text-align: center;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 1;
}
.header .logo-claro {
  width: auto;
  height: 42px;
  display: block;
  margin: 10px 50px;
  position: relative;
  z-index: 9999;
}
.only-m {
  display: none;
}
.inner-content-ini {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding-top: 0;
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
  padding-bottom: 0;
}
.imagen-principal {
  height: auto;
  max-width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.txt-shadow {
  text-shadow: 0 0 25px #000;
}
.bg-negro {
  background: #000;
}
.bg-blanco {
  background: #FFF;
}
a {
  color: #1a98ff;
  font-family: 'AMX-Regular', 'Roboto';
}
a.bajo-btn {
  color: #000000;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  text-decoration: none;
  opacity: 1;
  transition: opacity ease-in-out .3s;
}
a.color-blanco:hover {
  color: #FFFFFF;
}
a.bajo-btn.ml-0 {
  color: #FFFFFF;
  display: table;
}
a.bajo-btn:hover {
  color: #000000;
  opacity: .75;
  transition: opacity ease-in-out .2s;
}
a.bajo-btn.ml-0:hover {
  color: #FFFFFF;
  opacity: .75;
  transition: opacity ease-in-out .2s;
}
.accordion-item {
  background-color: #FFFFFF;
  border: 1.6px solid #ff1e22;
}
.accordion-button {
  font-size: 15px;
  font-weight: 600;
  padding: 1rem 0 1rem;
}
.accordion-button strong {
  font-family: 'AMX-Bold', 'Roboto';
}
.accordion-button::after {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/arrow-collapse.svg");
  background-repeat: no-repeat;
  background-size: 0.7rem;
  transition: transform .2s ease-in-out;
}
.accordion {
  border-top: 1.6px solid red;
  border-bottom: 1.6px solid red;
}
.accordion-body {
  font-family: 'AMX-Regular', 'Roboto';
  font-weight: normal;
  padding: 5px 0 12px;
  line-height: 1.1em;
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-collapse.svg");
  transform: rotate(-180deg);
}
.container-header {
  display: flex;
  align-items: center;
  margin: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  min-height: 10vh;
}
h1 {
  font-family: 'AMX-Black', 'Roboto';
  line-height: 100%;
  font-size: 1.8rem;
  width: auto;
  text-align: center;
  padding-top: 5px;
  margin: 0 20px 3px 0;
  display: flex;
  color: #000000;
}
h1 span {
  font-family: 'AMX-Bold', 'Roboto';
  font-weight: normal;
  font-size: 0.3em;
  color: #000;
  margin: 0;
  line-height: 1em;
}
h2 {
  font-family: 'AMX-Medium', 'Roboto';
  font-weight: normal;
  font-size: min(35px, 3.5vmin);
  color: #000;
  width: 100%;
  margin: 0 0 20px;
}
h2.titulo {
  font-family: 'AMX-Black', 'Roboto';
  font-weight: normal;
  line-height: 100%;
  font-size: min(81px, 9vmin);
  color: #000;
  margin: 0;
}
h2.titulo span {
  font-family: 'AMX-Bold', 'Roboto';
  font-weight: normal;
  font-size: 0.3em;
  color: #000;
  margin: 0;
  line-height: 1em;
}
h3 {
  font-family: 'AMX-Black', 'Roboto';
  font-weight: normal;
  font-size: min(60px, 9vmin);
  line-height: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
  color: #FFF;
}
h4 {
  font-family: 'AMX-Bold', 'Roboto';
  font-weight: normal;
  isplay: block;
  font-size: min(31px, 5.2vmin);
  margin-bottom: 11px;
  line-height: 1;
  color: #FFFFFF;
}
.blackcontent {
  max-width: 600px;
}
.blackcontent p {
  color: #FFFFFF;
  font-size: min(19px, 8vmin);
  line-height: 100%;
  margin-bottom: 25px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-right: 90px;
  padding-bottom: 15px;
}
.imagen-ini {
  top: 0;
  left: 0;
  z-index: 0;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titulares {
  position: relative;
  z-index: 1;
}
.tooltip1 {
  font-family: 'AMX-Medium', 'Roboto';
  font-weight: normal;
  position: absolute;
  bottom: -84px;
  left: -270px;
  background: #000;
  color: #FFF;
  padding: 10px 30px 8px;
  width: 320px;
  text-align: left;
  line-height: 1.2em;
  font-size: 14px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tooltip1.invertido {
  font-family: 'AMX-Regular', 'Roboto';
  font-weight: normal;
  position: absolute;
  top: -110px;
  left: inherit;
  background: #FFFFFF;
  color: #000000;
  padding: 9px 30px 9px;
  width: 270px;
  text-align: center;
  line-height: 1.2em;
  font-size: 22px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}
.tooltip1 .corner-img {
  position: absolute;
  top: -24px;
  right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  transform: rotateX(180deg)
}
.tooltip2 {
  font-family: 'AMX-Regular', 'Roboto';
  font-weight: normal;
  position: absolute;
  top: -110px;
  left: -11%;
  background: #000;
  color: #FFF;
  padding: 10px 10% 12px;
  width: auto;
  text-align: left;
  line-height: 1em;
  font-size: 22px;
}
#section0 .grupo-home {
  display: flex;
  flex-direction: row;
}
.centro-texto {
  width: 75%;
  max-width: 450px;
  float: right;
  margin-top: 10%;
}
.titulo-big-tres {
  font-family: 'AMX-Black', 'Roboto';
  font-size: min(91px, 9vmin);
  color: #000000;
  text-align: left;
}
.copete-tres {
  font-family: 'AMX-Regular', 'Roboto';
  font-size: min(24px, 3vmin);
  color: #000000;
  text-align: left;
  margin: 10px 0 0;
}
.tabla-packs {
  margin: 0 auto;
}
.tabla-packs td {
  border: 1px solid #000000;
  width: 45%;
  padding: 22px 12px 20px;
  font-family: 'AMX-Medium', 'Roboto';
  font-size: 22px;
  line-height: 1;
  display: table-cell;
}
.tabla-packs td .gigas {
  font-family: 'AMX-Bold', 'Roboto';
}
.tabla-packs td .dias {
  font-family: 'AMX-Regular', 'Roboto';
}
.tabla-packs td.invertido {
  color: #FFFFFF;
  background: #000000;
}
.btn-packs {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.pftabla {
  border: 0;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}
.pftabla tr td {
  border-bottom: 1px solid #000000;
  text-align: left;
  width: auto;
}
.pftabla tr td.sin {
  border-bottom: none;
}
.pftabla tr td p {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
}
.col-relativa {
  position: relative;
}
.tooltip2 .corner-img {
  position: absolute;
  bottom: -24px;
  right: 0;
  width: 30px;
  height: 30px;
}
.tooltip1 .corner-img-invertido {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.bottom-arrow-btn {
  width: 100%;
  margin: 10vh auto 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.imagen-s2, .imagen-s3 {
  width: 100%;
  height: auto;
  max-width: 1080px;
  margin: auto;
}
.prime-video-inner {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
  top: 20px;
  left: 0;
}
.prime-video-inner img {
  width: 100px;
  height: auto;
  margin: auto;
  padding: 0;
}
.parrafo {
  width: 100%;
  z-index: 1;
  position: relative;
}
.parrafo-botones {
  width: auto;
  z-index: 1;
  position: relative;
}
.botones-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 10px auto 0;
  width: auto;
  max-width: 376px;
}
.botones-wrap.ini {
  margin: 20px auto 0;
}
.botones-wrap-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20px;
  width: auto;
  max-width: 370px;
}
.botones-wrap-vertical .boton {
  margin-left: 106px;
}
.botones-wrap-vertical .boton.black {
  background-color: #000000;
  margin: 0 auto;
  width: 202px;
  margin-left: 106px;
}
.boton {
  font-family: 'AMX-Medium', 'Roboto';
  font-size: min(17px, 3.5vmin);
  background-color: #ff1e22;
  padding: 6px 25px 6px;
  max-width: 360px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto 10px;
  color: white;
  display: table;
  letter-spacing: 1px;
}
.boton.black {
  background-color: #000000;
  margin-left: 15px;
}
.bg-negro .boton.black {
  margin-left: -10px;
}
.container-header .boton.black {
  margin: 0 0 0 10px;
}
.boton.big {
  font-size: min(16px, 4vmin);
}
.boton:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.color-rojo {
  color: #ff1e22;
}
.color-blanco {
  color: #FFFFFF;
}
.scroll-flecha-ini {
  max-width: 30px;
  width: 30px;
}
.peli {
  max-width: 90%;
  height: auto;
  width: 300px;
}
.peli.full {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.header-prime-video {
  background: #fff;
  background-position: center;
  background-size: cover;
  height: auto;
}
.header-prime-video img {
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.header-prime-video.fijo.noSee {
  display: flex;
  align-items: center;
  top: -20vh;
  transition: top ease-in-out .4s;
}
.header-prime-video.fijo {
  position: fixed;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  top: 0;
  transition: top ease-in-out .6s;
}
.header-prime-video.fijo.absoluto {
  position: absolute;
  top: inherit;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  height: auto;
}
.header-espacio {
  height: auto;
  display: flex;
  align-items: center;
}
.fas img {
  max-width: 15px;
  height: auto;
  width: 15px;
}
.pie .logo-claro {
  width: 110px;
  padding: 10px;
}
.tyc {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  color: #000;
  z-index: 9999999;
  bottom: 8px;
  transition: all 0.8s ease-out;
  background-color: #cccccc;
}
.tyc.tyc-on {
  bottom: 74px;
  transition: all 0.8s ease-out;
}
.tyc .boton-legal img {
  max-width: 40px;
  height: auto;
  width: 40px;
}
.tyc.tyc-on .boton-legal img {
  transform: rotate(180deg);
}
.tyc h4 {
  width: 100%;
  display: block;
  text-align: center !important;
  color: #000;
  font-size: 16px;
  font-family: 'AMX-Medium', 'Roboto';
  padding: 0;
  margin: 0;
}
.inner-content {
  height: 88vh;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 5%;
  width: 100%;
}
.col-imagenfull {
  padding: 0 5% 0 0;
  margin: 0;
}
.inner-content.full {
  width: 100%;
  max-width: 100%;
}
.legal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
}
.legal:hover {
  text-decoration: none;
}
.container-header .boton {
  margin: 0 auto 0;
}
.boton-legal {
  width: 40px;
  height: 41px;
  margin: -30px 0 0 0;
}
.tyc p {
  width: 90%;
  display: block;
  text-align: left;
  color: #000;
  font-size: 10px;
  font-family: 'AMX-Regular', 'Roboto';
  margin: -10px auto;
  padding: 22px 0 20px 0;
}
.ml-0 {
  margin-left: 0;
  text-align: left;
}
.inner-content .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
#final .inner-content {
  height: 100%;
  padding: 0 0 120px 0;
}
.footer-claro {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.pie {
  width: 100%;
  height: 65px;
  background: #000;
  text-align: center;
  color: #000;
  z-index: 9999999;
}
.tyc2 {
  width: 100%;
}
.tyc2 .h4, .tyc2 h4 {
  font-size: 15px;
  margin-bottom: 0;
  z-index: 999;
}
.tyc2 .accordion {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  border-top: none;
  border-bottom: none;
  background: #cccccc;
}
.tyc2 .accordion-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  background: transparent;
  padding: 1rem 1rem;
}
.tyc2 .accordion-item {
  background: transparent;
}
.tyc2 .accordion-button::after {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../img/arrow-up-terminos-condiciones.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  transition: transform .2s ease-in-out;
  margin-right: auto;
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  top: -26px;
}
.tyc2 p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.1em;
}
.tyc2 .accordion-body p {
  font-size: 13px;
  max-width: 90%;
  margin: 0 auto 20px;
}
#section3 {
  background-image: url(../img/rayo.png);
  background-repeat: no-repeat;
  background-position: 80% 70px;
  background-size: contain;
}
#section5 {
  padding-bottom: 110px;
}
table {
  border-spacing: 8px;
  -webkit-border-horizontal-spacing: 8px;
  -webkit-border-vertical-spacing: 8px;
  border-collapse: inherit;
}
.fp-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tooltip1 {
    bottom: -84px;
    left: -5.5%;
  }
  h3 {
    font-size: min(40px, 9vmin);
  }
  .prime-video-inner img {
    width: 84px;
  }
}
@media (max-width: 992px) {
  .col-md-6, .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }
  .header-prime-video {
    height: 10vh;
  }
  .header-espacio {
    height: 10vh;
  }
  .titulares {
    width: 100%;
  }
  .imagen-s2, .imagen-s3 {
    max-width: 600px;
  }
  .ml-0 {
    margin-left: auto;
    text-align: center;
  }
  h3 {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  h3.color-rojo {
    text-align: left;
    margin: 30px auto 30px;
  }
  h3 br {
    display: none;
  }
  .tooltip2 {
    position: absolute;
    top: -70px;
    left: -5.5%;
    padding: 10px 30px 8px;
    font-size: 18px;
  }
  .tyc {
    bottom: -100px;
  }
  .header .logo-claro {
    margin: 14px 5%;
    height: 36px;
  }
  h3 {
    font-size: min(30px, 7vmin);
  }
  .container-header {
    padding: 40px 5%;
  }
  h1 {
    font-size: 2.6rem;
  }
  .prime-video-inner {
    top: 40px;
  }
  .prime-video-inner img {
    width: 90px;
  }
}
@media only screen and (max-width: 1080px) and (orientation : portrait) {
  .imagen-ini {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    height: auto;
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  a.bajo-btn.ml-0 {
    color: #FFFFFF;
    display: block;
  }
  .tooltip1 .corner-img {
    right: 0;
  }
  h3.ml-0 {
    text-align: center;
    max-width: 500px;
  }
  .container-header {
    display: flex;
    align-items: center;
    margin: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    min-height: auto;
    padding: 30px 5%;
  }
  .grupo-home {
    display: flex;
    align-items: center;
    margin: auto;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  h1 {
    padding-top: 0;
    margin: 0 0 10px;
  }
  .prime-video-inner img {
    width: 70px;
  }
  .col-imagenfull {
    padding: 0;
    margin: 0;
  }
  .tooltip1.invertido {
    position: absolute;
    top: 20px;
    padding: 7px 30px 7px;
    width: 216px;
    font-size: 18px;
    right: 0;
    height: 40px;
  }
  .parrafo {
    padding: 90px 0 0;
  }
  .boton.big {
    margin-left: 6px;
    margin-right: 6px;
  }
  .container-header .boton.black {
    margin: 0 6px 0 6px;
  }
  .blackcontent p {
    font-size: min(18px, 8vmin);
    line-height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    padding-bottom: 0;
  }
  #section2 .inner-content {
    justify-content: center;
  }
  .col-imagenfull {
    padding: 0;
    margin: 0 0 30px;
  }
  .botones-wrap-vertical {
    display: none;
  }
  .only-m {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inner-content {
    height: 88vh;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .centro-texto {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 80px auto 20px;
    text-align: center;
  }
  .titulo-big-tres {
    text-align: center;
  }
  .copete-tres {
    font-size: min(24px, 5vmin);
    text-align: center;
  }
  .tabla-packs td {
    border: 1px solid #000000;
    width: 45%;
    padding: 15px 12px 12px;
    font-family: 'AMX-Medium', 'Roboto';
    font-size: 22px;
    line-height: 1;
    display: table-cell;
  }
  .blackcontent {
    max-width: 90%;
    margin: auto;
  }
  .inner-content .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    align-content: center;
  }
  .copete-tres {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (orientation: portrait) {
  .imagen-ini {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    height: auto;
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  a.bajo-btn.ml-0 {
    color: #FFFFFF;
    display: block;
  }
  .tooltip1 .corner-img {
    right: 0;
  }
  h3.ml-0 {
    text-align: center;
    max-width: 500px;
  }
  .container-header {
    display: flex;
    align-items: center;
    margin: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    min-height: auto;
    padding: 30px 5%;
  }
  h1 {
    padding-top: 0;
    margin: 0 0 10px;
  }
  .prime-video-inner img {
    width: 86px;
  }
  .col-imagenfull {
    padding: 0 5%;
    margin: 0;
  }
  .tooltip1.invertido {
    position: relative;
    top: 20px;
    padding: 9px 30px 9px;
    width: 250px;
    font-size: 18px;
    right: -98px;
  }
  .parrafo {
    padding: 50px 0 0;
  }
  .blackcontent p {
    font-size: min(18px, 8vmin);
    line-height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 780px) {
  .imagen-s2, .imagen-s3 {
    max-width: 520px;
  }
  .imagen-ini {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    height: auto;
    width: 80%;
    margin: 2.5% auto 0;
    padding-top: 0;
  }
  .col-imagenfull {
    padding: 0;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 940px) and (orientation : landscape) {
  .col-md-6, .col-lg-6 {
    width: 50%;
    max-width: 50%;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    width: 100%;
    height: auto;
    z-index: 99999;
  }
  .header .logo-claro {
    margin: 5px 2.5%;
    height: 30px;
  }
  .peli {
    max-width: 90%;
    height: auto;
    width: 210px;
  }
  .accordion-button {
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
  }
  .accordion-body {
    padding: 0 8px 8px;
    line-height: 1em;
    text-align: left;
    font-size: 12px;
  }
  .tyc2 .accordion-button {
    padding: 8px;
  }
  .tyc2 .accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: -20px;
  }
  .header-espacio {
    height: 15vh;
  }
  .tyc2 {
    margin-bottom: 0;
  }
  .pie {
    width: 100%;
    height: 55px;
    bottom: 0px;
  }
  .tyc2 .accordion-body p {
    font-size: 13px;
  }
  .tooltip2 {
    top: -56px;
    font-size: 11px;
    padding: 7px 30px 4px;
  }
  .tooltip1 {
    left: -6%;
    width: auto;
    font-size: 10px;
    bottom: -60px;
    padding: 7px 30px 4px;
  }
  .tooltip1 .corner-img {
    top: -24px;
    right: 0;
    width: 20px;
    height: 30px;
  }
  .tooltip1 br, .tooltip2 br {
    display: none;
  }
  h1.titulo br {
    display: none;
  }
  h1.titulo span {
    display: block;
  }
  h1.titulo span br {
    display: block;
  }
  h2 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  h3.color-rojo {
    max-width: 400px;
  }
  .header-prime-video {
    height: 14vh;
  }
  .inner-content {
    height: 91vh;
  }
  #final .inner-content {
    height: 96vh;
    padding: 0 0 50px 0;
    margin-top: -10px;
  }
  .header-prime-video img {
    max-width: 90px;
  }
  .bajo-btn {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
  }
  .ml-0 {
    margin-left: 0;
    text-align: left;
  }
  a.ml-0 {
    margin-top: 20px;
    margin-left: 0;
    text-align: left;
  }
  .peli {
    max-width: 90%;
    width: auto;
    height: 70vh;
  }
  #section5 .leftc {
    width: 30%;
    max-width: 30%;
  }
  #section5 .rightc {
    width: 70%;
    max-width: 70%;
  }
  .tooltip2 .corner-img {
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 20px;
    height: 30px;
  }
  .tyc2 .accordion-button {
    padding: 10px;
  }
  .tyc2 .h4, .tyc2 h4 {
    font-size: 13px;
    color: #000;
    font-family: 'AMX-Regular', 'Roboto';
  }
  .pie .logo-claro {
    width: 110px;
    padding: 6px;
  }
  .tyc2 .accordion-button {
    padding: 8px;
  }
  .pie {
    height: 58px;
    bottom: 0px;
  }
  #section5 {
    padding-bottom: 62px;
  }
  #section5 .inner-content {
    height: 100vh;
  }
  .tyc2 .accordion-body p {
    font-size: 10px;
  }
  .accordion-body {
    font-size: 14px;
  }
  h1 span {
    font-size: 21px;
  }
  .boton {
    font-family: 'AMX-Bold', 'Roboto';
    font-size: min(17px, 3.5vmin);
    background-color: #ff1e22;
    padding: 10px 25px 8.6px;
    max-width: 360px;
    text-align: center;
    text-decoration: none;
    margin: 5px auto 10px;
    color: white;
    display: table;
    letter-spacing: 1px;
    line-height: 1;
  }
  .header-prime-video .boton {
    padding: 10px 25px 10px;
  }
  a.bajo-btn {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .prime-video-inner img {
    width: 62px;
  }
  .inner-content {
    height: 96vh;
    margin-top: 14vh;
  }
  .parrafo {
    width: 90%;
    z-index: 1;
    position: relative;
  }
  .container-header {
    margin: 8px auto;
  }
  h1 {
    font-size: 1.6rem;
    padding-top: 5px;
    margin: 0 20px 0 0;
  }
  .container-header {
    padding: 0 5%;
  }
  .prime-video-inner {
    top: 20px;
  }
  .prime-video-inner img {
    width: 94px;
  }
}
@media only screen and (max-width: 680px) and (orientation : landscape) {
  .prime-video-inner {
    top: 10px;
  }
  .prime-video-inner img {
    width: 52px;
  }
  .tooltip1 {
    left: -6%;
    width: auto;
    font-size: 10px;
    bottom: -39px;
    padding: 11px 21px 9px;
    height: auto;
  }
  h1 {
    font-size: 1.4rem;
    padding-top: 5px;
    margin: 0 20px 0 0;
  }
  .imagen-ini {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    height: auto;
    width: 80%;
    margin: 0 auto 0;
    padding-top: 0;
  }
}
@media (max-width: 540px) {
  .header-prime-video {
    height: 8vh;
  }
  .header-espacio {
    height: 8vh;
  }
  .tyc2 .accordion-body p {
    font-size: 11px;
  }
  .header-prime-video img {
    max-width: 120px;
  }
  .imagen-s2, .imagen-s3 {
    max-width: 360px;
  }
  .bajo-btn {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .tooltip1 {
    width: auto;
    font-size: 12px;
  }
  .tooltip2 {
    width: auto;
    font-size: 12px;
  }
  .peli {
    width: 280px;
  }
  .accordion-button {
    font-size: 13px;
    font-weight: 600;
    padding: 7px 0;
  }
  .accordion-body {
    padding: 5px 0 0;
    text-align: left;
    font-size: 12px;
  }
  h3.color-rojo {
    margin: 30px auto 20px;
  }
  .imagen-principal {
    margin: 0 auto 7vh;
  }
  h1 span {
    font-size: 0.5em;
  }
  .imagen-ini {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    max-width: 420px;
  }
  h1 {
    padding-top: 0;
    margin: 0 0 10px;
    line-height: 1em;
    font-size: 1.5rem;
  }
  .prime-video-inner {
    top: 20px;
  }
  #section2 .inner-content {
    justify-content: flex-end;
  }
  .col-imagenfull {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 420px) {
  .header-prime-video img {
    max-width: 90px;
  }
  .header {
    height: auto;
  }
  .header .logo-claro {
    height: 32px;
  }
  .imagen-s2, .imagen-s3 {
    max-width: 280px;
  }
  .bajo-btn {
    font-size: 12px;
  }
  .tooltip1, .tooltip2 {
    font-size: 18px;
    padding: 9px 30px 10px;
  }
  .tooltip2 {
    top: -25px;
  }
  .tooltip2 .corner-img {
    bottom: -20px;
  }
  .tooltip2 br {
    display: none;
  }
  .peli {
    width: 220px;
  }
  .tyc2 .accordion-button {
    padding: 10px;
  }
  .tyc2 .h4, .tyc2 h4 {
    font-size: 12px;
    color: #000;
  }
  a.bajo-btn {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .accordion-body {
    padding: 5px 0 0;
  }
  .boton {
    padding: 6px 20px 6px;
  }
  .pie {
    height: 52px;
  }
  .pie .logo-claro {
    width: 90px;
    padding: 8px;
  }
  .tabla-packs td {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .peli {
    width: 200px;
  }
  .prime-video-inner {
    top: 20px;
  }
  .prime-video-inner img {
    width: 50px;
  }
  .header .logo-claro {
    height: 30px;
  }
  .boton.big {
    font-size: min(16px, 3vmin);
  }
  .boton {
    padding: 6px 20px 6px;
  }
  .boton.big {
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .container-header .boton.black {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .tabla-packs td {
    font-size: 18px;
  }
  .tooltip1, .tooltip2 {
    font-size: 14px;
    padding: 5px 30px 7px;
  }
  .tooltip1.invertido {
    position: absolute;
    top: 20px;
    padding: 5px 30px 7px;
    width: auto;
    font-size: 14px;
    right: 0;
    height: 30px;
  }
}