@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto !important;
  scrollbar-gutter: stable;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  min-height: 100%;
}
@media (min-width: 1400px) {
  body {
    font-size: 0.75em;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 1em;
  }
}
body .container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  body .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1100px;
  }
}
@media (min-width: 1920px) {
  body .container {
    max-width: 1500px;
  }
}
body header {
  position: fixed;
  width: 100%;
  z-index: 6000;
}
body header .navbar .top-bar {
  height: 3em;
  z-index: 501;
}
body header .navbar .top-bar .top-logo-circle {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #ffffff;
  width: 12em;
  height: 12em;
  padding: 2em;
  border-radius: 50%;
  top: -5em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767.98px) {
  body header .navbar .top-bar .top-logo-circle {
    left: 5%;
    transform: translateX(0%);
  }
}
body header .navbar .top-bar .top-logo-circle .logo {
  max-height: 60px;
}
body header .navbar .toggler-wrapper {
  background-color: #60715d;
  width: 100%;
  display: flex;
  height: 3.5em;
  z-index: 500;
}
body header .navbar .toggler-wrapper .navbar-toggler {
  border: none !important;
}
body header .navbar .toggler-wrapper .navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none;
  background-color: #6d8169;
}
body header .navbar .toggler-wrapper .navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
}
body header .navbar .toggler-wrapper .navbar-toggler .navbar-toggler-icon::before {
  content: "☰";
  color: white;
  font-size: 1.6em;
}
body header .navbar .navbar-collapse .navigation {
  background-color: #566853;
  color: white;
  display: flex;
  gap: 14em;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #899875;
}
@media (max-width: 767.98px) {
  body header .navbar .navbar-collapse .navigation {
    gap: 1em;
    padding: 3em 0em;
    background: linear-gradient(to bottom, #4e5e4b 0%, #566853 15%, #566853 85%, #4e5e4b 100%);
    flex-direction: column;
  }
}
body header .navbar .navbar-collapse .navigation .nav {
  gap: 1em;
}
@media (max-width: 767.98px) {
  body header .navbar .navbar-collapse .navigation .nav {
    flex-direction: column;
  }
}
body header .navbar .navbar-collapse .navigation .nav .nav-link {
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #e8e9ce;
}
@media (max-width: 767.98px) {
  body header .navbar .navbar-collapse .navigation .nav .nav-link {
    font-size: 1.4em;
    color: #c6d0ac;
  }
}
body header .navbar .navbar-collapse .navigation .nav .nav-link:hover {
  background-color: #495c46;
}
body header .navbar .navbar-collapse.collapsing {
  transform: translateY(-20%);
  opacity: 0;
  transition: transform 0.1s ease, opacity 0.1s ease;
}
body header .navbar .navbar-collapse.collapse.show {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.1s ease, opacity 0.1s ease;
}
body header .navbar .navbar-collapse.collapse:not(.show) {
  display: none;
}
body .floater {
  position: absolute;
  width: 22vw;
  top: -25vh;
  z-index: 5000;
}
@media (max-width: 767.98px) {
  body .floater {
    background-color: #3c3830;
    position: fixed;
    width: 100%;
    top: initial !important;
    left: 0%;
    right: 0%;
    margin: auto;
    align-self: center;
    bottom: 0;
    z-index: 3000;
    box-shadow: 0.5rem 0.5rem 0.8rem rgba(0, 0, 0, 0.3);
  }
  body .floater .collapse:not(.show) {
    display: none;
  }
  body .floater .bottom-row {
    background: linear-gradient(to bottom, #4b5e48, #61745d);
    border-top: 1px solid #799574;
  }
  body .floater .bottom-row #asesoria {
    color: white;
    line-height: 1em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    background: rgb(177, 169, 146);
    background: #d38f54;
    border: solid 3px #ffd8bf;
    border-radius: 5px;
    align-items: end;
    position: relative;
    top: -20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(247, 219, 156, 0.5294117647);
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 1.3em;
  }
  body .floater .bottom-row #asesoria:focus {
    box-shadow: 0px 0px 20px rgba(247, 219, 156, 0.5294117647);
  }
  body .floater .bottom-row #asesoria i {
    position: absolute;
    bottom: -0.2em;
    animation: bouncerAnim 2s ease 0s infinite normal forwards;
    right: 1em;
  }
  @keyframes bouncerAnim {
    0%, 100% {
      transform: translateY(0);
    }
    10%, 30%, 50%, 70% {
      transform: translateY(-6px);
    }
    20%, 40%, 60% {
      transform: translateY(0px);
    }
    80% {
      transform: translateY(1.4px);
    }
    90% {
      transform: translateY(-1.4px);
    }
  }
  body .floater .bottom-row .whatsapp-bottom {
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    border: 6px solid;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transform: scale(1);
    transition: all 0.2s ease;
    position: relative;
    top: -30px;
  }
}
body .floater #collapseForm {
  position: relative;
  border: 20px solid #f2ece5;
  background: linear-gradient(to bottom, #debf86, #e9d3b4);
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  body .floater #collapseForm {
    border: 12px solid #f2ece5;
  }
}
@media (max-width: 767.98px) {
  body .floater #collapseForm {
    border: none;
  }
}
body .floater #collapseForm.shifter {
  margin-top: 8vh;
}
@media (min-width: 1200px) {
  body .floater #collapseForm.shifter {
    margin-top: 4vh;
  }
}
body .floater #collapseForm .triangle-icon {
  position: absolute;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #f2ece5;
  font-size: 5em;
}
body .floater .subtop {
  color: white;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1411764706);
  line-height: 1.2em;
  font-size: 2em;
  text-align: center;
}
body .floater .form {
  width: 100%;
  color: #a5a39a;
}
body .floater .form iframe {
  height: 300px !important;
}
@media (min-width: 1200px) {
  body .floater .form iframe {
    transform: scale(0.85);
  }
}
body .floater .form .row {
  width: auto !important;
}
body .floater .form .form-control, body .floater .form .form-select, body .floater .form .form-select option {
  background-color: #fffcf5;
  border-color: #ada491;
  border-left: 3px solid #ada491;
  border-right: 1px solid #ada491;
  border-top: 1px solid #ada491;
  border-bottom: 1px solid #ada491;
  box-shadow: 2px 2px 6.7px -1px rgba(0, 0, 0, 0.1);
  height: 38px;
  border-radius: 3px;
  margin-bottom: 15px;
}
body .floater .form .form-control::placeholder, body .floater .form .form-select {
  color: #beb6b6;
  font-size: 15px;
}
body .floater .form textarea.form-control {
  height: 188px;
}
body .floater .form input.form-control:focus, body .floater .form textarea.form-control:focus, body .floater .form select.form-select:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #c58358 !important;
  outline: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
