html,
body {
  margin: 0 !important;
  background-color: #fff;
  width: 100% !important;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
  font-family: "Montserrat", sans-serif !important;
}

h1,
h2,
h3 {
  font-weight: 600 !important;
}

p,
a {
  font-weight: 400 !important;
}

a {
  text-decoration: none !important;
}

#header {
  position: fixed !important;
  z-index: 7;
}

.outer-loader {
  width: auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.inner-loader-img {
  text-align: center;
  background: url("../images/Ripple-1s-200px.svg") no-repeat center;
  background-size: contain;
  height: 40%;
  width: 40%;
}

.buscadorHeader {
  background: url("../images/lupa.png") no-repeat scroll 2px 2px !important;
  background-size: 20px !important;
  background-position: 15px 10px !important;
  padding: 20px 20px 20px 50px !important;
  color: #dedede !important;
  border-radius: 12px !important;
}

button:focus-visible,
button:focus {
  outline: none !important;
}

#navBarIcon {
  margin-left: 30px;
  height: 35px;
}

button:focus .buscadorHeader::placeholder {
  color: #6c757d;
}

.imageAvatar {
  height: 45px;
  width: 45px;
}

.imageAvatarBackgr {
  background-position: center center;
  background-size: cover;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

#buscadorHeaderContainer {
  margin-right: 40px;
}

#buscadorHeaderContainerMenu {
  display: none;
}

#dropDesplegado {
  left: -40px !important;
}

#carouselSection {
  box-shadow: 0px 0px 35px 65px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 35px 65px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 35px 65px rgba(255, 255, 255, 1);
  width: 100%;
  z-index: 2;
  position: absolute;
}

.blueButton {
  padding: 10px 30px 10px 30px;
  background-color: #4d95c4;
  border-radius: 10px;
  font-weight: 700;
  border: solid 1px #4d95c4;
  color: #ffffff;
  transition: 0.5s;
  cursor: pointer;
}

.blueButton:hover {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #4d95c4;
}

.whiteButton {
  padding: 10px 30px 10px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  font-weight: 700;
  border: solid 1px #ffffff;
  color: #3e3e3e;
  transition: 0.5s;
  cursor: pointer;
}

.whiteButton:hover {
  background-color: #3e3e3e;
  color: #ffffff;
  border: solid 1px #3e3e3e;
}

.blueGreyButton {
  padding: 10px 30px 10px 30px;
  background-color: #4d95c4;
  border-radius: 10px;
  font-weight: 700;
  border: solid 1px #4d95c4;
  color: #ffffff;
  transition: 0.5s;
  cursor: pointer;
}

.blueGreyButton:hover {
  background-color: #3d3d3d;
  border: solid 1px #3d3d3d;
  color: #ffffff;
}

.dropdown-toggle::after {
  color: white;
}

.transparentButton {
  padding: 10px 50px 10px 50px;
  background-color: transparent;
  border-radius: 10px;
  font-weight: 700;
  border: solid 1px #ffffff;
  color: #ffffff;
  transition: 0.5s;
}

.subscribeMainContainer {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 45px;
  margin-top: 150px;
}

.subscribeInfoContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  background: #4d95c4;
  border-radius: 10px;
  padding: 20px;
}

.subscribeInfoContainer a {
  margin-right: 50px;
}

.subscribeInfoContainer p {
  margin-left: 75px;
}

@media (max-width: 875px) {
  .subscribeInfoContainer a {
    margin-right: unset;
  }

  .subscribeInfoContainer p {
    margin-left: unset;
  }
}

@media (max-width: 1550px) {
  .bannerDetailSection {
    box-shadow: 740px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
    -webkit-box-shadow: 740px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 740px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
  }
}

@media (max-width: 1350px) {
  .bannerDetailSection {
    box-shadow: 640px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
    -webkit-box-shadow: 640px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 640px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
  }
}

@media (max-width: 1250px) {
  .bannerDetailSection {
    box-shadow: 540px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
    -webkit-box-shadow: 540px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 540px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
  }
}

@media (max-width: 900px) {
  .bannerDetailSection {
    box-shadow: 440px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
    -webkit-box-shadow: 440px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 440px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
  }
}

