@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700&display=swap");
/* jost-regular - latin */
/* lora-regular - latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lora-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v25-latin-regular.woff2") format("woff2"), url("../fonts/lora-v25-latin-regular.woff") format("woff"), url("../fonts/lora-v25-latin-regular.ttf") format("truetype"), url("../fonts/lora-v25-latin-regular.svg#Lora") format("svg"); /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lora-v25-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v25-latin-700.woff2") format("woff2"), url("../fonts/lora-v25-latin-700.woff") format("woff"), url("../fonts/lora-v25-latin-700.ttf") format("truetype"), url("../fonts/lora-v25-latin-700.svg#Lora") format("svg"); /* Legacy iOS */
}
html {
  height: 100%;
  font-size: 72%;
  -moz-text-size-adjust: auto;
       text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto;
}

body {
  background-color: #E3E3E3 !important;
  background-image: url(../images/bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 100%;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: rgba(25, 23, 26, 0.9);
  padding: 0px;
  overflow-x: hidden;
}

main {
  padding-bottom: 60px;
}

.brown {
  color: rgba(25, 23, 26, 0.9);
}

.gold {
  color: #AB9559;
}

.bg-brown-opacity {
  background: rgba(25, 23, 26, 0.8);
}

.bg-brown {
  background-color: rgba(25, 23, 26, 0.9);
}

.bg-black {
  background-color: black;
}

.bg-black-opacity {
  background: rgba(0, 0, 0, 0.8);
}

.bg-gold {
  background-color: #AB9559;
}

@media screen and (max-width: 768px) {
  header .flex-content {
    max-width: inherit;
  }
}

@media screen and (max-width: 768px) {
  main .flex-content {
    max-width: calc(100% - 30px);
    padding-bottom: 115px !important;
  }
}

footer {
  background-color: black;
}
@media screen and (max-width: 768px) {
  footer .flex-content {
    max-width: inherit;
  }
}
footer span {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #95C062;
}
footer p {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: white;
  cursor: pointer;
  opacity: 0.6;
}
footer p:hover {
  opacity: 1;
}
footer .links .item {
  text-align: center;
  text-decoration: none;
}
footer .links .item.active {
  filter: brightness(5);
}
footer .links .item span {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: white;
  opacity: 0.6;
  padding-top: 12px;
  display: none;
}
footer .links .item span:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  footer .links .item span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer .iconofooter {
    width: 25px;
  }
}

.videoplayer {
  opacity: 0;
  transition: opacity 0.5s;
  padding-bottom: 60px;
}

