@charset "UTF-8";
/* The Modal (background) */
.modal.lightbox {
  display: none;
  position: fixed;
  z-index: 900000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Modal Content */
  /* The Close Button */ }
  .modal.lightbox .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000000;
    opacity: 0.8;
    width: 100%;
    height: 100%; }
  .modal.lightbox .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 860px;
    height: 100%;
    z-index: 100;
    background-color: transparent;
    padding-top: 8%;
    border: 0 !important; }
    @media (max-width: 767.98px) {
      .modal.lightbox .modal-content {
        padding-left: 0 !important;
        padding-top: 20vh;
        width: 95%; } }
  .modal.lightbox .close_but {
    color: white;
    position: absolute;
    top: 60px;
    right: 30px;
    font-size: 44px;
    z-index: 100;
    line-height: 1;
    font-weight: 100; }
  .modal.lightbox .caption-container {
    padding: 12px 24px; }
    .modal.lightbox .caption-container p {
      color: #ffffff;
      font-size: 16px; }
      @media (max-width: 767.98px) {
        .modal.lightbox .caption-container p p {
          text-align: center; } }
  .modal.lightbox .texto-descripcion-img {
    display: inline-flex;
    justify-content: center;
    padding: 12px 200px; }
    @media (max-width: 767.98px) {
      .modal.lightbox .texto-descripcion-img {
        padding: 12px 15px !important; } }
  .modal.lightbox .lightbox_inner {
    display: none;
    position: relative;
    flex-direction: column;
    align-items: center;
    /* Number text (1/3 etc) */ }
    .modal.lightbox .lightbox_inner img {
      width: 100%;
      border-radius: 12px;
      max-width: 516px;
      max-height: 320px; }
    .modal.lightbox .lightbox_inner .numbertext {
      font-size: 21px;
      font-weight: bold;
      line-height: 1;
      padding: 5px 22px;
      position: absolute;
      top: 10px;
      right: 0;
      background: #bad405;
      border-radius: 17px; }
      @media (max-width: 767.98px) {
        .modal.lightbox .lightbox_inner .numbertext {
          font-size: 21px;
          font-size: 16px;
          right: 0px !important;
          margin-bottom: -30px;
          top: -45px !important; } }
  .modal.lightbox .cursor {
    cursor: pointer; }
  .modal.lightbox .prev, .modal.lightbox .next {
    background: #bad405;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 39%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 1024px) {
      .modal.lightbox .prev, .modal.lightbox .next {
        display: flex;
        top: 40vh; } }
      @media (max-width: 767.98px) {
        .modal.lightbox .prev, .modal.lightbox .next {
          display: flex;
          top: 37vh;; } }
  .modal.lightbox .prev {
    left: -53px; }
    @media (max-width: 767.98px) {
      .modal.lightbox .prev {
        left: 0px; } }
    .modal.lightbox .prev img {
      margin-left: -3.5px; }
  .modal.lightbox .next {
    right: -53px; }
    @media (max-width: 767.98px) {
      .modal.lightbox .next {
        right: 0px; } }
    .modal.lightbox .next img {
      margin-right: -3.5px; }

.texto-numero {
  right: 180px !important;
  margin-bottom: 8px;
  top: -52px !important; }

.tamaño-modal-img {
  height: 0 !important;
  justify-content: center; }

.x-close {
  top: -205px !important;
  right: 180px !important; }
  @media (max-width: 767.98px) {
    .x-close {
      top: -45vw !important;
      right: 0px !important; } }
