@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #2E4057;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e8c4b0;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #2E4057;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #2E4057;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link svg,
.custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
  fill: #2E4057;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #2E4057;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
  background-color: #fde7eb;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #2E4057;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2E4057;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #1a2432;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #2E4057;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #e8c4b0;
}

.cat_section {
  padding-top: 45px;
}

.cat_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 45px;
}

.cat_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.cat_section .box .detail-box {
  margin-top: 15px;
}

.cat_section .box .detail-box h5 {
  margin: 0;
  font-weight: bold;
  font-size: 28px;
  font-family: 'Dancing Script', cursive;
}

.about_section .heading_container {
  margin-bottom: 15px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e8c4b0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #d1ab96;
}

.product_section {
  background-color: #fde7eb;
  color: #2E4057;
}

.product_section .heading_container {
  margin-bottom: 20px;
}

.product_section .box {
  position: relative;
  margin-top: 25px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
}

.product_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 215px;
}

.product_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
}

.product_section .box .detail-box {
  text-align: center;
}

.product_section .box .detail-box a {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.product_section .box .detail-box h6 {
  margin-top: 10px;
  color: #000000;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #e8c4b0;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.product_section .btn-box a:hover {
  background-color: #d1ab96;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 105px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #efefef;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 60px 25px 15px 25px;
  border: 5px solid #efefef;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #e8c4b0;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #e8c4b0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #d1ab96;
}

/* footer section*/
.footer_section {
  background-color: #fde7eb;
  color: #2E4057;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #2E4057;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #e8c4b0;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #2E4057;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fde7eb;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #2E4057;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #e8c4b0;
}

.footer_section .map_container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #2E4057;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

.product-description {
  font-size: 14px;
  color: #666;
  margin: 8px 0;
  line-height: 1.4;
}

.product-price {
  font-size: 24px;
  font-weight: bold;
  color: #ff6b6b;
  margin-top: 10px;
}

.btn1 {
  display: inline-block;
  padding: 10px 30px;
  background-color: #e8c4b0;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  min-width: 200px;
}

.social-btn i {
  font-size: 24px;
}

.whatsapp-btn {
  background-color: #25D366;
}

.whatsapp-btn:hover {
  background-color: #1eb854;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.facebook-btn {
  background-color: #1877F2;
}

.facebook-btn:hover {
  background-color: #0d65d9;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4);
}

.instagram-btn {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.instagram-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(188, 24, 136, 0.4);
}

.email-btn {
  background-color: #e8c4b0;
}

.email-btn:hover {
  background-color: #c09060;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(232, 196, 176, 0.4);
}

@media (max-width: 768px) {
  .social-btn {
    min-width: 100%;
  }
}

.client_section .box {
  padding: 30px 15px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.client_section .box:hover {
  transform: translateY(-10px);
}

.client_section .img-box {
  position: relative;
  margin-bottom: 20px;
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #e8c4b0;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 15px;
  box-shadow: 0 4px 15px rgba(212, 163, 115, 0.3);
}

.step-icon {
  font-size: 50px;
  color: #e8c4b0;
  margin-bottom: 15px;
}

.client_section .detail-box h5 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.client_section .detail-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(212, 163, 115, 0.8);
  border-radius: 50%;
  padding: 10px;
}

.category-section {
  margin-bottom: 60px;
}

.category-title {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
  font-weight: 600;
  color: #e8c4b0;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e8c4b0;
  display: inline-block;
}

.category-section:last-child {
  margin-bottom: 0;
}

.info-box {
  padding: 30px 20px;
  margin-top: 20px;
  transition: all 0.3s;
}

.info-box:hover {
  transform: translateY(-5px);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background-color: #fff5f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.info-box:hover .icon-wrapper {
  background-color: #e8c4b0;
}

.info-box i {
  font-size: 32px;
  color: #e8c4b0;
  transition: all 0.3s;
}

.info-box:hover i {
  color: white;
}

.info-box h5 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.info-box p {
  color: #666;
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 15px;
}

/* Estilos del Modal */
.modal-producto {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-contenido {
  position: relative;
  background-color: white;
  margin: 2% auto;
  padding: 0;
  width: 90%;
  max-width: 900px;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.3s;
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-cerrar {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 35px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}

.modal-cerrar:hover {
  color: #d4145a;
  background: #f0f0f0;
}

.modal-body {
  display: flex;
  flex-wrap: wrap;
}

.modal-imagen {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 15px 0 0 15px;
}

.modal-imagen img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.modal-info {
  flex: 1;
  min-width: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-info h2 {
  color: #333;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.modal-info p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.modal-acciones {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-whatsapp {
  background: #25D366;
  color: white;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.btn-whatsapp:hover {
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.btn-cerrar-modal {
  background: #666;
  color: white;
  padding: 15px 30px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 16px;
}

.btn-cerrar-modal:hover {
  background: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .modal-contenido {
    width: 95%;
    margin: 5% auto;
  }

  .modal-body {
    flex-direction: column;
  }

  .modal-imagen {
    border-radius: 15px 15px 0 0;
    max-width: 100%;
  }

  .modal-info h2 {
    font-size: 22px;
  }

  .modal-acciones {
    flex-direction: column;
  }

  .btn-whatsapp,
  .btn-cerrar-modal {
    width: 100%;
    justify-content: center;
  }
}

/* Tarjeta del producto clickeable */
.product_section .box {
  position: relative;
  margin-top: 25px;
  padding: 25px 20px;
  background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
  border-radius: 20px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(212, 163, 115, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.product_section .box>div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product_section .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(212, 163, 115, 0.25);
  border-color: rgba(212, 163, 115, 0.3);
}

/* Efecto de overlay al hacer hover */
.product_section .box::after {
  content: 'Ver detalles';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(212, 163, 115, 0.95);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
  font-weight: 700;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product_section .box:hover::after {
  opacity: 1;
}

/* Nombre del producto */
.product_section .box .detail-box .product-name {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 24px;
  color: #2E4057;
  margin-bottom: 10px;
  line-height: 1.4;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.product_section .box:hover .product-name {
  color: #e8c4b0;
}

/* Contenedor de la imagen con altura fija */
.product_section .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 215px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 15px;
  flex-shrink: 0;
}

.product_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  object-fit: contain;
}

.product_section .box:hover .img-box img {
  transform: scale(1.1);
}

/* Detalle del producto */
.product_section .box .detail-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

/* Descripción del producto */
.product-description {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  flex-grow: 1;
}

/* Asegurar que las columnas tengan la misma altura */
.product_section .row {
  display: flex;
  flex-wrap: wrap;
}

.product_section .row>[class*='col-'] {
  display: flex;
  margin-bottom: 25px;
}

/* Responsive - Centrar en móviles */
@media (max-width: 768px) {
  .product_section .row>[class*='col-'] {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }

  .product_section .box {
    max-width: 400px;
    width: 100%;
  }

  .product_section .box .detail-box .product-name {
    font-size: 22px;
    min-height: 60px;
  }

  .product_section .box::after {
    font-size: 24px;
  }

  .category-section {
    text-align: center;
  }

  .category-title {
    text-align: center;
    width: 100%;
  }
}

/* Tablets */
@media (max-width: 991px) and (min-width: 769px) {
  .product_section .row>[class*='col-'] {
    display: flex;
    justify-content: center;
  }

  .product_section .box {
    max-width: 350px;
    width: 100%;
  }
}

/* Pantallas muy pequeñas */
@media (max-width: 480px) {
  .product_section .box {
    max-width: 320px;
    padding: 20px 15px;
  }

  .product_section .box .detail-box .product-name {
    font-size: 20px;
    min-height: 55px;
  }

  .product_section .box::after {
    font-size: 20px;
  }

  .product_section .box .img-box {
    height: 180px;
  }

  .product_section .box .img-box img {
    max-height: 160px;
  }
}

.product-box h6:first-child {
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
}

/* ===================================
   ESTILOS NUEVOS PARA SECCIÓN ACERCA DE
   Corazón de Coco
   
   NOTA: Agrega estos estilos al FINAL 
   de tu archivo style.css existente
   =================================== */

/* Mejoras para la caja de imagen existente */
.about_section .img-box {
  background: linear-gradient(135deg, #fde7eb 0%, #fff 100%);
  padding: 60px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

/* Emoji decorativo de fondo en la caja de imagen */
.about_section .img-box::before {
  content: '🥥';
  position: absolute;
  font-size: 200px;
  opacity: 0.1;
  top: -50px;
  right: -50px;
  animation: float 6s ease-in-out infinite;
}

/* Mejoras para la imagen del logo */
.about_section .img-box img {
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(47, 37, 25, 0.2);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

/* Efecto hover en la imagen */
.about_section .img-box img:hover {
  transform: scale(1.05) rotate(2deg);
}

/* Mejoras para el título */
.about_section .heading_container h2 {
  position: relative;
  display: inline-block;
}

/* Línea decorativa bajo el título */
.about_section .heading_container h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2E4057, #4a5468);
  border-radius: 2px;
}

/* Grid de características */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

/* Tarjetas de características */
.feature-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(47, 37, 25, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* Efecto hover en tarjetas */
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(47, 53, 66, 0.2);
  border-color: #2E4057;
}

/* Icono de la característica */
.feature-icon {
  font-size: 50px;
  margin-bottom: 20px;
  display: inline-block;
  animation: bounce 2s ease-in-out infinite;
}

/* Delays de animación para cada tarjeta */
.feature-card:nth-child(1) .feature-icon {
  animation-delay: 0s;
}

.feature-card:nth-child(2) .feature-icon {
  animation-delay: 0.2s;
}

.feature-card:nth-child(3) .feature-icon {
  animation-delay: 0.4s;
}

/* Título de la tarjeta */
.feature-card h3 {
  font-size: 22px;
  color: #2E4057;
  margin-bottom: 15px;
  font-family: 'Dancing Script', cursive;
  font-weight: 600;
}

/* Texto de la tarjeta */
.feature-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Sección de valores */
.values-section {
  background: white;
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 20px 60px rgba(47, 37, 25, 0.1);
  margin-bottom: 60px;
}

/* Título de la sección de valores */
.values-section h2 {
  text-align: center;
  font-size: 42px;
  color: #2E4057;
  margin-bottom: 50px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}

/* Grid de valores */
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Item individual de valor */
.value-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: linear-gradient(135deg, #fde7eb 0%, #fff 100%);
  border-radius: 15px;
  transition: all 0.3s ease;
}

/* Efecto hover en items de valor */
.value-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(47, 53, 66, 0.15);
}

/* Icono del valor */
.value-icon {
  font-size: 40px;
  min-width: 60px;
  text-align: center;
}

/* Título del contenido de valor */
.value-content h4 {
  font-size: 20px;
  color: #2E4057;
  margin-bottom: 10px;
  font-family: 'Dancing Script', cursive;
  font-weight: 600;
}

/* Texto del contenido de valor */
.value-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Elementos decorativos de fondo */
.decorative-elements {
  position: fixed;
  pointer-events: none;
  z-index: -1;
}

.deco-1 {
  font-size: 100px;
  opacity: 0.05;
  top: 10%;
  left: 5%;
  animation: float 8s ease-in-out infinite;
}

.deco-2 {
  font-size: 80px;
  opacity: 0.05;
  bottom: 15%;
  right: 10%;
  animation: float 10s ease-in-out infinite reverse;
}

/* ===================================
   ANIMACIONES
   =================================== */

/* Animación de flotación */
@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}

/* Animación de rebote */
@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 968px) {

  /* Grid a una columna en móviles */
  .content-wrapper {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  /* Reducir tamaño del título */
  .about_section .heading_container h2 {
    font-size: 36px;
  }

  /* Reducir padding en móviles */
  .about_section .detail-box,
  .about_section .img-box,
  .values-section {
    padding: 40px 30px;
  }
}

/* ===================================
   MENSAJE ESPECIAL DE CUMPLEAÑOS
   (Temporal - se eliminará después)
   =================================== */

.birthday-message {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 50px 30px;
  background: linear-gradient(135deg, #fde7eb 0%, #fff 50%, #fde7eb 100%);
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(47, 53, 66, 0.15);
  position: relative;
  overflow: hidden;
}

.birthday-message::before {
  content: '🎂';
  position: absolute;
  font-size: 150px;
  opacity: 0.05;
  top: -30px;
  left: -30px;
  animation: float 8s ease-in-out infinite;
}

.birthday-message::after {
  content: '🎉';
  position: absolute;
  font-size: 120px;
  opacity: 0.05;
  bottom: -20px;
  right: -20px;
  animation: float 10s ease-in-out infinite reverse;
}

.birthday-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.birthday-icon {
  font-size: 60px;
  margin-bottom: 20px;
  animation: bounce 2s ease-in-out infinite;
}

.birthday-title {
  font-family: 'Dancing Script', cursive;
  font-size: 48px;
  color: #2E4057;
  margin-bottom: 30px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.birthday-text {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.birthday-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  text-align: left;
}

.birthday-text p:last-of-type {
  margin-bottom: 0;
}

.birthday-signature {
  font-size: 18px;
  font-style: italic;
  color: #2E4057;
  margin-top: 30px;
  text-align: right !important;
  border-top: 2px solid #2E4057;
  padding-top: 20px;
}

.birthday-signature strong {
  font-size: 22px;
  font-family: 'Dancing Script', cursive;
  display: block;
  margin-top: 10px;
}

.birthday-decorations {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.decoration-item {
  font-size: 40px;
  animation: bounce 1.5s ease-in-out infinite;
  display: inline-block;
}

.decoration-item:nth-child(1) {
  animation-delay: 0s;
}

.decoration-item:nth-child(2) {
  animation-delay: 0.2s;
}

.decoration-item:nth-child(3) {
  animation-delay: 0.4s;
}

.decoration-item:nth-child(4) {
  animation-delay: 0.6s;
}

.decoration-item:nth-child(5) {
  animation-delay: 0.8s;
}

/* Responsive para el mensaje de cumpleaños */
@media (max-width: 768px) {
  .birthday-message {
    padding: 30px 20px;
    margin-top: 60px;
  }

  .birthday-title {
    font-size: 36px;
  }

  .birthday-text {
    padding: 25px;
  }

  .birthday-text p {
    font-size: 15px;
  }

  .birthday-signature {
    font-size: 16px;
  }

  .birthday-signature strong {
    font-size: 20px;
  }

  .decoration-item {
    font-size: 30px;
  }
}

/* ===================================
   MEJORAS PARA SLIDER - FLECHAS
   =================================== */

/* Ocultar el círculo de fondo predeterminado */
.slider_section .carousel-control-prev-icon,
.slider_section .carousel-control-next-icon {
  background-color: transparent;
  background-image: none;
  width: 50px;
  height: 50px;
  border-radius: 0;
  padding: 0;
}

/* Crear flechas personalizadas sin círculo */
.slider_section .carousel-control-prev-icon::before {
  content: '‹';
  font-size: 60px;
  color: #2E4057;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  display: block;
  line-height: 1;
}

.slider_section .carousel-control-next-icon::before {
  content: '›';
  font-size: 60px;
  color: #2E4057;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  display: block;
  line-height: 1;
}

/* Efecto hover en las flechas */
.slider_section .carousel-control-prev:hover .carousel-control-prev-icon::before,
.slider_section .carousel-control-next:hover .carousel-control-next-icon::before {
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(47, 53, 66, 0.8);
  transform: scale(1.2);
  transition: all 0.3s ease;
}

/* Ajustar posición de los controles */
.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 60px;
  opacity: 1;
  transition: all 0.3s ease;
}

.slider_section .carousel-control-prev {
  left: 10px;
}

.slider_section .carousel-control-next {
  right: 10px;
}

/* Responsive para flechas en móviles */
@media (max-width: 768px) {

  .slider_section .carousel-control-prev-icon::before,
  .slider_section .carousel-control-next-icon::before {
    font-size: 45px;
  }

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    width: 40px;
  }
}

.countdown-wrapper {
  margin: 40px 0;
  padding: 30px;
  background: linear-gradient(135deg, #2E4057 0%, #e8c4b0 100%);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(47, 53, 66, 0.3);
}

.countdown-title {
  color: white;
  font-size: 2em;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.countdown-emoji {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 15px;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.countdown-display {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.countdown-unit {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 15px;
  border-radius: 12px;
  min-width: 90px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.countdown-unit:hover {
  transform: scale(1.05);
}

.countdown-number {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
  color: #2E4057;
  line-height: 1;
}

.countdown-label {
  display: block;
  font-size: 0.85em;
  color: #e8c4b0;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.celebration-active {
  display: none;
}

.celebration-active.show {
  display: block;
  text-align: center;
  color: white;
  font-size: 2.5em;
  font-weight: bold;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@media (max-width: 768px) {
  .countdown-title {
    font-size: 1.5em;
  }

  .countdown-unit {
    min-width: 70px;
    padding: 15px 10px;
  }

  .countdown-number {
    font-size: 2em;
  }
}

/* Pantalla de bloqueo */
.page-lock-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2E4057 0%, #fde7eb 100%);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.page-lock-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.lock-content {
  text-align: center;
  color: white;
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 90%;
}

.lock-emoji {
  font-size: 4em;
  margin-bottom: 20px;
  animation: lockBounce 2s infinite;
}

@keyframes lockBounce {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-15px) rotate(-5deg);
  }

  75% {
    transform: translateY(-15px) rotate(5deg);
  }
}

.lock-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.lock-message {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.95;
}

.lock-countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.lock-time-unit {
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  border-radius: 12px;
  min-width: 80px;
  backdrop-filter: blur(5px);
}

.lock-time-number {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
}

.lock-time-label {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.lock-hint {
  margin-top: 25px;
  font-size: 1em;
  opacity: 0.8;
  font-style: italic;
}

@media (max-width: 768px) {
  .lock-title {
    font-size: 2em;
  }

  .lock-message {
    font-size: 1.1em;
  }

  .lock-time-unit {
    min-width: 65px;
    padding: 12px 15px;
  }

  .lock-time-number {
    font-size: 2em;
  }
}

body.page-locked {
  overflow: hidden !important;
  height: 100vh !important;
}

/* ===================================
   PRODUCTOS DESTACADOS (TODO EL AÑO)
   =================================== */

.featured-section {
  background: linear-gradient(180deg, #fdfbfb 0%, #ebedee 100%);
  position: relative;
  overflow: hidden;
  border-top: 4px solid #e8c4b0;
  border-bottom: 4px solid #e8c4b0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.featured-title {
  color: #e8c4b0;
  font-family: 'Dancing Script', cursive;
  font-size: 42px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
}

.elegant-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  padding: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.elegant-card::before {
  content: '★ Favorito';
  position: absolute;
  top: 15px;
  left: -35px;
  background: #2E4057;
  color: white;
  padding: 5px 40px;
  transform: rotate(-45deg);
  font-size: 11px;
  font-weight: bold;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.elegant-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(47, 53, 66, 0.15);
  border-color: #2E4057;
}

.elegant-card .img-box {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}

.elegant-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.5s ease;
}

.elegant-card:hover .img-box img {
  transform: scale(1.08);
}

.featured-price {
  color: #764ba2;
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 10px;
}

.featured-name {
  font-weight: 700;
  color: #333;
  font-size: 1.1rem;
}

/* ===================================
   MENU DE PASTELES (SABORES Y OPCIONES)
   =================================== */
.menu_section {
  background-color: #ffffff;
  color: #333;
}

.menu_block {
  margin-bottom: 50px;
}

.menu_subtitle_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.menu_subtitle {
  color: #333;
  font-size: 2.5rem;
  font-family: inherit;
  font-weight: bold;
  margin: 0 20px;
}

.menu_divider {
  flex-grow: 1;
  height: 2px;
  background-color: #e8c4b0;
  max-width: 300px;
}

.menu_sizes_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
  background: white;
  padding: 40px;
  border-radius: 15px;
  border: 2px solid #e8c4b0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.menu_size_item {
  display: flex;
  flex-direction: column;
}

.menu_size_name {
  font-size: 1.3rem;
  color: #777;
  margin-bottom: 5px;
}

.menu_size_desc {
  font-size: 1.1rem;
  color: #2f2519;
  font-weight: 600;
}

.menu_flavors_grid {
  display: flex;
  justify-content: center;
  gap: 120px;
  background: white;
  padding: 40px 60px;
  border-radius: 15px;
  border: 2px solid #e8c4b0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  margin: 0 auto;
}

.menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu_list li {
  font-size: 1.25rem;
  color: #e8c4b0;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.menu_list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e8c4b0;
  font-weight: bold;
}

@media (max-width: 768px) {
  .menu_sizes_grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    gap: 20px;
  }

  .menu_size_item {
    margin-bottom: 15px;
  }

  .menu_flavors_grid {
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    align-items: center;
  }

  .menu_divider {
    max-width: 80px;
  }

  .menu_subtitle {
    font-size: 2rem;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s ease;
  animation: pulse-wa 2s infinite;
}

.whatsapp-float:hover {
  background: #20ba5a;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
  color: white;
}

/* Mensaje emergente al lado del botón */
.whatsapp-float-msg {
  position: absolute;
  right: 75px;
  background-color: white;
  color: #333;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(20px);
}

.whatsapp-float-msg::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}

.whatsapp-float:hover .whatsapp-float-msg {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes pulse-wa {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ===================================
   CORRECCIÓN DEL CARRUSEL EN MÓVILES (ALTURA UNIFORME)
   =================================== */


@media (max-width: 768px) {
  .slider_section .carousel-inner {
    min-height: 620px;
  }

  .slider_section .carousel-item {
    min-height: 620px;
  }

  .slider_section .carousel-item.active,
  .slider_section .carousel-item-next,
  .slider_section .carousel-item-prev {
    display: flex !important;
    align-items: center;
  }

  .slider_section .row {
    height: 100%;
    flex-direction: column-reverse;
  }

  .slider_section .detail-box {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 16px 16px 4px 16px;
    /* ← menos padding abajo */
  }

  .slider_section .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 340px;
    max-height: 380px;
    padding: 10px 0;
    margin-top: 0;
  }

  .slider_section .img-box img {
    max-height: 360px;
    max-width: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  /* ← CLAVE: eliminar espacio del container de los indicadores */
  .slider_section .carousel>.container {
    padding: 0 !important;
    margin-top: -10px;
    /* sube los indicadores hacia el botón */
  }

  .slider_section .carousel-indicators {
    position: static;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
}

@media (max-width: 480px) {

  .slider_section .carousel-inner,
  .slider_section .carousel-item {
    min-height: 580px;
  }

  .slider_section .img-box {
    min-height: 300px;
    max-height: 320px;
  }

  .slider_section .img-box img {
    max-height: 300px;
    max-width: 95%;
  }

  .slider_section .detail-box {
    min-height: 160px;
    padding: 12px 12px 4px 12px;
  }

  .slider_section .carousel>.container {
    margin-top: -10px;
  }
}

/*# sourceMappingURL=style.css.map */