body{margin:0; padding:0;}
h1, .h1{
    font-family: "EB Garamond", serif;
    font-size: clamp(2.5rem, 1.45vw + 2.5rem, 5rem); /* 48px → 80px */
    font-style: normal;
    font-weight: 800;
    line-height:  85%; /* 69.7px */
    letter-spacing: 2.46px;
    margin-bottom: clamp(1.25rem, 0.8vw + 1rem, 1.875rem); /* 20px → 30px */
}
h2, .h2{
    font-family: "EB Garamond", serif;
    font-size: clamp(1.875rem, 1.2vw + 1.3rem, 3.125rem); /* 30px → 50px */
    font-style: normal;
    font-weight: 500;
    line-height: 96%; /* 48px */
    letter-spacing: 1.5px;
    color:#9E988B;
    margin-bottom: clamp(1.25rem, 0.8vw + 1rem, 2rem); /* 20px → 30px */
}
h3, .h3{
    font-family: "EB Garamond", serif;
    font-size: clamp(1.25rem, 0.6vw + 1rem, 1.75rem); /* 20px → 28px */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    color:#0D2E14;
}
h4, .h4{
    font-family: "EB Garamond", serif;
    font-size: clamp(1rem, 0.4vw + 0.9rem, 1.25rem); /* 16px → 20px */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}