@media (max-width: 750px) {
  #unirteAhoraMobile {
    padding: 5px !important;
    font-size: 14px;
    display: flex;
    align-content: center;
  }

  #infoDetailTitle {
    margin-left: unset !important;
    color: #3d3d3d;
  }

  #iniciarSesionMobile {
    padding: 5px !important;
    font-size: 14px;
    display: flex;
    align-content: center;
  }

  #infoDetailTitle {
    margin-left: unset;
    margin-top: 50px;
  }
}

.modalInteractContainer {
  display: flex;
  margin-left: 40px;
  margin-bottom: 100px;
}

#bannerInteractContainer {
  display: flex;
  margin-top: 60px;
  align-items: center;
}

@media (max-width: 450px) {
  #bannerInteractContainer {
    flex-direction: column;
    align-items: initial;
  }
  .botonCompartir {
    margin-left: unset !important;
  }
}
@media (max-width: 570px) {
  #difuminatedColorMobile {
    top: 300px !important;
  }
  .bannerDetailContainer {
    margin-top: 75px;
  }
}

@media (max-width: 535px) {
  #difuminatedColorMobile {
    top: 285px !important;
  }
}

@media (max-width: 485px) {
  #difuminatedColorMobile {
    top: 265px !important;
  }
}

@media (max-width: 470px) {
  .bannerDetailContainer {
    margin-top: 80px;
  }
}

@media (max-width: 435px) {
  #difuminatedColorMobile {
    top: 245px !important;
  }
}

@media (max-width: 420px) {
  #difuminatedColorMobile {
    top: 235px !important;
  }
}

@media (max-width: 380px) {
  #difuminatedColorMobile {
    top: 215px !important;
  }
}

@media (max-width: 340px) {
  #difuminatedColorMobile {
    top: 200px !important;
  }
}

@media (max-width: 640px) {
  .subscribeMainContainer {
    position: initial;
    margin-top: 30px;
  }

  .subscribeInfoContainer {
    width: 100%;
  }
}

#infoDetailTitle {
  margin-left: 40px;
  margin-top: 100px;
  text-align: center;
}

.dataModalContainer {
  display: flex;
  align-items: initial;
  flex-wrap: wrap;
  flex-direction: column;
}

.dataModalContainer a {
  margin: 10px 0px 10px 0px !important;
  text-align: center;
}

.dataModalContainer div {
  margin: 10px 0px 10px 0px !important;
}
.bannerDetailSection {
  height: 90vh;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 840px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 840px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
  -moz-box-shadow: 840px 0px 114px 0px rgba(0, 0, 0, 0.35) inset;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bannerDetailContainer {
  margin-left: 45px;
  width: 100%;
}

#similarContent {
  padding: 0px 40px 0px 40px;
  margin-top: 50px;
}

.relatedContentContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.relatedContentDiv {
  width: 24%;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 5px 0px 5px 0px;
  border-radius: 20px;
}

.subscribeText {
  margin-bottom: unset;
  color: #ffffff;
  font-weight: bold !important;
  font-size: 25px;
}

#novaFooter {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin: 100px 0px 100px 0px;
}

#novaFooterContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerLinkList {
  color: #3d3d3d;
  cursor: pointer;
}

.footerLinkContainer {
  margin: 10px 0px 10px 0px;
}

.footerLink {
  padding: unset;
  margin: unset;
  list-style: none;
}

.footerLineContainer {
  width: 100%;
}

.footerMainContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-top: 20px;
}

.footerLinkMain {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.youtubeIcon {
  color: #3d3d3d;
  margin-right: 20px;
}

@media (max-width: 1400px) {
  .footerLineContainer {
    width: 70%;
  }
}

@media (max-width: 1000px) {
  .footerLineContainer {
    width: 90%;
  }
  .footerMainContainer {
    width: 90%;
  }
}

@media (max-width: 750px) {
  .footerLineContainer {
    width: 90%;
  }
  .footerLinkMain {
    flex-wrap: wrap;
  }
  .footerLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin: 10px 0px 10px 0px;
  }
  .footerMainContainer {
    align-items: center;
  }
  .youtubeIcon {
    margin-right: unset;
  }

  .footerIconContainer {
    margin-right: 40px;
  }
}