body .floater .form .btn-primary {
  background: linear-gradient(90deg, #b76d40 38%, #ad5a2e 100%);
  border: none;
  box-shadow: 2px 2px 5.3px -1px rgba(0, 0, 0, 0.25);
  font-weight: 300;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  padding: 0.5em 2em;
  font-size: 1em;
}
body .floater .form .btn-primary:hover {
  background: linear-gradient(90deg, #c4794b 38%, #ad5a2e 100%);
}
body .floater .form #formResponse.success {
  border: 1px solid #46b450;
  background-color: #93d199;
  color: #f5ffe5;
  line-height: 1;
  font-size: 0.9em;
  text-align: center !important;
}
body .floater .form #formResponse.error {
  border: 1px solid #f0b4b4;
  background-color: #d19191;
  color: #6b1515;
  line-height: 1;
  font-size: 0.9em;
  text-align: center !important;
}
body .floater .wsp-message {
  background: linear-gradient(90deg, #9ac095 38%, #69ac79 100%);
  color: white;
  font-size: 0.8em;
  padding: 0.2em 0.4em;
  text-align: center;
}
body .floater .whatsapp-corner {
  position: absolute;
  bottom: -0.5em;
  right: 1em;
  width: 70px;
  height: 70px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  border: 8px solid;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transform: scale(1);
  transition: all 0.2s;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 1200px) {
  body .floater .whatsapp-corner {
    bottom: -0.6em;
    right: 0.3em;
    width: 60px;
    height: 60px;
    border: 5px solid;
  }
}
body .floater .whatsapp-corner:hover {
  color: white;
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  body {
    background-size: cover;
    height: 100vh;
  }
  body .bajada {
    margin-bottom: 50%;
  }
  body .form {
    width: 100% !important;
    padding-bottom: 4em !important;
  }
  body .form input[type=text],
  body .form input[type=email],
  body .form input[type=tel],
  body .form input[type=radio],
  body .form textarea,
  body .form .wpcf7-list-item-label,
  body .form select {
    font-size: 0.9em;
  }
  body .row {
    width: 100% !important;
  }
}
body .intro-image {
  position: relative;
  height: 95vh;
  background: linear-gradient(to top, rgba(255, 217, 0, 0.2), rgba(0, 0, 0, 0)), url("img/cardal-panoramic.webp") center 0%/cover no-repeat;
}
@media (max-width: 767.98px) {
  body .intro-image {
    height: 75vh;
  }
}
body .intro-image .white-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #f2ece5;
  pointer-events: none;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 23% 0, 21% 100%, 19% 0);
}
@media (max-width: 767.98px) {
  body .intro-image .white-overlay {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 30% 0, 25% 80%, 20% 0);
  }
}
body .intro-text {
  background-color: #f2ece5;
  padding: 8rem 0rem;
  height: 50vh;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  body .intro-text {
    padding: 8rem 3rem;
    height: initial;
  }
}
body .intro-text h1 {
  color: #8e8376;
  font-weight: 300;
  font-size: 3em;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 767.98px) {
  body .intro-text h1 {
    max-width: 100%;
    font-size: 2.4em;
  }
}
body .cardal-III {
  padding: 0px;
  height: 70vh;
}
@media (max-width: 767.98px) {
  body .cardal-III {
    height: initial;
  }
}
body .cardal-III .row {
  align-items: flex-start;
}
body .cardal-III .col-slider {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 767.98px) {
  body .cardal-III .col-slider {
    flex: 0 0 auto;
    max-width: 100%;
    height: 60vh !important;
  }
}
body .cardal-III .col-slider #cardalCarousel {
  width: 100%;
  height: 100%;
}
body .cardal-III .col-slider #cardalCarousel .carousel-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
body .cardal-III .col-slider #cardalCarousel .carousel-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(90, 112, 16, 0.5333333333) 0%, rgba(89, 112, 16, 0) 50%);
  pointer-events: none;
  z-index: 2;
}
body .cardal-III .col-slider #cardalCarousel .carousel-item {
  width: 100%;
  height: 100%;
}
body .cardal-III .col-slider #cardalCarousel .carousel-item img {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
}
body .cardal-III .col-slider #cardalCarousel .carousel-item .carousel-caption {
  right: 8%;
  bottom: 3rem;
  left: 8%;
  text-align: right;
  z-index: 500;
}
@media (max-width: 767.98px) {
  body .cardal-III .col-slider #cardalCarousel .carousel-item .carousel-caption {
    text-align: center;
    bottom: 1rem;
  }
}
body .cardal-III .col-slider #cardalCarousel .carousel-item .carousel-caption h5 {
  display: inline-block;
  background-color: rgba(57, 75, 33, 0.7);
  padding: 0.3em 1em;
  font-size: 1em;
  color: #f9ffe6;
}
body .cardal-III .col-slider #cardalCarousel .carousel-indicators {
  bottom: 10px;
  display: flex;
  justify-content: flex-end;
  bottom: 10px;
  gap: 0.6rem;
  margin-right: 8% !important;
  margin-left: 8% !important;
}
@media (min-width: 1200px) {
  body .cardal-III .col-slider #cardalCarousel .carousel-indicators {
    gap: 0.48rem;
  }
}
@media (max-width: 767.98px) {
  body .cardal-III .col-slider #cardalCarousel .carousel-indicators {
    justify-content: center;
    bottom: -2em;
  }
}
body .cardal-III .col-slider #cardalCarousel .carousel-indicators button {
  width: 16px;
  height: 16px;
  border-radius: 0px !important;
  background-color: #e5dbb9 !important;
  border: 2px solid white;
  opacity: 1 !important;
}
@media (min-width: 1200px) {
  body .cardal-III .col-slider #cardalCarousel .carousel-indicators button {
    width: 12.8px;
    height: 12.8px;
  }
}
@media (max-width: 767.98px) {
  body .cardal-III .col-slider #cardalCarousel .carousel-indicators button {
    width: 24px;
    height: 24px;
  }
}
body .cardal-III .col-slider #cardalCarousel .carousel-indicators button.active {
  background-color: #87b041 !important;
}
body .cardal-III .col-slider #cardalCarousel .carousel-indicators button:focus {
  outline: none !important;
  box-shadow: none !important;
}
body .cardal-III .col-slider #cardalCarousel .carousel-control-prev, body .cardal-III .col-slider #cardalCarousel .carousel-control-next {
  opacity: 1;
}
body .cardal-III .col-slider #cardalCarousel .carousel-control-prev-icon, body .cardal-III .col-slider #cardalCarousel .carousel-control-next-icon {
  background-image: none !important;
  font-size: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  body .cardal-III .col-slider #cardalCarousel .carousel-control-prev-icon, body .cardal-III .col-slider #cardalCarousel .carousel-control-next-icon {
    font-size: 1rem;
  }
}
body .cardal-III .col-slider #cardalCarousel .carousel-control-prev-icon::after {
  content: "◀";
}
body .cardal-III .col-slider #cardalCarousel .carousel-control-next-icon::after {
  content: "▶";
}
body .cardal-III .col-info {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 4rem;
  color: #5d5d5d;
}
@media (min-width: 1200px) {
  body .cardal-III .col-info {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 767.98px) {
  body .cardal-III .col-info {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 3em;
  }
}
body .cardal-III .col-info h2 {
  color: #6a7151;
  font-size: 3em;
  margin-bottom: 1em;
  font-weight: 300;
}
@media (min-width: 1200px) {
  body .cardal-III .col-info h2 {
    margin-bottom: 0.3em;
  }
}
@media (max-width: 767.98px) {
  body .cardal-III .col-info h2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}
body .cardal-III .col-info h3 {
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: 300;
  background-color: #87b041;
  color: white;
}
@media (max-width: 767.98px) {
  body .cardal-III .col-info h3 {
    font-size: 1.6em;
    margin-bottom: 1.4em;
  }
}
body .cardal-III .col-info .info-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0rem 4rem 0;
  text-transform: uppercase;
}
body .cardal-III .col-info .info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
  font-size: 1em;
  color: #5d5d5d;
}
@media (max-width: 767.98px) {
  body .cardal-III .col-info .info-list li {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
body .cardal-III .col-info .info-list li i.fa-solid.fa-circle-check {
  margin-right: 0.6rem;
  min-width: 18px;
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  body .cardal-III .col-info .info-list li i.fa-solid.fa-circle-check {
    font-size: 1.5em;
  }
}
body .cardal-III .col-info .info-list li:nth-child(odd) i.fa-solid.fa-circle-check {
  color: #87b041;
}
body .cardal-III .col-info .info-list li:nth-child(even) i.fa-solid.fa-circle-check {
  color: #aacb72;
}
body .cardal-III .col-info .btn-group {
  gap: 1rem;
}
@media (max-width: 767.98px) {
  body .cardal-III .col-info .btn-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
body .cardal-III .col-info .btn-group .btn {
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1em;
}
@media (max-width: 767.98px) {
  body .cardal-III .col-info .btn-group .btn {
    padding: 1.2rem 3rem;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 1.3em;
  }
}
body .cardal-III .col-info .btn-group .btn.btn-plano {
  background-color: #eac034;
  border: none;
  color: #ffffff;
}
body .cardal-III .col-info .btn-group .btn.btn-plano:hover {
  background-color: #d5a916;
}
body .cardal-III .col-info .btn-group .btn.btn-google-maps {
  background-color: #528b6e;
  color: #ffffff;
}
body .cardal-III .col-info .btn-group .btn.btn-google-maps:hover {
  background-color: #3f6b55;
}
body .cardal-III .col-blank {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 767.98px) {
  body .cardal-III .col-blank {
    display: none;
  }
}
body .cardal-hoy {
  height: 100vh;
  width: 100%;
  background: url("img/cardal-maps.webp") center center/cover no-repeat;
  background-color: #41553d;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body .cardal-hoy {
    height: initial;
    background: white;
  }
}
body .cardal-hoy .title-box {
  background-color: rgba(166, 191, 120, 0.8);
  color: #f2ffd9;
  font-weight: 700;
  display: inline-block;
  padding: 2em 4em;
  left: 25%;
  position: relative;
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 767.98px) {
  body .cardal-hoy .title-box {
    left: 0;
    width: 100%;
    position: relative;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
  }
}
body .cardal-hoy .title-box .triangle {
  top: 0;
  transform: translateY(-100%);
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #ffffff;
  border-bottom: 0;
}
body .cardal-hoy .title-box h2 {
  font-weight: 300;
  font-size: 3em;
}
@media (max-width: 767.98px) {
  body .cardal-hoy .title-box h2 {
    font-size: 2.4em;
  }
}
body .ubicacion {
  padding: 0em;
  background: linear-gradient(to top, #f1ece5, #ffffff);
}
body .ubicacion .ubicacion-icon-circle {
  position: relative;
  top: -4em;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 2em;
  height: 10em;
  width: 9.5em;
  display: inline-block;
  margin-bottom: -3em;
}
@media (min-width: 0) {
  body .ubicacion .ubicacion-icon-circle {
    height: 8em;
    width: 7.5em;
  }
}
body .ubicacion .ubicacion-icon-circle .ubicacion-icon {
  color: #a85a29;
  font-size: 5em;
}
@media (min-width: 0) {
  body .ubicacion .ubicacion-icon-circle .ubicacion-icon {
    font-size: 4em;
  }
}
body .ubicacion .ubicacion-icon-circle .shadow-ellipse {
  width: 50px;
  height: 8px;
  background-color: #d1d1d1;
  border-radius: 50%;
  opacity: 1;
  margin: 1em auto;
}
@media (min-width: 0) {
  body .ubicacion .ubicacion-icon-circle .shadow-ellipse {
    width: 40px;
    height: 6px;
  }
}
body .ubicacion h2 {
  font-size: 3.2em;
  font-weight: 300;
  color: #a1968b;
  line-height: 1em;
  margin-bottom: 1.5em;
}
@media (max-width: 767.98px) {
  body .ubicacion h2 {
    font-size: 2.6em;
  }
}
body .ubicacion .ubicacion-list {
  text-transform: uppercase;
  margin-bottom: 10em;
}
body .ubicacion .ubicacion-list li {
  margin-bottom: 1.5em;
}
body .ubicacion .ubicacion-list li .item-title {
  font-size: 1.5em;
  font-weight: 500;
}
body .ubicacion .ubicacion-list li .item-subtitle {
  font-size: 1.2em;
  font-weight: 300;
  color: #897f73;
}
body .ubicacion .ubicacion-list li:nth-child(odd) .item-title {
  color: #aaa367;
}
body .ubicacion .ubicacion-list li:nth-child(even) .item-title {
  color: #ad7f62;
}
body .el-cardal {
  position: relative;
  padding: 9rem 0;
  background-color: #4c5e48;
  overflow: hidden;
}
body .el-cardal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(img/cardal-panoramic.webp) center center/cover no-repeat;
  opacity: 0.9;
  z-index: 0;
}
@media (max-width: 767.98px) {
  body .el-cardal::before {
    opacity: 0.45;
  }
}
body .el-cardal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(69, 101, 38, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}
body .el-cardal > * {
  position: relative;
  z-index: 2;
}
body .el-cardal .triangle {
  top: 0;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #f1ede6;
  border-bottom: 0;
  left: 20%;
}
@media (max-width: 767.98px) {
  body .el-cardal .triangle {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f1ede6;
    border-bottom: 0;
    left: 30% 150.594px;
  }
}
body .el-cardal .el-cardal-heading {
  font-size: 4em;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8rem;
  text-align: left;
  line-height: 1em;
}
@media (min-width: 1200px) {
  body .el-cardal .el-cardal-heading {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  body .el-cardal .el-cardal-heading {
    font-size: 3.2em;
    margin-bottom: 5rem;
  }
}
body .el-cardal .el-cardal-heading .el-cardal-subtitle {
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}
body .el-cardal .beneficio-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
body .el-cardal .beneficio-list .beneficio {
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  gap: 0rem;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  body .el-cardal .beneficio-list .beneficio {
    align-items: stretch;
    width: 100%;
    gap: 0rem;
  }
}
body .el-cardal .beneficio-list .beneficio .beneficio-title {
  background-color: rgba(224, 240, 186, 0.9);
  color: #576c42;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  min-width: 320px;
  position: relative;
}
@media (min-width: 1200px) {
  body .el-cardal .beneficio-list .beneficio .beneficio-title {
    min-width: 240px;
  }
}
@media (max-width: 767.98px) {
  body .el-cardal .beneficio-list .beneficio .beneficio-title {
    border-radius: 0px 10px 0px 0px;
  }
}
body .el-cardal .beneficio-list .beneficio .beneficio-title .beneficio-icon {
  background-color: white;
  width: 2em;
  height: 2em;
  font-size: 1.5em;
  left: -1em;
  position: relative;
}
body .el-cardal .beneficio-list .beneficio .beneficio-title .beneficio-icon i {
  color: inherit;
}
body .el-cardal .beneficio-list .beneficio .beneficio-title .beneficio-label {
  font-size: 1.2em;
  left: -0.5em;
  position: relative;
}
@media (max-width: 767.98px) {
  body .el-cardal .beneficio-list .beneficio .beneficio-title .beneficio-label {
    font-size: 1.3em;
  }
}
body .el-cardal .beneficio-list .beneficio:nth-of-type(1) .beneficio-icon i {
  color: #87b322;
}
body .el-cardal .beneficio-list .beneficio:nth-of-type(2) .beneficio-icon i {
  color: #8f4a19;
}
body .el-cardal .beneficio-list .beneficio:nth-of-type(3) .beneficio-icon i {
  color: #b8ad39;
}
body .el-cardal .beneficio-list .beneficio:nth-of-type(4) .beneficio-icon i {
  color: #898989;
}
body .el-cardal .beneficio-list .beneficio:nth-of-type(5) .beneficio-icon i {
  color: #5e80be;
}
body .el-cardal .beneficio-list .beneficio .beneficio-content {
  font-weight: 300;
  margin-top: 0;
  color: white;
  max-width: 280px;
  text-align: left;
  padding: 1.2em 2.5em;
  line-height: 1.2em;
  font-size: 0.9em;
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
@media (max-width: 767.98px) {
  body .el-cardal .beneficio-list .beneficio .beneficio-content {
    background: linear-gradient(to left, #2e3929 0%, rgba(46, 57, 41, 0) 100%);
    border-radius: 0px 0px 10px 0px;
    margin-top: 0rem;
    text-align: right;
    padding: 1em;
    max-width: 100%;
    color: #fefffa;
  }
}
body .footer {
  z-index: 10;
  position: relative;
}
body .footer .footer-bar {
  height: 10px;
  background: linear-gradient(to right, #dde3c9, #ffffff, #dde3c9);
}
body .footer .footer-content {
  background: linear-gradient(to bottom, #495c46 30%, #566853 70%);
  color: #ffffdf;
  position: relative;
}
body .footer .footer-content .content-wrapper {
  position: relative;
  padding-bottom: 10rem;
  padding-top: 6rem;
}
body .footer .footer-content .content-wrapper .footer-icon {
  color: #9db580;
  font-size: 1em;
}
@media (max-width: 767.98px) {
  body .footer .footer-content .content-wrapper .footer-icon {
    font-size: 2em;
  }
}
body .footer .footer-content .content-wrapper .footer-logo-circle {
  background-color: #ffffff;
  width: 8em;
  height: 8em;
  padding: 1em;
  border-radius: 50%;
  top: -4em;
  display: flex;
  align-items: center;
}
body .footer .footer-content .content-wrapper .col-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  body .footer .footer-content .content-wrapper .col-address {
    justify-content: center;
  }
}
body .footer .footer-content .content-wrapper .col-address .address-icon {
  font-size: 4em;
}
body .footer .footer-content .content-wrapper .col-address .footer-address {
  text-transform: uppercase;
  font-size: 0.95em;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
body .footer .footer-content .content-wrapper .col-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem !important;
}
@media (max-width: 767.98px) {
  body .footer .footer-content .content-wrapper .col-contact {
    align-items: start;
    margin-left: 3em;
  }
}
body .footer .footer-content .content-wrapper .col-buttons {
  gap: 1rem !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  body .footer .footer-content .content-wrapper .col-buttons {
    flex-direction: column;
  }
}
body .footer .footer-content .content-wrapper .col-buttons .btn-google-maps {
  background-color: #87b041;
  color: #fff;
  padding: 1rem 1.4rem;
  border: none;
  font-size: 0.9em;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  body .footer .footer-content .content-wrapper .col-buttons .btn-google-maps {
    font-size: 1.3em;
  }
}
body .footer .footer-content .content-wrapper .col-buttons .btn-google-maps:hover {
  background-color: #6a8b33;
  color: #fff;
}
body .footer .footer-content .content-wrapper .col-buttons .social-btns {
  display: flex;
  gap: 1em;
}
body .footer .footer-content .content-wrapper .col-buttons .social-btns .btn-social-fb, body .footer .footer-content .content-wrapper .col-buttons .social-btns .btn-social-ig {
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.6rem 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}
body .footer .footer-content .content-wrapper .col-buttons .social-btns .btn-social-fb {
  color: #3b5998;
}
body .footer .footer-content .content-wrapper .col-buttons .social-btns .btn-social-ig {
  color: #dc2743;
}
body .modal-backdrop {
  z-index: 6100 !important;
}
body .modal {
  z-index: 6200 !important;
}
body .modal .btn {
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1em;
}
@media (max-width: 767.98px) {
  body .modal .btn {
    padding: 1.2rem 3rem;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 1.3em;
  }
}
body .modal .btn.btn-plano {
  background-color: #eac034;
  border: none;
  color: #ffffff;
}
body .modal .btn.btn-plano:hover {
  background-color: #d5a916;
}