<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------- --------------------- */
/* ------------- General -------------- */
/* -------------- --------------------- */

html {
  font-size: 62.5%;
}

body {
  font-style: normal;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #39374f;
  background-color: #fff;
  margin: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

input,
textarea,
button,
select {
  font-family: "Open Sans", sans-serif;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
input:active,
input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  text-decoration: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  border: 0;
}

p,
h1,
h2,
h3,
img {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* -------------- --------------------- */
/* ------------- Botones -------------*/
/* -------------- --------------------- */

.button {
  padding: 8px 20px;
  line-height: 1;
  font-size: 1.2rem;
  border-radius: 4px;
  color: #fff;
  transition: all 0.6s;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 3.8px;
  height: 42px;
}

@media screen and (min-width: 1280px) {
  .button {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1660px) {
  .button {
    font-size: 13px;
    height: 60px;
    padding: 17px 35px;
  }
}

.button:focus {
  box-shadow: none;
  outline: 0;
}

.button:active,
.button:focus {
  outline: 0;
}

.button:hover {
  color: #fff;
}

.button-primary {
  color: #fff;
  border-color: #ce203b;
  background-color: #ce203b;
}

/* .button-primary:hover{
    background-color: #db314d;
    color: #fff;
    border-color:#db314d;
} */

/* -------------- --------------------- */
/* ----------- Formularios -------------*/
/* -------------- --------------------- */

.form-group {
  width: 100%;
  margin-bottom: 12px;
}

@media screen and (min-width: 1660px) {
  .form-group {
    margin-bottom: 18px;
  }
}

.form-group:last-child {
  margin: 0;
}

.form-control {
  width: 100%;
  background-color: #f6f6f8;
  border: 2px solid #d1dbe2;
  padding: 0px 15px;
  height: 45px;
  border-radius: 4px;
}

@media screen and (min-width: 1660px) {
  .form-control {
    padding: 0px 20px;
    height: 62px;
  }
}

.form-control,
.form-control::placeholder {
  font-size: 1.35rem;
  font-weight: 600;
  color: #666666;
}

@media screen and (min-width: 1660px) {
  .form-control,
  .form-control::placeholder {
    font-size: 16px;
  }
}

.form-group-button {
  text-align: center;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/cherry/select-arrow.png);
  background-position: right 20px center;
  background-size: 10px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1660px) {
  select.form-control {
    background-size: 15px;
  }
}

/* -------------- --------------------- */
/* ------------- Slider--- -------------*/
/* -------------- --------------------- */

.gs-wrapper-arrows {
  padding: 0 20px;
  padding-left: 15px;
}

@media screen and (min-width: 1280px) {
  .gs-wrapper-arrows {
    padding: 0;
  }
}

.gs-prev-arrow,
.gs-next-arrow {
  width: 30px;
  height: 30px;
  border-radius: 9999px !important;
  background-color: #fff !important;
  opacity: 1 !important;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 25%) !important;
  text-indent: -9999px;
}

@media screen and (min-width: 1280px) {
  .gs-prev-arrow,
  .gs-next-arrow {
    width: 42px;
    height: 42px;
  }
}

@media screen and (min-width: 1660px) {
  .gs-prev-arrow,
  .gs-next-arrow {
    width: 54px;
    height: 54px;
  }
}

.gs-next-arrow {
  transform: translateX(0);
}

.gs-prev-arrow {
  transform: scaleX(-1) translateX(0);
}

@media screen and (min-width: 1280px) {
  .gs-next-arrow {
    transform: translateX(27px);
  }

  .gs-prev-arrow {
    transform: scaleX(-1) translateX(27px);
  }
}

.gs-wrapper-arrows.gs-style-arrow .gs-prev-arrow:before,
.gs-wrapper-arrows.gs-style-arrow .gs-next-arrow:before {
  content: "" !important;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-size: 12px;
}

@media screen and (min-width: 1280px) {
  .gs-wrapper-arrows.gs-style-arrow .gs-prev-arrow:before,
  .gs-wrapper-arrows.gs-style-arrow .gs-next-arrow:before {
    background-size: 15px;
  }
}

@media screen and (min-width: 1660px) {
  .gs-wrapper-arrows.gs-style-arrow .gs-prev-arrow:before,
  .gs-wrapper-arrows.gs-style-arrow .gs-next-arrow:before {
    background-size: 20px;
  }
}

.gs-container-navs {
  margin-top: 55px;
}

.gs-wrapper-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}