@media (max-width: 500px) {
  .footerLink {
    width: 100%;
    margin: unset;
  }
}

.subscribeLink {
  background: #ffffff;
  color: #4d95c4 !important;
  font-size: 15px;
  font-weight: bold !important;
  border-radius: 10px;
  text-decoration: none;
  padding: 13px;
  cursor: pointer;
}

.episodeContainer {
  width: 19%;
  margin: 0px 5px 0px 5px;
}

@media (max-width: 1100px) {
  .episodeContainer {
    width: 32%;
    margin: 0px 5px 0px 5px;
  }
}

@media (max-width: 830px) {
  .episodeContainer {
    width: 48%;
    margin: 0px 5px 0px 5px;
  }

  #selectModalContainerDetail {
    width: 60%;
  }
}

.bannerDetailSectionMobile {
  display: none !important;
}

#serieYearContainer {
  display: flex;
  align-items: center;
  margin-left: 40px;
  margin-top: 15px;
}
@media (max-width: 570px) {
  .bannerDetailSection {
    display: none !important;
  }

  .bannerDetailSectionMobile {
    display: block !important;
  }

  .episodeContainer {
    width: 100%;
    margin: unset;
  }

  #selectModalContainerDetail {
    width: 100%;
  }

  .relatedContentDiv {
    width: 100%;
  }

  #selectModalContainerDetail {
    width: 100% !important;
  }

  .serieText {
    margin-left: 20px !important;
  }
  #serieYearContainer {
    margin-left: 20px !important;
  }

  #modalDataContainer {
    padding: unset !important;
    padding-right: 20px !important;
  }
  #similarContent {
    padding: unset !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media (max-width: 600px) {
  .bannerDetailContainer {
    margin-left: 20px !important;
  }

  .indexCarouselContainer {
    right: 40px;
  }
}

@media (max-width: 570px) {
  .subscribeInfoContainer {
    flex-direction: column;
  }
  .subscribeLink {
    margin-top: 10px;
    width: 80%;
    text-align: center;
  }
}

@media (max-width: 500px) {
  #unirteAhoraMobile {
    margin-right: 10px !important;
  }

  .indexCarouselContainer {
    right: 10px;
  }

  .carouselImageDetail {
    max-height: 250px !important;
  }
}

.serieText {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
#serieTextSeparator {
  margin-bottom: unset;
  margin-right: 15px;
  margin-left: 15px;
}

@media (max-width: 640px) {
  .serieText {
    flex-direction: column;
    align-items: flex-start;
  }

  #serieTextSeparator {
    display: none;
  }

  #serieTextPrincipal {
    border-left: 3px solid;
    padding-left: 5px;
  }

  #serieTextSecondary {
    border-left: 3px solid;
    padding-left: 5px;
  }
}
#selectModalContainerDetail {
  margin-right: 15px;
  padding: 5px 50px 5px 30px;
  border: solid 1px grey;
  font-weight: 500;
  border-radius: 7px;
  width: 40%;
  margin-left: 20px;
}

@media (max-height: 750px) {
  #unirteAhoraMobile {
    padding: 5px 15px 5px 15px !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #iniciarSesionMobile {
    padding: 5px 15px 5px 15px !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .subscribeInfoContainer {
    padding: 10px;
  }

  .subscribeMainContainer {
    bottom: 35px;
  }

  #selectModalContainerDetail {
    width: 80% !important;
  }
}

@media (max-width: 1400px) {
  #unirteAhoraMobile {
    padding: 5px 15px 5px 15px !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #iniciarSesionMobile {
    padding: 5px 15px 5px 15px !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .subscribeInfoContainer {
    padding: 10px;
  }

  .subscribeMainContainer {
    bottom: 35px;
  }
}

@media (max-width: 640px) {
  .subscribeMainContainer {
    padding: 0px 20px;
    margin-bottom: 40px;
    margin-top: 100px;
  }
}

