body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}


.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}


.custom_dark-btn,
.custom_orange-btn {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 145px;
  outline: none;
  color: #f7f7f7;
  border: 1px solid transparent;
}

.custom_dark-btn {
  background-color: #000000;
}

.custom_dark-btn:hover {
  border: 1px solid #086634;
  color: #000000;
  background-color: transparent;
}

.custom_orange-btn {
  background-color: #086634;
}

.custom_orange-btn:hover {
  border: 1px solid #086634;
  color: #086634;
  background-color: transparent;
}

.custom_heading {
  text-align: center;
  font-weight: bold;
}

.custom_heading-text {
  text-align: center;
}


/*header section*/
.hero_area {
  height: 98vh;
  background-color: #f7f7f7;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #343434;
  text-align: center
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}



.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 80px;
  margin-right: 10px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #2e2e2d;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #086634;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

/*end header section*/

/* slider section */
.hero_section {
  padding-top: 8%;
}

.hero_slide-box {
  width: 100%;
  height: 100%;
}

.hero_slide-box .container {
  height: 100%;
}

.hero_slide-imgbox {
  width: 85%;
  margin: 0 auto;
}

.hero_slide-imgbox img {
  width: 100%;
  /** border: solid 1px #52179e; **/
}

.hero_slide-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /** border: solid 1px #23c939; **/
}

.hero_slide-container .hero_slide-detail {}

.hero_slide-detail h1 {
  font-weight: 700;
  font-size: 60px;
  width: 95%;
  /** border: solid 1px #e22424; **/
}

.hero_slide-detail p {
  margin: 45px 0;
  /** border: solid 1px #000000; **/
}

.hero_btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #086634;
  color: #fefdfd;
  border-radius: 20px;
}

.hero_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.hero_section .hero_carousel-control {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 105px;
  transform: translateY(-50%);
}

.hero_section .hero_carousel-control .carousel-control-prev,
.hero_section .hero_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

.hero_section .hero_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #086634;
}

.hero_section .hero_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #000000;
}

.hero_slide-img {
  width: 50px;
}


/* end slider section */


/* ===== VENTAS ===== */
.ventas_section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.ventas_header {
  text-align: center;
  margin-bottom: 40px;
}

.ventas_title {
  font-size: 32px;
  font-weight: bold;
  color: #086633;
}

.ventas_subtitle {
  color: #2a2b2a;
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
}

/* Contenedor de cards */
.ventas_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Cada card */
.ventas_card {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 30px 20px 40px 20px;
  box-sizing: border-box;
  flex: 1 1 45%;
  max-width: 500px;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

/* Barra decorativa con gradiente */
.ventas_card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #086633, #3ed1a1, #c0e67d, #ff8f00);
  background-size: 300% 100%;
  transition: all 0.4s ease;
  transform: translateX(-100%);
}

/* Hover en las cards */
.ventas_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  border: 2px solid #3ed1a1;
}

.ventas_card:hover::after {
  transform: translateX(0);
  animation: gradiente_anim 3s linear infinite;
}

/* Animación gradiente */
@keyframes gradiente_anim {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.ventas_icon {
  width: 60px;
  margin: 0 auto 20px auto;
  display: block;
}

.ventas_card-title {
  color: #086633;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.ventas_card-text {
  font-size: 15px;
  line-height: 26px;
  color: #2a2b2a;
}

/* Botón */
.ventas_btn-box {
  margin-top: 20px;
}

.ventas_btn {
  display: inline-block;
  background-color: #086633;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ventas_btn:hover {
  background-color: #3ed1a1;
  color: #2a2b2a;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .ventas_cards {
    flex-direction: column;
    align-items: center;
  }
  .ventas_card {
    width: 100%;
  }
}






/* tasty section */

