/*
Theme Name: Cuatro Cuatro 
Theme URL:cuatrocuatro.com.mx/blog
Description: Cuatro Cuatro la magia del bienestar
Version:1
Author: PubliAlém
Author URL: www.alem.com.mx
*/

/*=============================================
=            CSS CUATRO CUATRO          =
=============================================*/
body {
  font-family: 'Raleway', sans-serif;
  color: black;
  background-color: white;
  overflow-x: hidden;
}
header{
  color: black;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #98B3B1;
    --bs-btn-hover-border-color: #98B3B1;
    --bs-btn-focus-shadow-rgb: 49,132,253;
}
h5{
  font-weight: bold;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/*----------  NAV BAR ----------*/
/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 1px;
    text-align: center;
}

.topbar .top-info {
    color: white;
    font-size: 1.4em;
    font-weight: 100;
    text-align: center;
}

.topbar .top-info  span{
    color: white;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2pt;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 10px;
    font-size: 14px;
    transition: .5s;
    font-family: 'Raleway', sans-serif;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #BFA24B;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background:  #E8E8E8;
    color: #BFA24B;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #F2F2F2 !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}

.icon-top{
  color: #000000;
}
.icon-top:hover{
  color: #BFA24B;
}
/*** Navbar End ***/
/*----------  CARRUCEL  ----------*/
.carousel {
  margin-bottom: 2rem;
  margin-top: 10%
}

.imagen-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Negro con 50% de opacidad */
  z-index: 1; /* Asegura que la capa opaca esté encima de la imagen */
}

#myCarousel img{
  filter: brightness(50%)
}

#myCarousel h1{
    font-size: 3.5em;
    margin-bottom: 0px;
    color:white;
  }
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  left: 5%;
  right: 57%;
  color: white;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100%;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1rem;
    line-height: 1;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #myCarousel h1{
    font-size: 2em;
    margin-bottom: 0px;
  }
  .carousel-caption {
    bottom: 0rem;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel {
  margin-bottom: 4rem;
  margin-top: 7rem;
}
  #myCarousel h1{
    font-size: 1em;
    margin-bottom: 0px;
  }
  .carousel-caption {
    bottom: 0rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .carousel {
  margin-bottom: 4rem;
  margin-top: 7rem;
}
  #myCarousel h1{
    font-size: 1em;
    margin-bottom: 0px;
  }
  .carousel-caption {
    bottom: 0rem;
  }
  .btn-group-lg>.btn, .btn-lg {
      --bs-btn-padding-y: 0.5rem;
      --bs-btn-padding-x: 1rem;
      --bs-btn-font-size: .8rem;
      --bs-btn-border-radius: 0.5rem;
      margin: 0px;
  }
}
@media (max-width: 576px) {
  .carousel {
  margin-bottom: 6rem;
  margin-top: 6rem;
}
 #myCarousel h1{
    font-size: 1em;
    margin-bottom: 0px;
    font-weight: bold;
  }
  #myCarousel p{
    margin-top: 0;
    margin-bottom: 0rem;
    font-size: x-small;
  }
  .carousel-caption {
    bottom: 17px;
    z-index: 10;
    left: 3.5em;
    right: auto;
    color: white;
    text-align: left;
  }
}
  .btn-group-lg>.btn, .btn-lg {
      --bs-btn-padding-y: 0.5rem;
      --bs-btn-padding-x: 1rem;
      --bs-btn-font-size: .8rem;
      --bs-btn-border-radius: 0.5rem;
      margin: 0px;
  }
}
/*----------  TIENDA ----------*/
#tienda h2{
  font-family: 'Raleway', sans-serif;
  display: block;
  margin: 0px;
}
#tienda .salto{
      font-family: 'Raleway', sans-serif;
    display: block;
    margin-top: 0px;
    letter-spacing: 2px;
    font-size: .5em;
    text-transform: lowercase;
}
@media (max-width: 576px) {
  #tienda h2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    margin: 0px;
    font-size: 2em;
  }
  #tienda span {
    font-family: 'Raleway', sans-serif;
    display: block;
    margin-top: -15px;
    letter-spacing: 5px;
  }
  #tienda .salto{
    font-family: 'Raleway', sans-serif;
    display: block;
    margin-top: 0px;
    letter-spacing: 2px;
    font-size: .5em;
    text-transform: lowercase;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
}


