body {
  background-color: #E4E0E1;
}

.section {
  padding-bottom: 3rem;
}

.custom-offcanvas {
  width: 280px !important; /* Define el ancho deseado */
}
.custom-offcanvas .nav-link {
  font-size: 1.25rem;
  color: #493628;
}

.card {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  text-align: center;
  padding: 1rem;
}

header {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
header .bg-white {
  background-color: #c4a591 !important;
}
header .navbar .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
header .logo {
  width: 140px;
  height: auto;
  vertical-align: top;
  margin-top: 0.25rem;
}
header .btn {
  padding: 0.25rem 1rem;
}
header .navbar-toggler {
  padding-right: 0;
  border: 0;
  background-color: transparent;
}
header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .navbar-brand {
  padding: 0;
  display: block;
}
@media (min-width: 768px) {
  header .navbar-nav {
    gap: 1.5rem;
    flex-direction: row;
    margin-left: 1.5rem;
  }
  header .navbar-nav .nav-link {
    color: #fff;
  }
}

#hero {
  background-color: #c4a591;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#hero .video-container {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#hero p {
  font-size: 1.2rem;
}
#hero h1 {
  margin-top: 3rem;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  color: #fff;
}
#hero h1 span {
  display: block;
  text-align: right;
  font-size: 3.25rem;
  line-height: 3.25rem;
}
@media (min-width: 768px) {
  #hero h1 {
    font-size: 3.25rem;
  }
  #hero h1 span {
    display: inline;
    font-size: 3.25rem;
  }
}
#hero h2 {
  color: #fff;
}
@media (min-width: 768px) {
  #hero {
    margin-top: 1rem;
  }
}
#hero.white-version {
  background-color: #E4E0E1 !important;
  color: #493628;
}
#hero.white-version .bg-white {
  background-color: #E4E0E1 !important;
}

.section.services {
  background-color: #E4E0E1;
  padding-top: 3rem;
  position: relative;
}
.section.services .cols {
  display: flex;
  gap: 0.25rem;
}
.section.services .cols .card {
  flex: 1;
}
.section.services .bg-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
  background-color: #493628;
}
.section.services .card {
  margin-bottom: 1rem;
  border-radius: 50px;
}
.section.services .card .icon {
  margin-bottom: 1rem;
  width: 100%;
  height: 60px;
}
.section.services .card .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.section.services .card .title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.section.services .card .price {
  font-size: 1rem;
  border-radius: 25px;
  border: 2px solid #493628;
  padding: 0.15rem 0.5rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.section.services .card .price-small {
  font-size: 0.8rem;
  line-height: 1rem;
  display: block;
  color: #c4a591;
}
.section.services .card ul {
  text-align: left;
  font-size: 1.2rem;
  margin: 1rem 0;
}
.section.services .card .btn {
  margin-top: 1rem;
  display: none;
}
.section.services.expanded .cols {
  flex-direction: column;
}
.section.services.expanded .icon {
  height: 100px;
}
.section.services.expanded .title {
  font-size: 1.5rem;
}
.section.services.expanded .btn {
  display: block;
  margin-bottom: 1rem;
}
.section.services.expanded .price {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .section.services .bg-stripe {
    height: 140px;
  }
  .section.services .card-body {
    display: flex;
    align-items: center;
  }
  .section.services .card-body .icon {
    width: 120px;
    height: auto;
    margin: 0;
    margin-right: 1.5rem;
  }
  .section.services .card {
    text-align: left;
  }
  .section.services .card .title {
    font-size: 1.5rem;
  }
  .section.services.expanded .cols {
    flex-direction: row;
    gap: 2rem;
  }
  .section.services.expanded .card {
    text-align: center;
    margin-left: 100px;
  }
  .section.services.expanded .card .card-body {
    text-align: left;
    flex-direction: column;
    padding-left: 100px;
  }
  .section.services.expanded .card:last-child {
    margin-left: 0;
    margin-right: 100px;
  }
  .section.services.expanded .card:last-child .icon {
    left: auto;
    right: -120px;
  }
  .section.services.expanded .card:last-child .card-body {
    padding-left: 0;
    padding-right: 100px;
  }
  .section.services.expanded .icon {
    height: 130px;
    width: auto;
    position: absolute;
    top: 3rem;
    left: -120px;
  }
  .section.services.expanded .list {
    min-height: 150px;
  }
  .section.services.expanded .list ul {
    padding-left: 1rem;
  }
}

.section#clients {
  padding-top: 2rem;
  text-align: center;
  background-color: #fff;
}
.section#clients .wrapper {
  position: relative;
  z-index: 1;
  background-color: #E4E0E1;
}
.section#clients .title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 3.4rem;
}
.section#clients .title span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.section#clients .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  margin: 1.5rem 0;
  margin-top: 3rem;
}
.section#clients .logos > div {
  flex: 1 1 calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
}
.section#clients .logos img {
  width: 100px;
  height: auto;
}
.section#clients .bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 30px;
  background-color: #fff;
  z-index: -1;
}
.section#clients .bg-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
  background-color: #fff;
  z-index: -1;
}
.section#clients .btn {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .section#clients .logos {
    gap: 2rem;
  }
  .section#clients .logos > div {
    flex: 1 1 calc(20% - 2rem);
    max-width: calc(20% - 2rem);
  }
}