@media (max-width: 1300px) {
  .relatedContentDiv {
    width: 32%;
  }

  .relatedContentDiv img {
    border-radius: 20px;
  }
}

@media (max-width: 750px) {
  .relatedContentDiv {
    width: 49%;
  }
}

@media (max-width: 550px) {
  .relatedContentDiv {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .relatedContentDiv img {
    border-radius: 20px;
  }
}

.subscribeLink:hover {
  animation: shake 0.5s;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(2px, 0, 0);
  }
}

.transparentButton:hover {
  background-color: #4d95c4;
  border: 1px solid #4d95c4;
  color: #ffffff;
}

.owl-carousel .owl-item img {
  width: 100% !important;
}

.itemContenido {
  transition: 0.5s;
}

.itemContenido:hover {
  transform: scale(0.9);
}

.modal-dialog {
  max-width: 100% !important;
}

.modal-contentA {
  padding-right: unset !important;
}

.modal-dialog {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.modalMainContainer {
  width: 55% !important;
  overflow: hidden;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
  overflow: auto;
}

.scrolleable {
  background-color: blue;
}

.blueButtonModalRedirect {
  font-weight: 700 !important;
}

.blueButtonModalRedirect:hover {
  color: #4d95c4 !important;
}

/* ESTILOS MODAL */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #ffffff;
}

#mySidenavBackground {
  width: 100%;
  height: 2000px;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  z-index: 98;
}

#mySidenav {
  background-image: url("../images/slide-background.png") !important;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

#blackBannerCover {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 97vh;
  z-index: 99;
  width: 100%;
}

.sideNavBarLinks {
  display: flex !important;
  align-items: center;
  margin: 30px 0px 30px 0px;
  text-decoration: none !important;
}

.sideNavBarText {
  margin-left: 40px;
  margin-bottom: unset !important;
  color: #ffffff;
}

.sideNavBarImage {
  height: 45px;
}

.sideNavBarLinks:hover {
  background-color: #3e3e3e;
}

.owl-carousel .owl-item img {
  border-radius: 12px;
}

#loginBanner {
  background: url(../images/login-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 0px 500px rgba(0, 0, 0, 0.5) inset !important;
  -webkit-box-shadow: 0px 0px 0px 500px rgba(0, 0, 0, 0.5) inset !important;
  -moz-box-shadow: 0px 0px 0px 500px rgba(0, 0, 0, 0.5) inset !important;
}

#dropDownDesktopMenu {
  left: -180px;
  top: 70px;
  background: #989898;
  border: none;
  border-radius: 10px;
  max-width: 250px;
  width: 250px;
  box-shadow: 0px 4px 5px 0px rgba(58, 58, 58, 0.15);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(58, 58, 58, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(58, 58, 58, 0.15);
}

.buscadorHeader::placeholder {
  color: white !important;
}

.inputLoginContainer {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 20px 0px 20px 0px;
}

.inputLoginContainer input {
  border: none;
  border-bottom: 2px solid #4d95c4;
}

/* LABEL CON MOVIMIENTO */

.inputCreateAccount {
  font-family: "Montserrat", sans-serif !important;
  color: red;
  background-color: #ffffff;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  font-family: "Montserrat", sans-serif !important;
  color: #000 !important;
  background-color: #ffffff !important;
  font-weight: 600;
}

.mdc-text-field .mdc-text-field__input {
  caret-color: #4d95c4 !important;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #ffffff !important;
  border: solid 1px #888888;
  border-radius: 12px;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #000;
  font-family: "Montserrat", sans-serif !important;
  color: #000 !important;
  background-color: #ffffff !important;
  font-weight: 600;
}

#loginFormDiv {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100vh;
}

#createAccountContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#createAccountSelectPlan {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  margin-top: 50px;
  z-index: 1;
}

div.error {
  display: block;
  position: absolute;
  top: 60px;
  left: 0px;
  color: red;
}

#recoverPasswordContainer {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100vh;
  z-index: 2;
}

#successMessageRecover {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100vh;
  z-index: 3;
}

#formRecoverPassword {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#createAccountEmail {
  overflow: visible;
}

#createAccountPassword {
  overflow: visible;
}