@media only screen and (min-width: 576px) and (max-width: 767px) {

}

/*----------  SEPARADOR 1 ----------*/
#separador1 {
    height: 95vh;
    background: url(../img/separador1.webp) no-repeat center center;
    background-size: cover;
    margin: -5vh 0vh 5vh 0vh;
    padding: 30vh 0vh;
    z-index: 1;
    position: relative;
}
#separador1 p{
    font-size: 1.5em;
}
#separador1 h2 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5pt;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #separador1 {
    height: 90vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #separador1 {
    height: 90vh;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #separador1 {
    height: 90vh;
}
}
@media (max-width: 576px) {
  #separador1 p{
    font-size: 1em;
  }
  #separador1 h2 {
      font-family: 'Raleway', sans-serif;
      letter-spacing: 5pt;
      margin-bottom: 3vh;
      font-size: 1.8em;
      font-weight: bolder;
  }
}
/*----------  SEPARADOR 2 ----------*/
#separador2 {
    height: 95vh;
    background: url(../img/separador2.webp) no-repeat center center;
    background-size: cover;
    margin: -5vh 0vh 5vh 0vh;
    padding: 30vh 0vh;
}
#separador2 p{
    font-size: 1.5em;
}
#separador2 h2 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5pt;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #separador2 {
    height: 90vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #separador2 {
    height: 90vh;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #separador2 {
    height: 90vh;
}
}
@media (max-width: 576px) {
  #separador2 p{
    font-size: 1em;
  }
  #separador2 h2 {
      font-family: 'Raleway', sans-serif;
      letter-spacing: 5pt;
      margin-bottom: 3vh;
      font-size: 1.8em;
      font-weight: bolder;
  }
}
/*----------  SEPARADOR 3 ----------*/
#separador3 {
    height: 95vh;
    background: url(../img/separador3.webp) no-repeat center center;
    background-size: cover;
    margin: -5vh 0vh 5vh 0vh;
    padding: 30vh 0vh;
}
#separador3 p{
    font-size: 1.5em;
}
#separador3 h2 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5pt;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #separador3 {
    height: 90vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #separador3 {
    height: 90vh;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #separador3 {
    height: 90vh;
}
}
@media (max-width: 576px) {
  #separador3 p{
    font-size: 1em;
  }
  #separador3 h2 {
      font-family: 'Raleway', sans-serif;
      letter-spacing: 5pt;
      margin-bottom: 3vh;
      font-size: 1.8em;
      font-weight: bolder;
  }
}
/*----------  TÍTULO ----------*/
#titulo{
  margin-bottom: 1vh;
}
#titulo h2{
  font-family: 'Raleway', sans-serif;
  display: block;
  margin: 0px;
}
#titulo span{
  font-family: 'Raleway', sans-serif;
  display: block;
  margin-top: -30px;
  letter-spacing: 10px;
}
@media (max-width: 576px) {
  #titulo h2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    margin: 0px;
    font-size: 2em;
  }
  #titulo span {
    font-family: 'Raleway', sans-serif;
    display: block;
    margin-top: -15px;
    letter-spacing: 5px;
  }
}
/*----------  LANZAMIENTOS ----------*/
#lanzamientos{
  
}
.jumbotron{
  background-color: #f2f2f2;
  position: sticky;
  z-index: -1;
  
}
.jumbotronbttm{
  padding-top: 170px;
  margin-top: -140px;
 
}
.jumbotrontop{
  padding-bottom: 10vh;
  padding-top: 10vh;
}
.jumbotron h2{
  font-family: 'Raleway',sans-serif;
    display: block;
    margin: 0;
    text-align: center;
}
.jumbotron h2 span{
    font-family: 'Raleway',sans-serif;
    display: block;
    font-weight: bolder;
    text-align: center;
}
.descuento h2{
    font-size: 5em;
    font-weight: 600;
    text-align: center;
    color: #bfa24b;
}

