* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;

}
.body, .body-login {
  background-color: #0a0a0a;
}
@media (min-width: 768px) {
  .body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
}
.link {
  color: #ffff00;
  text-decoration: none;
}
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1.5;
  row-gap: 2rem;
}
.main__imagen{
  width: 90%;
  margin-bottom: 2rem;
}
.main__img {
  width: 100%;
}
.main__information {
  text-align: center;
}
.main__information p {
  max-width: 1245px;
}
.main__politica {
  text-align: center;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.line {
  max-width: 1000px;
  margin: 4rem auto;
  border-bottom: 1px solid #ccc;
}
.main__btn {
  display: inline-block;
  background-color: #f1510a;
  padding: 0.6rem;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.main__btn:visited {
  text-decoration: none;
  color: #fff;
}
.footerIndex {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  color: #fff;
  line-height: 1.2;
  margin-top: .5rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  border-top: 1px solid #ccc;
  max-width: 1200px;
}

.footerIndex__links {
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.1rem;

}
.footerIndex__links a {
  margin: 0 0.5rem;
}

/* ---------- HOME ---------- */

/* .homeBody {
  background-color: #000;
} */
.header {
  width: 100%;
  background-image: url(../img/fondo-anal.png);
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;

  position: sticky;
  top: 0;
  z-index: 900;
}
@media (min-width:992px) {
  .header {
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  

    padding-bottom: 0;
    padding-right: 20rem;

    
  }

  
}

.header__img {
  max-width: 50rem;
  width: 100%;
}
.header__links{
  display: none;
}
.header__links a {
  color: #fff;
  border: 1.5px solid #fff;
  padding: .8rem .6rem;
  border-radius: 50%;
}
.header__links a:hover {
  background-color: #f1510a;
}
.navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000;
  width: 100%;
}
.navbar-collapse {
  display: flex;
  justify-content: start;
}
.navbar-nav {
 
  width: 100%;
  column-gap: 1rem !important;
}
.nav-item {
  width: 100%;
}
.activo {
  background-color: #f1510a;
}
@media (min-width: 992px) {
  .navbar-nav,
  .nav-item {
    width: auto;
  }
  
  .navbar-collapse {
    justify-content: center !important;
  }
  .nav__link {
    padding-left: 0;
  }
  .navbar-nav{
    margin-right: 0 !important;
  }
  .header__links{
    display: block;
    display: flex;
    flex-direction: row;
    gap: .5rem;
  }
}

.nav__link {
  transition: all 0.5s;
  text-decoration: none;
  color: #fff !important;
}
.nav__link:hover {
  background-color: #f1510a;
}

.sectionInfo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000;
}
.global {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 3rem; */
}
.sectionInfo__contenido p {
  max-width: 1000px;
}
.new {
  text-transform: uppercase;
  
  color: #a2a2a2;
  font-weight: 600;
  font-size: 2rem;
  font-family: 'Changa One', cursive;
}
.global h2 {
  text-transform: uppercase;
  color: #f1510a;
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Titan One', cursive;
}

.sectionInfo__contImg {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0.5rem;
}

@media (min-width: 600px){
  .sectionInfo__contImg{
    grid-template-columns: repeat(3, 1fr);

  }
}
.sectionInfo__img {
  position: relative;
}
.sectionInfo__img img {
  width: 100%;
}
.sectionInfo__img a{
  color: #2a2a2a;
}
.sectionInfo__img div {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.sectionInfo__img div:hover {
  background-color: rgba(241, 81, 10, 0.3);
  color: #000;
  font-weight: 600;
}
.sectionInfo__img div p {
  position: absolute;
  bottom: 0;
  font-size: 1.8rem;
}
.sectionInfo__img div:hover  span{
  color: #fff;
}
.proximamente {
  background-color: #101010;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.proximamente__img {
  width: 95%;
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: row;
}
@media (min-width: 769px) {
  .proximamente__img {
    column-gap: 8rem;
  }
}
@media (min-width: 400px) {
  .proximamente__img {
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
  }
}
.proximamente__img div img {
  width: 100%;
}
.proximamente__descripcion div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  border: 0.2px solid #0a0a0a;
  border-top: none;
}