#finalStepForm {
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  margin-top: 50px;
  z-index: 2;
}

.doubleAdvertisingItem {
  display: flex;
}

.doubleAdvertising {
  display: flex;
}

@media (max-width: 600px) {
  .indexCarouselContainer {
    margin-left: 60px !important;
  }

  .simpleAdvertising1 {
    margin-left: 10px;
  }
  .simpleAdvertising2 {
    margin-left: 10px;
  }

  .doubleAdvertising {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 10px;
  }

  .doubleAdvertisingItem {
    width: 100% !important;
    margin: 0px 10px 30px 0px !important;
    display: flex;
  }
}

#homePageBanner {
  background-size: cover !important;
  background-position: center !important;
  height: 97vh;
  display: block;
  align-items: center;
}

.homePageBannerContent {
  width: 100%;
  margin-left: 50px;
  position: absolute;
  margin-top: 250px;
}

.navbar-expand-lg .navbar-collapse {
  display: block;
}

.navbar-expand-lg {
  display: block;
}

.fa-angle-left {
  color: #4d95c4;
  margin-left: 15px;
  transition: 0.5s;
}

.fa-angle-right {
  color: #4d95c4;
  transition: 0.5s;
  margin-right: 15px;
}

.fa-angle-left:hover {
  color: #ffffff;
}

.fa-angle-right:hover {
  color: #ffffff;
}

#homePageBanner .owl-carousel .owl-nav.disabled,
#homePageBanner .owl-dots {
  display: none !important;
}

.commonCarousel .owl-nav {
  display: none !important;
  width: 93%;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  height: 1px;
}

.contentSearchContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  margin: 50px 0px 50px 0px;
  transition: 0.5s;
  height: 220px;
}

.contentSearchContainer:hover {
  transform: scale(1.1);
  overflow: visible;
}

#playMovieButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: solid 3px #4d95c4;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.fa-play {
  margin-left: 2px;
}

#headerRightNavBar {
  display: flex;
  margin-right: 40px;
}

#posterSearchCardContainer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 100px;
  margin-left: 45px;
}
.posterSearchCard {
  width: 15% !important;
  margin: 30px !important;
}

.sideNavBarContainer {
  position: relative;
  bottom: 90px;
}

#buscadorNavBarMobile {
  display: none;
}

.backgroundImageModal {
  height: 65vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}

.backgroundImageModal h1 {
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
}

.modal-header {
  z-index: 1;
  border: none !important;
}

.modal-header,
.modal-header button,
.modal-header span {
  color: #ffffff;
}

.modal-open {
  padding: unset !important;
}

.difuminatedColorModal {
  box-shadow: 0px 0px 35px 65px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 35px 65px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 35px 65px rgba(255, 255, 255, 1);
  width: 100%;
  z-index: 2;
  position: relative;
}

.modalInformationBig {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}

.modalInformationSmall {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  flex-direction: column;
}

.modalInformationSmallMobile {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}

#modalInformationContainer {
  position: relative;
  z-index: 5;
  bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 30px;
  padding: 0px 25px 0px 25px;
}

#modalDataContainer {
  width: 100%;
  padding: 0px 25px 0px 25px;
}

.episodeListContainer {
  margin: 15px 15px 15px 15px;
  border-radius: 7px;
  min-height: 110px;
  display: flex;
  align-items: center;
}

.firstEpisode {
  transition: 0.5s;
}

.firstEpisode:hover {
  background: rgba(0, 0, 0, 0.1);
}

.episodeListBody {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.episodeListImage {
  width: 100%;
  border-radius: 7px;
}

.episodeListInformationContainer {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding: 20px 15px 0px 15px;
}

.sidenav .closebtn {
  z-index: 10;
}

.episodeListInformation {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.episodeListInformationTitle {
  font-weight: bold;
}

#selectModalContainer {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 10px;
}

.tvContent {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 15px;
  border-radius: 20px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  padding: 10px;
  background: rgba(0, 123, 255, 3);
  border-radius: 10px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* MEDIAS QUERYS */
@media (max-width: 1500px) {
  .posterSearchCard {
    width: 20% !important;
  }
  .longerCarousel .owl-nav {
    width: 93%;
  }
}

@media (max-width: 1300px) {
  .commonCarousel .owl-nav {
    width: 91% !important;
  }

  .longerCarousel .owl-nav {
    width: 91% !important;
  }
}

@media (max-width: 1440px) {
  .homePageBannerContent {
    margin-top: 200px;
  }
  #homePageBannerTitle {
    font-size: 65px !important;
  }
  #homePageBannerSubTitle {
    font-size: 24px;
  }
  #bannerDescription {
    font-size: 20px;
  }
  .bannerText {
    font-size: 15px;
  }
}