p, .p, form, form input, form textarea, .post-blog ul li{
  font-family: "Work Sans", sans-serif;
  font-size: clamp(0.938rem, 0.2vw + 0.9rem, 1.000rem); /* 15px → 17px */
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 147.059% */
  color:#1E1E1E;
  
}
a{
  transition: all 200ms ease-out;
}
.link-style a:hover, .footer-links a:hover{
  opacity: 0.6;
}
/** scrolled **/
.scrolled{
    position: fixed;
    padding-bottom: 15px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgb(255 255 255 / 100%);
    transition: all 0.3s ease-in-out;
    animation: smoothScroll 0.5s forwards; } @keyframes smoothScroll { 0% { transform: translateY(-55px); } 100% { transform: translateY(0px); } 
}
.navbar img.d-scrolled{
  display: none;
}
.navbar img.d-none-scrolled{
  max-width: 170px;
}
.scrolled .navbar img.d-scrolled{
    display: block;
    width: 170px;
    padding: 10px 0;
}
.scrolled .navbar img.d-none-scrolled{
      display: none;
}
.scrolled .menu-top{
  display: none;
}
.scrolled .navbar{
  padding:0;
}
/***/
.naranja, .active{
    color:#C93615;
} 
.bg-naranja{
    background-color:#C93615;
}
.beige{
    color:#E2E3D9;
}
.bg-beige{
    background-color: #E2E3D9;
}
.verde{
  color:#0D2E14;
}
.arena{
    color:#9E988B;
}
.bg-arena{
    background-color:#9E988B;
}
.marron{
    color:#432D1E;
}
.bg-marron{
    background-color:#432D1E;
}
.border-right-arena{
  border-right:1px solid #9E988B;
}
.border-bottom-arena{
  border-bottom:1px solid #9E988B;
}
.border-top-arena{
  border-top:1px solid #9E988B;
}
.border-arena{
  border:1px solid #9E988B;
  height: 100%;
}
.icon-arena{
  fill:#9E988B
}
.icon-gris{
  fill:#1E1E1E
}
.container {
  max-width: 100%;  /* anula límites de ancho */
  padding-left: 2.5vw ;
  padding-right: 2.5vw ;
}
section{
  padding-bottom: 100px;
}
.pie-foto{
  font-size:15px;
  margin-bottom: 25px;
}
.post-blog img{
  margin-bottom: 10px;
  width: 100%;
}
.post-blog ul li{
  margin-bottom: 10px;
}
.post-blog ul li::marker{
  color: #9E988B;
}
.footer-links a, .footer-links span{
  color:  #1E1E1E;
  font-family: "EB Garamond", serif;
  font-size: clamp(0.938rem, 0.2vw + 0.9rem, 1.200rem); /* 15px → 17px */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.links-legales{
  border-top: 1px solid #000
}
.links-legales a{
  color:  #1E1E1E;
  font-family: "Work Sans", sans-serif;
  font-size:14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin:0px 6px ;
  display: inline;
  position: relative;
  
}
.links-legales a:not(:last-child)::after{
  content:'';
  height: 100%;
  width: 1px;
  background-color: #1E1E1E;
  position: absolute;
  right: -6px;
}
footer img{
  max-width: 200px;
  margin-bottom: 20px;
}
/** menú **/
.hamburger-menu .menu-izquierda, .hamburger-menu .menu-derecha {
    margin-bottom: 0;
    
}
.menu-derecha{
  padding: 0;
}
.hamburger-menu .menu-derecha li:first-child{
}
.hamburger-menu .menu-izquierda li:last-child{
  padding-right:23px !important;
}

.menu-izquierda{
  display: flex;
  justify-content:end;
}
.hamburger-menu li{
    list-style-type: none;
    font-weight: 700;
    font-size: 16px;
    padding-left:23px;
}
.hamburger-menu li a{
  color: #1E1E1E;
  font-family: "EB Garamond", serif;
  font-size: clamp(1rem, 0.4vw + 0.9rem, 1.25rem);;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display:flex;
  align-items:center;
  transition: all 0.3s ease-in-out;
}
.hamburger-menu li.idiomas{
  display: flex;
}
.hamburger-menu li.idiomas a{
  position: relative;
  margin-left: 5px;
    font-size: 17px;
    line-height: inherit;
    color:#9E988B;
    margin-top: 3px;
}
.hamburger-menu li.idiomas a:not(:last-child)::after{
  content:'';
  position: absolute;
  background-color: #9E988B;
  width: 1px;
  height: 70%;
    right: -3px;
}
.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0.65em;   /* un poco más grande */
  height: 0.65em;
  margin-left: 0.35em;
  vertical-align: middle;

  background-color: currentColor; /* el color lo controlas con color: ... */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3.2 5.2a1 1 0 0 1 1.6 0L8 8.4l3.2-3.2a1 1 0 0 1 1.6 1.2l-4 4a1 1 0 0 1-1.6 0l-4-4a1 1 0 0 1 0-1.2z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3.2 5.2a1 1 0 0 1 1.6 0L8 8.4l3.2-3.2a1 1 0 0 1 1.6 1.2l-4 4a1 1 0 0 1-1.6 0l-4-4a1 1 0 0 1 0-1.2z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  margin-top: 5px;
  border: none !important;
}
.dropdown-menu {
    background-color: #E2E3D9;
    border: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-radius: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: transparent;
}


