@font-face {
  font-family: "Bebas Neue";
  src: url("../font/BebasNeue-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header Styles */
header.menu {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

header.menu .container-fluid {
  max-width: 1740px;
  padding: 0 15px;
}

.navbar {
  padding: 30px 0; /* More padding as per mockup */
}

.logoD {
  max-width: 180px; /* Slightly smaller to match elegant look */
  display: block;
}

.navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

.menuD {
  width: auto !important; /* Let it shrink to fit content */
  margin-left: auto;
}
.menuD .menu-pill-container {
  display: flex;
  align-items: center;
  background-color: #ffa59d; /* Defined by user */
  border-radius: 42px;
  padding: 0px 0px 0px 30px; /* Left padding for links, Right padding small for button */
}
.menuD .nav-link {
  color: #8d4949; /* Dark reddish brown text */
  font-family: "Poppins", sans-serif; /* Poppins */
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 30px !important;
}
.menuD .nav-link:hover {
  color: #fff;
  opacity: 1;
}
.menuD .btn-contact {
  background-color: #fff; /* White button */
  color: #8d4949 !important;
  border-radius: 30px;
  padding: 8px 25px !important;
  font-weight: 700;
  margin-left: 10px;
  display: inline-block;
}
.menuD .btn-contact:hover {
  background-color: #fff0f0;
}

/* Mobile Toggler */
.navbar-toggler {
  border: none;
  outline: none;
  padding: 0;
}

/*.navbar-toggler .navbar-toggler-icon {
    /* Custom icon if needed, otherwise Bootstrap default works but might need color change 
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}*/
/* Mockup shows a burger menu. Let's make it white since background is pink? 
   Wait, logo is white in mockup? 
   In desktop mockup: Logo is white "green is better". 
   In my index.html I am using `Logo.png`. I hope it's white. */
.logoM {
  max-height: 50px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 1540px) {
  .logoD {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .menuD {
    display: none !important;
  }
  .logoM {
    max-height: 60px;
    width: auto;
  }
  header.menu button.navbar-toggler {
    z-index: 20;
    position: relative;
    margin-left: auto;
    border-radius: 8px;
    background: #fee3c9 !important;
    padding: 10px;
    /* Make toggler white maybe? */
  }
  .navbar-collapse {
    background-color: #f39c94; /* Match banner */
    padding: 20px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  /* Close Button Style */
  .close-menu {
    position: absolute;
    top: 30px;
    right: 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    z-index: 1001;
    outline: none;
  }
  .close-menu:focus {
    outline: none;
  }
  .navbar-nav.d-lg-none {
    text-align: center;
  }
  .navbar-nav.d-lg-none .nav-link {
    color: #fff;
    font-size: 24px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 15px;
  }
  .logoD {
    display: none;
  }
}
@media (max-width: 767px) {
  header.menu .container-fluid {
    padding: 0 15px;
  }
}
/* General & Typography */
html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

img {
  max-width: 100%;
  width: 100%;
}

h1 {
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 104px;
  font-style: normal;
  font-weight: 400;
  line-height: 102px; /* 98.077% */
}

.banner p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner p strong {
  font-style: italic !important;
}

h6 {
  color: #e43b36;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
  padding: 10px 15px;
}

h2 {
  color: #f39c94;
  font-family: "Bebas Neue";
  font-size: 78px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 96.154% */
}

h6 {
  border-radius: 59px;
  border: 1px solid #4e4d4d;
  color: #4e4d4d;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  color: #f39c94;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 126.316% */
}

p {
  color: #4e4d4d;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
p span {
  font-style: italic;
  font-weight: 600;
}

/* Buttons */
.btn,
.btnbr,
input.hs-button.primary.large {
  border-radius: 42px;
  background: #864545;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover {
  background-color: #e43b36;
  color: #fff;
  opacity: 0.7;
}

.btn img,
.btnbr img,
input.hs-button.primary.large img {
  margin: 4px 0 4px 15px;
  width: 12px;
}

/* Animations */
/* Utility Classes */
.hiddenD,
.hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 67px;
    line-height: 58px;
  }
  .banner p {
    font-size: 18px;
  }
  h2 {
    font-size: 61px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  h1 br {
    display: none;
  }
  .banner p {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
  h2 br {
    display: none;
  }
  .btn,
  .btnbr,
  input.hs-button.primary.large {
    font-size: 15px;
  }
  h4 {
    font-size: 19px;
    line-height: 24px;
  }
}
.banner {
  padding: 270px 0 0;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  position: relative;
  background-image: url(../imagenes/FondoHeader.png);
  background-size: cover;
  background-position: 50% -220px;
  background-repeat: no-repeat;
  overflow: visible;
  margin-bottom: 200px;
}

.banner .container-fluid {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1540px;
}

.banner h1 {
  text-align: center;
  text-transform: uppercase;
}

.banner p {
  margin-bottom: 40px;
  text-align: center;
  max-width: 60%;
  padding-top: 60px;
}

.banner .btnbr {
  background-color: #8d4949; /* Dark brownish color from mockup button */
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
}
.banner .btnbr:hover {
  background-color: #6d3636;
}

.banner .banner-img-container {
  position: relative;
  margin-top: 50px;
  margin-bottom: -250px; /* Pull it down to overlap the next section */
  z-index: 20;
}

.banner .banner-bowl {
  max-width: 1300px;
  width: 100%;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
}

@media (max-width: 991px) {
  .banner {
    padding-top: 150px;
    min-height: auto;
    padding-bottom: 150px;
    margin-bottom: 150px;
  }
  .banner p {
    max-width: 90%;
  }
  .banner .banner-img-container {
    margin-bottom: -200px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-top: 200px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: center;
  }
  .banner .banner-bowl {
    max-width: 100%;
  }
  .banner p {
    padding-top: 20px;
  }
  .banner .banner-img-container {
    margin-bottom: -240px;
  }
}
.nosotros {
  background-color: #fff;
  padding: 150px 0; /* Adjusted padding */
  position: relative;
}
.nosotros .container {
  max-width: 1160px;
}
.nosotros .cont {
  padding-left: 30px;
}

.nosotros h2 {
  margin-bottom: 30px;
  text-align: left;
}

.nosotros p {
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .nosotros {
    padding: 60px 20px;
    text-align: left;
  }
  .nosotros .cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nosotros .mb-5 {
    margin-bottom: 0 !important;
  }
  .nosotros p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .nosotros {
    padding: 40px 15px;
  }
  .nosotros h2 {
    margin-bottom: 20px !important;
  }
  .nosotros .badge-container {
    text-align: left;
  }
}
.beneficios {
  background-color: #fff;
  padding: 100px 0 250px; /* Extra bottom padding for the bowl */
  position: relative;
  overflow-x: hidden; /* Prevent horizontal scroll from absolute images */
}
.beneficios .container-fluid {
  max-width: 1110px;
}

.beneficios .badge-container h6 {
  border-color: #4e4d4d;
  color: #4e4d4d;
}

.beneficios h2 {
  color: #f39c94;
  text-align: center;
  margin-bottom: 50px;
}

.beneficios .flores-decorativas {
  position: absolute;
  top: 100px;
  left: -120px;
  max-width: 350px;
  z-index: 1;
}

.beneficios .bowl-container {
  position: absolute;
  bottom: 50px;
  right: 80px;
  z-index: 2;
  pointer-events: none;
}

.beneficios .bowl-beneficios {
  max-width: 380px;
}

.beneficio-card {
  background: #fff;
  border-radius: 31px;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.17);
  padding: 60px;
  height: 100%;
  text-align: left;
  transition: transform 0.3s ease;
  z-index: 2;
  position: relative;
}
.beneficio-card h4 {
  margin-bottom: 20px;
}
.beneficio-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}
.beneficio-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 991px) {
  .beneficios {
    padding: 60px 0 250px;
  }
  .beneficios h2 {
    font-size: 45px;
    line-height: 1.1;
  }
  .beneficio-card {
    padding: 30px;
  }
  .beneficio-card h4 {
    font-size: 18px;
  }
  .beneficios .bowl-beneficios {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .beneficios {
    padding: 40px 0 0;
    overflow: visible; /* Let bowl hang out if needed, or stick to hidden */
  }
  .beneficios h2 {
    margin-bottom: 80px;
  }
  .beneficios .badge-container {
    text-align: center; /* Center badge on mobile as per design */
  }
  .beneficios .bowl-container {
    position: relative;
    text-align: right;
    margin-top: -50px;
    margin-right: -20px;
    z-index: 3;
  }
  .beneficios .bowl-beneficios {
    max-width: 200px;
  }
  .beneficios .flores-decorativas {
    top: 150px;
  }
  .beneficios .beneficio-card {
    padding: 60px 40px 50px;
  }
  .beneficios .bowl-container {
    margin-top: 40px;
    margin-right: -50px;
    z-index: 3;
  }
}
.contacto {
  background-color: #fee3c9; /* User specified background */
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  /* Remove old boxed styles */
}

/* Make image full height/cover if possible, or just standard fluid */
.contacto .contact-main-img {
  display: block;
  width: 100%;
  /* You might want a slight angle or mask here if design calls for it, 
     but screenshot looks like it might be a simple image or have a brush stroke edge.
     The user provided 'imagenForm.png' might already have the brush edge? 
     Assuming image is rectangular or pre-shaped. */
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 600px; /* Ensure height on desktop */
}

.contacto .form-wrapper {
  padding: 60px 40px;
}

.contacto h2 {
  color: #864545; /* Dark reddish brown for title based on screenshot */
  margin-bottom: 20px;
}

.contacto .badge-container h6 {
  border-color: #864545;
  color: #864545;
}

input#phone-016429ed-6ef8-44fa-9174-13868c19001c,
select#phone_ext-016429ed-6ef8-44fa-9174-13868c19001c {
  border-bottom: 0 !important;
  margin: 0 !important;
}

/* HubSpot Form Customization Overrides */
.hbspt-form .hs-input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #864545 !important; /* Brownish underline */
  color: #4e4d4d !important;
  font-family: "Poppins", sans-serif !important; /* Poppins */
  padding: 8px 0 5px !important;
  margin-bottom: 0px !important;
}
.hbspt-form .hs-input::-moz-placeholder {
  color: #8c8c8c !important;
}
.hbspt-form .hs-input::placeholder {
  color: #8c8c8c !important;
}

.hbspt-form .hs-input:focus {
  border-bottom-color: #d12f2f !important;
  box-shadow: none !important;
  outline: none !important;
}

.hbspt-form label {
  font-family: "Poppins", sans-serif;
  color: #4e4d4d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

/* Button Styling */
.hbspt-form .hs-button.primary {
  background-color: #864545 !important;
  color: white !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 12px 50px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s;
}

.hbspt-form .hs-button.primary:hover {
  background-color: #6d3636 !important;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .contacto {
    padding: 60px 20px;
  }
  .contacto .row {
    max-width: 600px;
    margin: auto;
  }
  .contacto .contact-main-img {
    min-height: auto;
    margin-bottom: 30px;
  }
  .contacto .container-fluid {
    padding: 0;
  }
  .contacto .form-col {
    padding: 0 20px 60px;
  }
}
/* Mobile Adjustments */
@media (max-width: 767px) {
  .contacto {
    padding: 60px 10px;
  }
  .contacto .form-wrapper {
    padding: 15px 0px;
  }
}
.datos {
  padding: 150px 0 100px;
  position: relative;
  background-color: #fff;
}
.datos .container {
  max-width: 1500px; /* Slightly tighter container for this section? Or match others. */
}

.datos-list {
  padding-left: 50px;
}

.datos .dato-item {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.datos .icon-col {
  flex: 0 0 65px;
  margin-right: 50px;
}

.datos .isotipo-icon {
  width: 70px;
  height: auto;
}

.datos .text-col {
  text-align: left;
}

.datos h4 {
  color: #f39c94; /* Pink title */
  font-family: "Bebas Neue"; /* Assuming Title font is Bebas */
  font-size: 38px;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 400;
  width: 390px;
}

.datos p {
  color: #4e4d4d;
  font-family: "Poppins", sans-serif; /* Poppins */
  font-size: 18px;
  margin-bottom: 0;
}
.datos p span {
  font-weight: 700;
  font-style: italic;
}

.datos .separator {
  border: 0;
  border-top: 2px solid #4e4d4d; /* Gray separator */
  margin: 50px 0;
  width: 100%;
}

.datos .datos-main-img {
  max-width: 100%;
  /* Check mockup for scaling */
}

@media (max-width: 991px) {
  .datos {
    padding: 60px 0;
  }
  .datos h4 {
    font-size: 32px;
  }
  .datos .dato-item {
    /* Mobile alignment? Mockup shows standard list. */
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .datos .dato-item {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .datos .datos-list {
    padding-left: 0;
  }
  .datos h4 {
    font-size: 28px;
  }
  .datos p {
    font-size: 16px;
  }
  .datos .datos-main-img {
    max-width: 80%; /* Don't make it too huge on mobile */
  }
  .datos .icon-col {
    flex: 0 0 65px;
    margin-right: 30px;
  }
  .datos h4 {
    max-width: 100%;
  }
  .datos .text-col {
    max-width: 230px !important;
  }
  .datos .separator {
    margin: 29px 0 0;
  }
}
.galeria {
  background-color: #fff; /* White background as per mockup */
  padding: 100px 0 100px;
  /* Removed background image unless specified otherwise, mockup looks white */
}

.galeria .badge-container h6 {
  border-color: #4e4d4d;
  color: #4e4d4d;
}

.galeria h2 {
  color: #f39c94; /* Pink */
  margin-bottom: 40px;
  font-family: "Bebas Neue";
}

.mySwiperGaleria {
  padding-bottom: 0px; /* Pagination removed or moved */
}

.mySwiperGaleria .swiper-slide {
  opacity: 1;
  transition: width 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
  /* Height handled by image but lets enforce a uniform look */
}

.mySwiperGaleria .swiper-slide img {
  width: 100%;
  height: 700px; /* Taller images as per mockup */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* Custom Navigation */
.custom-nav-container {
  margin-top: 30px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  cursor: pointer;
  transition: transform 0.2s;
}
.swiper-button-prev-custom img,
.swiper-button-next-custom img {
  width: 50px; /* Size for buttons */
  height: auto;
}
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .galeria {
    padding: 60px 10px;
  }
  .galeria h2 {
    padding: 0 15px;
  }
  .mySwiperGaleria .swiper-slide img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .galeria {
    /* No background image overrides needed if plain white */
  }
  .mySwiperGaleria .swiper-slide img {
    height: auto;
    max-height: 550px;
    /* Mobile aspect ratio */
  }
}
.diferencial {
  padding: 100px 0;
  position: relative;
  overflow: visible !important; /* Allow image overlap */
  z-index: 5;
  background-color: #fff; /* Section bg white, container has image */
}
.diferencial::before {
  content: "";
  position: absolute;
  bottom: -11%;
  left: 0;
  width: 850px;
  height: 700px;
  background-image: url(../imagenes/ImagenDistintivo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.diferencial-bg-container {
  background-image: url("../imagenes/FondoDistintivo.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 100px 50px;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-color: #ffebd6; /* Fallback */
}

/* Overlapping Image (Bottom Left) */
.distintivo-img-overlap {
  position: absolute;
  bottom: -100px; /* Overlap downwards */
  left: 0;
  max-width: 650px; /* Adjust as needed */
  z-index: 10;
  pointer-events: none;
}

.diferencial .badge-container h6 {
  border-color: #8c7365;
  color: #8c7365;
}

.distintivo-title {
  color: #864545; /* Brownish red */
  font-family: "Bebas Neue";
  line-height: 1;
  margin-bottom: 30px;
}

.diferencial .content-text p {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.diferencial .content-text p span {
  font-weight: 700;
  font-style: italic;
}

/* Right text column spacing */
.text-right-col {
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .distintivo-img-overlap {
    max-width: 500px;
    bottom: -50px;
  }
}
@media (max-width: 991px) {
  .diferencial {
    padding: 100px 0px 250px;
  }
  .diferencial .py-5 {
    padding-bottom: 0 !important;
  }
  .diferencial h2 {
    margin-bottom: 0;
  }
  .diferencial .text-right-col {
    padding-left: 0;
  }
  .diferencial::before {
    bottom: 8%;
    left: 0;
    width: 310px;
    height: 300px;
    z-index: 1;
  }
  .diferencial-bg-container {
    padding: 100px 50px 200px;
  }
}
@media (max-width: 767px) {
  .diferencial-bg-container {
    padding: 40px 30px 250px;
  }
  .diferencial-bg-container {
    background-image: url(../imagenes/movil/Fondo.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 20px 200px;
  }
}
.video {
  padding: 200px 0;
  background-color: #fff;
  /* Mockup looks white */
}

.video .badge-container h6 {
  border-color: #4e4d4d;
  color: #4e4d4d;
}

.video h2 {
  color: #f39c94; /* Pink */
  margin-bottom: 40px;
}

.video .video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  border-radius: 20px; /* Rounded corners */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .video {
    padding: 60px 0;
  }
  .video h2 {
    padding: 0 15px;
  }
}
.pasos {
  padding: 250px 0;
  position: relative;
  background-color: #fff;
  overflow: hidden; /* Prevent horizontal scroll from decorations */
}
.pasos::before {
  content: "";
  position: absolute;
  bottom: -11%;
  left: 0;
  width: 380px;
  height: 490px;
  background-image: url(../imagenes/Flores2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.pasos::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 520px;
  height: 920px;
  background-image: url(../imagenes/ImagenPasos.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.pasos .container-fluid {
  max-width: 1200px;
}

/* Decorations */
.pasos .decoration-left {
  position: absolute;
  top: 10%;
  left: -100px;
  z-index: 0;
  max-width: 400px;
  opacity: 0.8;
}

.pasos .decoration-right {
  position: absolute;
  top: -50px;
  right: -100px;
  z-index: 0;
  max-width: 600px; /* Big bowl image */
  pointer-events: none;
}

/* Left Column Text */
.pasos .badge-container h6 {
  border-color: #4e4d4d;
  color: #4e4d4d;
}

.pasos h2 {
  color: #f39c94; /* Pink */
  margin-bottom: 30px;
  font-family: "Bebas Neue";
  position: relative;
  z-index: 1;
}

/* Slider Section */
.pasos .mySwiperPasos {
  padding: 20px; /* Space for shadow */
  z-index: 2; /* Above decorations */
  position: relative;
}

.pasos .paso-card {
  background: #fff;
  border-radius: 20px;
  padding: 70px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  max-width: 424px;
}

.pasos .paso-card .icon-container {
  margin-bottom: 20px;
}
.pasos .paso-card .icon-container img {
  width: 60px;
  height: auto;
}

.pasos .paso-card h4 {
  color: #f39c94; /* Pink/Salmon */
  font-family: "Poppins", sans-serif; /* Poppins */
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.pasos .paso-card p {
  color: #4e4d4d;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

/* Custom Navigation */
.custom-nav-container-pasos {
  position: relative;
  z-index: 10;
  text-align: left;
  margin-left: 20px;
  margin-top: 0 !important;
}

.swiper-button-prev-pasos,
.swiper-button-next-pasos {
  cursor: pointer;
  transition: transform 0.2s;
}
.swiper-button-prev-pasos img,
.swiper-button-next-pasos img {
  width: 40px;
  height: auto;
}
.swiper-button-prev-pasos:hover,
.swiper-button-next-pasos:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .pasos {
    padding: 150px 0;
  }
  .pasos::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 410px;
    height: 780px;
    background-image: url(../imagenes/ImagenPasos.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .pasos .row .mySwiperPasos {
    padding-left: 5px !important;
  }
  .decoration-left,
  .decoration-right {
    display: none; /* Hide big decorations on mobile to keep it clean, or adjust */
  }
  .pasos .decoration-right img {
    /* If we want to show it on mobile, adjust here */
  }
  .custom-nav-container-pasos {
    text-align: center;
    margin-left: 0;
  }
  .pasos .paso-card {
    min-height: 350px;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  /* Mobile specific adjustments */
  .pasos::after {
    bottom: 16%;
    right: 0;
    width: 270px;
    height: 530px;
    background-image: url(../imagenes/ImagenPasos.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .pasos .row .mySwiperPasos {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pasos {
    padding-bottom: 300px;
  }
  .pasos .badge-container.mb-3.text-left,
  .pasos h6,
  .pasos h2 {
    padding-left: 23px !important;
  }
  .pasos .paso-card {
    min-height: 320px;
    padding: 30px 30px;
  }
  .pasos::before {
    content: "";
    position: absolute;
    bottom: -11%;
    left: 0;
    width: 170px;
    height: 390px;
  }
}
.site-footer {
  position: relative;
  padding-top: 100px; /* Space for the curve to start from */
  overflow: hidden;
}

.footer-curve {
  background-image: url(../imagenes/footer.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 120px; /* Adjusted padding for steeper curve */
  width: 100%;
  position: relative;
  padding-bottom: 0px;
}

.footer-logo img {
  max-width: 150px;
  height: auto;
  margin-bottom: 50px;
}

.footer-title {
  margin-bottom: 40px;
}

.footer-text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-footer {
  background-color: #864545; /* Dark brownish red */
  color: #fff;
  border-radius: 50px;
  padding: 10px 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.site-footer .btn-primary:hover {
  background-color: #c0302b;
  border-color: #c0302b;
  transform: translateY(-2px);
}

.site-footer .copyright-strip {
  padding: 15px 0;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  position: relative;
  z-index: 10;
  background: #ffa59d;
  margin-top: 20px;
}

.site-footer .copyright-strip p {
  color: #000;
  font-size: 14px;
}

@media (max-width: 991px) {
  .site-footer .footer-content {
    background-image: url(../imagenes/movil/FondoFooter.jpg);
    background-size: cover;
    background-position: top center;
    min-height: 480px;
  }
  .site-footer h2 br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 0;
    margin-top: -20px;
    z-index: 9;
  }
  .site-footer h2 {
    margin-bottom: 20px !important;
  }
  .site-footer h2 br {
    display: none;
  }
  .site-footer .footer-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .site-footer .footer-content {
    background-color: #f7f2da;
    background-image: url(../imagenes/movil/FondoFooter.jpg);
    background-size: contain;
    background-position: bottom;
  }
  .site-footer .footer-content {
    padding: 70px 10px 210px;
  }
  .footer-curve {
    padding-top: 40px;
  }
  .footer-logo img {
    max-width: 120px;
  }
  .btn-footer {
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */