.cmp-carousel-gallery {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  /* Navigation buttons */
  /* Indicator styles */
  /* Miniature Swiper (Thumbnails) */
}
.cmp-carousel-gallery .swiper {
  width: 100% !important;
  height: 100%;
  margin-top: 0px;
}
.cmp-carousel-gallery .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.cmp-carousel-gallery .swiper-slide .image {
  width: 100%;
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .swiper-slide .image {
    height: 100%;
  }
}
.cmp-carousel-gallery .swiper-slide .image .cmp-image {
  width: 100%;
  height: 46.75rem;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .swiper-slide .image .cmp-image {
    align-items: center;
    height: 100%;
  }
}
.cmp-carousel-gallery .swiper-slide .image .cmp-image img {
  display: block;
  width: auto;
  height: auto;
}
.cmp-carousel-gallery .swiper-slide .image .cmp-image .horizontal {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .swiper-slide .image .cmp-image .horizontal {
    height: 100%;
  }
}
.cmp-carousel-gallery .swiper-slide .image .cmp-image .vertical {
  width: auto;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .swiper-slide .image .cmp-image .vertical {
    height: 100%;
    width: 100%;
  }
}
.cmp-carousel-gallery .swiper-slide .image .cmp-image .vertical2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #d3d3d3 50% / cover no-repeat;
  filter: blur(22.79999924px);
}
.cmp-carousel-gallery .swiper-slide .image .cmp-image .horizontalMobile {
  height: 15.625rem;
}
.cmp-carousel-gallery .swiper-slide .image .cmp-image .horizontal2Mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #d3d3d3 50% / cover no-repeat;
  filter: blur(22.79999924px);
  display: none;
}
.cmp-carousel-gallery .swiper-slide .image .cmp-image .horizontal2Mobile.show {
  display: block;
}
.cmp-carousel-gallery .swiper-slide .cc_player,
.cmp-carousel-gallery .swiper-slide .custom-poster {
  min-height: 46.75rem;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-slide .cc_player,
  .cmp-carousel-gallery .swiper-slide .custom-poster {
    min-height: 36.25rem;
  }
}
.cmp-carousel-gallery .swiper-slide .cc_player.horizontal .contenedor .video-js {
  width: 100%;
  min-height: 46.75rem;
  height: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-slide .cc_player.horizontal .contenedor .video-js {
    min-height: 36.25rem;
  }
}
.cmp-carousel-gallery .swiper-slide .cc_player.horizontal .contenedor .video-js video {
  object-fit: unset;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-slide .cc_player.horizontal .contenedor .video-js video {
    object-fit: contain;
  }
}
.cmp-carousel-gallery .swiper-slide .cc_player .contenedor .video-js .vjs-control-bar {
  bottom: 0px;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-slide .cc_player .contenedor .video-js .vjs-control-bar {
    bottom: 0px;
  }
}
.cmp-carousel-gallery .swiper-slide .cc_player.horizontal {
  height: 100%;
}
.cmp-carousel-gallery .container-icon-counter-photo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.cmp-carousel-gallery .container-icon-counter-photo .photo-label {
  display: flex;
  align-items: center;
  background: #0c0c0c;
  color: white;
  padding: .5rem 1rem;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  max-width: fit-content;
  gap: 10px;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .container-icon-counter-photo .photo-label {
    padding: 4px 12px;
  }
}
.cmp-carousel-gallery .container-icon-counter-photo .photo-label .icon {
  font-size: 1.5rem;
}
.cmp-carousel-gallery .container-icon-counter-photo .photo-label .text {
  white-space: nowrap;
  font-family: var(--inter-semibold);
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .container-icon-counter-photo .photo-label .text {
    font-size: 12px;
    line-height: 1rem;
  }
}
.cmp-carousel-gallery .container-icon-counter-photo .photo-close {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  right: 5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .container-icon-counter-photo .photo-close {
    right: 1.5rem;
  }
}
.cmp-carousel-gallery .container-icon-counter-photo .photo-close span {
  border-radius: 2.625rem;
  border: 0.5px solid var(--Neutral-White, #ffffff);
  font-size: 1.5rem;
  color: var(--Neutral-White);
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .container-icon-counter-photo .photo-close span {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
  }
}
.cmp-carousel-gallery .buttons-gallery {
  position: absolute;
  z-index: 10;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px;
  border-radius: 12px;
  gap: 24px;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .buttons-gallery {
    bottom: 40px;
  }
}
.cmp-carousel-gallery .buttons-gallery .fullscreen-button,
.cmp-carousel-gallery .buttons-gallery .play-pause-button {
  color: white;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  background-color: black;
  border: 1px solid white;
  margin: auto;
}
.cmp-carousel-gallery .buttons-gallery .icon-full-screen::before {
  font-size: 18px;
}
.cmp-carousel-gallery .buttons-gallery .icon-play_fill::before {
  font-size: 24px;
}
.cmp-carousel-gallery .cmp-carousel {
  position: relative;
}
.cmp-carousel-gallery .swiper-button-next,
.cmp-carousel-gallery .swiper-button-prev {
  color: black;
  background-color: white;
  border-radius: 50%;
  border: 1px solid var(--Greyscale-200, #d8d8d8);
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color 0.3s ease-in-out;
  top: calc(50% - 116px);
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-button-next,
  .cmp-carousel-gallery .swiper-button-prev {
    width: 2rem;
    height: 2rem;
  }
}
.cmp-carousel-gallery .swiper-button-next:hover,
.cmp-carousel-gallery .swiper-button-prev:hover {
  background-color: #ffffff;
}
.cmp-carousel-gallery .swiper-button-next {
  right: -20px;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-button-next {
    right: -2px;
  }
}
.cmp-carousel-gallery .swiper-button-prev {
  left: -20px;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-button-prev {
    left: -2px;
  }
}
.cmp-carousel-gallery .swiper-thumbs-next,
.cmp-carousel-gallery .swiper-thumbs-prev {
  color: black !important;
  background-color: white !important;
  border-radius: 50%;
  border: 1px solid var(--Greyscale-200, #d8d8d8);
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color 0.3s ease-in-out;
  display: flex !important;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-thumbs-next,
  .cmp-carousel-gallery .swiper-thumbs-prev {
    width: 2rem;
    height: 2rem;
  }
}
.cmp-carousel-gallery .swiper-thumbs-next:hover,
.cmp-carousel-gallery .swiper-thumbs-prev:hover {
  background-color: #ffffff;
}
.cmp-carousel-gallery .swiper-thumbs-next:after {
  content: 'next';
  font-family: swiper-icons;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-thumbs-next:after {
    font-size: 10px;
    font-weight: bold;
  }
}
.cmp-carousel-gallery .swiper-thumbs-prev:after {
  content: 'prev';
  font-family: swiper-icons;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .swiper-thumbs-prev:after {
    font-size: 10px;
    font-weight: bold;
  }
}
.cmp-carousel-gallery .swiper-button-next:after,
.cmp-carousel-gallery .swiper-button-prev:after {
  font-size: 10px;
  font-weight: bold;
}
.cmp-carousel-gallery .container-footer-share {
  display: flex;
  background-color: #f2f2f2e8;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: row;
  bottom: 0px;
  z-index: 10;
  padding: 4px 8px;
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .container-footer-share {
    padding: 4px 12px 8px;
  }
}
.cmp-carousel-gallery .container-footer-share .content-footer-text {
  display: flex;
}
.cmp-carousel-gallery .container-footer-share .content-footer-text .content-footer-text-title {
  font-size: 0.875rem;
  line-height: 18px;
  color: #000;
  font-family: var(--inter-regular);
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .container-footer-share .content-footer-text .content-footer-text-title {
    font-size: .75rem;
    line-height: 1rem;
  }
}
.cmp-carousel-gallery .container-footer-share .content-footer-share-icon {
  display: flex;
}
.cmp-carousel-gallery .container-footer-share .content-footer-share-icon .text-share {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  margin-right: 0.625rem;
  text-decoration: underline;
  font-family: var(--inter-regular);
  cursor: pointer;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .container-footer-share .content-footer-share-icon .text-share {
    display: none;
  }
}
.cmp-carousel-gallery .container-footer-share .content-footer-share-icon .icon-share-alt {
  font-size: 21px;
}
.cmp-carousel-gallery .container-footer-share .content-footer-share-icon .content-footer-text-title {
  font-size: 0.875rem;
  line-height: 18px;
  color: #000;
  font-family: var(--inter-regular);
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .container-footer-share .content-footer-share-icon .content-footer-text-title {
    font-size: .75rem;
    line-height: 1rem;
  }
}
.cmp-carousel-gallery .container-footer-share .content-footer-share-icon .icon-share {
  cursor: pointer;
}
.cmp-carousel-gallery .cmp-carousel__indicators {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 10px;
}
.cmp-carousel-gallery .cmp-carousel__indicator {
  width: 12px;
  height: 12px;
  background-color: gray;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.cmp-carousel-gallery .cmp-carousel__indicator--active {
  background-color: black;
}
.cmp-carousel-gallery .thumb {
  position: relative;
}
.cmp-carousel-gallery .thumb .thumbsSwiper {
  width: 100%;
  height: 11.6875rem;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.4375rem;
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .thumb .thumbsSwiper {
    height: 9.6875rem;
  }
}
@media (max-width: 768px) {
  .cmp-carousel-gallery .thumb .thumbsSwiper {
    height: 8.6875rem;
  }
}
.cmp-carousel-gallery .thumb .swiper-thumbs-prev,
.cmp-carousel-gallery .thumb .swiper-thumbs-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 768px) {
  .cmp-carousel-gallery .thumb .swiper-thumbs-prev,
  .cmp-carousel-gallery .thumb .swiper-thumbs-next {
    display: none;
  }
}
.cmp-carousel-gallery .thumb .swiper-thumbs-prev {
  left: -9px;
}
.cmp-carousel-gallery .thumb .swiper-thumbs-next {
  right: -9px;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.502);
  border-radius: 5px;
  transition: opacity 0.3s ease-in-out;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .vjs-big-play-button {
  border-radius: 46px;
  width: 40px;
  height: 40px;
  background-color: var(--Neutral-White);
  position: absolute;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: -webkit-calc(20%);
  top: calc(50% - 30px);
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .vjs-big-play-button::before {
  font-family: 'icomoon';
  content: "\eb8a";
  font-size: 40px;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .container-footer-share-thumbs {
  display: flex;
  background-color: #f2f2f2e8;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  flex-direction: row;
  bottom: 0px;
  z-index: 10;
  padding: 4px 8px;
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .container-footer-share-thumbs {
    padding: 4px 8px;
    font-size: .75rem;
    line-height: 1rem;
  }
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .container-footer-share-thumbs .content-footer-text {
  display: flex;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .container-footer-share-thumbs .content-footer-text .content-footer-text-title {
  font-size: 0.875rem;
  line-height: 18px;
  color: #000;
  font-family: var(--inter-regular);
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .container-footer-share-thumbs .content-footer-share-icon {
  display: flex;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .container-footer-share-thumbs .content-footer-share-icon .text-share {
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  margin-right: 0.625rem;
  text-decoration: underline;
  font-family: var(--inter-regular);
  cursor: pointer;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .container-footer-share-thumbs .content-footer-share-icon .icon-share {
  cursor: pointer;
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .container-footer-share-thumbs .content-footer-share-icon .content-footer-text-title {
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-family: var(--inter-regular);
}
@media (max-width: 1024px) {
  .cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide .container-image-video .container-footer-share-thumbs .content-footer-share-icon .content-footer-text-title {
    font-size: .75rem;
    line-height: 1rem;
  }
}
.cmp-carousel-gallery .thumb .thumbsSwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 4px solid #007575;
}
.cmp-carousel-gallery .thumb .swiper-pagination {
  bottom: -50px;
}
.cmp-carousel-gallery .thumb .bullet {
  width: 12px;
  height: 12px;
  border-radius: 13px;
  border: 2px solid var(--Greyscale-300);
  background: transparent;
  opacity: 0;
  margin: 0 12px;
  box-sizing: unset;
}
.cmp-carousel-gallery .thumb .bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--Secondary-Black, #0c0c0c);
}
.cmp-carousel-gallery .thumb .bullet.swiper-pagination-bullet-active span {
  width: 10px;
  height: 10px;
  border-radius: 13px;
  background: var(--Secondary-Black, #0c0c0c);
  display: flex;
  margin: 1px 1px;
}
.cmp-carousel-gallery .thumb .swiper-pagination-bullet-active-main {
  opacity: 1;
}
.cmp-carousel-gallery.fullS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%;
  z-index: 99992;
  margin: 0;
  padding: 28px 0;
  overflow: auto;
}
.cmp-carousel-gallery.fullS .cmp-carousel {
  max-width: 1440px;
  margin: 0 auto;
}
.cmp-carousel-gallery.fullS .cmp-carousel .container-icon-counter-photo {
  justify-content: center;
  height: 3rem;
  margin-bottom: 3.875rem;
}
.cmp-carousel-gallery.fullS .cmp-carousel .container-icon-counter-photo .photo-label {
  background: unset;
}
.cmp-carousel-gallery.fullS .cmp-carousel .thumb {
  display: none;
}
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 {
  max-height: 950px;
  height: 100%;
}
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper {
  max-height: 700px;
  height: 100%;
  margin-bottom: 3.875rem;
}
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image {
  width: 100%;
  height: 100%;
}
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image .cmp-image {
  height: 100%;
}
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image .cmp-image .vertical2,
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image .cmp-image .horizontal2Mobile {
  display: none;
}
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player {
  height: 100%;
  min-height: unset;
}
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor .custom-poster {
  min-height: unset;
  height: 100%;
}
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor .video-js {
  min-height: unset;
}
.cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor .video-js .vjs-control-bar {
  bottom: 0;
}
.cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 72px;
  height: 40px;
}
.cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .swiper-button-prev,
.cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .swiper-button-next {
  position: relative;
  right: 0;
  left: 0;
  top: 11px;
}
.cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .container-footer-share {
  z-index: 1;
  display: flex;
  background-color: unset;
  color: var(--Neutral-White);
  padding: 0;
  height: 40px;
  position: absolute;
}
.cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .container-footer-share .content-footer-text .image-caption.content-footer-text-title {
  color: var(--Neutral-White);
}
.cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .container-footer-share .content-footer-share-icon .text-share {
  color: var(--Neutral-White);
}
.cmp-carousel-gallery.fullS .cmp-carousel .buttons-gallery {
  background: unset;
  padding: 0;
  top: 2px;
}
.cmp-carousel-gallery.fullS .cmp-carousel .buttons-gallery .play-pause-button {
  border: 0;
}
.cmp-carousel-gallery.fullS .cmp-carousel .buttons-gallery .fullscreen-button {
  display: none;
}
@media (max-width: 768px) {
  .cmp-carousel-gallery.fullS {
    padding: 28px 0 12px;
  }
  .cmp-carousel-gallery.fullS > div {
    height: 100%;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel {
    max-width: unset;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-icon-counter-photo {
    justify-content: space-between;
    height: 3rem;
    margin-bottom: 0;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-icon-counter-photo .photo-label {
    background: unset;
    padding: 4px 8px 8px 24px;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .thumb {
    display: none;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 {
    max-height: unset;
    height: auto;
    margin: 0;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper {
    max-height: unset;
    height: 100%;
    margin-bottom: 0;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: auto;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image .cmp-image {
    height: 100%;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image .cmp-image .vertical {
    width: 100%;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image .cmp-image .vertical2,
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image .cmp-image .horizontal2Mobile {
    display: none;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .image .cmp-image .horizontalMobile {
    height: auto;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player {
    height: 100%;
    min-height: unset;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor .custom-poster {
    min-height: unset;
    height: auto;
    top: unset;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor .audio-player {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor .audio-player .video-js video {
    object-fit: fill;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor .video-js {
    min-height: unset;
    flex-direction: column;
    justify-content: center;
    object-fit: contain;
    display: none;
    height: 0!important;
    padding-top: 56.25%;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor .video-js video {
    object-fit: contain;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player .contenedor .video-js .vjs-control-bar {
    bottom: 0;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player.vertical .contenedor .video-js {
    height: 100%!important;
    padding-top: 0;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player.vertical .contenedor .video-js video {
    object-fit: cover;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .swiper.mainSwiper2 .swiper-wrapper .swiper-slide .cc_player.vertical .contenedor .custom-poster {
    height: 100%;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    gap: 72px;
    height: 88px;
    bottom: unset;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .swiper-button-prev,
  .cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .swiper-button-next {
    position: relative;
    right: 0;
    left: 0;
    top: unset;
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: var(--Neutral-White);
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .container-footer-share {
    z-index: 1;
    display: flex;
    background-color: unset;
    color: var(--Neutral-White);
    padding: 0 24px;
    height: 40px;
    bottom: 40px;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .container-footer-share .content-footer-text .image-caption.content-footer-text-title {
    color: var(--Neutral-White);
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .container-footer-share .content-footer-share-icon .text-share {
    color: var(--Neutral-White);
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .buttons-gallery {
    background: unset;
    padding: 0;
    top: unset;
    bottom: 0;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .buttons-gallery .play-pause-button {
    border: 0;
  }
  .cmp-carousel-gallery.fullS .cmp-carousel .container-buttons-control .buttons-gallery .fullscreen-button {
    display: none;
  }
}
.cmp-carousel-gallery.horizontalCarrusel {
  padding: 12px 0;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .container-icon-counter-photo {
  margin-bottom: 0;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .swiper {
  height: auto;
  margin-bottom: 12px;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .swiper .swiper-slide .image .cmp-image img.vertical {
  height: 100%;
  width: auto;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .swiper .swiper-slide .image .cmp-image img.vertical2 {
  width: 100%;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .swiper .swiper-slide .image .cmp-image .horizontalMobile {
  height: 100%;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .swiper .cc_player.horizontal {
  height: 100%;
  min-height: unset;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .swiper .cc_player.horizontal .contenedor .video-js {
  min-height: unset;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .swiper .cc_player.horizontal .contenedor .custom-poster {
  min-height: unset;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .container-buttons-control {
  height: 70px;
}
.cmp-carousel-gallery.horizontalCarrusel .cmp-carousel .container-buttons-control .container-footer-share {
  padding: 0 24px;
  bottom: 18px;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .container-icon-counter-photo {
  margin-bottom: 0;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper {
  height: auto;
  margin-bottom: 12px;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper .swiper-slide .image .cmp-image .horizontalMobile {
  height: 100%;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper .swiper-slide .image .cmp-image img.vertical {
  height: 100%;
  width: auto;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper .cc_player {
  height: 100%;
  min-height: unset;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper .cc_player.vertical {
  width: 100%;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper .cc_player.vertical .contenedor {
  width: 100%;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper .cc_player.vertical .contenedor video {
  object-fit: fill;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper .cc_player .contenedor {
  height: 100%;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper .cc_player .contenedor .video-js {
  min-height: unset;
  padding: 0;
  height: 100%;
}
.cmp-carousel-gallery.horizontalCarrusel.fullS .cmp-carousel .swiper .cc_player .contenedor .custom-poster {
  min-height: unset;
  height: auto;
}
body.modalG {
  overflow: hidden;
}
body.modalG::before {
  content: '';
  background: #0c0c0c;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 99991;
}
@media (max-width: 768px) {
  body.modalG::before {
    position: fixed;
  }
}