@media screen and (min-width: 1660px) {
  .gs-wrapper-bullets {
    gap: 0 35px;
  }
}

.gs-wrapper-bullets .gs-bullet {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-color: #b8b8c4;
  border-radius: 9999px;
  transition: all 0.6s ease;
  cursor: pointer;
}

@media screen and (min-width: 1660px) {
  .gs-wrapper-bullets .gs-bullet {
    width: 15px;
    height: 15px;
  }
}

.gs-wrapper-bullets .gs-bullet.gs-bullet-active {
  background-color: #39374f;
}

/* -------------- --------------------- */
/* ------------- Container -------------*/
/* -------------- --------------------- */

.container {
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1180px;
    padding: 0;
  }
}

@media screen and (min-width: 1660px) {
  .container {
    max-width: 1660px;
  }
}

/* -------------- --------------------- */
/* ------------- Sections --------------*/
/* -------------- --------------------- */

.section-content {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 1;
}

@media screen and (min-width: 1280px) {
  .section-content {
    padding: 5rem 0;
  }
}

.section-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #353d61;
}

.section-content-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-gray {
  background-color: #ebebf3;
}

.section-blue {
  background-color: #ebebf3;
}

.section-content .container {
  max-width: 1150px;
}

.section-inner {
  display: flex;
  align-items: center;
  flex-flow: column;
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (min-width: 580px) {
  .section-inner {
    flex-flow: row;
  }
}

@media screen and (min-width: 1280px) {
  .section-inner {
    max-width: 100%;
  }
}

.section-info {
  width: 100%;
  color: #39374f;
  text-align: center;
}

@media screen and (min-width: 580px) {
  .section-info {
    width: 50%;
    text-align: left;
  }
}

.section-info-inverse {
  color: #ebebf3;
}

.section-info h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 0px 0px 8px rgb(0 0 0 / 39%);
}

@media screen and (min-width: 1280px) {
  .section-info h2 {
    font-size: 3.6rem;
    /* white-space: nowrap; */
    letter-spacing: -3px;
  }
}

@media screen and (min-width: 1660px) {
  .section-info h2 {
    font-size: 50px;
  }
}

.section-gray .section-info h2 {
  text-shadow: none;
}

.section-info p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
}

@media screen and (min-width: 1280px) {
  .section-info p {
    font-size: 1.4rem;
    /* white-space: nowrap; */
  }
}

@media screen and (min-width: 1660px) {
  .section-info p {
    font-size: 17px;
  }
}

.section-info-inverse p {
  color: #ebebf3;
}

.section-info p br {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-info p br {
    display: block;
  }
}

.section-info-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .section-info-inner {
    width: 420px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 1660px) {
  .section-info-inner {
    width: 525px;
  }
}

.section-image {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  position: relative;
}

@media screen and (min-width: 580px) {
  .section-image {
    width: 50%;
    margin: 0;
  }
}

.section-image img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .section-image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

@media screen and (min-width: 1660px) {
  .section-image img {
    width: 100%;
  }
}

/* -------------- --------------------- */
/* ------------Properties --------------*/
/* -------------- --------------------- */

#properties {
  padding: 40px 0;
  min-height: 460px;
}

@media screen and (min-width: 1280px) {
  #properties {
    min-height: 520px;
  }
}

@media screen and (min-width: 1660px) {
  #properties {
    padding: 60px 0;
    min-height: 610px;
  }
}

#properties .section-image img {
  right: 0;
  left: auto;
}

@media screen and (min-width: 1280px) {
  #properties .section-image img {
    right: -40px;
  }
}

@media screen and (min-width: 1660px) {
  #properties .section-image img {
    right: -200px;
  }
}

/* -------------- --------------------- */
/* --------Identification --------------*/
/* -------------- --------------------- */