.tasty_section {
  width: 100%;
  height: 500px;
  background-image: url(../images/tasty-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.tasty_section h2 {
  font-size: 125px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

/* end tasty section */

/* client section */
.client_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.client_img-box {
  width: 350px;
}

.client_img-box img {
  width: 100%
}

.client_container h3 {
  text-align: center;
  margin-bottom: 25px;
}


.client_section .custom_carousel-control {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 105px;
  transform: translateX(-50%);
}

.client_section .custom_carousel-control .carousel-control-prev,
.client_section .custom_carousel-control .carousel-control-next {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #292727;
}

.client_section .custom_carousel-control .carousel-control-prev:hover,
.client_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #086634;
}

.client_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

/* end client section */


/* SECCIÓN CONTACTO */
.contacto-section {
  background-color: #eae7e7;
  border-radius: 8px;
  padding: 40px 20px;
}

.contacto-title {
  color: #086634;
  font-weight: bold;
}

.contacto-subtitle {
  color: #2a2b2a;
}

.contacto-text {
  font-size: 17px;
  line-height: 28px;
  color: #2a2b2a;
}

.contacto-list i {
  color: #086634;
}

/* FORMULARIO */
.contacto-form {
  background: #2a2b2a;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.contacto-input {
  background: transparent;
  border: 2px solid #086634;
  color: #fff;
  margin-bottom: 15px;
}

.contacto-input::placeholder {
  color: #ccc;
}

.contacto-btn {
  background: #086634;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.contacto-btn:hover {
  background: #064a26;
  transform: scale(1.03);
}

/* MODAL CONFIRMACIÓN */
.confirm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.confirm-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  animation: popUp 0.6s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.confirm-content h3 {
  color: #086634;
  margin-bottom: 15px;
}

.confirm-btn {
  background: #086634;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.confirm-btn:hover {
  background: #064a26;
}

/* ANIMACIÓN */
@keyframes popUp {
  0% { transform: scale(0.7); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}



/* map section */
.map_section {
  height: 500px;
}


/* end map section */

/* info section */
.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;

}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
}

.info_section .social-box {
  margin: 25px 0;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

.info_section .form_container input {
  width: 225px;
  height: 30px;
}

.info_section .form_container button {
  background-color: #086634;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px 30px;
  margin-top: 15px;
  font-size: 15px;
}

/* end info section */


/* footer section*/

.footer_section {
  background-color: #efeded;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #191818;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #191818;
}

/* end footer section*/

/* ===== QUIÉNES SOMOS ===== */
.somos_section {
  background-color: #fff;
  margin-top: 70px;
  padding: 80px 0; /* más respiro arriba/abajo */
}

.somos_header {
  text-align: center;
  margin-bottom: 40px;
}

.somos_title {
  font-size: 36px;
  font-weight: bold;
  color: #086633;
  position: relative;
  display: inline-block;
}

.somos_title::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, #086633, #3ed1a1, #ff8f00);
  margin: 10px auto 0;
  border-radius: 2px;
}

.somos_text p {
  font-size: 17px;
  line-height: 28px;
  color: #2a2b2a;
  margin-bottom: 30px;
  padding-right: 20px; /* más espacio con imágenes */
}

/* Imagen + badge */
.somos_img {
  position: relative;
  margin-top: 40px; /* más separación del texto */
  overflow: hidden;
  border-radius: 12px;
}

.somos_img figure {
  margin: 0;
}

.somos_img figure img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.somos_img:hover figure img {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Badge con número */
.somos_badge {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  background: linear-gradient(135deg, #086633, #3ed1a1, #ff8f00);
  padding: 18px 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  animation: pulse 2s infinite;
}

/* Efecto pulso badge */
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

.somos_margin-top {
  margin-top: -40px; /* antes era -90px, menos agresivo */
}

/* ===== SCROLL ANIMATION ===== */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .somos_margin-top {
    margin-top: 20px;
  }
  .somos_title {
    font-size: 28px;
  }
  .somos_text p {
    padding-right: 0;
  }
}


/** gallery  section **/

/* ===== LOCALES ===== */
.locales_section {
  margin-top: 80px;
  padding: 80px 0 50px 0;
  background-color: #f9f9f9; /* fondo neutro */
}

.locales_header {
  text-align: center;
}

.locales_header p {
  color: #2a2b2a;
  margin-top: 20px;
}

/* Tarjetas */
.local_card {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 369px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.local_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 12px;
}

.local_img img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.local_text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.local_text p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 0 10px;
}

/* ===== Colores según paleta ===== */
.color-primary { color: #086633; }

.bg-darkgreen { background-color: #086633; }
.bg-primary { background-color: #3ed1a1; }
.bg-lightgreen { background-color: #c0e67d; color: #2a2b2a; }
.bg-accent { background-color: #ff8f00; }

/* Asegurar contraste en textos */
.bg-lightgreen h3,
.bg-lightgreen p {
  color: #2a2b2a;
}

/** end gallery  section **/


/* Estilos exclusivos de Coffit */
.coffit-section {
  background-color: #fdfbf7; /* tono claro, suave */
}

.coffit-logo {
  max-width: 180px;   /* tamaño máximo en pantallas grandes */
  width: 100%;        /* ocupa todo el ancho disponible */
  height: auto;       /* mantiene proporción */
}


.coffit-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coffit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.coffit-img {
  transition: transform 0.3s ease;
}

.coffit-card:hover .coffit-img {
  transform: scale(1.05);
}

.coffit-icon {
  color: #4a6b3e; /* Verde que definimos antes */
  margin-right: 10px;
  transition: color 0.3s ease;
}

.coffit-card:hover .coffit-icon {
  color: #c49b63; /* un beige/dorado suave como contraste */
}

/* Fondo con efecto parallax */
.parallax {
  background: url("../images/coffit-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  position: relative;
  color: #fff;
}

/* Oscurecer un poco para mejor contraste */
.parallax::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5); /* filtro oscuro */
  z-index: 0;
}

/* Para que el contenido esté encima del overlay */
.parallax .container {
  position: relative;
  z-index: 1;
}

/* Hover cards igual que antes */
.coffit-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coffit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.coffit-img {
  transition: transform 0.3s ease;
}

.coffit-card:hover .coffit-img {
  transform: scale(1.05);
}

.coffit-icon {
  color: #c49b63; /* beige/dorado para resaltar */
  margin-right: 10px;
}