.descuento h3{
    font-size: 3em;
    font-weight: 500;
    text-align: center;
}
.descuento h3 span{
  font-size: .8em;
    font-weight: 100;
    text-decoration: line-through;
    color: #999999;
  }
  
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -60px;
      color: rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 0; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1);
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #8c796d; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #lanzamientos{
    
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   #lanzamientos{
      
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
#lanzamientos{
      
  }
}
@media (max-width: 576px) {
#lanzamientos{
      
  }
.jumbotron h2{
  font-family: 'Raleway',sans-serif;
    font-size: 1.7em;
}
.jumbotron h2 span{
    font-family: 'Splash',cursive;
    display: block;
    margin-top: 0px;
    padding-bottom: 30px;
    letter-spacing: 5px;
    font-size: 0.7em;
    text-align: center;
}
.jumbotronbttm {
    padding-top: 100px;
    margin-top: -140px;
    z-index: -1;
}
}
/*----------  PREGUNTAS FRECUENTES ----------*/
#curveUpColor path,
#curveDownColor path {
  fill: #F2F2F2;
  stroke: #F2F2F2;
}
#preguntas{
  background-color:#F2F2F2;
  padding: 5vh 0vh;
}
#preguntas h2{
  font-family: 'Raleway', sans-serif;
  margin: 0px;
}
#preguntas span{
  font-family: 'Raleway', sans-serif;
  margin-top: -30px;
  letter-spacing: 5px;
}
#preguntas .accordion-header {
    margin-bottom: 0;
    background-color: #F2F2F2;
}
/*----------  LANZAMIENTOS ----------*/
.faubicacion{
  margin-right: 5px;
}

/*----------  ACEITES ESEINCIALES ----------*/
#aceites-esenciales .nav-pills .nav-link {
  border-radius: 50px;
  margin: 0 5px;
}
#aceites-esenciales .nav-pills .nav-link.active {
  background-color: #8f5aff;
  color: #fff;
}
#aceites-esenciales .card {
  border-radius: 1rem;
}
#aceites-esenciales .card-img-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}


/*----------  VELAS SECCIÓN----------*/
.vela-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.vela-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}

.vela-card h5 {
  font-weight: 600;
  color: #6a4d3b;
}

.vela-card p {
  font-size: 0.95rem;
  color: #5a5a5a;
}

.vela-card .btn {
 
  border: none;
  font-weight: 500;
}


/* TEST ENERGÉTICO */
.test-container {
  max-width: 480px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
}
.question {
  margin-bottom: 1.5rem;
}
.option-btn {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  width: 100%;
  text-align: left;
  transition: border-color 0.3s ease;
}
.option-btn:hover,
.option-btn.active {
  border-color: #8a6d3b;
  background-color: #faf3e0;
}
.btn-primary {
  background-color: #8a6d3b;
  border: none;
}
.btn-primary:hover {
  background-color: #6e572d;
}
.btn-primary:disabled {
  background-color: #A6A6A6;
}
.btn-buy {
  background-color: #b27c39;
  color: white;
  font-weight: 600;
}
.btn-buy:hover {
  background-color: #8a6d3b;
}
.result-container img {
  width: 80px;
  border-radius: 8px;
}
.question:not(.active) {
  display: none;
}
.fade-in {
  animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}


/*------------------------------------------------------------------
    TABS NAV 
-------------------------------------------------------------------*/