#identification {
  padding: 40px 0;
  overflow: visible;
  z-index: 2;
}

@media screen and (min-width: 1280px) {
  #identification {
    padding: 0;
    min-height: 610px;
  }
}

@media screen and (min-width: 1280px) {
  #identification .section-image img {
    width: 94%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1660px) {
  #identification .section-image img {
    width: 94%;
    transform: translateY(-50%) translateX(-60px);
  }
}

@media screen and (min-width: 1280px) {
  #identification .section-info-inner {
    transform: translateX(-85px);
  }
}

/* -------------- --------------------- */
/* --------------Software --------------*/
/* -------------- --------------------- */

#software {
  padding: 40px 0;
  min-height: 610px;
}

@media screen and (min-width: 1280px) {
  #software {
    padding: 125px 0;
  }
}

@media screen and (min-width: 1280px) {
  #software .section-image img {
    width: 88%;
    right: -150px;
  }
}

/* -------------- --------------------- */
/* -----------Testimonial --------------*/
/* -------------- --------------------- */

#testimonials {
  padding: 40px 0;
}

@media screen and (min-width: 1660px) {
  #testimonials {
    padding-top: 110px;
    padding-bottom: 95px;
  }
}

#testimonials .container {
  max-width: 980px;
  padding: 0 10px;
}

@media screen and (min-width: 1660px) {
  #testimonials .container {
    max-width: 1315px;
    padding: 0;
  }
}

.testimonials-title {
  text-align: center;
  margin-bottom: 35px;
}

.testimonials-title span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 7px;
  display: block;
  margin-bottom: 18px;
}

.testimonials-title h2 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}

@media screen and (min-width: 1280px) {
  .testimonials-title h2 {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1660px) {
  .testimonials-title h2 {
    font-size: 52px;
  }
}

.testimonials-inner {
  position: relative;
  width: 100%;
}

.testimonials-items {
  position: relative;
}

.testimonials-items .gs-container-items {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 18px rgb(0 0 0 / 27%);
}

@media screen and (min-width: 1280px) {
  .testimonials-items .gs-container-items {
    width: 780px;
  }
}

@media screen and (min-width: 1660px) {
  .testimonials-items .gs-container-items {
    padding: 50px 55px;
    padding-bottom: 60px;
    width: 1090px;
  }
}

#testimonials .gs-wrapper-arrows {
  display: none;
  top: 42%;
}

@media screen and (min-width: 1280px) {
  #testimonials .gs-wrapper-arrows {
    display: flex;
  }
}

#testimonials .gs-next-arrow,
#testimonials .gs-prev-arrow {
  transform: none;
  box-shadow: none !important;
  width: 42px;
  height: 42px;
  background-color: #dcdce6 !important;
}

@media screen and (min-width: 1660px) {
  #testimonials .gs-next-arrow,
  #testimonials .gs-prev-arrow {
    width: 70px;
    height: 70px;
  }
}

#testimonials .gs-next-arrow:before,
#testimonials .gs-prev-arrow:before {
  background-image: url(../../images/cherry/arrow-slider-testimonial.png);
  background-size: 10px;
}

@media screen and (min-width: 1660px) {
  #testimonials .gs-next-arrow:before,
  #testimonials .gs-prev-arrow:before {
    background-size: 15px;
  }
}

#testimonials .gs-next-arrow:before {
  transform: rotate(0) !important;
}

#testimonials .gs-prev-arrow:before {
  transform: rotate(0deg) scaleX(-1) !important;
}

.testimonials-content {
  text-align: center;
}

.testimonials-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (min-width: 1660px) {
  .testimonials-content h2 {
    font-size: 18px;
  }
}

.testimonials-content p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (min-width: 1660px) {
  .testimonials-content p {
    font-size: 16.5px;
  }
}

/* -------------- --------------------- */
/* ------------Header --- --------------*/
/* -------------- --------------------- */

.header {
  height: 125px;
  width: 100%;
  background-color: #39374f;
}

@media screen and (min-width: 1660px) {
  .header {
    height: 180px;
  }
}

