/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-choose-1485 {
    padding: var(--sectionPadding);
    padding-bottom: 0%;
    overflow: hidden;
    /* background-color: #F7F7F7; */
    position: relative;
    z-index: 1;
  }
  #why-choose-1485 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #why-choose-1485 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    /* changes to 433px at desktop */
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #why-choose-1485 .cs-title {
    max-width: 20ch;
  }
  #why-choose-1485 .cs-text {
    margin-bottom: 1rem;
  }
  #why-choose-1485 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #why-choose-1485 .cs-ul {
    width: 100%;
    max-width: 39.375rem;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /* 24px - 32px */
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #why-choose-1485 .cs-li {
    list-style: none;
    margin: 0;
    /* 24px - 32px */
    padding: 0 0 clamp(1.5rem, 3vw, 2rem);
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* 16px - 20px */
    gap: clamp(1rem, 2.5vw, 1.25rem);
  }
  #why-choose-1485 .cs-li:last-of-type {
    padding: 0;
    border: none;
  }
  #why-choose-1485 .cs-li-picture {
    /* 60px - 80px */
    width: clamp(3.75rem, 6vw, 5rem);
    height: clamp(3.75rem, 6vw, 5rem);
    margin: 0;
    border-radius: 50%;
    border: 1px solid var(--primary);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    position: relative;
    z-index: 1;
  }
  #why-choose-1485 .cs-li-picture:before {
    /* background color */
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #why-choose-1485 .cs-li-icon {
    /* 24px - 32px */
    width: clamp(1.5rem, 3vw, 2rem);
    height: auto;
    display: block;
  }
  #why-choose-1485 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
  }
  #why-choose-1485 .cs-li-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #why-choose-1485 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    overflow: hidden;
    margin: 0;
    color: #fff;
    padding: 0 3rem;
    border-radius: 1.875rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #why-choose-1485 .cs-button-solid:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 0%;
    background: var(--secondary);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #why-choose-1485 .cs-button-solid:hover:before {
    width: 100%;
  }
  #why-choose-1485 .cs-image-group {
    /* scales the whole group based on the view width size and stop when that vales equals .745em, resets at desktop */
    font-size: min(2.24vw, 0.9em);
    margin-top: 56px;
    width: 40.6875em;
    height: 42.4375em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #why-choose-1485 .cs-picture {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
  }
  #why-choose-1485 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #why-choose-1485 .cs-picture1 {
    width: 40.4375em;
    height: 37.5em;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #why-choose-1485 .cs-picture2 {
    width: 20em;
    height: 20em;
    border-radius: 50%;
    background-color: #fff;
    border: 0.625em solid #FFFFFF;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  #why-choose-1485 .cs-flower {
    width: 9.5625em;
    height: auto;
    position: absolute;
    top: 2.6875em;
    right: 0.75em;
    z-index: 1;
  }
  #why-choose-1485 .cs-squiggle {
    width: 13.4375em;
    height: auto;
    position: absolute;
    bottom: 9.0625em;
    left: 3.125em;
  }
  #why-choose-1485 .cs-mask {
    width: 40.5625em;
    height: 37.625em;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #why-choose-1485 .cs-container {
    padding-top: 48px;
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #why-choose-1485 .cs-image-group {
    font-size: min(1.2vw, 1em);
    margin-top: 0;
    flex: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #why-choose-1485 {
    background-color: var(--dark);
  }
  body.dark-mode #why-choose-1485 .cs-title, body.dark-mode #why-choose-1485 .cs-text, body.dark-mode #why-choose-1485 .cs-h3, body.dark-mode #why-choose-1485 .cs-li-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #why-choose-1485 .cs-text, body.dark-mode #why-choose-1485 .cs-li-text {
    opacity: 0.8;
  }
  body.dark-mode #why-choose-1485 .cs-li {
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #why-choose-1485 .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #why-choose-1485 .cs-outer-mask {
    /* same as the BG color of the section */
    fill: var(--dark);
  }
}
/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-1150 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
  }
  #contact-1150 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 44rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    column-gap: auto;
    /* 48px - 80px */
    row-gap: clamp(3rem, 6vw, 5rem);
    position: relative;
  }
  #contact-1150 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #contact-1150 .cs-topper {
    color: #767676;
  }
  #contact-1150 .cs-title {
    max-width: 23ch;
    margin: 0;
  }
  #contact-1150 .cs-picture {
    width: 100%;
    /* 240px - 300px */
    height: clamp(15rem, 35vw, 18.75rem);
    margin: 0 0 1.5rem;
    border-radius: 1.5rem;
    /* clips image corners */
    overflow: hidden;
    display: block;
    position: relative;
  }
  #contact-1150 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contact-1150 .cs-contact-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0 0 1.5rem;
    color: var(--bodyTextColor);
  }
  #contact-1150 .cs-ul {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
  }
  #contact-1150 .cs-li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
  }
  #contact-1150 .cs-li:hover .cs-icon-wrapper {
    transform: scale(1.1);
  }
  #contact-1150 .cs-header {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.75rem;
    color: var(--headerColor);
    display: block;
  }
  #contact-1150 .cs-link {
    font-size: 1rem;
    line-height: 1.5em;
    text-decoration: none;
    color: #767676;
    display: block;
    position: relative;
  }
  #contact-1150 .cs-link:hover {
    text-decoration: underline;
  }
  #contact-1150 .cs-icon-wrapper {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #bababa;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    transition: transform 0.3s;
  }
  #contact-1150 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }
  #contact-1150 .cs-form {
    width: 100%;
    /* 24px - 48px top and bottom */
    /* 16px - 32px left and right */
    padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 2rem);
    /* prevents flexbox from affecting height and width */
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }
  #contact-1150 .cs-label {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    width: 100%;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #contact-1150 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    background-color: #f7f7f7;
    border-radius: 0.5rem;
    border: none;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
  }
  #contact-1150 .cs-input::placeholder {
    color: #7d799c;
    opacity: 0.6;
  }
  #contact-1150 .cs-textarea {
    min-height: 7.5rem;
    padding-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: inherit;
  }
  #contact-1150 .cs-submit {
    width: 100%;
    min-width: 17.6875rem;
    border-radius: 0.5rem;
  }
  #contact-1150 .cs-submit:hover {
    cursor: pointer;
  }
  #contact-1150 .cs-graphic {
    display: none;
  }
  #contact-1150 .cs-graphic1 {
    width: 13rem;
    height: auto;
    position: absolute;
    left: -7.5rem;
    top: 8.625rem;
  }
  #contact-1150 .cs-graphic2 {
    width: 12.8125rem;
    height: auto;
    position: absolute;
    right: -9.75rem;
    top: 0.5rem;
  }
  #contact-1150 .cs-top {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 120rem;
    width: 100%;
    height: auto;
  }
  #contact-1150 .cs-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 120rem;
    width: 100%;
    height: auto;
  }
  #contact-1150 .hidden {
    display: none;
  }
  #contact-1150 .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }
  #contact-1150 .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  #contact-1150 .close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  #contact-1150 .close-button:hover,
  #contact-1150 .close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #contact-1150 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact-1150 .cs-contact-group {
    width: 33%;
    max-width: 39.375rem;
  }
  #contact-1150 .cs-form {
    width: 46%;
    max-width: 36.125rem;
  }
  #contact-1150 .cs-submit {
    width: auto;
  }
}
/* Large Desktop - 1500px */
@media only screen and (min-width: 93.75rem) {
  #contact-1150 .cs-graphic {
    display: block;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #contact-1150 {
    background-color: var(--dark);
  }
  body.dark-mode #contact-1150 .cs-title,
  body.dark-mode #contact-1150 .cs-text,
  body.dark-mode #contact-1150 .cs-header,
  body.dark-mode #contact-1150 .cs-link,
  body.dark-mode #contact-1150 .cs-label,
  body.dark-mode #contact-1150 .cs-contact-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #contact-1150 .cs-contact-text,
  body.dark-mode #contact-1150 .cs-link {
    opacity: 0.8;
  }
  body.dark-mode #contact-1150 .cs-topper {
    color: var(--secondary);
  }
  body.dark-mode #contact-1150 .cs-icon-wrapper {
    border-color: #fff;
  }
  body.dark-mode #contact-1150 .cs-icon {
    /* makes it white */
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #contact-1150 .cs-form {
    background-color: var(--medium);
  }
  body.dark-mode #contact-1150 .cs-input {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  body.dark-mode #contact-1150 .cs-input::placeholder {
    color: #fff;
    opacity: 0.8;
  }
  body.dark-mode #contact-1150 .cs-graphic {
    opacity: 0.4;
  }
  body.dark-mode #contact-1150 .cs-background {
    --backgroundBG: var(--dark);
  }
  body.dark-mode #contact-1150 .cs-top path, body.dark-mode #contact-1150 .cs-bottom path {
    fill: var(--dark);
  }
}

/*# sourceMappingURL=clase-gratis.css.map */
