* {
  margin: 0;
  box-sizing: border-box;
  /* overflow: hidden; */
}

/* banner */
.contenedor__banner {
  margin-top: 25px;
  width: 100%;
  height: 400px;
}
.banner {
  width: 100%;
  height: 400px;
  background-image: linear-gradient(0deg, rgb(16 3 44) 1%, rgba(0, 0, 0, 0) 55%),
    url("../img/Survivor.webp");
  background-size: cover;
  background-position: center;
}
.text__banner .titulo_banner {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}
.text__banner .parrafo_banner {
  font-family: "Lato", sans-serif;
  color: #fff;
  margin-top: -5px;
  font-size: 15px;
  overflow: hidden;
}

.text__banner {
  padding-top: 230px;
}

/* video */

.text__video .titulo_video {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}
.text__video .parrafo_video {
  font-family: "Lato", sans-serif;
  color: #fff;
  margin-top: -5px;
  font-size: 15px;
  overflow: hidden;
}
.nuevo__rcn--video {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  padding-top: 20px;
  padding-left: 5px;
  overflow: hidden;
}
.title__video {
  position: absolute;
  top: 0%;
  left: 5%;
}
.texts__video {
  position: absolute;
  top: 80%;
  left: 5%;
}

/* .text__video {
    padding-top: 230px;
  } */
/* video */

.nuevo__rcn {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  padding-top: 20px;
  padding-left: 5px;
  overflow: hidden;
}