.menu-items-container{
  display:flex;
      align-items: center;
}
.hamburger-menu li a:hover, .hamburger-menu li a.active{
    color: #C93615;
}
.dropdown-item.active{background:#E2E3D9 !important}
.hamburger-menu input[type="checkbox"], .hamburger-menu input[type="checkbox"]:before, .hamburger-menu  input[type="checkbox"]:after{
    display: none;
}
.hamburger-menu{
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  position: relative
}
.navbar{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  align-items:center;
  display: flex;
  justify-content: center;
}
.navbar-brand{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0
}
/**/
.bg-img{
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}
.aspect-16_9{
  aspect-ratio: 16/9;
}
.aspect-4_3{
  aspect-ratio: 4/3;
}
.aspect-3_4{
  aspect-ratio: 3/4;
}
.aspect-21_9{
  aspect-ratio: 21/9;
}
.aspect_panoramico{
  aspect-ratio: 173 / 63
}
.bg-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-100{
  margin-top: 100px;
}
.pt-100{
  padding-top: 100px;
}
.after-element{
  position: relative;
}
.after-element::after{
  content:'';
      background-image: url(../img/elemento.svg);
    position: absolute;
    z-index: 2;
    background-size: cover;
    width: 61px;
    height: 67px;
}
.after-element-bottom-right::after{
  right: -40px;
  bottom: -40px;
}
.after-element-top-left::after{
  top: -30px;
  left: -30px;
}
/* Estilos base de botón */
.cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;

  padding: 5px 20px;
  border-radius: 50px;

  text-align: center;
  text-decoration: none;

  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.6px;

  cursor: pointer;

  /* Animación */
  transform-origin: center;
  will-change: transform, box-shadow;
  transition: transform 220ms cubic-bezier(.2,.9,.2,1),
              box-shadow 220ms cubic-bezier(.2,.9,.2,1);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Variante primaria */
.cta-primary {
  border: 1px solid #C93615;
  color: #C93615;
}

/* Variante secundaria */
.cta-secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* Hover + Focus (animación base) */
.cta:hover,
.cta:focus-visible {
  transform: scale(1.04) translateZ(0);
  outline: none;
}

/* Hover + Focus específico para variante primaria */
.cta-primary:hover,
.cta-primary:focus-visible {
  box-shadow: 0 10px 22px rgba(201, 54, 21, 0.14),
              0 4px 8px rgba(201, 54, 21, 0.08);
}

/* Hover + Focus específico para variante secundaria */
.cta-secondary:hover,
.cta-secondary:focus-visible {
  box-shadow: 0 10px 22px rgba(255, 255, 255, 0.14),
              0 4px 8px rgba(255, 255, 255, 0.08);
}

/* Indicador accesible en focus con teclado */
.cta-primary:focus-visible,
.cta-secondary:focus-visible {
  box-shadow: 0 10px 22px rgba(201, 54, 21, 0.14), /* primaria */
              0 0 0 3px rgba(201, 54, 21, 0.14);     /* foco para accesibilidad */
}

/* Respeta prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .cta {
    transition: none;
  }
  .cta:hover,
  .cta:focus-visible {
    transform: none;
    box-shadow: none;
  }
}

/** slider center **/
.style-slider-center {
  overflow:hidden;
  padding-bottom: 10px;
}
.style-slider-center .slide {
  transition: all 0.4s ease;
  overflow:hidden;
  padding: 0 10px 25px;
}

.style-slider-center .slide img {
  width: 100%;
  height: 270px;   /* laterales: altura menor */
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease;
  margin-bottom: 10px;
}

.style-slider-center .slide p {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.style-slider-center .slide a{
  opacity: 0;
}
.style-slider-center .slide h3{
  color:#9E988B;
}
.style-slider-center .slick-center h3{
  color:#0D2E14;
}
.style-slider-center .slide .under-arrows{
  display:none;
}
.style-slider-center .slick-center .under-arrows{
  display:flex;
  margin-bottom: 15px;
  margin-top: 15px;
}
.style-slider-center .icon-style{
  height: 15px;
}
.style-slider-center a{
  text-decoration: none;
}
.under-arrows .arrow::after {
    top: -1px;
    position: absolute;
}
.under-arrows .prev.arrow::after{
  right:0;
}
.under-arrows .next.arrow::after{
  right:20px;
}
/* Central más ancha y alta */
.style-slider-center .slick-center {
    flex: 0 0 50% !important;
    position: relative;
}
.after-line-bottom-naranja{
  position: relative;
}
.style-slider-center .slick-center .after-line-bottom-naranja::after, 
a.card-category-style:hover .after-line-bottom-naranja::after {
  content:'';
  background-color:#C93615;
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 4px;
  transition: all 200ms ease-out;
}
.style-slider-center .slick-center img {
  height: 320px; /* más alto que laterales */
}
.style-slider-center .slick-center p {
  opacity: 1;
}
.style-slider-center .slick-center a {
  opacity: 1;
}
/* Laterales más estrechas */
.style-slider-center .slick-slide {
  flex: 0 0 30% !important;  /* menos ancho */
}


/* Contenedor de flechas bajo la imagen central */
.under-arrows{
  display: flex;
  justify-content: space-between;
  position: relative;
  pointer-events: auto;
  z-index: 2;
}
.arrow{
  border: none;
  background: none;
  cursor: pointer;
  padding: 15px 0px 0px ;
}
.arrow::after{
  content: url(../img/long-arrow-orange.svg) !important;
}
.arrow.prev{
  transform: rotate(180deg) !important;
}
.arrow.next{
  padding-right: 20px;
}
/************/
.header-interior{
  background-position: center center;
  background-size:cover;
  background-repeat: no-repeat;
  background-image: url(../img/salar-makgadikgadi.webp);
  position: relative;
  /*padding-top: 25%;*/
  min-height: 73vh;
  display: flex;
  justify-content: flex-start;
    align-items: flex-end;
  
}
.header-interior .row{
  width: 100%;
}
.header-interior h1{
  z-index:5;
  position: relative
}
.header-interior::after{
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  content:'';
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.8;
}
.tag{
  display: inline-flex;
  padding: 1px 9px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  flex-shrink: 0;
  border-radius: 58px;
  background-color: #C93615;
  color:#FFFFFF;
  font-size: 14px;
  margin-bottom: 3px;
  text-decoration: none;
  border:1px solid #C93615;
}
a.tag:hover{
  border:1px solid #C93615;
  background-color: #fff;
  color:#C93615;
}
.icon-style{
  width: 15px;
  margin-right:10px;
  margin-bottom: 7px;
}
.logo-slider{
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  z-index:3;
}
.slider-single-item{
  position: relative;
}
.slider-single-item .logo{
  position: absolute;
}
.single-item{
  width: 100%;
      height: 73vh;
}
.bg-img-card {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    transition: all 200ms ease-out;
}
.card-style .bg-img-card{
  padding-top: 70%;
  display: flex;
}
.card-style a, .card-style-beige a, a.card-vertical, a.card-category-style{
  text-decoration: none
}
.card-style:hover img, .card-vertical:hover img {
    transform: translateX(7px);
}
.card-style img, .card-vertical img{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
a.card-style {
  position: relative;
  display: block;
  overflow: hidden;
}
.card-style .bg-img-card::before,  a.card-vertical .bg-img-card::before{
  content: "";
  position: absolute;
  inset: 0; 
  background-color: #E2E3D9;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2; 
}
.card-style:hover .bg-img-card::before, a.card-vertical:hover .bg-img-card::before  {
  opacity: 0.6; 
}
.card-style:hover .bg-img-card, a.card-vertical:hover .bg-img-card{
   filter: grayscale(100%);
}
.card-vertical .bg-img-card{
  padding-top:115%;
}
.card-vertical{
  border-bottom: 1px solid #9E988B;
  margin-bottom: 80px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.card-style-beige{
  display: flex;
  flex-direction:column;
  position: relative;
  padding: 20px;
  min-height: 440px;
  justify-content: space-between;
}
.card-style-beige div, .card-style-beige a{
  z-index:5;
}
.card-style-beige::before{
  background-image: url(../img/salar-makgadikgadi.webp);
  content: "";
  position: absolute;
  inset: 0; 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);  
}
.card-style-beige::after {
  content: "";
  position: absolute;
  inset: 0; 
  background-color: #E2E3D9;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  z-index: 2; 
}
.card-style-beige:hover::after{
  opacity: 0;
}
.card-style-beige:hover::before{
  filter: grayscale(0%);  
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    opacity: 1;
    color:transparent;
    content:url(../img/long-arrow-orange.svg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next, .slick-prev{
    bottom: -40px;
    top: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev{
  transform: rotate(180deg) !important;
  transform-origin: center;
  left: 15px;
  bottom: -30px;
  z-index: 30;
}
.slick-next {
  right: 15px;
}
.slider-overflow-right .bg-img-card{
  margin-bottom: 10px;
}
.card-category-style .bg-img-card{
  padding-top: 130%
}
.two-column-grid .card-category-style .bg-img-card{
  padding-top: 65%;
}
.card-category-style{
  padding-right: 10px;
}
.card-category-style h3{
  font-size: 20px;
}
a.card-category-style:hover h3{
  color:#C93615;
}
a.card-category-style{
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.slider-overflow-right .slick-list {
  padding-left: 0 !important;
  padding-right: 200px !important; /* ajusta este valor a lo que quieras */
}
.slider-overflow-right .slick-next{
      right: 35px;
}
form label {
  color: #ffffff !important; 
}
form input, form textarea{
  color:#ffffff !important;
    padding-left:3px !important;
}
button{
  background-color: transparent;
}
.form-floating>textarea:focus~label::after, .form-floating>textarea:not(:placeholder-shown)~label::after {
    content: none !important;
}
.form-floating>label{
  z-index:0 !important;
}
.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9E988B;
  border-radius: 0;
  color: #ffffff;
}
.form-control:focus {
  box-shadow: none;
      background-color: transparent!important;
  border-bottom: 2px solid #9E988B; 
}
.form-floating>label{
  padding-left:0 !important;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
      transform: scale(.85) translateY(-0.7rem) translateX(.15rem);
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{
}
.boton_politica input[type="checkbox"] {
    visibility:hidden;
    position:relative;
    color:#9E988B;
    margin:1em;
    cursor:pointer;
    appearance: none;
        font-size: 14px;
  }
  
.boton_politica input[type="checkbox"]:before,
.boton_politica input[type="checkbox"]:after {
content:"";
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
visibility:visible;
width:2em;
height:2em;
box-sizing:border-box;
}

.boton_politica input[type="checkbox"]:before {
border:2px solid #9E988B;
transition:border 0.1s ease-out;
}

.boton_politica input[type="checkbox"].red:before {border-color:#9E988B;}


.boton_politica input[type="checkbox"]:after {
content:url(/assets/img/check-arena.svg);
text-align:center;
padding: 2px;
line-height:2em;
font-weight:bolder;
overflow:hidden;
opacity:0;
transition:opacity 0.1s ease-in;
}

.boton_politica input[type="checkbox"]:checked:after {opacity:1;    color: #fff;}
.boton_politica label {
cursor: default;

}
.text-small{
  font-size:13px;
  line-height: 15px;
}
.enlaces-contacto a{
  color:  #1E1E1E;
  text-decoration: none;
}
.enlaces-contacto span{
  line-height: 30px;
  font-family: "Work Sans", sans-serif;
}
.pagination{
  justify-content: center;
  font-family: "EB Garamond", serif;
   --bs-pagination-disabled-color: transparent;
    --bs-pagination-disabled-bg: transparent;
    --bs-pagination-disabled-border-color: transparent;
}
.page-link{
  border:0;
  color:#000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active>.page-link, .page-link.active{
  background:transparent;
  color:#C93615;
  font-weight: bold;
}
.page-link:hover{
  background-color:transparent;
  color:#C93615;
}
.page-item:first-child .page-link{
  transform: rotate(180deg) !important;
  margin-right: 50px;
}
.page-item:last-child .page-link{
  color:transparent;
  margin-left: 50px;
}
.page-item:first-child .page-link::before, .page-item:last-child .page-link::after  {
  content: url(../img/arrow-orange.svg);
  position: absolute;
  top: 9px;
}

.page-item .page-link span[aria-hidden="true"] {
  display: none;
}
.features-border .border-right-arena{
  padding-right: 15px;
  width: 100%;
  }
  .features-border {
    height: 100%;
    display: flex;
  }
.pag-formuario{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}  
.error-page{
  padding:10% 0;
}
/*********
**********
LAPTOP.  (lg)
**********
*********/

@media screen and (max-width:1285px) {
  .hamburger-menu li {
    padding-left: 14px;
  }
  .hamburger-menu .menu-izquierda li:last-child {
    padding-right: 14px !important;
  }
  .hamburger-menu li a{
    font-size: 15px;
  }
}

/*********
**********
TABLET. (md)
**********
*********/

@media screen and (max-width:992px) {
    /** MENÚ **/
    #menu__toggle {
      opacity: 0;
    }
    #menu__toggle:checked + .menu__btn > span {
      transform: rotate(45deg);
    }
    #menu__toggle:checked + .menu__btn > span::before {
      top: 0;
      transform: rotate(0deg);
    }
    #menu__toggle:checked + .menu__btn > span::after {
      top: 0;
      transform: rotate(90deg);
    }
    #menu__toggle:checked ~ .menu__box {
      right: 0 !important;
    }
    #clic:checked ~ .menu__box {
      right: -100% !important;
    }
    .menu-items-container{
      display: block
    }
    .menu__btn {
    position: absolute;
    right: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    }
    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #000000;
      transition-duration: .25s;
    }
    .menu__btn > span::before {
      content: '';
      top: -8px;
    }
    .menu__btn > span::after {
      content: '';
      top: 8px;
    }
    .menu__box {
      display: block;
      position: fixed;
      top: 0;
      right: -100%;
      width: 300px;
      height: 20000px;
      margin: 0;
      padding: 180px 0;
      list-style: none;
      background-color: rgb(255 255 255 / 90%);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
      transition-duration: .25s;
      z-index: 900;
    }
    .hamburger-menu li{
        padding-right: 12px;
    }
    .hamburger-menu li a{
          font-size: 20px;
          margin:7px 0;
    }
    .dropdown-item{
      padding: 0;
    }
    .dropdown-menu{
      margin-bottom:15px;
    }
    
    .menu__item {
      display: block;
      padding: 12px 0;
      color: #333;
      font-size: 20px;
      font-weight: 600;
      text-decoration: none;
      transition-duration: .25s;
      text-align: right;
    }
    .menu__item:hover {
      background-color: transparent;
    }
    .menu-top {
      justify-content: flex-end;
      flex-direction: column;
      text-align: left;
      align-items: end;
      padding-right: 12px;
  }
  .scrolled .menu-top {
    display: flex;
  }
  .dropdown-menu {
      position: relative;
      background-color: transparent;
      border: 0;
      padding: 0;
      float: none;
      text-align: right;
      
  }
  .dropdown-menu a{
      padding-right: 20px;
  }
  .hamburger-menu{
    justify-content:space-between;
  }

  /**fin menú**/
  .slider-overflow-right .slick-list {
    padding-left: 0 !important;
    padding-right: 50px !important; /* ajusta este valor a lo que quieras */
  }
  
}


/*********
**********
MOBILE. (sm)
**********
*********/

@media screen and (max-width:768px) {
  section {
      padding-bottom: 70px;
  }
  .mt-100{
    margin-top: 70px;
  }
  .widgets{
    justify-content: flex-start;
    margin-top: 15px;
  }
  .aspect_panoramico {
    aspect-ratio: 10 / 6;
  }
  .after-element-top-left::after {
    top: -15px;
    left: -17px;
  }
  .after-element-bottom-right::after {
    right: -20px;
    bottom: -20px;
  }
  .after-element::after {
      width: 41px;
      height: 47px;
  }
  .card-vertical{
    margin-bottom: 50px;
  }
  .card-vertical .bg-img-card {
    padding-top: 65%;
  }
  .style-slider-center .slick-center img {
    height: 250px;
  }
  .slider-overflow-right .slick-list {
    padding-right:100px !important; 
  }
  .links-legales a{
    margin:3px 0;
  }
  .links-legales a:not(:last-child)::after{
    content:none;
  }
  .features-border .border-right-arena{
    border-right:0;
    border-bottom:1px solid #9E988B;
    margin-bottom: 15px;
  }
  .bg-img-card{
    margin-bottom: 5px;
  }
}

.grecaptcha-badge { 
    visibility: hidden; /* o display:none; si prefieres */
    display:none;
  }

/*DEV*/
#url,#direccion{display:none}
span.error{color:red}

.dummy_content{width:100%; height:148px; display:none}



.only-mobile{display:none !important}
.only-desktop{display:block !important;}
@media screen and (max-width:768px) {
  .only-mobile{display:block !important}
  .only-desktop{display:none !important}
}


/*20251021 VIR austes subida*/
.swal2-confirm.cta.cta-primary{background-color:transparent !important}

/*cookiebot*/
#CybotCookiebotDialog{font-family: "EB Garamond", serif !important; color: #f4f1ea !important;}
#CybotCookiebotDialogHeader{display:none !important}
.CybotCookiebotDialogContentWrapper{margin:0 !important; padding:30px 18px 20px !important; max-width:calc(100% - 36px) !important}
#CybotCookiebotDialogBodyContentTitle{font-size: 25px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 1.4px !important;}
  #CybotCookiebotDialogBodyContentText{margin: 0 !important;
  line-height: 1.45 !important;
  font-size: 13px !important; font-family: "Work Sans", sans-serif !important;}
  
  #CybotCookiebotDialogTabContent{min-width:100% !important}
  #CybotCookiebotDialogFooter{width:100% !important;}
  
  .CybotEdge #CybotCookiebotDialogTabContent{max-width: 60% !important; min-width: auto !important}
  .CybotEdge #CybotCookiebotDialogFooter{width:40% !important}
  #CybotCookiebotDialogBodyButtons{width: 100% !important; max-width: 100% !important; min-width: 100% !important}
  #CybotCookiebotDialogBodyButtonsWrapper{flex-direction:row !important}
  
  .CybotCookiebotDialogBodyButton{color: #cfc9bb !important; background:transparent !important; border:1px solid #cfc9bb !important; 
    display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 150px !important;
  white-space: nowrap !important;
  border-radius: 24px !important;
  padding: 5px 20px !important;
  font-family: "EB Garamond",serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: 2.6px !important;
  transition: all .15s ease !important;
  text-decoration: none !important;
  box-shadow: none !important;
    width:auto !important;
    height:40px !important;
    margin:0 5px 0 0 !important;
  }
  
  #CybotCookiebotDialogBodyLevelButtonCustomize{display:none !important}
  
  .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
    background: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 10px 22px rgba(255,255,255,.14),0 4px 8px rgba(255,255,255,.08) !important;
  transform: translateY(1px) !important;
  color: #2e2a26 !important;
  }
  
  
  .CybotCookiebotDialogBodyButton:hover {
    border-color: white !important;
    color: #fff !important;
    transform: translateY(1px) !important;
    box-shadow: 0 10px 22px rgba(255, 255, 255, 0.14), 0 4px 8px rgba(255, 255, 255, 0.08) !important;
}

#CybotCookiebotDialogBodyLevelWrapper{display:none !important}

#CybotCookiebotDialog.CybotEdge{padding:0 !important}


  
  @media screen and (max-width:1000px) {
    .CybotEdge #CybotCookiebotDialogTabContent{max-width:100% !important}
     #CybotCookiebotDialogBodyButtonsWrapper{flex-direction:column !important}
     .CybotEdge #CybotCookiebotDialogFooter{width:100% !important}
     
     .CybotCookiebotDialogBodyButton{margin:0 0 5px 0 !important}
     #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper{min-width:100% !important}
  }