#process {
  background-color: #E4E0E1;
  padding-top: 3rem;
}
#process .title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
}
#process .img {
  border-radius: 10px;
  margin: 1rem 0;
}
#process .step {
  margin: 2rem 0;
}
#process .step p {
  margin-top: 1rem;
}
#process h3 {
  font-size: 1.5rem;
  display: flex;
}
#process h3 span {
  font-weight: bold;
}
#process h3 span.number {
  margin-right: 1rem;
}
#process h3 span.number > span {
  font-weight: normal;
  border: 1px solid #493628;
  padding: 0 0.5rem;
  min-width: 3rem;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
}
#process .btn {
  display: block;
}
@media (min-width: 768px) {
  #process {
    background-image: url("/assets/process-cb2fd823.webp");
    background-size: calc(50% - 2rem);
    background-position: left 8rem;
    background-repeat: no-repeat;
    height: 100%;
  }
  #process .title {
    text-align: left;
  }
}

#renew {
  background-color: #000;
  padding-top: 3rem;
  color: #fff;
  text-align: center;
  position: relative;
}
#renew .title {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
  z-index: 2;
}
#renew .btn {
  margin-top: 1rem;
}
#renew .video-container {
  margin-top: -5rem;
}
@media (min-width: 768px) {
  #renew {
    position: relative;
  }
  #renew .title {
    font-size: 4rem;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #renew .video-container {
    max-width: 600px;
    margin: 0 auto;
  }
}

.video-container {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.video-container video {
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3; /* Enforces 16:9 aspect ratio */
  object-fit: cover; /* Ensures video fills container without black bars */
  display: block;
  pointer-events: none; /* Prevents hover interactions, per your earlier needs */
}

#cta_bottom {
  text-align: center;
}
#cta_bottom .title {
  margin-bottom: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
}
#cta_bottom p {
  text-align: center;
  font-size: 1.25rem;
}
#cta_bottom .btn {
  margin-top: 1rem;
}
#pre_footer {
  background-color: #f3f3f3;
  padding-top: 3rem;
}
#pre_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#pre_footer ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
#pre_footer ul li .icon {
  width: 2.5rem;
  height: auto;
  margin-right: 1rem;
}
#pre_footer ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #pre_footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #pre_footer ul li {
    width: 33%;
    margin: 0;
  }
}

#footer {
  background-color: #493628;
  padding-top: 3rem;
  color: #fff;
  text-align: center;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul li a {
  color: #fff;
  text-decoration: none;
}

.btn {
  border-radius: 40px;
}

.page_heading {
  background-color: #c4a591;
  color: #fff;
  padding: 3rem 0 1.5rem 0;
}
.page_heading h1 {
  color: #fff;
  font-size: 2.5rem;
}

.form-group {
  margin-bottom: 1rem;
}

.alert.alert-success {
  background-color: #c4a591;
  color: #fff;
  border: 0;
}

.huge {
  font-family: "Montserrat", sans-serif;
  color: #c4a591;
  font-size: 1.5rem;
}
.huge a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .huge {
    font-size: 2rem;
  }
}

.legal-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.legal-page h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.legal-page h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.legal-page p {
  margin-bottom: 1rem;
}

#whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
#whatsapp-button img {
  width: 35px;
  height: 35px;
}
#whatsapp-button a {
  padding: 0.6rem 1rem;
  border-radius: 2rem;
  background-color: #25d366;
  display: flex;
  align-items: center;
  gap: 10px;
  display: flex;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#whatsapp-button a:hover {
  background-color: #25d366;
}