/* -------------- --------------------- */
/* --------------Hero --- --------------*/
/* -------------- --------------------- */

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  background: linear-gradient(
    30deg,
    rgba(0, 69, 96, 1) 12%,
    rgba(199, 82, 123, 1) 100%
  );
  z-index: 1;
}

@media screen and (min-width: 1280px) {
  .hero {
    margin-bottom: 0;
    margin-top: 75px;
  }
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .hero-bg img {
    left: -10%;
  }
}

.hero-bg div {
  height: 100% !important;
}
.hero-parallax {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.hero .container {
  max-width: 1110px;
}

@media screen and (min-width: 1660px) {
  .hero .container {
    max-width: 1590px;
  }
}

.hero-inner {
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 1280px) {
  .hero-inner {
    flex-flow: row;
  }
}

.hero-content {
  width: 100%;
  flex-shrink: 0;
  padding: 75px 0;
  padding-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .hero-content {
    width: 720px;
    padding: 75px 0;
    padding-bottom: 100px;
    margin-right: 80px;
  }
}

@media screen and (min-width: 1660px) {
  .hero-content {
    width: 1020px;
    margin-right: 120px;
    padding: 90px 0;
    padding-bottom: 100px;
  }
}

.hero-form {
  width: 100%;
  max-width: 445px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.hero-form-inner,
.hero-form-inner form {
  width: 100%;
}

.hero-form:after,
.hero-form:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.hero-form:after {
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

.hero-form:before {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 1280px) {
  .hero-form:before {
    left: auto;
    transform: none;
    right: -1px;
    width: 540px;
    clip-path: polygon(72% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media screen and (min-width: 1660px) {
  .hero-form:before {
    width: 780px;
  }
}

.hero-form &gt; img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .hero-form &gt; img {
    width: 91%;
  }
}

.hero-form-inner h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: -25px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1660px) {
  .hero-form-inner h2 {
    font-size: 24px;
  }
}

.hero-form-inner h2 span {
  color: #ce203b;
}

.hero-form-inner .form-group-button .button {
  min-width: 180px;
}

@media screen and (min-width: 1660px) {
  .hero-form-inner .form-group-button .button {
    min-width: 250px;
  }
}

.hero-slider {
  width: 100%;
  position: relative;
}

.hero-slider .gs-container-items,
.hero-slider .gs-wrapper-items {
  overflow: visible;
}

@media screen and (min-width: 580px) {
  .hero-slider .gs-container-items,
  .hero-slider .gs-wrapper-items {
    overflow: hidden;
  }
}

.hero-slider .gs-wrapper-arrows.gs-style-arrow .gs-next-arrow,
.hero-slider .gs-wrapper-arrows.gs-style-arrow .gs-prev-arrow {
  background-color: #ffffff !important;
}

.hero-slider .gs-wrapper-arrows.gs-style-arrow .gs-prev-arrow:before {
  background-image: url(../../images/cherry/arrow-slider-gray.png) !important;
  transform: translate(0) scalex(-1);
}

.hero-slider .gs-wrapper-arrows.gs-style-arrow .gs-next-arrow:before {
  background-image: url(../../images/cherry/arrow-slider-red.png) !important;
  transform: translate(0);
}

.hero-items ul {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.hero-items .gs-wrapper-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-item-image {
  /* background: #004560; */
  overflow: hidden;
  padding-bottom: 68%;
  position: relative;
}

.hero-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
}

.hero-info {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .hero-info {
    margin-bottom: 60px;
    text-align: left;
  }
}

@media screen and (min-width: 1660px) {
  .hero-info {
    margin-bottom: 90px;
  }
}

.hero-info h1 {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 1;
  text-shadow: 1px 1px 10px rgb(0 0 0 / 35%);
}

@media screen and (min-width: 1280px) {
  .hero-info h1 {
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 1660px) {
  .hero-info h1 {
    font-size: 72px;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}

.hero-info h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .hero-info h1::after {
    right: auto;
  }
}

@media screen and (min-width: 1660px) {
  .hero-info h1::after {
    width: 75px;
  }
}

.hero-info h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  text-shadow: 1px 1px 10px rgb(0 0 0 / 35%);
}

@media screen and (min-width: 1280px) {
  .hero-info h2 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1660px) {
  .hero-info h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.hero-info p {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .hero-info p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1660px) {
  .hero-info p {
    font-size: 18.5px;
    margin-bottom: 20px;
  }
}

.hero-info p br {
  display: none;
}

@media screen and (min-width: 1280px) {
  .hero-info p br {
    display: block;
  }
}

.hero-info p:last-of-type {
  margin: 0;
}

/* -------------- --------------------- */
/* ----------Lazylaod --- --------------*/
/* -------------- --------------------- */

/* .lazy-loaded {
  transition: all 1s;
  transition-delay: 0.1s;
}

.lazy {
  opacity: 0;
} */

/* -------------- --------------------- */
/* ----------Animaciones --- -----------*/
/* -------------- --------------------- */

[data-animation-direction] {
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out;
}

[data-animation-direction="up"] {
  transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
  opacity: 0;
}

[data-animation-direction="left"] {
  transform: translate(-20px, 0) matrix(1, 0, 0, 1, 0, 0);
  opacity: 0;
}

[data-animation-direction="right"] {
  transform: translate(20px, 0) matrix(1, 0, 0, 1, 0, 0);
  opacity: 0;
  visibility: hidden;
}

[data-animation="true"] [data-animation-direction="up"],
[data-animation="true"] [data-animation-direction="right"],
[data-animation="true"] [data-animation-direction="left"] {
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  visibility: visible;
}

/* -------------- --------------------- */
/* ------------- Footer-- --------------*/
/* -------------- --------------------- */

.footer {
  padding-top: 50px;
  background-color: #39374f;
  color: #ebebf3;
}

.footer .container {
  max-width: 1110px;
}

@media screen and (min-width: 1660px) {
  .footer .container {
    max-width: 1580px;
  }
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebf3;
  flex-flow: column;
}

@media screen and (min-width: 580px) {
  .footer-logos {
    flex-flow: row;
    justify-content: space-between;
    padding-right: 80px;
  }
}

.footer-logos img {
  width: 80%;
  margin: 10px auto;
}

@media screen and (min-width: 1280px) {
  .footer-logos img {
    margin: 0;
    width: 320px;
  }
}

@media screen and (min-width: 1660px) {
  .footer-logos img {
    width: 420px;
  }
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-flow: column;
}

@media screen and (min-width: 580px) {
  .footer-content {
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 1280px) {
  .footer-content {
    flex-flow: row nowrap;
    margin-bottom: 50px;
  }
}

.footer-item,
.footer-item-contact {
  width: 100%;
}

@media screen and (min-width: 580px) {
  .footer-item {
    width: 50%;
  }

  .footer-item-contact {
    width: 50%;
    padding: 0;
  }
}

@media screen and (min-width: 1280px) {
  .footer-item {
    width: 20%;
  }

  .footer-item-contact {
    width: 40%;
    padding-left: 140px;
  }
}

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

@media screen and (min-width: 1280px) {
  .footer-item {
    margin-bottom: 0;
  }
}

.footer-item &gt; h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (min-width: 1660px) {
  .footer-item &gt; h2 {
    font-size: 18px;
  }
}

.footer-item .menu li {
  margin-bottom: 5px;
  line-height: 1;
}

.footer-item .menu li:last-child {
  margin-bottom: 0;
}

.footer-item .menu li a {
  font-size: 1.3rem;
  font-weight: 300;
}

@media screen and (min-width: 1660px) {
  .footer-item .menu li a {
    font-size: 14px;
  }
}

.footer-copy {
  padding: 20px 0;
  border-top: 1px solid #ebebf3;
}

.footer-copy-legal {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.17rem;
  color: #fff;
  margin-top: 10px;
  gap: 10px 0;
}

@media screen and (min-width: 580px) {
  .footer-copy-legal {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding-left: 5px;
    margin: 0;
    font-size: 0.975rem;
  }
}

@media screen and (min-width: 1660px) {
  .footer-copy-legal {
    font-size: 12px;
  }
}

.footer-copy-legal-item {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .footer-copy-legal-item {
    width: auto;
    justify-content: flex-start;
    text-align: left;
  }
}

.footer-copy-legal .legal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-copy-legal .legal a {
  position: relative;
}

.footer-copy-legal .legal a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background-color: #ebebf3;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-copy-legal .legal a:hover:after {
  width: 0%;
  left: 0;
  right: auto;
  width: 100%;
}

.footer-copy-legal p {
  display: flex;
  align-items: center;
}

.footer-copy-legal p a {
  display: block;
  margin-left: 10px;
}

@media screen and (min-width: 1660px) {
  .footer-copy-legal p a {
    margin-left: 25px;
  }
}

@media screen and (min-width: 1660px) {
  .footer-copy-legal p a img {
    width: 80px;
  }
}

.footer-item-contact .contact li {
  margin-bottom: 20px;
}

@media screen and (min-width: 1660px) {
  .footer-item-contact .contact li {
    margin-bottom: 40px;
  }
}

.footer-item-contact .contact li:last-child {
  margin-bottom: 0;
}

.contact-info {
  display: flex;
}

.contact-info &gt; span {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ebebf3;
  margin-right: 10px;
  border-radius: 9999px;
}

.contact-info-data,
.contact-info-data h2 {
  font-size: 1.3rem;
}

@media screen and (min-width: 1660px) {
  .contact-info-data,
  .contact-info-data h2 {
    font-size: 12px;
  }
}

.contact-info-data h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-info-data p {
  font-size: 1.3rem;
  font-weight: 300;
}

@media screen and (min-width: 1660px) {
  .contact-info-data p {
    font-size: 14px;
    font-weight: 300;
  }
}

.footer-suscription {
  margin-top: 40px;
}

@media screen and (min-width: 1660px) {
  .footer-suscription {
    margin-top: 60px;
  }
}

.footer-suscription &gt; h2 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-weight: 700;
}

@media screen and (min-width: 1660px) {
  .footer-suscription &gt; h2 {
    font-size: 20px;
  }
}

.footer-suscription form {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  border: 1px solid #ebebf3;
  border-radius: 4px;
}

@media screen and (min-width: 1660px) {
  .footer-suscription form {
    height: 57px;
  }
}

.footer-suscription input {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.footer-suscription input,
.footer-suscription input::placeholder {
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (min-width: 1660px) {
  .footer-suscription input,
  .footer-suscription input::placeholder {
    color: #fff;
    font-size: 16px;
  }
}

.footer-suscription button {
  flex-shrink: 0;
  height: 100%;
  width: 55px;
  box-shadow: none;
  border: 1px solid #ebebf3;
  border-width: 0 0 0 1px;
}

.footer-item-contact .social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.footer-item-contact .social li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #555368;
}

@media screen and (min-width: 1280px) {
  .footer-item-contact .social li a {
    width: 48px;
    height: 48px;
  }
}
/* -------------- --------------------- */
/* ------------- Mods  -------------*/
/* -----------Juan Carlos---------------- */
/* -------------- --------------------- */
/**Form**/
.hero-form-inner .form-group-button .button {
  min-width: 100%;
  display: flex;
  justify-content: center;
  min-height: 50px;
  align-items: center;
  line-height: 1.4;
  letter-spacing: 0.3px;
  font-size: 14px;
  gap: 5px;
}
p.alert {
  font-size: 12px;
  margin-top: 8px;
  color: #ce203b;
  display: none;
}
#additional {
  font-size: 16px;
}
#getButton {
  transition: 0.3s;
}
#getButton:hover {
  background-color: #ff2a4b;
  box-shadow: 0 0 6px 2px #ff2a4b;
}
p.info {
  font-size: 12px;
  margin-top: 8px;
}

h4.title {
  font-size: 16px;
  font-family: "Choplin Medium-DEMO";
}
.page-template-page-cherry
  .form_wrapper
  .form-search
  .flex-content-form
  .form-item {
  margin-bottom: 10px;
}

.form_wrapper .form_content p.info {
  font-size: 14px;
  margin-top: 8px;
  color: #ce203b;
}

.form_wrapper .form_content .flex-content-form .form-item {
  width: 100%;
}
.form_wrapper {
  position: absolute;
  z-index: 9999999;
  width: 100%;

  justify-content: center;

  display: flex;
}
.form_content {
  background: white;
  box-shadow: 1px 0 7px #00000087;
  padding: 20px;
  border-radius: 10px;
  z-index: 999999999;
  max-width: 600px;
  margin: 20px;
}
#body-modal {
  display: none;
}
.bg-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);

  top: 0;
  left: 0;
  z-index: 9999999;
}
.page-template-page-cherry .form_wrapper .clidxboost-btn-link {
  color: #fff;
  border-color: #ce203b;
  background-color: #ce203b;
  transition: 0.3s;
}
.page-template-page-cherry .form_wrapper input::placeholder {
  color: #ce203b;
}
.page-template-page-cherry .form_wrapper .form_text h3 {
  font-family: "Choplin Medium-DEMO";
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.page-template-page-cherry .form_wrapper .form_text p {
  color: #ce203b;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page-template-page-cherry
  .form_wrapper
  .form-search
  .flex-content-form
  .form-item
  .medium {
  padding: 0 1rem;
  border: 1px solid #e5e5e5;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
}
#body-modal .pt-name,
#body-modal .pt-lname,
#body-modal .pt-phone,
#body-modal .pt-email {
  opacity: 0;
  margin: 0;
  height: 0;
  width: 0;
  overflow: 0;
}
/****Switch****/

/*******/
/* The switch - the box around the slider */
label.check-form {
  display: flex;
  gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
/*
label.check-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    
}
*/
div#types-properties,
div#neighborhood-choices {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
  margin-top: 32px;
  margin-bottom: 30px;
}

/**button*/
#body-modal .toggle-button-cover {
  display: table-cell;
  position: relative;
  width: 100px;
  height: 36px;
  box-sizing: border-box;
}

