.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #68a77b;
  --bs-btn-border-color: #68a77b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a0a642;
  --bs-btn-hover-border-color: #a0a642;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a0a642;
  --bs-btn-active-border-color: #a0a642;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #68a77b;
  --bs-btn-disabled-border-color: #68a77b;
}

/*---------------------------------ERROR PAGES----------------------*/

.error-404 .btn {
  background: #68a77b;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #a0a642;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fcf6ef;
  background-color: rgba(128, 128, 128, 0.8);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0d6efd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.intro {
  height: 100vh;
  position: relative;
  color: #fcf6ef;
}

.intro .swiper-pagination {
  bottom: 50px;
}

.intro .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #fcf6ef;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}

.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #68a77b;
  width: 36px;
}

/*------/ Bg Image /------*/

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*----------HOME---------*/

.container-box-buscador {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fcf6ef;
  padding: 15px;
  border: 1px solid #fcf6ef;
  border-radius: 5px;
  z-index: 999;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
  width: 1000px;
}

.container-box-buscador .buscadorHome {
  padding: 0.3rem 0.5rem !important;
  width: 100%;
}

@media (max-width: 999px) {
  .container-box-buscador {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .rowBuscador {
    gap: 5px;
  }
}

/*----------EMPRESAS---------*/

/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/

@media (max-width: 767px) {
  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a span,
.card-box-b span,
.card-box-c span,
.card-box-d span {
  line-height: 0;
}

@media (min-width: 768px) {
  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}

@media (min-width: 768px) {
  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    /*transform: scale(1.2);*/
  }
}

@media (min-width: 768px) {
  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 27%,
    rgba(0, 0, 0, 0.65) 90%
  );
  /*background: rgba(85, 98, 112, 0.4);*/
}

@media (min-width: 768px) {
  .card-box-a:hover .card-body-a {
    /*padding-bottom: 1rem;*/
  }
}

@media (max-width: 767px) {
  /*.card-box-a .card-overlay-a-content {
        bottom: 65px;
    }*/
  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
}

.card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

@media (min-width: 768px) {
  .card-overlay-a-content {
    bottom: -20px;
  }
}

@media (min-width: 992px) {
  .card-overlay-a-content {
    bottom: 0px;
  }
}

.card-header-a {
  padding: 0 1rem;
}

.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0.7rem;
}

@media (min-width: 768px) {
  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .card-header-a .card-title-a {
    font-size: 2rem;
  }
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: 0.5rem;
}

.price-a {
  color: #ffffff;
  padding: 0.6rem 0.8rem;
  border: 2px solid #68a77b;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #68a77b;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

@media (min-width: 768px) {
  .card-info .card-info-title {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .card-info .card-info-title {
    font-size: 1rem;
  }
}

.card-info li span {
  color: #ffffff;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .card-info li span {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .card-info li span {
    font-size: 1rem;
  }
}

.cardImagen {
  /*background-size: cover;*/
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

@media (min-width: 768px) {
  .cardImagen {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .cardImagen {
    /*height: 400px;*/
  }
}

.card-shadow-b {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

/*------/ Pagination-a /------*/

.pagination-a {
  text-decoration: none;
}

.pagination-a .pagination .page-link {
  margin: 0 0.2rem;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  color: #2c2c2c;
}

.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: #68a77b;
}

.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-item.active .page-link {
  color: #fcf6ef;
}

.pagination-a .pagination .page-link:hover {
  background-color: #a0a642;
  color: #fcf6ef;
}

.pagination-a .pagination .page-link span {
  font-size: 1rem;
}

.pagination-a .pagination .next .page-link {
  padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: 0.4rem 0.9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: #68a77b;
}

.a {
  text-decoration: none;
  color: #68a77b;
  font-size: 1.3rem;
}

/*FULL CALENDAR*/

.fc-event:hover {
  cursor: pointer;
  background-color: #a0a642 !important;
  border-color: #a0a642 !important;
}

/*POP UP personalizado*/

.popupPersonalizado {
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(12px) !important;
}

.logoImagen {
  width: 150px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .logoImagen {
    width: 30%;
  }
}

.pricing .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.mesadiaclass {
  cursor: pointer;
  transition: box-shadow 0.4s ease;
}

.boxMesadiaclasSelected,
.mesadiaclass:hover {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.7) !important;
}

.pricing .btn-wrap {
  height: 96px !important;
}

.alertaMesadiaNoSelected {
  display: none;
}

.botonMesadiaNoSelected {
  display: none;
  width: 80%;
}

.modal-open-body {
  overflow: hidden !important;
}

.mesaEfecto:hover {
  transform: scale(1.05);
}

.mesaEfecto {
  transition: transform 0.2s ease-in-out;
}

.footerPrecio {
  display: flex;
  justify-content: center;
  align-items: center;
}

/**/

/* Bordered Tabs */

.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #a0a642;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #a0a642;
  border-bottom: 2px solid #a0a642;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  display: flex;
  justify-content: center;
}

.button-enviarCorreo {
  background: #68a77b;
  padding: 8px 25px;
  border: 1px !important;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s;
}

.button-enviarCorreo:hover {
  background: #a0a642;
}

/* SVG CHECK DE PAGO CONFIRMADO*/

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation-name: fill, scale;
  animation-duration: 0.4s, 0.3s;
  animation-timing-function: ease-in-out, ease-in-out;
  animation-delay: 0.4s, 0.9s;
  animation-fill-mode: forwards;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation-name: stroke;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.65, 0, 0.45, 1);
  animation-fill-mode: forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation-name: stroke;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.65, 0, 0.45, 1);
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