.velas-con-proposito .nav-link {
color: #8a6d3a;
font-size: larger;
font-weight: bold;
}
/*------------------------------------------------------------------
    WHATSAPP
-------------------------------------------------------------------*/

.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:60%;
        border-radius:50%;
        line-height:650px;
        text-align:center;
        z-index:999;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:45%;
        border-radius:50%;
        line-height:650px;
        text-align:center;
        z-index:999;
  }
}

/*-- MODAL --*/
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background: #000;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    font-size: 2.2em;
}

/*----------  LISTA EMBAJADORES MODAL ----------*/

ul.embajadores {
    list-style-type: circle;
    margin: 0;
    padding: 10px 0px 10px 40px;
}
/*------------------------------------------------------------------
    MAIL CHIMP SUSCRIBIR
-------------------------------------------------------------------*/
#mc_embed_signup{
  background-color: rgba(255, 255, 255, 0.01);
  clear:left; 
  font-family: 'Raleway', sans-serif; 
  }

#mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0;
    
}


#mc_embed_signup .helper_text {
    color: #fff;
    margin-top: 2px;
    display: inline-block;
    padding: 3px;
    background-color: rgba(255,255,255,0.01);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
}
#mc_embed_signup input.button {
    font-size: 19px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: #BFA24B;
    box-sizing: border-box;
    height: 42px;
    line-height: 32px;
    padding: 0px 1vh;
    display: inline-block;
    margin: 0px;
    transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .brandingLogo {
    justify-self: right;
    max-width: 1px;
}
#mc_embed_signup input.email {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 13px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 36px;
    padding: 0px 0.4em;
    display: block;
    margin: 10px 0px;
    width: 100%;
    vertical-align: top;
}

/*----------  LANDING PAGE ----------*/
/*----------  SEPARADOR LANDING ----------*/
#separadorlanding {
    height: 95vh;
    background: url(../img/separadorlanding.webp) no-repeat center center;
    background-size: cover;
    margin: -5vh 0vh 5vh 0vh;
    padding: 30vh 0vh;
}
#separadorlanding p{
    font-size: 1.5em;
}
#separadorlanding h2 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5pt;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #separadorlanding {
    height: 90vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #separadorlanding {
    height: 90vh;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #separadorlanding {
    height: 90vh;
}
}
@media (max-width: 576px) {
  #separadorlanding p{
    font-size: 1em;
  }
  #separadorlanding h2 {
      font-family: 'Raleway', sans-serif;
      letter-spacing: 5pt;
      margin-bottom: 3vh;
      font-size: 1.8em;
      font-weight: bolder;
  }
}

/*----------  SEPARADOR LANDING 2 ----------*/
#separadorlanding2 {
    height: 135vh;
    background: url(../img/separadorlanding2.webp) no-repeat center center;
    background-size: cover;
    margin: -5vh 0vh 5vh 0vh;
    padding: 30vh 0vh;
}
#separadorlanding2 p{
    font-size: 1.5em;
}
#separadorlanding2 h2 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5pt;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #separadorlanding2 {
    height: 130vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #separadorlanding2 {
    height: 130vh;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #separadorlanding2 {
    height: 130vh;
}
}
@media (max-width: 576px) {
  #separadorlanding2 p{
    font-size: 1em;
  }
  #separadorlanding2 h2 {
      font-family: 'Raleway', sans-serif;
      letter-spacing: 5pt;
      margin-bottom: 3vh;
      font-size: 1.8em;
      font-weight: bolder;
  }
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.landingbtn{
  background-color: #D0EFE9;
  color: #fff;
}

/*--- BUSCADOR PREMIUM & HOLÍSTICO ---*/
.buscador-premium {
    max-width: 800px; /* Un poco más ancho para que respire */
    margin: 0 auto;
    padding: 20px 0; /* Espacio extra arriba y abajo */
}