body-modal .button-cover {
  height: auto;
  margin: 5px;
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

#body-modal .button-cover:before {
}

#body-modal .button-cover,
#body-modal .knobs,
#body-modal .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#body-modal .slicer-button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 38px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

#body-modal .slicer-button.r,
.button.r .layer {
  border-radius: 100px;
}
.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

#body-modal .knobs {
  z-index: 2;
}

#body-modal .layer {
  width: 100%;
  background-color: #3b4b7cbf;
  transition: 0.3s ease all;
  z-index: 1;
}
#body-modal .form-item .clidxboost-btn-link:hover {
  background-color: #ff2a4b;
  box-shadow: 0 0 6px 2px #ff2a4b;
}

#body-modal .knobs:before {
  content: "NO";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 0;
  background-color: #ce203b;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
}
#body-modal fieldset {
  width: 100%;
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
  min-inline-size: auto;
}
#body-modal .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

#body-modal .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

#body-modal .checkbox:checked + .knobs:before {
  content: "Yes";
  left: 42px;
  background-color: #ff2a4b;
  box-shadow: 0 0 6px 2px #ff2a4b;
  z-index: 9999;
}

#body-modal .checkbox:checked ~ .layer {
  background-color: #7798ffbf;
}
@media (max-width: 639px) {
  div#types-properties,
  div#neighborhood-choices {
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
    margin-top: 32px;
    margin-bottom: 30px;
  }
  .form_content {
    width: 95%;
  }
}
@media (min-width: 640px) {
  .form_wrapper {
    top: 120px;
  }
  .form_content {
    background: white;
    box-shadow: 1px 0 7px #00000087;
    padding: 20px;
    border-radius: 10px;
    z-index: 999999999;
    max-width: 80%;
    margin: 20px;
  }
}
@media (min-width: 1024px) {
  div#neighborhood-choices {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
    margin-top: 32px;
    margin-bottom: 30px;
    grid-auto-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
  }
}
@media (min-width: 1200px) {
  div#neighborhood-choices {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
    margin-top: 32px;
    margin-bottom: 30px;
    grid-auto-flow: column;
    grid-template-rows: auto auto auto auto auto;
  }
}
</pre></body></html>