.custom-controls {
  background-color: rgba(25, 23, 26, 0.8);
  height: 62px;
  display: none;
}
.custom-controls .runtime {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: white;
}
.custom-controls .fwd-rwd .btn-forward {
  transform: rotate(180deg);
}
.container-info .btn-fullscreen {
  position: relative;
  left: calc(100% - 26px);
  display: block;
  margin-bottom: -26px;
}
.container-info .btn-fullscreen:hover {
  cursor: pointer;
  opacity: 0.8;
}
.container-info .info-text {
  font-family: "Lora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32px;
  line-height: 2rem;
}
.container-info .info-text h4 {
  font-family: "Lora", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.breadcrumbs span {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}

.scrollbar {
  padding-right: 86px;
  float: left;
  height: calc(100vh - 295px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  margin-top: 30px;
}
.scrollbar .force-overflow {
  min-height: 450px;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.scrollbar::-webkit-scrollbar {
  width: 14px;
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: #95C062;
}

.info-description {
  height: calc(100vh - 176px);
}
@media screen and (max-width: 768px) {
  .info-description {
    height: inherit;
  }
}
.info-description h2 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: left;
  color: #95C062;
  padding-bottom: 12px;
}
.info-description h3 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0em;
  text-align: left;
  color: #95C062;
  padding-bottom: 12px;
}
.info-description p {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
.info-description ul {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
.info-description ul li {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
.info-description a {
  color: white;
}

#pal-help .info-description {
  height: auto;
  margin-bottom: 80px;
}

.img-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.8);
}

.carouselHelp .js-irSlideAyuda {
  cursor: pointer;
}
.carouselHelp .carr img {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.carouselHelp .carr h4 {
  font-family: "Lora", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: white;
}
.carouselHelp .carr:hover img, .carouselHelp .carr.active img {
  border: 2px solid #95C062;
}
.carouselHelp .carr:hover h4, .carouselHelp .carr.active h4 {
  color: #95C062;
}
.carouselHelp .carousel-control-prev-icon {
  background-image: url("../images/arrow-slider-nav-g.svg");
  transform: rotate(180deg);
}
.carouselHelp .carousel-control-next-icon {
  background-image: url("../images/arrow-slider-nav-g.svg");
}
.carouselHelp .carousel-control-prev {
  left: -30px;
  top: -58px;
  width: auto;
}
.carouselHelp .carousel-control-next {
  right: -30px;
  top: -58px;
  width: auto;
}
.carouselHelp .swiper-button-next {
  right: -15px;
  left: auto;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/arrow-slider-nav-g.svg");
}
.carouselHelp .swiper-button-next:after {
  display: none;
}
.carouselHelp .swiper-button-prev {
  left: -15px;
  right: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/arrow-slider-nav-g.svg");
  transform: translateY(-50%) rotate(180deg);
}
.carouselHelp .swiper-button-prev:after {
  display: none;
}

.video-js .vjs-control-bar {
  background-color: rgba(25, 23, 26, 0.8);
  height: 62px;
  bottom: auto;
  top: 100%;
  display: flex;
  opacity: 1 !important;
}
.video-js .vjs-control-bar .vjs-play-control {
  /*
  display:none;
  */
  color: #95C062;
  width: 30px;
}
.video-js .vjs-control-bar .vjs-play-control .vjs-icon-placeholder {
  width: 20px;
}
.video-js .vjs-control-bar .vjs-play-control .vjs-icon-placeholder:before {
  transform: scale(175%);
  top: 27px;
  left: 5px;
}
.video-js .vjs-control-bar .vjs-volume-panel {
  display: none;
}
.video-js .vjs-control-bar .vjs-current-time {
  display: block;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: white;
  padding-right: 3px;
}
.video-js .vjs-control-bar .vjs-time-divider {
  display: block;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: white;
  padding: 0px;
  min-width: inherit;
}
.video-js .vjs-control-bar .vjs-duration {
  display: block;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: white;
  padding-left: 3px;
}
.video-js .vjs-control-bar .vjs-remaining-time {
  display: none;
}
.video-js .vjs-control-bar .vjs-time-control {
  line-height: 62px;
}
.video-js .vjs-control-bar .vjs-fullscreen-control {
  display: none;
}
.video-js .vjs-control-bar .vjs-button {
  max-width: inherit;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.video-js .vjs-control-bar .vjs-button img {
  margin-left: auto;
  margin-right: auto;
  padding: 0px !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
  width: 30px;
}
.video-js .vjs-control-bar .vjs-button img.revers {
  transform: rotate(180deg);
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.video-js .vjs-big-play-button {
  border: none;
  background-color: transparent;
  top: 50%;
  left: 50%;
  background-image: url("../images/play.svg");
  background-color: transparent;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 165px;
  width: 165px;
  background-color: transparent !important;
  transform: translate(-50%, -50%);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none !important;
}
.video-js .vjs-progress-holder .cue {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #95C062;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-js .vjs-play-progress {
  background-color: #95C062;
}
.video-js .vjs-play-progress:before {
  display: none;
}

.indice {
  position: fixed;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  background-color: rgba(25, 23, 26, 0.9);
  width: 600px;
  max-width: 100%;
  z-index: 1050;
  transform: translateX(-100%);
  padding-top: 60px;
  transition: transform 0.5s;
  overflow-y: auto;
}
.indice.active {
  transform: translateX(0px);
}
.indice .volver {
  color: white;
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.indice h2 {
  font-family: "Lora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32px;
  line-height: 2rem;
  color: white;
}
.indice .contenedorCapitulos .capitulo {
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.indice .contenedorCapitulos .capitulo img {
  max-width: 120px;
}

.indiceBack {
  position: fixed;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  display: none;
  z-index: 1049;
}
.indiceBack.active {
  display: block !important;
}

.preview {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(25, 23, 26, 0.8);
  z-index: 100000;
}
.preview .cerrar {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  color: white;
  text-align: center;
  text-decoration: none;
}
.preview .cerrar span {
  background-color: #95C062;
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
}
.preview #contenedorImagen {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 50px;
  height: calc(100% - 50px);
}
.preview #contenedorImagen .carousel-item {
  height: 100vh;
}
.preview #contenedorImagen .carousel-item .imagen {
  width: 100%;
  height: calc(100vh - 50px);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.preview #contenedorImagen .carousel-control-prev {
  width: auto;
  left: -70px;
  background: none;
}
.preview #contenedorImagen .carousel-control-prev img {
  transform: rotate(180deg);
}
.preview #contenedorImagen .carousel-control-prev .carousel-control-prev-icon {
  background: none;
}
.preview #contenedorImagen .carousel-control-next {
  width: auto;
  right: -70px;
  background: none;
}
.preview #contenedorImagen .carousel-control-next .carousel-control-next-icon {
  background: none;
}
.preview #contenedorImagen #contenedorImagenTextos {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.preview #contenedorImagen #contenedorImagenTextos .carousel-indicators {
  position: relative;
}
.preview #contenedorImagen #contenedorImagenTextos .colapsar {
  position: absolute;
  top: 52px;
  left: -40px;
  background-color: #95C062;
  border-radius: 50%;
}
.preview #contenedorImagen #contenedorImagenTextos .colapsar img {
  width: 25px;
  height: 25px;
  padding: 5px;
}
.preview #contenedorImagen #contenedorImagenTextos .contTexto {
  background-color: rgba(25, 23, 26, 0.8);
}
.preview #contenedorImagen #contenedorImagenTextos .contTexto h2 {
  color: white;
}
.preview #contenedorImagen #contenedorImagenTextos .contTexto .texto {
  color: white;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}