.search-form-wrap {
    margin-bottom: 25px; /* Empuja las tendencias hacia abajo */
    background: #ffffff;
    padding: 8px; /* Un poco más de padding interno */
    border-radius: 50px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.search-suggestions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Espacio uniforme entre etiquetas */
    margin-top: 15px; /* Refuerza la separación */
}

.search-suggestions span {
    text-transform: uppercase;
    letter-spacing: 3px; /* Como en tu captura */
    font-size: 12px;
    color: #999;
}

.badge-suggestion {
    font-size: 11px;
    text-transform: uppercase;
    color: #BFA24B;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 700;
    transition: 0.3s;
}

/* Ajuste de tipografía del título para que no choque */
#titulo h1 span {
    display: block;
    margin-top: 5px; /* Ajustado para que no se pegue al "Universo" */
    line-height: 0.9;
}

.search-form-wrap:focus-within {
    box-shadow: 0 20px 40px rgba(191, 162, 75, 0.12);
    transform: translateY(-3px);
    border-color: #BFA24B;
}

.search-input-group {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.search-icon {
    color: #BFA24B;
    font-size: 1.2rem;
}

.form-control-premium {
    border: none !important;
    background: transparent;
    padding: 12px 15px;
    width: 100%;
    font-size: 1.05rem;
    font-family: 'Raleway', sans-serif;
    color: #333;
}

.form-control-premium:focus {
    outline: none;
    box-shadow: none;
}

.btn-search-magic {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-search-magic:hover {
    background: #BFA24B;
    box-shadow: 0 5px 15px rgba(191, 162, 75, 0.3);
}

.badge-suggestion {
    font-size: 10px;
    text-transform: uppercase;
    color: #BFA24B;
    text-decoration: none;
    margin-left: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    transition: 0.3s;
}

.badge-suggestion:hover {
    color: #000;
}

/*--- AJUSTES DE TARJETAS Y TEXTO ---*/
.post-category {
    color: #BFA24B;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-leer-mas {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-leer-mas:hover {
    background: #000;
    color: #fff !important;
}

.transition-zoom {
    transition: transform 0.8s ease;
}

.vela-card:hover .transition-zoom {
    transform: scale(1.04);
}

/*---------- SINGLE POST DESIGN ----------*/
.post-hero {
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto Parallax suave */
    position: relative;
    display: flex;
    align-items: flex-end;
}

.post-hero-content {
    max-width: 700px;
    margin-bottom: -30px; /* Montado sobre el contenido */
    border-top: 4px solid #BFA24B;
    position: relative;
    z-index: 10;
}

.post-entry-content {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #333;
}

/* Capitular: La primera letra del artículo más grande */
.lead-first-letter > p:first-of-type::first-letter {
    font-family: 'Raleway', sans-serif;
    font-size: 4rem;
    float: left;
    line-height: 1;
    padding-right: 12px;
    color: #BFA24B;
    font-weight: 300;
}

.entry-text p {
    margin-bottom: 1.5rem;
}

.share-link {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f8f8;
    color: #000;
    margin-right: 10px;
    font-size: 0.9rem;
    transition: 0.3s;
}

.share-link:hover {
    background: #BFA24B;
    color: #fff !important;
}

.post-cta-banner {
    background: #fdfaf4;
    border: 1px dashed #BFA24B;
}

/* Sidebar ajustes */
.object-fit-cover {
    object-fit: cover;
}

/*---------- 404 PAGE ----------*/
.min-vh-100 {
    min-height: 80vh; /* Ajustado para que no choque con header/footer */
}

.div-artesanal {
    width: 60px;
    height: 2px;
    background: #BFA24B;
    margin: 0 auto;
    position: relative;
}

.div-artesanal::after {
    content: '✦';
    position: absolute;
    top: -12px;
    left: 22px;
    background: white;
    padding: 0 5px;
    color: #BFA24B;
    font-size: 12px;
}

.error-icon span {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

h1 span {
    font-family: 'Raleway', sans-serif;
    color: #BFA24B;
    font-style: italic;
    font-weight: 300;
}