/*cruss*/
.crossmark {
  width: 52px;
  height: 52px;
  display: inline-block;
}

.crossmark__circle {
  stroke: #ff0000;
  stroke-width: 2;
  animation: dash 0.9s ease-in-out;
}

.crossmark__cross {
  stroke: #ff0000;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw 0.9s ease-in-out;
}

@keyframes dash {
  0% {
    stroke-dasharray: 0, 150;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 150, 0;
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  0% {
    stroke-dasharray: 0, 50;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 50, 0;
    stroke-dashoffset: 0;
  }
}

/*TEMPLATE*/

.wrapperPortal {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#mainPortal {
  flex: 1;
}

/*LABEL PAY*/
.pay .valor,
.pay .titulo,
.paid .valor,
.paid .titulo {
  font-size: 1.2rem;
}

.pay .titulo,
.paid .titulo {
  font-weight: bold;
}

.empresaCard {
  cursor: pointer;
}

/*Boton de distribución de mesas*/
/* Definimos la animación */
@keyframes pulse {
  0% {
    transform: scale(1);
    background: #a0a642;
    border-color: #a0a642;
  }

  50% {
    transform: scale(1.05);
    background: #68a77b;
    border-color: #68a77b;
  }

  100% {
    transform: scale(1);
  }
}

.button-pulse {
  transition: transform 0.8s ease;
  animation: pulse 2s infinite;
}

/*Temporizador*/
#timerExpiredPay {
  font-weight: bold;
  color: #333;
  padding: 0 20px 0 20px;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

#timerExpiredPay.expired {
  color: red;
  border-color: red;
}

/*Marca de agua de ambiente*/
.watermarkEnvironment {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 230px;
  height: 200px;
  transform: rotate(-45deg);
  font-size: 50px;
  font-weight: bold;
  color: red;
  pointer-events: none;

  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0.3;
}

/*PORTAL CSS*/
:root {
  --py-blue: #003893;
  --py-red: #d52b1e;
  --light-bg: #f8fafc;
  --ws-green: #25d366;
}
body {
  font-family: "Inter", sans-serif;
  background-color: var(--light-bg);
  color: #1e293b;
  scroll-behavior: smooth;
}

/* Navbar */
.navbar {
  background: white;
  border-bottom: 3px solid var(--py-blue);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.navbar-brand {
  font-weight: 800;
  color: var(--py-blue) !important;
  display: flex;
  align-items: center;
}
.py-flag {
  width: 30px;
  height: 18px;
  display: inline-block;
  background: linear-gradient(
    to bottom,
    #d52b1e 33%,
    #fff 33%,
    #fff 66%,
    #003893 66%
  );
  border: 1px solid #ddd;
  margin-right: 12px;
  border-radius: 2px;
}

/* Hero Section */
.hero {
  padding: 150px 0;
  background: white;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}
.hero h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.2;
}
.hero p {
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
  color: #64748b;
}