@media (max-width: 1220px) {
  .homePageBannerContent {
    margin-top: 200px !important;
  }
}

@media (max-width: 1088px) {
  .homePageBannerContent {
    margin-top: 160px;
  }
  #homePageBannerTitle {
    font-size: 60px !important;
    right: 5px !important;
  }
}

@media (max-width: 1005px) {
  #homePageBannerTitle {
    font-size: 55px !important;
  }
}

@media (min-width: 2200px) {
  .homePageBannerContent {
    margin-top: 400px;
  }
}

@media (max-width: 1219px) {
  .homePageBannerContent {
    margin-top: 65px;
  }
}

@media (max-width: 1200px) {
  .posterSearchCard {
    width: 28% !important;
  }
}

@media (max-width: 1125px) {
  .posterSearchCard {
    width: 27% !important;
  }
}

@media (max-width: 1100px) {
  .commonCarousel .owl-nav {
    width: 89% !important;
  }

  .longerCarousel .owl-nav {
    width: 89% !important;
  }
}

@media (max-width: 992px) {
  .navBarTabs {
    display: none !important;
  }

  #navBarHeader {
    justify-content: flex-end !important;
    margin-right: 10px !important;
  }
}

@media (max-width: 991px) {
  .longerCarousel .owl-nav {
    width: 89%;
  }
  #navBarHeader {
    display: flex;
    flex-direction: row;
    width: inherit;
    justify-content: flex-end;
  }
  .modalMainContainer {
    width: 80% !important;
  }
}

@media (max-width: 948px) {
  .posterSearchCard {
    width: 26% !important;
  }
}

@media (max-width: 921px) {
  #homePageBannerTitle {
    font-size: 50px !important;
    right: 4px;
  }
}

@media (max-width: 875px) {
  .commonCarousel .owl-nav {
    width: 87% !important;
  }

  .longerCarousel .owl-nav {
    width: 87% !important;
  }
}

@media (max-height: 850px) {
  .homePageBannerContent {
    margin-top: 190px !important;
  }
}

@media (max-height: 750px) {
  .homePageBannerContent {
    margin-top: 190px !important;
  }

  .bannerText {
    display: none !important;
  }

  .mobileCreateAccountLabel {
    width: 100% !important;
  }
}

@media (max-width: 730px) {
  #buscadorNavBarMobile {
    display: flex;
    justify-content: center;
    margin-top: 30px !important;
  }
  #buscadorNavBarMobile input::placeholder {
    color: #ffffff !important;
  }
}

@media (max-height: 700px) {
  .bannerText {
    display: none !important;
    width: 60% !important;
  }
}

@media (max-height: 650px) {
  .homePageBannerContent {
    margin-top: 140px !important;
  }
}

@media (max-width: 650px) {
  .bannerText {
    width: 60% !important;
  }
  .modalMainContainer {
    width: 100% !important;
  }
  .modalResponsive {
    margin: unset !important;
  }
  .modalInformationBig {
    width: 100% !important;
  }
  .modalInformationSmallMobile {
    display: flex !important;
    padding: 0px 25px 0px 25px;
  }
  .modalInformationSmall {
    display: none !important;
  }
}

@media (max-width: 450px) {
  .bannerText {
    width: 75% !important;
  }
  .owl-dots {
    left: 0;
    right: 0;
    bottom: 170px;
  }

  #buttonsBannerContainer {
    flex-direction: column;
  }
  .blueButtonModalRedirect {
    margin-bottom: 25px;
    width: 240px;
    text-align: center;
  }
}