.card{
  background-color: transparent;
}


.trailer{
  background-image: url(../img/fondo-anal.png);
  background-size: cover;
  padding-top: 2rem;
  /* padding-bottom: 5rem; */
}
.trailer__video {
  display: flex;
  justify-content: center;
}
.trailer-tamaño{
  padding-right: 9rem;
  padding-left: 9rem;
}
/* .jwplayer{
  max-width: 1124px;

} */


.actualizacion{
  background-color: #353434;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}

.actualizacion h2{
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 500;
}

.modelo {
  background-color: #101010;
  padding-top: 3rem;
}
.modelo .global h2{
  color: #e60505;
}
.modeloInformacion {
  max-width: 100rem;
}
.modelo__imagenes {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0;
}
@media (min-width: 769px) {
  .modelo__imagenes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.modelo__contenedor {
  position: relative;
}

.modelos__enfoque {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.5s;
}
.modelos__enfoque:hover {
  background-color: rgba(105, 105, 105, 0.6);
}
.modelo__imagenes img {
  width: 100%;
  height: 100%;
}
.banner {
  background-color: #2E2E2E;
  padding-top: 5rem;
}
.banner img {
  width: 100%;
  max-height: 44.8rem;
}
.masVideos {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #101010;
}
.masVideos div {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #f1510a;
  padding: 2rem 1rem;
  border-radius: none;
  row-gap: 1rem;
}
@media (min-width: 769px) {
  .masVideos {
    padding: 7rem 15rem;
  }
  .masVideos div {
    grid-template-columns: repeat(2, 1fr);
    padding: 8rem;
  }
}
@media (min-width: 500px) {
  .masVideos {
    padding: 7rem 5rem;
  }
  .masVideos div {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem;
    border-radius: 0.8rem;
    column-gap: 1rem;
  }
}
.masVideos div p {
  font-size: 2.8rem;
  margin: 0;
}
.masVideos div a {
  padding: 2rem;
  margin: 0 auto;
  background-color: #ffff00;
  border-radius: 0.8rem;
  text-decoration: none;
  color: #000;
  width: 75%;
}
.footer {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
  background-color: #000;
  padding-top: 2rem;
  width: 100%;
}
.footer-index{
  background-color: #000;
  padding-top: 2.5rem;
  width: 100%;
}
@media (min-width: 769px) {
  .footer {
    grid-template-columns: repeat(3, 1fr) 1.5fr;
    justify-items: center;
  }
}
@media (min-width: 450px) {
  .footer {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  .copyright,
  .produccion {
    grid-column: 1/4;
    margin-top: 2rem;
  }
}
.footer__links h3 {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  color: #fff;
}
.footer__links div {
  display: flex;
  flex-direction: column;
}
.footer__links div a {
  text-decoration: none;
  color: #ccc;
  font-weight: 500;
}
.footer__links div a:hover {
  color: #353434;
}
.produccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.produccion h3 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 1.8rem;
}
.copyright {
  padding: 1.5rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .copyright {
    grid-column: 1/5;
    padding: 1.5rem;
  }
}

/* --------- Videos --------- */
.parallax__img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 60rem;
}


/* --------- Join --------- */
.join{
  max-width: 90%;
  color: #fff;
  background-color: #0a0a0a;
}

.join div{
  padding: .8rem;
}
.join h2{
  font-size: 2.5rem;
  font-weight: bold;
}
.join span{
  font-size: 5rem;
  font-weight: bold;
}
.join__informacion{
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
.join__pago{
  padding: 0 !important;
  display: flex;
  justify-content: center;
}

.join__img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.join__img img{
  width: 100%;
}
.paragraft-Join{
  padding: 0 3.5rem;
}
@media (min-width: 1000px){
  .join div{
    padding: 10rem;
  } 
}
@media (min-width: 769px){
  .join__informacion{
    grid-template-columns: repeat(2, 1fr);
  }
  .join div{
    padding: 1rem;
  }
}
.promocion{
  margin: 5rem 0;
}
.global__new{
  font-size: 1.8rem !important;
}
.global__precio{
  font-size: 5rem;
  font-weight: 900;
}
.global__recurrente{
  font-size: 2.8rem;
  font-weight: 500;
}
.join__pago--promocion{
  display: flex;
  justify-content: center;
}
.promocion__redi{
  display: flex;
  justify-content: center;
}
.promocion__redi div{
  display: grid;
  grid-template-columns: 1fr;
  row-gap: .5rem;
  padding: .5rem;
}
.promocion__redi div img{
  height: 100%;
  width: 100%;
}
@media (min-width: 600px){
  .promocion__redi div{
    grid-template-columns: repeat(3, 1fr);
    column-gap: .5rem;
  }
  
}

/* -------- Login -------- */

.mainLogin{
  color: #fff;
  text-align: center;
  /* height: 50vh; */
}
.mainLogin__img{
  width: 100%;
  max-height: 40rem;
}
.mainLogin__center{
  margin: 5rem ;
  margin-top: 0;
  padding-top: 2rem;
}
.mainLogin__information{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainLogin__information h2,
.mainLogin__information div{
  margin-bottom: 3rem;
}
.contenidoLogin{
  max-width: 100rem;
}
.contenidoLogin p{
  color: #ccc;
  line-height: 1.5;
}
.btn-login{
  padding: 2rem;
  background-color: #f1510a;
  border-radius: .8rem;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.footer--login{
  color: #fff;
  padding-top: 3rem;
  background-color: #2E2E2E;
}

/* ------------ Members ------------ */
.parallax--members{
  position: relative;
}
.members{
  /* position: absolute; */
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  display: flex;
  align-items: start;
  justify-content: flex-end;
  padding-left: 20rem;
  padding-bottom: 10rem;
  color: #fff;
  padding-left: 1rem;
  padding-bottom: .5rem;
  flex-direction: column;
}
.members span{
  color: #c0c0c0;
}
.members span a{
  text-decoration: none;
  color: #fff;
  transition: all .5s;
}
.members span a:hover{
  color: #f1510a;
}
.members h2{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2rem;
}
@media (min-width: 400px){
  .members{
    padding: 3rem 4rem;
    /* padding-left: 10rem;
    padding-bottom: 5rem; */
  }
}
@media (min-width: 500px){
  .members h2{
    font-size: 6rem;

  }
}
@media (min-width: 769px){
  .members{
    /* padding-left: 20rem;
    padding-bottom: 10rem; */
  }
}
.video-miembros{
  background-color: #353434;
  padding-top: 5rem;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 2rem;
  align-items: center;
  justify-items: center;
}
.video-contenido{
  width: 100%;
}
.video-imagen {
  width: 100%;
}
.video-imagen img{
  width: 100%;
}
.video-descarga{
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: center;
  border: 1px solid #2E2E2E;
  border-top: none;
}

.video-descarga a{
  padding: 1rem 2rem;
  color: #fff;
  background-color: #f1510a;
  text-decoration: none;
  max-width: auto;
}
.video-descarga a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #981371;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}
@media (min-width: 400px){
  .video-miembros{
    grid-template-columns: repeat(2, 1fr);
  } 
}
@media (min-width: 600px) {
  .video-miembros{
    grid-template-columns: repeat(3, 1fr);
  }
}
.copyright-members {
  color: #fff;
}
@media (min-width: 769px){
  .video-miembros{
    grid-template-columns: repeat(4, 1fr);

  }
  .video-descarga a{
    padding: 1rem 7rem;

    max-width: 25rem;
  }
}
/* ------------ Carousel ------------ */

.carousel-color{
  background-color: #101010;
  padding-top: 2rem;
}

.carousel__contenedor {
	position: relative;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #fff;
	opacity: 20%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
  z-index: 1000;
	left: 10px;
}

.carousel__siguiente {
  z-index: 1000;
	right: 10px;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
}
.carousel__elemento img{
  max-width: 300px;
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #fff;
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}

@media screen and (max-width: 800px) {

	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
}



.carousel-actualizacion{
  position: static !important;
  width: auto;
  opacity: 1 !important;
  padding-right: 10px;
}
