/* =========================
   FUENTES (mismo naming)
   ========================= */

   @font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothamthin';
    src: url('../fonts/gotham-thin-webfont.woff2') format('woff2'),
         url('../fonts/gotham-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* =========================
   BASE / LAYOUT
   ========================= */
html, body{
  overflow-x: hidden;
  font-family: 'Montserrat';
  width: 100%;
  float: left;
}

/* =========================
   HEADER / NAV
   ========================= */
header{
  padding: 0 0 1rem;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.home header,
.contactanos header,
.contact-us header{ background: transparent; position: absolute; }

.navbar-toggler{ color:#3a3a3a; }

.navbar{
  border-radius: 25px;
  margin: 0;
  padding: 1rem;
}

header nav li{ padding: 10px .8rem; }
nav .nav-link{
  font-size:17px;
  position: relative;
  padding:.5rem 1rem;
  transition: color .3s ease;
  font-family: 'gothammedium';
}

a.nav-link.active .menu-image-hover-wrapper img.hovered-image, 
a.nav-link.active .menu-item:hover .menu-image-hover-wrapper img.menu-image{
  opacity: 1;
}


nav .nav-link{ color:#000; }

/* Links de nav y dropdown con subrayado animado */
.inicio .navbar-nav .nav-link{
  color:#fff;
}

@media (min-width: 992px) {
header ul.dropdown-menu.show{
  width: 100vw;
  left: -29vw;
  display: inline-flex;
  top: 130%;
  border: 0;

  box-shadow: 3px 5px 14px -2px rgba(76,60,60,0.59);
  -webkit-box-shadow: 3px 5px 14px -2px rgba(76,60,60,0.59);
  -moz-box-shadow: 3px 5px 14px -2px rgba(76,60,60,0.59);
}


header ul.dropdown-menu.show a{
  position: relative;
  font-size: 15px;
  padding: 15px 10px;
  text-decoration: none;
  background: transparent;
}

header ul.dropdown-menu.show a::after{
  content: "";
  position: absolute;
  left: 10px; right: 10px;               /* respeta tu padding */
  bottom: 8px;                           /* distancia al texto */
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s ease;
}

header ul.dropdown-menu.show a:hover::after{
  transform: scaleX(1);
}


.navbar-expand-lg .navbar-nav .dropdown-menu::after {
    position: absolute;
    content: "";
    display: block;
    height: 35px;
    background: #000;
    width: 1px;
    top: -30px;
    left: 37%;
}
  
}


header .inicio .nav-link:hover,
/*header .nav-link.active,
.navbar-nav .nav-link.active,*/
.inicio .navbar-nav .nav-link.show{
  color:#fff !important;
}


header .inicio .nav-link:hover,
/*header .nav-link.active,
.navbar-nav .nav-link.active,*/
.inicio .navbar-nav .nav-link.show{
  color:#000 !important;
}


header a img{
  transform: scale(1.0);
  transition: .4s ease, .4s ease;

}


header a:hover img{
  transform: scale(1.3);
  transition: .4s ease, .4s ease;

}

.migas{
  font-family: 'gothamthin';
  font-size: 30px;
}

/* Botón verde (deduplicado) */
.inicio .bn-cafe{
  background:#ab9b78;
  color:#fff;
  border-radius:50px;
  margin-left:4rem;
  border:1px solid #ab9b78;
  transition: background-color .4s ease, color .4s ease;
  padding: .5rem 3rem;
}

.bn-cafe {
    background: #575757;
    color: #fff;
    border-radius: 50px;
    margin-left: 4rem;
    border: 1px solid #ab9b78;
    transition: background-color .4s 
ease, color .4s 
ease;
    padding: .5rem 3rem;
}

.inicio .bn-cafe a{ color:#fff!important;   font-size: 20px; }
.inicio .bn-cafe a::before{ display:none; }
.inicio .bn-cafe:hover{ background:transparent; }
.inicio .bn-cafe:hover a{ color:#fff!important; }


.bn-cafe a{ color:#fff!important;   font-size: 20px; }
.bn-cafe a::before{ display:none; }
.bn-cafe:hover{ background:transparent; }
.bn-cafe:hover a{ color:#575757!important; }

/* =========================
   HERO / SLIDER
   ========================= */
.slider,
.contact-us .slider{
  width:100%;
  float:left;
  height:110vh;
  background-repeat:no-repeat;
  background-size:100%;
  background-position:center top;
  padding:10rem 0;
  background-attachment:fixed;
  position: relative;
}

.slider .overlay-green{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #02c97399;
}

.contact-us .fondo,
.contactanos .fondo{
  padding: 0 0 10rem;
}
.home .slider h1,
.contact-us .slider h1,
.contactanos .slider h1{
  font-family:'gothammedium';
  font-size:79px;
  color:#fff;
  margin:0 0 5rem ;
  text-align: center;
}
.slider h1 span{ color:#fff; }
.slider p{ font-weight:700; color:#fff; font-size:30px; margin-top:3rem; }


.slider p span{  color:#fff; }
.slider .texto{
  position:absolute; top:30%; width:100%; float:left;
}


/* Botón verde (deduplicado) */
.btn-cafe{
  background:#ab9b78;
  color:#fff;
  border-radius:50px;
  margin-left:4rem;
  border:1px solid #ab9b78;
  transition: background-color .4s ease, color .4s ease;
  padding: 1.5rem 3rem;
  width: 100%;
  display: block;
  font-size: 20px; 
  margin-bottom: 1.5em;
  font-family:'gothammedium';
}

.btn-cafe:hover{
  background:transparent; 
  color:#fff!important; }

.our-services{
  padding: 4rem 0;
  background: #e8e2d6;
  width: 100%;
  float: left;
}

.our-services .contenido{
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 2rem;
  cursor: pointer;
}

.our-services .contenido .overlay{
  width: 100%;
  float: left;
  height: 100%;
  background: hsl(0deg 0% 0% / 26%);
  position: absolute;
  top: 0;
}

.our-services .contenido .overlay h2{
  text-align: center;
  font-family:'gothammedium';
  color: #fff;
  width: 85%;
  height: 85%;
  margin: 0 auto;
  font-size: 30px;
  padding: 25% 0 0;
  border: 1px solid hsl(0deg 0% 0% / 0%);
  transition: .4s ease, color .4s ease;
}


.our-services .contenido:hover .overlay h2{
  font-family:'gothambold';
  border: 2px solid hsl(0deg 0% 100%);
  transition: .4s ease, color .4s ease;
}

.conoce-planes{
  padding: 4rem 0;
  width: 100%;
  float: left;

}

.conoce-planes .bg-negro{
  background: url(../img/fondo-negro.svg)no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: contain;
  padding: 4rem;
}

.conoce-planes .bg-negro a.planes{
  text-align: center;  
  font-family:'gothammedium';
  font-size: 55px;
  width: 100%;
  display: block;
  color: #e2e4d8;
  line-height: 55px;
}

.conoce-planes .bg-negro p{
  text-align: center;  
  font-family:'gothamthin';
  font-size: 24px;
  width: 100%;
  color: #fff;
  display: block;
  margin: 6rem 0;
}

.conoce-planes .bg-negro .link-categoria{
  border: 1px solid #e2e4d8;
  color: #e2e4d8;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 50px;
  display: initial!important;
  font-family:'gothammedium';
  line-height: 16px;
  display: block;
  float: left;
  margin-bottom: 2rem;
  width: 100%;
  transition: .4s ease, color .4s ease;
}


.conoce-planes .bg-negro .link-categoria:hover{
  background: #e2e4d8;
  color: #232728;
  transition: .4s ease, color .4s ease;
}

.bg-gris{
  background: url(../img/bg-gris.png) no-repeat;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  float: left;
  padding: 10rem 0 0;
  position: relative;
}

.bg-gris h2{
  color: #000;
  text-transform: uppercase;
  font-family:'gothammedium';
  font-size: 30px;
  margin-bottom: 2rem;
}

.bg-gris p{
  color: #fff;
  font-family:'gothammedium';
  font-size: 20px;

}

.bg-gris .figura-blanca {
  width: 175px;
  height: 175px;
  background: #fff;
  padding: 10px;
  border-radius: 100% 100% 0 100%; /* redondea 3 esquinas */
}

.bg-gris .contenido{
  position: relative;
  width: 100%;
  float: left;
}

.bg-gris .contenido .info{
  position: absolute;
  top: 0;
  right: 0;
  float: right;
}

.bg-gris .contenido h3{
  color: #000;
  font-size: 16px;
  text-align: left;
}

.bg-gris .contenido h3.bold{
  font-family:'gothambold';
}

.bg-gris .figura-negra {
  width: 140px;
  height: 140px;
  background: #000;
  padding: 10px;
  border-radius: 35% 35% 0 35%;
  float: right;
  margin-top: -50px;
  margin-right: 10px;
  color: #fff;
}

.bg-gris .figura-negra h3 {
  color: #fff;
  font-size: 30px;
  font-family:'gothambold';
  text-transform: uppercase;
  text-align: center;
}

.bg-gris p{
  font-size: 16px;
}

.bg-gris .btn-negro{
  background: #000;
  color: #fff;
  font-family: gothamthin;
  text-align: center;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 2rem;
  font-size: 16px;
  transition: .4s ease, color .4s ease;
  border: 1px solid #000;
}

.bg-gris .btn-negro:hover{
  background: transparent;
  color: #000;
  transition: .4s ease, color .4s ease;
 }

.bg-gris .sig{
  transform: rotate(180deg);
}

.bg-gris .button-row{
  position: absolute;
  top: 90%;
  right: 9%;
}

.bg-gris button{
  background: transparent;
  border: 0;
  z-index: 99;
  transition: .4s ease, .4s ease;
  position: relative;
}


.bg-gris button img{
  transform: scale(1.0);
  transition: .4s ease, .4s ease;
}

.bg-gris button img::hover {
  transform: scale(1.2);
  transition: .4s ease, .4s ease;
}

.bg-cafe {
  padding: 6rem 0;
  width: 100%;
  float: left;
  background: #E8E2D6;
}

.bg-cafe h2{
  text-transform: uppercase;  
  font-family:'gothambold';
  font-size: 40px;
  margin-bottom: 5rem;
}

.bg-cafe hr{
  margin: 0 0 5rem;
  opacity: 1;
}

footer{
  width: 100%;
  padding: 4rem 0 1rem;
  float: left;
}


footer hr{
  margin: 0 0 5rem;
  opacity: 1;
}

footer ul{
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
  gap: 1rem; /* espacio entre columnas y filas */
  margin: 4rem 0;
}

footer ul li .nav-link{
  font-size: 18px;
}


footer ul li .nav-link:hover{
  text-decoration: underline;
}

footer p{
  font-size: 12px;
  text-align: right;
}

.fondo-cafe{
  background: #e8e2d6;
  padding: 8rem 0;
  width: 100%;
  float: left;
}

.fondo-cafe h2{
  font-family: 'gothambold';
  font-size: 60px;
}

.fondo-cafe p,
.fondo-cafe ul{
  font-size: 20px;
}

.mas-sono{
  width: 100%;
  float: left;
  margin-bottom: 4rem;
}

.mas-sono h2{
  font-family: 'gothambold';
  font-size: 40px;
  text-transform: initial;
  margin:4rem 0 2rem;
}

.mas-sono p,
.mas-sono ul{
  font-size: 20px;
}

.bg-gris.blanco{
  background-image: url(../img/fondo-blanco.png)!important;
  color: #000;
  padding: 8rem 0 8rem;
}

.bg-gris.blanco .contenido{
  /*background: #d4d4d4;
  /*padding: 2rem 0 0;*/
  border-radius: 20px;
}

.bg-gris.blanco h3{
  font-size: 30px;
}

 .bg-gris.blanco h3.bold{
  margin-top: 15%;
  font-family: 'gothambold';
}


.bg-gris.blanco h3{
  color: #000;
  margin-bottom: 2rem;
}

.bg-gris.blanco p{
  font-size: 20px;
  color: #000;
  font-family: 'gothamthin';
}

.bg-gris.blanco .button-row {
    position: absolute;
    top: 80%;
    right: 25%;
}

.bg-negro{
  background: #232728;
  padding: 8rem 0;
  float: left;
  width: 100%;
}

.bg-negro h3{
  color: #e6d09e;
  font-family: 'gothambold';
  font-size: 30px;
  text-align: center;
  padding: 4rem 0;
}

.bg-negro p{
  color: #fff;
  font-family: 'gothamthin';
  font-size: 20px;
  text-align: center;
}

.bg-equipo{
  padding: 8rem 2rem;
  float: left;
  position: relative;
  width: 100%;
  float: left;
}

.bg-equipo h2{
  font-family: gothambold;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 2rem;
}

.bg-equipo p{
  font-size: 16px;
}

.bg-equipo .carousel-nav-equipo .carousel-cell{
  width: 24%;
  margin-right: 2%;
}

.bg-equipo .carousel-cell img{
  border-radius: 30px;
}

.bg-equipo .carousel.carousel-nav-equipo {
    margin-top: 60%;
}

.bg-equipo .card-body h3{
  font-family: gothambold;
  font-size: 30px;
  text-align: left;
  margin-bottom: 2rem;
}

.bg-equipo .card-body p.puesto{
  font-family: gothammedium;
  font-size: 18px;
  text-align: left;
  margin-bottom: 2rem;
}

.bg-equipo .card-body p{
  font-size: 14px;
  text-align: left;
}


.bg-equipo .button-row{   
    position: absolute;
    top: 85%;
    right: 12%;
}

.bg-equipo button{
  background: transparent;
  border: 0;
  z-index: 99;
  transition: .4s ease, .4s ease;
  position: relative;
}


.bg-equipo button img{
  transform: scale(1.0);
  transition: .4s ease, .4s ease;
}

.bg-equipo button img::hover {
  transform: scale(1.2);
  transition: .4s ease, .4s ease;
}


.bg-equipo .sig{
  transform: rotate(180deg);
}

.contacto .fondo-cafe h1{
  font-family: gothambold;
  font-size: 40px;
}

.contacto h1{
  margin-bottom: 6rem;
}

iframe{
  border-radius: 20px;
  height: 100%!important;
}

.contacto .fondo-cafe a{
  color: #000;
}

.contacto form{
  margin: 6rem 0;
  width: 100%;  
  font-size: 20px;
  float: left;
}

.contacto form input,
.contacto form textarea{
  background: #eeeeee;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  color: #000;
  padding: 10px 15px;
  font-size: 18px;
}

.contacto form label{
  width: 100%;
}

.contacto input.wpcf7-form-control.wpcf7-submit.has-spinner{
  width: auto;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  float: right;
}

.category a{
  color: #000;
}

.blog-home img{
 border-radius: 20px;
margin-bottom: 1rem; 
}

.blog-home h3{
  font-family: gothambold;
  font-size: 18px;
}

.blog-home p{
  font-size: 14px;
  margin-bottom: 2rem;
 }

.blog-home span{
  border-radius: 10px;
  padding: 10px 15px;
  width: auto;
  font-size: 14px;
  color: #fff;
  background: #000;
}

.category h1,
.single h1,
.page h1{
  font-family: gothambold;
  font-size: 30px;
  margin-bottom: 6rem;
}

.single p,
.page p{
  font-size: 16px;
}

.head-single{
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

}

.head-single .overlay {
  background: #d9cfc4d9;
  position: absolute;
  top: 0;
  width: 100%;
  float: left;
  height: 100%;
  z-index: 0;
}

.head-single h1{
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  margin-top: 15%;
  margin-bottom: 1rem;
}

.head-single p{
  position: relative;
  z-index: 9;
  text-align: center;
  font-size: 35px;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.dropdown-item.active, 
.dropdown-item:active{
  color: #000;
  text-decoration: underline;
  text-underline-offset: 8px;
}

header ul.dropdown-menu.show .active::after,
header ul.dropdown-menu.show .driopdown:active{
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s 
  ease;
}

.fondo-single{
  width: 100%;
  float: left;
  padding: 8rem 0;
}

.fondo-single p{
  font-size: 20px;
  text-align: right;
}

.fondo-single figure.wp-block-image.size-large{
  position: relative;
}


.fondo-single .figura-blanca {
  width: 175px;
  height: 175px;
  background: #e8e2d6;
  padding: 10px;
  border-radius: 100% 100% 0 100%; /* redondea 3 esquinas */
  box-shadow: 3px 5px 14px -2px rgba(76,60,60,0.59);
  -webkit-box-shadow: 3px 5px 14px -2px rgba(76,60,60,0.59);
  -moz-box-shadow: 3px 5px 14px -2px rgba(76,60,60,0.59);
}

.fondo-single .contenido{
  position: relative;
  width: 100%;
  float: left;
}

.fondo-single .contenido .info{
  position: absolute;
  bottom: -5%;
  left: -5%;
  text-align: center;
  font-family: gothambold;
}

.fondo-single .contenido img,
.single-post .contenido img {
    border-radius: 30px;
}

.beneficios{
  width: 100%;
  float: left;
  background: #e8e2d6;
  padding: 0;
}

.beneficios marquee{
  color:#e0ddce;
  font-size: 100px;
  font-family: gothambold;
  line-height: 75px;
}

.beneficios h2{
  text-transform: uppercase;
  font-family: gothambold;
  font-size: 50px;
}


.beneficios h2 svg{
  margin-top: -8px;
}


.beneficios p,
.beneficios ul {
  font-size: 15px;
}

.beneficios .borderado{
  border-radius: 20px;
  border: 1px solid #000;
  padding: 2rem;
  margin: 4rem 0 8rem; 
}

.beneficios .figura-blanca {
  width: 180px;
  height: 180px;
  background: #e6d09e;
  padding: 15px;
  font-size: 14px;
  border-radius: 100% 100% 0 100%; /* redondea 3 esquinas */
  box-shadow: 3px 5px 14px -2px rgba(76,60,60,0.59);
  -webkit-box-shadow: 3px 5px 14px -2px rgba(76,60,60,0.59);
  -moz-box-shadow: 3px 5px 14px -2px rgba(76,60,60,0.59);
}


.beneficios .figura-blanca h3 {
  font-size: 14px;
}

.beneficios .contenido{
  position: relative;
  width: 100%;
  float: left;
  padding: 0 4rem;
}

.beneficios .contenido .info{
  position: absolute;
  top: 5%;
  left: -5%;
  text-align: center;
  font-family: gothambold;
  font-size: 14px;
}

.beneficios a{
  width: 100%;
  float: left;
  padding: 10px 15px;
  text-align: center;
  background: #0f1110;
  color: #E6D09E;
  border-radius: 10px;
  border: 1px solid #0f1110;
  font-size: 16px;
}

.beneficios a:hover{
  background: transparent;
  color: #0f1110;
}

.tratamiento-ideal{
  width: 100%;
  float: left;
  padding: 8rem 0;
  background-color: #f4efeb;
  position: relative;
  height: 100%;
}

.tratamiento-ideal .chica{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27%;
}

.tratamiento-ideal h2{
  text-transform: uppercase;
  font-family: gothambold;
  font-size: 45px;
  text-align: center;
  margin-bottom: 8rem;

}

.tratamiento-ideal p,
.tratamiento-ideal ol{
  font-size: 15px;
}

/*
.tratamiento-ideal ol li::marker{
  font-family: gothamthin;
  color: #f8cea4;
  font-size: 80px;
}

.tratamiento-ideal ol {
  columns: 2;              
  column-gap: 2rem;        
  padding-left: 1.25rem;   
  margin-top: 4rem;
}
.tratamiento-ideal ol li {
  break-inside: avoid;     
  margin-bottom: .5rem;
}

@media (max-width: 992px){
  .tratamiento-ideal ol { columns: 1; }
}
*/




/* 2 columnas + contador propio */
.ol-hero ol{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 4rem 6rem;                 /* fila / columna */
  counter-reset: step;            /* por defecto empieza en 0 */
  position: relative;
}

/* Si quieres que empiece en 04 (como tu mock), resetea a 3 */
.ol-hero.ol-start-04 ol{ counter-reset: step 0; }

.ol-hero ol > li{
  counter-increment: step;
  position: relative;
  padding-left: 3.75rem;          /* separa texto del número */
  margin-bottom: 4rem;
}

/* número gigante “detrás” del texto */
.ol-hero ol > li::before{
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: -0.75rem;                 /* ajusta para encajar a la izquierda */
  top: -5.25rem;
  font-size: clamp(4rem, 14vw, 8rem);
  line-height: 1;
  color: #f8cea4;
  font-weight: 300;
  z-index: 0;
}

.ol-hero ol > li > *{ position: relative; z-index: 1; }


/* Escalonado: alterna desplazamiento vertical */
.ol-hero ol > li:nth-child(2n){
  transform: translateY(1.5rem);
}

/* Si quieres escalonado progresivo (tipo 0, 1.5rem, 3rem, 4.5rem, …) */
@supports (animation-timeline: auto) or (offset-path: none) {
  /* fallback simple ya aplicado arriba; esta parte es opcional */
}

/* Responsive: 1 columna en móviles */
@media (max-width: 768px){
  .ol-hero ol{
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
  }
  .ol-hero ol > li:nth-child(2n){
    transform: none;              /* quita escalonado en móvil si estorba */
  }
}


.faqs{
  padding: 8rem 0;
  width: 100%;
  float: left;
}


.faqs h2{
  text-transform: uppercase;
  font-family: gothambold;
  font-size: 45px;
  text-align: center;
  margin-bottom: 4rem;
}

.accordion-button::after{
  background-image: url(../img/flecha-cafe.svg);
  transform: rotate(180deg);
  margin-top: -50px;
}

.faqs .accordion-button:not(.collapsed)::after{
  background-image: url(../img/flecha-cafe.svg);
  transform: rotate(270deg);
}

button.accordion-button {
    font-size: 35px;
    font-family: 'gothammedium';
    padding: 2rem 0;
}

.accordion{
  --bs-accordion-border-color:transparent;
  border:0;
}

.faqs .accordion-button::after {
    width: 80px;
    height: 80px;
    background-size: 100%;
}

.faqs .accordion h2 {
    margin-bottom: 0;
}
.faqs .accordion-button:not(.collapsed){
  background: transparent;
}

.bg-planes{
  width: 100%;
  float: left;
  padding: 8rem 0;
}

.bg-planes h1{
  text-transform: uppercase;
  font-family: gothambold;
  font-size: 45px;
  text-align: center;
  margin-bottom: 4rem;

}

.planes-y-precios .bg-cafe-redondeado{
  
  border-radius: 20px;
  text-align: center;
  background: #e8e2d6;
  padding: 3rem;


  outline:1px solid #000; /* el “borde” */
  outline-offset: 10px;       /* separación */
  margin: 2rem;
}

.bg-planes h2{
  text-transform: uppercase;
  font-family: gothambold;
  text-align: center;
  margin-bottom: 4rem;

}

.bg-planes p,
.bg-planes a{
  color: #000;
}

.bg-planes-precios{
  background:#232728 url(../img/fondo-blanco.png)no-repeat;
  width: 100%;
  float: left;
  background-attachment: fixed;
  padding: 5rem 0 0;
}

.nav-tabs .nav-item{
  width: 25%;

}

.nav-tabs .nav-link{
  font-size: 22px!important;
  text-transform: uppercase;
  font-family: gothambold;
  padding: 2rem 4rem;
  width: 100%;
  height: 100%;
  color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.tab-content{
  background:#fff url(../img/fondo-blanco.png)no-repeat;
  background-attachment: fixed;
  height: 100%;
  min-height: 100%;
  width: 100%;
  float: left;
}

.tab-content h2.tit{
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 14px;
  width: 100%;
  float: left;
  font-size: 40px;
  margin: 4rem 0;
}

.tab-content .carousel{
  width: 100%;
  float: left;
  padding: 6rem;
}

.tab-content .carousel-cell{
  width: 30%;
  min-height: 610px;
  margin-right: 2%;
  border-radius: 20px;
  text-align: center;
  background: #000;
  padding: 6rem 2rem;
  outline:1px solid #000; /* el “borde” */
  outline-offset: 10px;       /* separación */
  margin: 2rem;
}


.tab-content .carousel-cell.is-selected{
  background: #e8e2d6;
}

.tab-content .carousel-cell.is-selected h3,
.tab-content .carousel-cell.is-selected h2,
.tab-content .carousel-cell.is-selected p,
.tab-content .carousel-cell.is-selected a{
  color: #000;
}


.tab-content .carousel-cell article{
  width: 100%;
  float: left;
}

.tab-content .carousel-cell h3{
  margin-bottom: 3rem;
  color: #ece1d0;
  text-transform: uppercase;
  font-size: 25px;
}

.tab-content .carousel-cell h2{
  color: #ece1d0;
  text-transform: uppercase;
  font-size: 20px;


  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 14px;
  width: 100%;
  float: left;
  margin-bottom: 3rem;
}

.tab-content .carousel p,
.tab-content .carousel a {
  color: #d2c5a4;

}

.tab-content .flickity-button-icon{
  display: none;
}

.tab-content .flickity-prev-next-button.previous{
  background: url(../img/flecha-gris.svg) no-repeat;
  width: 60px;
  background-size: contain;
  border-radius: 0;
}
.tab-content .flickity-prev-next-button.next{
    width: 60px;
    background-size: contain;
    background: url(../img/flecha-gris.svg) no-repeat;
    border-radius: 0;
    transform: rotate(180deg);
    margin-top: -32px;
}

.tab-content .bg-cafesito{
  padding: 4rem 0;
  text-align: center;
  background: #e8e2d6;
  width: 100%;
  float: left;
}

.tab-content .bg-cafesito p strong{
  font-family: gothambold;
}

.tab-content .bg-cafesito p{
  font-family: gothammedium;
  font-size: 20px;
  margin-bottom: 0;
}

.solicita{
  width: 100%;
  float: left;
}

.solicita a{
  background: #575757;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px  solid #575757;
  display: block;
}

.solicita a:hover{
  background: transparent;
  color: #575757;
}


@media(min-width: 1919px) {
  .home .slider h1{
      margin: 0 0 20rem;
  }

  .head-single {    min-height: 60vh;
  }

  .tratamiento-ideal {
      padding: 15rem 0;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .slider, .contact-us .slider {
      background-size: cover;
  }

  .inicio .navbar-toggler {
      color: #fff;
  }

  .navbar-toggler {
      font-size: 30px;
  }

  .inicio .navbar-collapse {
      background: #000000b3;
      padding: 4rem 0;
  }

  .home .slider h1, .contact-us .slider h1, .contactanos .slider h1 {
      font-size: 60px;
      margin: 0 0 12rem;
  }

  .conoce-planes .bg-negro a.planes {
      font-size: 25px;
      line-height: 25px;
  }

  .conoce-planes .bg-negro p {
      font-size: 15px;
      margin: 2rem 0;
  }

  .conoce-planes .bg-negro {
      padding: 2rem;
  }

  .conoce-planes .bg-negro .link-categoria {
      padding: 10px 2px;
      font-size: 11px;
      font-family: 'gothamthin';
      line-height: 14px;
      transition: .4s ease, color .4s ease;
  }

  .single p, .page p {
      font-size: 14px;
  }

  .bg-gris .figura-blanca {
      width: 125px;
      height: 125px;
  }

  .bg-gris .contenido h3 {
      font-size: 11px;
      text-align: center;
  }
  .bg-gris .figura-negra {
    width: 72px;
    height: 72px;
    margin-top: -37px;
}

.bg-gris .button-row {
    position: relative;
    /* top: 90%; */
    right: 0;
    margin: 4rem;
    float: right;
}

.fondo-cafe h2 {
    font-size: 22px;
}

.mas-sono h2 {
    font-size: 30px;
}

.mas-sono p, .mas-sono ul {
    font-size: 18px;
}

.bg-gris.blanco .button-row {
    position: relative;
    top: 80%;
    right: 0;
}

.bg-negro p {
    font-size: 18px;
    margin-bottom: 10rem;
}

.bg-negro p {
    font-size: 18px;
    margin-bottom: 4rem;
}

.bg-equipo .carousel.carousel-nav-equipo{
  margin-top: 10%;
}

.bg-equipo .carousel-cell img {
    margin-bottom: 3rem;
}

.bg-equipo .button-row {
    position: relative;
    top: 80%;
    right: 0;
    float: right;
}

.dropdown-item {
  font-size: 16px;
    text-align: center !important;
}

.head-single {
  min-height: 60vh;
}

.fondo-single .contenido .info {
    position: absolute;
    bottom: 80%;
    left: -3%;
}

.beneficios a {
    margin-top: 5rem;
}

.tratamiento-ideal .chica {
    display: none;
}

.accordion{
  margin-bottom: 4rem;
}

.tab-content .carousel-cell{
  width: 100%;
}

.fondo-cafe {
    background: #e8e2d6;
     padding: 8rem 0;
    width: 100%;
    float: left;
    text-align: center;
}

}

@media (max-width: 767px) {
  html,
  body{
    overflow-x: hidden;
    text-align: center!important;
  }

  .btn-cafe {
      margin-left: 0;
  }
  .slider, .contact-us .slider {
      background-size: cover;
  }

  .inicio .navbar-toggler {
      color: #fff;
  }

  .navbar-toggler {
      font-size: 30px;
  }

  .inicio .navbar-collapse {
      background: #000000b3;
      padding: 4rem 0;
  }

  .home .slider h1, .contact-us .slider h1, .contactanos .slider h1 {
      font-size: 45px;
      margin: 0 0 12rem;
  }

  .conoce-planes .bg-negro a.planes {
      font-size: 25px;
      line-height: 25px;
  }

  .conoce-planes .bg-negro p {
      font-size: 15px;
      margin: 2rem 0;
  }

  .conoce-planes .bg-negro {
      padding: 2rem;
  }

  .conoce-planes .bg-negro .link-categoria {
      padding: 10px 2px;
      font-size: 11px;
      font-family: 'gothamthin';
      line-height: 14px;
      transition: .4s ease, color .4s ease;
  }

  .single p, .page p {
      font-size: 14px;
  }

  .bg-gris .figura-blanca {
      width: 125px;
      height: 125px;
  }

  .bg-gris .contenido h3 {
      font-size: 11px;
      text-align: center;
  }
  .bg-gris .figura-negra {
    width: 72px;
    height: 72px;
    margin-top: -37px;
}

.bg-gris .button-row {
    position: relative;
    /* top: 90%; */
    right: 0;
    margin: 4rem;
    float: right;
}

.fondo-cafe h2 {
    font-size: 22px;
}

.mas-sono h2 {
    font-size: 30px;
}

.mas-sono p, .mas-sono ul {
    font-size: 18px;
}

.bg-gris.blanco .button-row {
    position: relative;
    top: 80%;
    right: 0;
}

.bg-negro p {
    font-size: 18px;
    margin-bottom: 10rem;
}

.bg-negro p {
    font-size: 18px;
    margin-bottom: 4rem;
}

.bg-equipo .carousel.carousel-nav-equipo{
  margin-top: 10%;
}

.bg-equipo .carousel-cell img {
    margin-bottom: 3rem;
}

.bg-equipo .button-row {
    position: relative;
    top: 80%;
    right: 0;
    float: right;
}

.dropdown-item {
  font-size: 16px;
    text-align: center !important;
}

.head-single {
  min-height: 60vh;
}

.fondo-single .contenido .info {
    position: absolute;
    bottom: 80%;
    left: -3%;
}

.beneficios a {
    margin-top: 5rem;
}

.tratamiento-ideal .chica {
    display: none;
}

.accordion{
  margin-bottom: 4rem;
}

.tab-content .carousel-cell{
  width: 100%;
  margin: 2rem ;
}

.fondo-cafe {
    background: #e8e2d6;
     padding: 8rem 0;
    width: 100%;
    float: left;
    text-align: center;
}

.bg-gris {
    padding: 6rem 2rem 0;
}


footer ul {
    display: block;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.head-single h1,
.tratamiento-ideal h2{
    font-size: 45px;
}

.fondo-single p {
    font-size: 20px;
    text-align: center;
}

.beneficios .figura-blanca,
.fondo-single .figura-blanca{
  display: none!important;
}

.faqs h2 {
    font-size: 40px;
}

button.accordion-button {
    font-size: 22px;
}

p.copy.reveal.reveal-left.show.is-inview{
  font-size: 11px;
}

.faqs .accordion-button::after {
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.bg-planes h1 {
    font-size: 35px;
}

  #planesTabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* oculta la barra en Firefox */
  }
  #planesTabs::-webkit-scrollbar {
    display: none; /* oculta la barra en Chrome/Safari */
  }

  #planesTabs .nav-item {
    flex: 0 0 auto;
  }

  .nav-tabs .nav-item {
      width: 60%;
  }
  .nav-tabs .nav-link {
      font-size: 22px !important;
      padding: 1rem 1rem;
  }
  .tab-content h2.tit {
      font-size: 25px;
      margin: 6rem 0 0;
  }


    .tab-content .bg-cafesito p {
        font-family: gothammedium;
        font-size: 15px;
        margin-bottom: 0;
    }


    .tab-content .carousel-cell {
        width: 90%!important;
        margin: 5%!important;
    }


}