@media (max-width: 818px) {
  .posterSearchCard {
    width: 37% !important;
  }
}

@media (max-width: 730px) {
  #buscadorHeaderContainerMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 30px 0px 30px !important;
  }

  #buscadorHeaderContainerMenu input,
  #buscadorHeaderContainerMenu input::placeholder {
    color: #ffffff !important;
  }

  #buscadorHeaderContainer {
    display: none;
  }

  .commonCarousel .owl-nav {
    width: 85% !important;
  }

  .longerCarousel .owl-nav {
    width: 85% !important;
  }
}

@media (max-width: 660px) {
  .posterSearchCard {
    width: 40% !important;
  }

  .commonCarousel .owl-nav {
    width: 82% !important;
  }

  .longerCarousel .owl-nav {
    width: 82% !important;
  }
}

@media (max-width: 600px) {
  .posterSearchCard {
    width: 50% !important;
  }

  #navBarIcon {
    margin-left: 0px;
  }
  #headerRightNavBar {
    margin-right: unset;
  }
}

@media (max-width: 601px) {
  .navbar-brand {
    left: 50px !important;
  }
  #navbarLinksContainer {
    margin-right: 15px;
  }
  .indexCarouselContainer {
    right: 50px;
  }
}
@media (max-width: 575px) {
  .buscadorHeader {
    width: 70% !important;
  }
}
@media (max-width: 500px) {
  .indexCarouselContainer {
    margin-left: 20px !important;
  }

  .posterSearchCard {
    width: 60% !important;
  }
  .homePageBannerContent {
    margin-left: 10px !important;
  }
  .navbar-brand {
    left: 10px !important;
  }

  .indexCarouselContainer {
    right: 10px;
  }
  .imageAvatarBackgr {
    border-radius: 20px;
  }
}

@media (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media (max-width: 430px) {
  .posterSearchCard {
    width: 70% !important;
  }
  #homePageBannerTitle {
    font-size: 40px !important;
    right: 3px !important;
  }
  #homePageBannerSubTitle {
    font-size: 24px;
  }
  #bannerDescription {
    font-size: 20px;
  }
}

@media (max-width: 370px) {
  .sidenav .closebtn {
    margin-left: 0px;
    margin-right: 50px;
  }
}

@media (max-width: 350px) {
  .posterSearchCard {
    width: 80% !important;
  }
}

@media (min-height: 0px) {
  .sideNavBarButton {
    margin-top: 0px !important;
  }
}

@media (min-height: 565px) {
  .sideNavBarButton {
    margin-top: 0px !important;
  }
}

@media (min-height: 615px) {
  .sideNavBarButton {
    margin-top: 50px !important;
  }
}

@media (min-height: 800px) {
  .sideNavBarContainer {
    bottom: 0px !important;
  }
}

@media (min-height: 900px) {
  .sideNavBarContainer {
    bottom: 0px !important;
    top: 50px !important;
  }
}

@media (min-height: 1000px) {
  .sideNavBarContainer {
    bottom: 0px !important;
    top: 125px !important;
  }
}

@media (min-height: 1000px) {
  .sideNavBarContainer {
    bottom: 0px !important;
    top: 175px !important;
  }
}

@media (min-height: 1200px) {
  .sideNavBarContainer {
    bottom: 0px !important;
    top: 225px !important;
  }
}

@keyframes ldio-w6wxaevp1is {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.ldio-w6wxaevp1is div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-w6wxaevp1is 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ldio-w6wxaevp1is div:nth-child(1) {
  border-color: #ffffff;
  animation-delay: 0s;
}
.ldio-w6wxaevp1is div:nth-child(2) {
  border-color: #007bff;
  animation-delay: -1s;
}
.loadingio-spinner-ripple-uzz5bl7fpu {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-w6wxaevp1is {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-w6wxaevp1is div {
  box-sizing: content-box;
}
/* generated by https://loading.io/ */
.bannerVideoClass {
  position: absolute;
  width: 100%;
  object-fit: fill;
  height: 100vh;
}

.owl-dots {
  position: absolute;
  right: 45px;
  bottom: 150px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #007bff !important;
}