/* Categorías */
.category-box {
  background: white;
  border-radius: 20px;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #e2e8f0;
  text-align: center;
  cursor: pointer;
  height: 100%;
}
.category-box:hover {
  border-color: var(--py-blue);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.category-icon {
  font-size: 2rem;
  color: var(--py-blue);
  margin-bottom: 10px;
  display: block;
}

/* Directory Cards */
.card-directory {
  border: none;
  border-radius: 28px;
  background: white;
  transition: 0.4s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f5f9;
  padding: 30px !important;
}
.card-directory:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--py-blue);
}
.logo-placeholder {
  width: 65px;
  height: 65px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.btn-chat {
  background-color: var(--ws-green);
  color: white !important;
  border: none;
  border-radius: 15px;
  font-weight: 700;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  margin-top: auto;
}

/* Adhesión */
.adhesion-container {
  background: var(--py-blue);
  border-radius: 45px;
  padding: 60px;
  color: white;
  margin-top: 80px;
}
.form-white {
  background: white;
  border-radius: 35px;
  padding: 40px;
  color: #1e293b;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.section-tag {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--py-blue);
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 8px;
}

/* Promo & Price */
.promo-badge {
  background: var(--py-red);
  color: white;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 25px;
}
.btn-promo-ws {
  background-color: var(--ws-green);
  color: white !important;
  border: none;
  font-weight: 800;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  transition: 0.3s;
}
.qr-card {
  background: #fff;
  color: #1e293b;
  border-radius: 30px;
  padding: 35px;
  text-align: center;
  border: 2px solid #e2e8f0;
}

.contact-container {
  background: #e2e8f0;
  border-radius: 30px;
  padding: 40px;
  margin-top: 50px;
}

.nav-pills .nav-link {
  color: #64748b;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  margin: 4px;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 0.8rem;
}
.nav-pills .nav-link.active {
  background-color: var(--py-blue);
  color: white;
  border-color: var(--py-blue);
}

#idListaCategorias {
  position: relative;
}

#idListaCategorias .category-pill {
  min-width: 140px;
  min-height: 96px;
  border-radius: 18px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
}

#idListaCategorias .category-pill-icon {
  font-size: 2rem;
  line-height: 1;
}

#idListaCategorias .category-pill:not(.active) .category-pill-icon {
  color: var(--py-blue);
}

#idListaCategorias .category-label {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

#idListaCategorias::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
}

.card-directory p {
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-directory {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.card-directory:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-chat {
  background-color: var(--ws-green);
  color: white !important;
  border: none;
  border-radius: 15px;
  font-weight: 700;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  margin-top: auto;
}
/*
.enlace-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
  transition: all 0.25s ease;
  height: 100%;
}*/

.enlace-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
    transition: 0.2s;
}

.enlace-item:hover {
  background: #f1f6ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.enlace-icon {
  font-size: 20px;
}

.enlace-text {
  flex: 1;
}

.enlace-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}

.enlace-link {
  font-size: 0.95rem;
  font-weight: 600;
}

.enlace-url {
  font-size: 12px;
  color: #999;
}

.empty-state {
  text-align: center;
  color: #999;
  padding: 20px;
}

.enlace-meta {
  margin-top: 4px;
}

.enlace-date {
  font-size: 12px;
  color: #888;
}

.enlace-link {
  font-size: 13px;
  color: #0d6efd;
  font-weight: 500;
  margin-top: 6px;
  transition: all 0.2s ease;
}

.enlace-item:hover .enlace-link {
  text-decoration: underline;
}

.enlaces-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .enlaces-container {
    grid-template-columns: 1fr 1fr;
  }
}

/*LOGO PREVIEW BIG*/
.logo-preview-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5); /* negro fuerte */
  backdrop-filter: blur(1px);  /* ofuscado */
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.logo-preview-overlay.show{
  opacity: 1;
  visibility: visible;
}

.logo-preview-big{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 25vw;  
  min-width: 280px;
  max-width: 420px;
  max-height: 80vh;
  transform: translate(-50%, -50%) scale(.9);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.logo-preview-big.show{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.logo-preview-big img{
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 12px;
  padding: 20px;
  background: #fff; /* fondo blanco */
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

/* botón cerrar */
.btn-close-preview{
  position: absolute;
  top: -18px;
  right: -18px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0,0,0,.35);
  transition: .2s;
}

.btn-close-preview:hover{
  transform: scale(1.08);
}