.intro__video {
  position: relative;
  margin-bottom: -5px;
  margin-top: 23px;
  width: 100%;
  height: 580px;
  overflow: hidden;
  background-image: linear-gradient(
    0deg,
    rgb(16 3 44) 1%,
    rgba(0, 0, 0, 0) 55%
  );
}
.intro__video::before {
  height: 200px;
  content: "";
  background: linear-gradient(0deg, rgb(16 3 44) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  top: 70%;
  bottom: 0;
}
@media (max-width: 769px) {
  .contenedor__banner {
    margin-top: 0px;
  }
  .intro__video {
    margin-top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .text__banner {
    padding-top: 200px;
    overflow: hidden;
  }
  .text__banner .titulo_banner {
    font-size: 20px;
    overflow: hidden;
  }
  .text__banner .parrafo_banner {
    font-size: 14px;
  }

  .nuevo__rcn {
    font-size: 25px;
  }
  .nuevo__rcn--video {
    font-size: 25px;
  }
  .text__video .titulo_video {
    font-size: 20px;
    overflow: hidden;
  }
  .title__video {
    top: 6%;
    left: 1%;
  }
  .texts__video {
    position: absolute;
    top: 75%;
    left: 1%;
  }
}

/* banner */

/* seccion tarjetas */
.tarjeta__ventas-interncional {
  height: 31.313rem;
  border: none;
  display: block;
}
.img__tarjeta-1 {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../img/poster-leandro-01_6747462_20220919111558.jpg");
  height: 100%;
  width: auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.img__tarjeta-2 {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../img/poster-leandro-02_6761570_20220922105750.jpg");
  height: 100%;
  width: auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 6px;
}

.img__tarjeta-3 {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../img/IMG_6495.jpg");
  height: 100%;
  width: auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 6px;
}
.contenerdor__titulo-tarjeta {
  display: flex;
  align-items: flex-end;
  height: 31rem;
  width: 100% !important;
}
.titulo__tarjeta {
  text-decoration: none !important;
  color: #fff !important;
}
.tarjeta__1 {
  /* display: flex; */
  align-items: center;
  justify-content: flex-start;
}

.tarjeta__2 {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.tarjeta__3 {
  /* display: flex; */
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 425px) {
  .tarjeta__ventas-interncional {
    height: 9.75rem !important;
    margin-top: 20px;
  }
  .seccion__2 {
    padding-top: 5px !important;
  }
  .contenerdor__titulo-tarjeta {
    display: flex;
    align-items: flex-end;
    height: 9rem;
  }
}

/* .secciones__ventas-intenacional {
  
  
  /* seccion tarjetas */

/* seccion nuevas producciones  */
main.secciones__ventas-intenacional {
  margin-top: -1px;
}
.seccion__2 {
  padding-top: 20px;
}

.seccion__3 {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: var(--verde-oscuro-2022);
  margin-top: -1px;
}

.seccion__3 {
  background-color: var(--verde-oscuro-2022) !important;
}

.row {
  position: relative;
}

.title.col-12 {
  padding: 0 20px;
  margin-bottom: 0.5em;
}

.title__section {
  display: inline-block;
  float: left;
}

.title__section h2 {
  text-transform: uppercase;
}

.seccion__3 h2 {
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.title__section h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-left: 4px solid rgb(134, 253, 196);
  padding-left: 10px;
  margin: 0.8em 0em 0.8em 0em;
}

.seccion__4 .title__section-2 h2 {
  color: #000;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.title__section-2 h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  border-left: 4px solid rgb(134, 253, 196);
  padding-left: 10px;
  margin: 0.8em 0em 0.8em 0em;
}
.title__section-2 {
  display: inline-block;
  float: left;
}

.title__section-2 h2 {
  text-transform: uppercase;
}

.section__btn {
  display: inline-block;
  float: right !important;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  margin: 1em 1.1em;
  position: absolute;
  right: 0;
}

.seccion__3 .section__btn a {
  color: #ffffff !important;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

.text__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.year__item {
  margin-top: 10px;
  color: #fff;
  background: #4e3a94;
  text-align: center;
  width: 50%;
  height: 1.375rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.year__item h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.time__item h6 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.title__item {
  width: 80%;
}

.title__item h5 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  height: 160px;
}
.title__item-back h5 {
  margin-top: -10px;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.description__item {
  width: 85%;
}
.description__item p {
  margin: 10px;
  color: #fff;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  height: 108px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}
.time__item-back h6 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #503295 !important;
}

.contenedor__item {
  position: relative;
  height: 230px;
  width: 200px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.contenedor__item .card__item {
  position: relative;
  height: 230px;
  width: 200px;
}

.contenedor__item .card__item .face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* transition: 0.5s; */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.contenedor__item .card__item .face.face__front {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../img/hasta-que-la.jpg");
  background-size: contain;
  background-position-y: top;
  background-position-x: center;

  /* border-radius: 8px; */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #666;
  z-index: 1;
  transform-origin: center bottom;
}

.contenedor__item .card__item .face.face__front h3 {
  color: #fff;
}

.contenedor__item .card__item .face.face__front p {
  color: #fff;
}

.contenedor__item .card__item:hover .face.face__front {
  transform: translateY(-100%) rotateX(90deg);
  -webkit-transform: translateY(-100%) rotateX(90deg);
  -moz-transform: translateY(-100%) rotateX(90deg);
  -ms-transform: translateY(-100%) rotateX(90deg);
  -o-transform: translateY(-100%) rotateX(90deg);
  background: #503295;
}

.contenedor__item .card__item .face.face__back {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7987570028011204) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("../img/hasta-que-la.jpg");
  background-size: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #666;
  text-align: center;
  transform-origin: top;
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  -o-transform: translateY(100%) rotateX(90deg);
}

.contenedor__item .card__item:hover .face.face__back {
  transform: translateY(0) rotateX(0deg);
  -webkit-transform: translateY(0) rotateX(0deg);
  -moz-transform: translateY(0) rotateX(0deg);
  -ms-transform: translateY(0) rotateX(0deg);
  -o-transform: translateY(0) rotateX(0deg);
}
/* seccion nuevas producciones  */
/* seccion Noticias  */
.contenedor__news {
  height: 230px;
  width: 200px;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: rgb(134, 253, 196);
}
.title__news {
  height: 180px;
  width: 170px;
  margin-left: 10px;
  margin-top: 20px;
  color: #6610f2;
}
.text__news {
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #0e0026;
}
.text__time-news {
  font-family: "Lato", sans-serif;
  width: 170px;
  margin-left: 10px;
  font-size: 10px;
  color: #0e0026;
  font-weight: 800;
}
.text__time-news {
  font-family: "Lato", sans-serif;
  width: 170px;
  margin-left: 10px;
  font-size: 10px;
  color: #000;
  font-weight: 800;
}

.contenedor__news:hover {
  height: 235px;
  width: 205px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.section__4 {
  margin-bottom: 30px;
}
/* seccion Noticias  */

@media (max-width: 768px) {
  .secciones__ventas-intenacional {
    margin-top: 0px;
  }
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
  z-index: 0;
}
.item {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.item > a {
  display: inline-block;
  width: 200px;
}
.owl-nav > .owl-prev {
  transform: translate(-45px, -150px);
}
.owl-nav > .owl-next {
  transform: translate(45px, -150px);
}
@media (max-width: 600px) {
  .owl-carousel {
    display: none;
    width: 85% !important;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .owl-nav > .owl-prev {
    transform: translate(-30px, -150px);
  }
  .owl-nav > .owl-next {
    transform: translate(30px, -150px);
  }
}