#videoSTD video {
  background-color: black;
}

#pal-codigo {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  color: white;
}
#pal-codigo h1 {
  color: white;
  font-family: "Lora", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
#pal-codigo label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
}
#pal-codigo input {
  height: 40px;
  line-height: 40px;
  max-width: 350px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#pal-codigo .btn {
  height: 40px;
  border-radius: 20px;
  border: solid 1px #95C062;
  color: white;
  background-color: #95C062;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 40px;
  line-height: 2.5rem;
}
#pal-codigo .btn.btn-secondary {
  border: solid 1px white;
  background-color: rgba(0, 0, 0, 0.7);
}
#pal-codigo .has-error input {
  border: solid 2px red;
}

.js-modal {
  cursor: pointer;
}

.js-volver {
  text-decoration: none;
}

.js-modal-extra {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.posicion-absoluta-md {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .posicion-absoluta-md {
    position: relative;
  }
}

.container {
  max-width: 95% !important;
}
@media screen and (min-width: 768px) and (max-height: 650px) {
  .container {
    max-width: 1024px !important;
  }
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

#menuidioma {
  color: white;
  position: relative;
  padding: 10px;
}
#menuidioma a {
  color: white;
  text-decoration: none;
}
#menuidioma a img {
  border-radius: 8px;
  margin-left: 15px;
}
#menuidioma a:after {
  display: none;
}
#menuidioma .submenu-idioma {
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 10px;
  margin-top: 20px;
  background-color: rgba(25, 23, 26, 0.9);
  z-index: 999;
}
#menuidioma .submenu-idioma li {
  list-style: none;
  padding: 0px;
}
#menuidioma .submenu-idioma a {
  padding-top: 5px;
  padding-bottom: 5px;
}

#encuestas #survey.cont-videos p {
  color: #FFF;
}
#encuestas #survey .btn-continuar {
  background-color: rgba(25, 23, 26, 0.9);
  padding: 10px 25px;
  border: 0;
  color: #FFF;
  text-transform: uppercase;
}
#encuestas #survey p.text-right {
  margin-top: 20px;
  text-align: right;
}
#encuestas h4.question {
  font-size: 16px;
}
#encuestas ul.options {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
#encuestas ul.options li {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #FFF;
}
#encuestas ul.options li button {
  background-color: rgba(25, 23, 26, 0.9);
  padding: 10px 25px;
  border: 0;
  color: #FFF;
}
#encuestas ul.options li button.active {
  background-color: #DC9C03;
}/*# sourceMappingURL=style.css.map */