@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/******************************Globales******************************/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  max-width: 2500px;
  display: block;
  margin: 0 auto;
}

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

body {
  font-size: 1.2rem;
  overflow-x: hidden;
}
body .no-scroll {
  overflow: hidden; /* Bloquea el scroll */
}

h1,
h2,
h3,
h4,
a,
p {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

p, li, a {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  p, li, a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1444px) {
  p, li, a {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none !important;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}

li {
  list-style: none;
}

.navbar {
  padding: 0 !important;
}

.click {
  cursor: pointer;
}

.bg-invisible {
  background-color: transparent !important;
}

.bg-red {
  background-color: red !important;
}

.hidden {
  opacity: 0 !important;
}

.traslate {
  transform: translateY(-200px) !important;
}

@font-face {
  font-family: "Roboto Light";
  src: url("../../../build/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "EastmanTrial Light";
  src: url("../../../build/fonts/EastmanTrial-Light.otf") format("opentype");
}
@font-face {
  font-family: "EastmanTrial Extrabold";
  src: url("../../../build/fonts/EastmanTrial-Extrabold.otf") format("opentype");
  /* Puedes agregar más formatos según sea necesario (e.g., woff2, o svg) */
}
@font-face {
  font-family: "Fortune Teller DEMO";
  src: url("../../../build/fonts/FortuneTellerDEMO-Regular.otf") format("opentype");
  /* Puedes agregar más formatos según sea necesario (e.g., woff2, o svg) */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.header__text--container {
  display: none;
  background-color: #fff;
  border-radius: 32px;
  z-index: 20;
}
@media (min-width: 992px) {
  .header__text--container {
    display: block;
  }
}

.header__container {
  width: 100%;
  background-color: #00602D;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  align-items: center;
  height: 100px;
  left: 0;
  max-width: 2500px;
}
@media (min-width: 992px) {
  .header__container {
    justify-content: space-around;
    background-color: transparent;
    position: fixed;
    z-index: 10;
    margin-top: 3rem;
    gap: 30rem;
    transform: translateY(0px);
    transition: transform 0.3s ease;
  }
}
.header__container .logo {
  width: 80px;
}
@media (min-width: 992px) {
  .header__container .logo {
    height: calc(100px + 2rem);
  }
}
@media (min-width: 1200px) {
  .header__container .logo {
    width: auto;
    height: calc(100px - 2rem);
  }
}
@media (min-width: 1444px) {
  .header__container .logo {
    height: calc(100px + 2rem);
  }
}
.header__container .header__lista {
  display: flex;
  color: white;
  font-size: 1.4rem;
  border: solid 2px #035228;
  border-radius: 32px;
}
.header__container .header__lista li {
  color: #035228;
  font-family: "Montserrat", sans-serif;
  padding: 0.6rem 0;
}
@media (min-width: 1200px) {
  .header__container .header__lista li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1444px) {
  .header__container .header__lista li {
    font-size: 1.8rem;
  }
}
.header__container .header__lista li:first-child {
  padding-left: 2rem;
  position: relative;
}
.header__container .header__lista li:last-child {
  padding-right: 2rem;
}
.header__container .header__lista li:hover {
  background-color: #035228;
  color: #fff;
  border-radius: 32px;
}
.header__container .hamburger {
  z-index: 2;
}
@media (min-width: 992px) {
  .header__container .hamburger {
    display: none;
  }
}

.hamburger-box {
  filter: invert(1);
}

.off-canva {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00602D;
  flex-direction: column;
  justify-content: center;
  transition: all 0.45s ease-out;
  overflow: hidden;
  min-width: 250px;
  z-index: 1;
}
@media (min-width: 992px) {
  .off-canva {
    display: none;
  }
}
.off-canva img {
  width: 200px;
  margin-bottom: 3rem;
}
.off-canva a {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
  color: white;
}
.off-canva .off-canva__redes {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
.off-canva .off-canva__redes i {
  font-size: 2rem;
  border-radius: 50%;
  background-color: white;
  padding: 1.5rem;
}

.off-canva--active {
  top: -100vh; /* Mueve a la parte inferior de la pantalla */
  right: -100%; /* Sale de la pantalla */
  left: 0;
}

.portada__container {
  width: 100%;
  background-image: url("../../img/Portada-Nueva-SFA.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100dvh - 100px);
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media (min-width: 992px) {
  .portada__container {
    height: 100dvh;
  }
}
.portada__container .portada__sun {
  position: absolute;
  bottom: -20%;
  width: 100%;
  max-width: 375px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  transition: transform 0.5s cubic-bezier(0.2, 0.5, 0.5, 1);
}
@media (min-width: 480px) {
  .portada__container .portada__sun {
    max-width: 430px;
  }
}
@media (min-width: 1200px) {
  .portada__container .portada__sun {
    max-width: 430px;
    bottom: -20%;
  }
}
@media (min-width: 1400px) {
  .portada__container .portada__sun {
    max-width: 500px;
  }
}
@media (min-width: 1444px) {
  .portada__container .portada__sun {
    max-width: 700px;
  }
}

.portada__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100dvh - 300px);
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .portada__wrapper {
    height: 100dvh;
  }
}
.portada__wrapper .p__wrapper--title {
  font-size: clamp(3.5rem, 5vw, 8rem);
  text-align: center;
  font-weight: 600;
}
.portada__wrapper .p__wrapper--title span {
  font-weight: 900;
  display: block;
}

.photo__container {
  width: 100%;
  background-color: #035228;
}

.photo__wrapper {
  text-align: center;
  padding: 1rem;
  padding-top: 10rem;
  color: #fff;
}
.photo__wrapper .photo__description {
  font-size: clamp(1.8rem, 2.5vw, 1.8rem);
  text-align-last: center;
}
@media (min-width: 768px) {
  .photo__wrapper .photo__description {
    margin: 0 10%;
  }
}
@media (min-width: 992px) {
  .photo__wrapper .photo__description {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .photo__wrapper .photo__description {
    font-size: 1.3rem;
    margin: 0 25%;
  }
}
@media (min-width: 1444px) {
  .photo__wrapper .photo__description {
    font-size: clamp(1.8rem, 2.5vw, 1.8rem);
  }
}
.photo__wrapper .photo__description span {
  color: #F8B133;
  font-weight: 700;
  text-wrap: nowrap;
  position: relative;
}
.photo__wrapper .photo__description span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  background-image: url(../../img/title-raya.png);
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 2rem;
  background-repeat: no-repeat;
}
.photo__wrapper .photo__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .photo__wrapper .photo__content {
    margin: 0 5%;
    flex-direction: row;
  }
}
@media (min-width: 1444px) {
  .photo__wrapper .photo__content {
    margin: 0 10%;
  }
}
.photo__wrapper .photo__content .photo__content--img {
  flex: 1;
}
.photo__wrapper .photo__content .photo__content--img img {
  width: 100%;
  max-width: 450px;
}
@media (min-width: 992px) {
  .photo__wrapper .photo__content .photo__content--img img {
    max-width: 650px;
    padding: 5rem;
  }
}
@media (min-width: 1200px) {
  .photo__wrapper .photo__content .photo__content--img img {
    max-width: 500px;
  }
}
@media (min-width: 1444px) {
  .photo__wrapper .photo__content .photo__content--img img {
    max-width: 650px;
  }
}
.photo__wrapper .photo__content .photo__content--description {
  flex: 1;
}
@media (min-width: 480px) {
  .photo__wrapper .photo__content .photo__content--description {
    margin: 0 10%;
  }
}
@media (min-width: 992px) {
  .photo__wrapper .photo__content .photo__content--description {
    margin: 0;
  }
}
.photo__wrapper .photo__content .photo__content--description p {
  font-size: clamp(1.8rem, 1.5vw, 1.8rem);
  text-align: justify;
}
.photo__wrapper .photo__content .photo__content--description p:nth-child(1) {
  margin-top: 4rem;
}
.photo__wrapper .photo__content .photo__content--description p:nth-last-of-type(1) {
  font-weight: 800;
  font-style: italic;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .photo__wrapper .photo__content .photo__content--description p:nth-last-of-type(1) {
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .photo__wrapper .photo__content .photo__content--description p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1444px) {
  .photo__wrapper .photo__content .photo__content--description p {
    font-size: clamp(1.8rem, 1.5vw, 1.8rem);
  }
}
.photo__wrapper .photo__content .photo__content--description img {
  border-radius: 50%;
  font-weight: 900;
  width: 50px;
  padding: 1.5rem;
  display: block;
  margin: 0 auto;
  border: solid 2px #F8B133;
  margin-top: 5rem;
}

.beneficios__container {
  background-color: #035228;
  width: 100%;
  position: relative;
}
.beneficios__container .l__banner__text {
  width: 100%;
  background-color: red;
  border-radius: 128px;
  padding: 2.5rem 1rem 2.5rem 1rem;
  text-align: center;
  color: white;
  position: relative;
  padding: 3rem 10% 4rem 10%;
  z-index: 2;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .beneficios__container .l__banner__text {
    width: 60%;
  }
}
.beneficios__container .l__banner__text p {
  font-size: clamp(1.8rem, 2.5vw, 2rem);
  margin: 0;
}
.beneficios__container .l__banner__text .btn__contacto {
  border: none;
  background-color: #F8B133;
  color: #035228;
  border-radius: 32px;
  font-size: 3rem;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 2rem;
  font-weight: 600;
}
.beneficios__container .l__banner__text .btn__contacto:active {
  transform: translateX(-50%) scale(0.95);
}
.beneficios__container .l__banner__text .btn__contacto:hover {
  background-color: rgb(231.2644549763, 150.7753554502, 7.9355450237);
}
.beneficios__container .l__banner__text .l__banner__elote {
  position: absolute;
  right: -5rem;
  bottom: -3rem;
  width: 175px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .beneficios__container .l__banner__text .l__banner__elote {
    visibility: visible;
  }
}
.beneficios__container .l__banner__text .l__banner__ejote {
  position: absolute;
  left: -10rem;
  bottom: -3rem;
  width: 300px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .beneficios__container .l__banner__text .l__banner__ejote {
    visibility: visible;
  }
}

.beneficios__wrapper .beneficios__logo {
  max-width: 150px;
  width: 100%;
  display: block;
  margin: auto;
  transform: translateY(5rem);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .beneficios__wrapper .beneficios__logo {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .beneficios__wrapper .beneficios__logo {
    max-width: 200px;
  }
}
@media (min-width: 1444px) {
  .beneficios__wrapper .beneficios__logo {
    max-width: 300px;
  }
}
.beneficios__wrapper .beneficios__svg {
  margin: 0 20%;
}
.beneficios__wrapper .beneficios__svg .svg__movil {
  margin: auto;
  max-width: 450px;
  display: block;
}
@media (min-width: 768px) {
  .beneficios__wrapper .beneficios__svg .svg__movil {
    display: none;
  }
}
.beneficios__wrapper .beneficios__svg .svg__escritorio {
  display: none;
}
@media (min-width: 768px) {
  .beneficios__wrapper .beneficios__svg .svg__escritorio {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 2rem;
    transform: translateX(-1.5rem);
  }
}
@media (min-width: 1200px) {
  .beneficios__wrapper .beneficios__svg .svg__escritorio {
    padding: 10rem;
  }
}

.somos__container {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.somos__container .wrapper__hoja2 {
  display: none;
}
@media (min-width: 1200px) {
  .somos__container .wrapper__hoja2 {
    display: block;
    position: absolute;
    bottom: -10rem;
    left: 10%;
    width: 130px;
    z-index: 2;
  }
}
@media (min-width: 1444px) {
  .somos__container .wrapper__hoja2 {
    width: 200px;
  }
}
.somos__container .bg-icon {
  position: absolute;
  right: 5%;
  bottom: 5%;
  display: none;
}
@media (min-width: 1200px) {
  .somos__container .bg-icon {
    display: block;
    width: 650px;
  }
}
@media (min-width: 1444px) {
  .somos__container .bg-icon {
    width: 800px;
  }
}

.somos__wrapper {
  position: relative;
  padding: 1rem;
  padding-bottom: 5rem;
}
.somos__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #035228;
  z-index: 0;
}
@media (min-width: 1200px) {
  .somos__wrapper {
    margin: 5% 15% 0% 15%;
  }
  .somos__wrapper::after {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
  }
}
.somos__wrapper .wrapper__hoja {
  display: none;
}
@media (min-width: 1200px) {
  .somos__wrapper .wrapper__hoja {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    width: 120px;
  }
}
@media (min-width: 1444px) {
  .somos__wrapper .wrapper__hoja {
    width: 200px;
  }
}
.somos__wrapper .somos__title {
  font-size: clamp(3rem, 2.7vw, 4rem);
  font-weight: 500;
  color: #F4E7D6;
  text-align: start;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 1200px) {
  .somos__wrapper .somos__title {
    font-size: 3rem;
  }
}
@media (min-width: 1444px) {
  .somos__wrapper .somos__title {
    font-size: 4rem;
  }
}
.somos__wrapper .somos__title span {
  font-weight: 800;
  text-wrap: nowrap;
  position: relative;
}
.somos__wrapper .somos__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.8rem;
  background-image: url(../../img/title-raya.png);
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 2rem;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .somos__wrapper .somos__title {
    padding: 5rem 0 2rem 14%;
  }
}
.somos__wrapper .somos__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .somos__wrapper .somos__content {
    flex-direction: row;
    gap: 6rem;
    margin-top: 5rem;
    align-items: center;
  }
}
.somos__wrapper .somos__content .somos__textos {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: justify;
}
@media (min-width: 1200px) {
  .somos__wrapper .somos__content .somos__textos {
    text-align: start;
  }
}
.somos__wrapper .somos__content .somos__textos p {
  font-size: clamp(1.8rem, 1.8vw, 2rem);
}
@media (min-width: 1200px) {
  .somos__wrapper .somos__content .somos__textos p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1444px) {
  .somos__wrapper .somos__content .somos__textos p {
    font-size: 2rem;
  }
}
.somos__wrapper .somos__content .somos__textos p span {
  font-weight: 800;
}
.somos__wrapper .somos__swiper {
  width: 100%;
  position: relative;
  max-width: 700px;
  display: block;
  margin: 3rem auto;
}
@media (min-width: 1200px) {
  .somos__wrapper .somos__swiper {
    max-width: 350px;
  }
  .somos__wrapper .somos__swiper .swiper__bar {
    background-color: #00B637;
    width: 1.5rem;
    height: 400px;
    position: absolute;
    right: -1px;
    top: -20px;
    z-index: 2;
    border-radius: 32px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .somos__wrapper .somos__swiper .swiper__bar {
    height: 240px;
  }
}
@media (min-width: 1200px) and (min-width: 1444px) {
  .somos__wrapper .somos__swiper .swiper__bar {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .somos__wrapper .somos__swiper {
    max-width: 450px;
  }
}
@media (min-width: 1444px) {
  .somos__wrapper .somos__swiper {
    max-width: 550px;
  }
}
.somos__wrapper .somos__swiper .swiper-pagination {
  text-align: start;
  margin-left: 4rem;
}
.somos__wrapper .somos__swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #393939;
}
.somos__wrapper .somos__swiper .swiper-slide {
  background-color: #F4E7D6;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .somos__wrapper .somos__swiper .swiper-slide {
    height: 200px;
  }
}
@media (min-width: 1444px) {
  .somos__wrapper .somos__swiper .swiper-slide {
    height: 350px;
  }
}
.somos__wrapper .somos__swiper .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.somos__wrapper .somos__swiper .swiper-slide .swiper__img {
  max-width: 300px;
}
@media (min-width: 1200px) {
  .somos__wrapper .somos__swiper .swiper-slide .swiper__img {
    max-width: 200px;
  }
}
@media (min-width: 1444px) {
  .somos__wrapper .somos__swiper .swiper-slide .swiper__img {
    max-width: 300px;
  }
}

.somos__img__grupo {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.somos__img__grupo img {
  width: 100%;
  max-width: 500px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .somos__img__grupo img {
    max-width: 300px;
  }
}
@media (min-width: 1444px) {
  .somos__img__grupo img {
    max-width: 400px;
  }
}

.temp__container {
  width: 100%;
  background-color: #E6E6E6;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .temp__container {
    padding: 10rem 0;
  }
}

.temp__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .temp__wrapper {
    flex-direction: row;
    width: 80%;
  }
}
.temp__wrapper .temp__description {
  flex: 2;
}
.temp__wrapper .temp__description h2 {
  font-weight: 800;
  font-size: clamp(3rem, 3vw, 4rem);
  color: #035228;
  text-align: center;
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .temp__wrapper .temp__description h2 {
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .temp__wrapper .temp__description h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1444px) {
  .temp__wrapper .temp__description h2 {
    font-size: 4rem;
  }
}
.temp__wrapper .temp__description p {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  text-align: justify;
}
@media (min-width: 992px) {
  .temp__wrapper .temp__description p {
    text-align: start;
    margin-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .temp__wrapper .temp__description p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1444px) {
  .temp__wrapper .temp__description p {
    font-size: 1.8rem;
  }
}
.temp__wrapper .temp__menu {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 90px);
}
@media (min-width: 480px) {
  .temp__wrapper .temp__menu {
    grid-template-columns: repeat(4, 120px);
  }
}
@media (min-width: 992px) {
  .temp__wrapper .temp__menu {
    grid-template-columns: repeat(2, 100px);
  }
}
@media (min-width: 1200px) {
  .temp__wrapper .temp__menu {
    grid-template-columns: repeat(2, 70px);
  }
}
@media (min-width: 1444px) {
  .temp__wrapper .temp__menu {
    grid-template-columns: repeat(2, 100px);
  }
}
.temp__wrapper .temp__menu .menu__up, .temp__wrapper .temp__menu .menu__down {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #035228;
  border-radius: 50%;
  cursor: pointer;
  visibility: hidden;
  grid-column: span 4;
}
@media (min-width: 768px) {
  .temp__wrapper .temp__menu .menu__up, .temp__wrapper .temp__menu .menu__down {
    visibility: visible;
    grid-column: span 4;
  }
}
@media (min-width: 992px) {
  .temp__wrapper .temp__menu .menu__up, .temp__wrapper .temp__menu .menu__down {
    grid-column: span 2;
  }
}
.temp__wrapper .temp__menu .menu__up img, .temp__wrapper .temp__menu .menu__down img {
  width: 100%;
}
.temp__wrapper .temp__menu .menu__down img {
  transform: rotate(180deg);
}
.temp__wrapper .temp__menu .temp__menu__item {
  height: 90px;
  background-color: white;
  border: solid 2px #F8B133;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 480px) {
  .temp__wrapper .temp__menu .temp__menu__item {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .temp__wrapper .temp__menu .temp__menu__item {
    height: 60px;
  }
}
@media (min-width: 1444px) {
  .temp__wrapper .temp__menu .temp__menu__item {
    height: 90px;
  }
}
.temp__wrapper .temp__menu .temp__menu__item:active {
  transform: scale(0.95);
}
.temp__wrapper .temp__menu .temp__menu__item img {
  width: 100%;
  padding: 1rem;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.temp__wrapper .temp__photo {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .temp__wrapper .temp__photo {
    width: 100%;
    justify-content: space-around;
  }
}
.temp__wrapper .temp__photo .photo__photo {
  max-width: 200px;
}
@media (min-width: 480px) {
  .temp__wrapper .temp__photo .photo__photo {
    max-width: 300px;
    margin: initial;
  }
}
@media (min-width: 992px) {
  .temp__wrapper .temp__photo .photo__photo {
    width: initial;
  }
}
@media (min-width: 1200px) {
  .temp__wrapper .temp__photo .photo__photo {
    max-width: 250px;
  }
}
@media (min-width: 1444px) {
  .temp__wrapper .temp__photo .photo__photo {
    max-width: 350px;
  }
}
.temp__wrapper .temp__photo .temp__photo__calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.temp__wrapper .temp__photo .temp__photo__calendar .calendar__title {
  font-size: 4rem;
  color: #035228;
  font-weight: 900;
  line-height: 4rem;
}
@media (min-width: 1200px) {
  .temp__wrapper .temp__photo .temp__photo__calendar .calendar__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1444px) {
  .temp__wrapper .temp__photo .temp__photo__calendar .calendar__title {
    font-size: 4rem;
  }
}
.temp__wrapper .temp__photo .temp__photo__calendar .calendar__content {
  display: flex;
  flex-direction: column;
  width: 100px;
  height: auto;
  background-color: #035228;
  justify-content: center;
  border-radius: 64px;
  align-items: center;
  padding: 1rem;
  margin-left: 2rem;
}
.temp__wrapper .temp__photo .temp__photo__calendar .calendar__content .content__icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding-top: 2rem;
  height: fit-content;
}
.temp__wrapper .temp__photo .temp__photo__calendar .calendar__content .content__icon img {
  width: 40px;
  max-height: 40px;
}
.temp__wrapper .temp__photo .temp__photo__calendar .calendar__content .content__icon p {
  font-size: 1.4rem;
}
.temp__wrapper .temp__photo .temp__photo__calendar .calendar__content .content__separator {
  width: 3px;
  height: 8rem;
  background-color: #F8B133;
  position: relative;
}
.temp__wrapper .temp__photo .temp__photo__calendar .calendar__content .content__separator::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F8B133;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-45%);
}

.selected {
  background-color: #035228 !important;
}

.tamaño__img {
  max-width: 120px;
}
@media (min-width: 1200px) {
  .tamaño__img {
    max-width: 80px;
  }
}
@media (min-width: 1444px) {
  .tamaño__img {
    min-width: 50px;
    max-width: 120px;
  }
}

.servicios__container {
  width: 100%;
  background-color: #035228;
  color: #fff;
  overflow: hidden;
}
.servicios__container .servicios__title {
  padding: 8rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .servicios__container .servicios__title {
    padding-top: 15rem;
  }
}
.servicios__container .servicios__title p {
  text-align: center;
  margin-top: 2rem;
}
.servicios__container .servicios__title h2 {
  font-size: clamp(4rem, 3.5vw, 4rem);
  font-weight: 800;
  color: #F4E7D6;
  position: relative;
}
@media (min-width: 1200px) {
  .servicios__container .servicios__title h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1444px) {
  .servicios__container .servicios__title h2 {
    font-size: clamp(4rem, 3.5vw, 4rem);
  }
}
.servicios__container .servicios__title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  background-image: url(../../img/title-raya.png);
  background-size: 200px 100%;
  background-position: center center;
  width: 100%;
  height: 2rem;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .servicios__container .servicios__title h2::after {
    left: 1rem;
    background-size: 250px 100%;
  }
}

.servicios__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.servicios__wrapper .servicios__square__container {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 5rem;
  width: 100%;
  flex-wrap: wrap;
  padding: 10rem 0;
  gap: 1rem;
  row-gap: 5rem;
}
.servicios__wrapper .servicios__square__container .servicios__square {
  width: 100%;
  min-width: 140px;
  max-width: 210px;
  background-color: #00461E;
  position: relative;
  border-radius: 16px;
  padding: 1.5rem;
  z-index: 1;
  height: 400px;
}
@media (min-width: 1200px) {
  .servicios__wrapper .servicios__square__container .servicios__square {
    max-width: 180px;
    height: 300px;
  }
}
@media (min-width: 1444px) {
  .servicios__wrapper .servicios__square__container .servicios__square {
    max-width: 240px;
    height: 400px;
  }
}
.servicios__wrapper .servicios__square__container .servicios__square:hover {
  background-color: #002811;
}
.servicios__wrapper .servicios__square__container .servicios__square .square_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #00461E;
  border-radius: 16px;
}
.servicios__wrapper .servicios__square__container .servicios__square .square__img {
  transform: translateY(-20%);
  z-index: 1;
  position: relative;
}
.servicios__wrapper .servicios__square__container .servicios__square .square__img img {
  width: 100%;
}
.servicios__wrapper .servicios__square__container .servicios__square .square__text {
  transform: translateY(-15%);
  text-align: center;
  z-index: 1;
  position: relative;
}
.servicios__wrapper .servicios__square__container .servicios__square .square__text p {
  padding: 5rem 0 4rem 0;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .servicios__wrapper .servicios__square__container .servicios__square .square__text p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1444px) {
  .servicios__wrapper .servicios__square__container .servicios__square .square__text p {
    font-size: 2rem;
  }
}
.servicios__wrapper .servicios__square__container .servicios__square .square__text p span {
  font-weight: 800;
}
.servicios__wrapper .servicios__square__container .servicios__square .square__hoja {
  position: absolute;
  top: 0;
  right: -50%;
  z-index: -1;
}
.servicios__wrapper .servicios__square__container .servicios__square--last:hover .square_bg {
  background-color: #002811;
}

.last__banner__container {
  width: 100%;
  background-image: url(../../img/campo-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.last__banner__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  padding-top: 15rem;
  margin: 0 5%;
  padding-bottom: 5rem;
  margin-bottom: 8rem;
}
@media (min-width: 1200px) {
  .last__banner__wrapper {
    padding-top: 5rem;
    margin-bottom: 0rem;
  }
}
.last__banner__wrapper .l__banner__img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 5rem;
  z-index: 2;
}
.last__banner__wrapper .l__banner__img img {
  width: 100%;
}
@media (min-width: 1200px) {
  .last__banner__wrapper .l__banner__img {
    max-width: 150px;
  }
}
@media (min-width: 1444px) {
  .last__banner__wrapper .l__banner__img {
    max-width: 200px;
  }
}

.abajo {
  position: absolute;
  bottom: -35%;
  z-index: 0;
  width: 100%;
}
@media (min-width: 1400px) {
  .abajo {
    bottom: -20%;
  }
}
@media (min-width: 1444px) {
  .abajo {
    bottom: -35%;
  }
}
.abajo img {
  width: inherit;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  position: relative;
  z-index: 1000;
  color: #fff;
}
@media (min-width: 1200px) {
  .footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 1.6rem;
    padding: 3rem 10%;
  }
}
.footer .modificarlogo {
  min-width: 200px;
  max-width: 200px;
  margin: 3rem 0;
}
@media (min-width: 1200px) {
  .footer .modificarlogo {
    min-width: 240px;
    max-width: 200px;
  }
}
@media (min-width: 1444px) {
  .footer .modificarlogo {
    max-width: 350px;
  }
}
.footer .footer-txt {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .footer .footer-txt {
    font-size: 1.3rem;
    margin-top: unset;
    text-align: start;
  }
}
@media (min-width: 1444px) {
  .footer .footer-txt {
    font-size: 1.8rem;
  }
}
.footer .footer-txt span {
  margin-left: 1rem;
  font-weight: 700;
}

.footer-derecha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .footer-derecha {
    width: unset;
  }
}
.footer-derecha p {
  font-size: 2rem;
  margin: 0;
  font-style: italic;
}
@media (min-width: 1200px) {
  .footer-derecha p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1444px) {
  .footer-derecha p {
    font-size: 1.8rem;
  }
}
.footer-derecha .logo-grupo {
  width: 50%;
  max-width: 350px;
  min-width: 300px;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .footer-derecha .logo-grupo {
    width: 90%;
  }
}

.div-iconos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 150px;
  filter: invert(1);
}
.div-iconos a {
  width: 50px;
  height: 50px;
}

.contacto {
  display: flex;
  align-items: center;
  border: solid 3px white;
  font-size: 1.6rem;
}
.contacto input {
  background-color: transparent;
  border: none;
}
.contacto input::placeholder {
  color: white;
  padding-left: 1rem;
}
.contacto p {
  margin: 0;
  font-size: 1.7rem;
}
.contacto .contacto-btn {
  background-color: #FFC84D;
  height: 100%;
  padding: 0.2rem;
  border-left: solid 3px white;
}

.form__container {
  width: 100%;
}
.form__container .form__wrapper {
  margin: 0 auto;
  max-width: 615px;
  display: block;
}
@media (min-width: 1200px) {
  .form__container .form__wrapper {
    max-width: 500px;
  }
}
@media (min-width: 1444px) {
  .form__container .form__wrapper {
    max-width: 615px;
  }
}
.form__container .form {
  background-color: #035228;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  padding: 2rem;
  border-radius: 16px;
  font-size: 1.6rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media (min-width: 768px) {
  .form__container .form {
    padding: 6rem;
  }
}
@media (min-width: 1200px) {
  .form__container .form {
    padding: 2rem;
    row-gap: 3rem;
  }
}
@media (min-width: 1444px) {
  .form__container .form {
    padding: 6rem;
    row-gap: 3rem;
  }
}
.form__container .form .form__title {
  font-size: 3rem;
  color: #F4E7D6;
  font-weight: 700;
  padding-top: 2rem;
}
.form__container .form hr {
  height: 2px; /* Cambia la altura */
  background-color: #F4E7D6; /* Cambia el color */
  border: none; /* Elimina el borde */
}
.form__container .form input[type=text],
.form__container .form input[type=email] {
  height: 5rem;
  padding-left: 1rem;
}
@media (min-width: 1200px) {
  .form__container .form input[type=text],
  .form__container .form input[type=email] {
    height: 3rem;
  }
}
@media (min-width: 1444px) {
  .form__container .form input[type=text],
  .form__container .form input[type=email] {
    height: 5rem;
  }
}
.form__container .form input[type=text]::placeholder,
.form__container .form input[type=email]::placeholder {
  color: #000;
  padding-left: 0.5rem;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .form__container .form input[type=text]::placeholder,
  .form__container .form input[type=email]::placeholder {
    font-size: 1.3rem;
  }
}
@media (min-width: 1444px) {
  .form__container .form input[type=text]::placeholder,
  .form__container .form input[type=email]::placeholder {
    font-size: 2rem;
  }
}
.form__container .form textarea {
  height: 100px;
  resize: none;
  padding-left: 1rem;
}
@media (min-width: 1200px) {
  .form__container .form textarea {
    height: 80px;
  }
}
@media (min-width: 1444px) {
  .form__container .form textarea {
    font-size: 1.8rem;
  }
}
.form__container .form textarea::placeholder {
  color: #000;
  padding-left: 0.5rem;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .form__container .form textarea::placeholder {
    font-size: 1.3rem;
  }
}
@media (min-width: 1444px) {
  .form__container .form textarea::placeholder {
    font-size: 1.8rem;
  }
}
.form__container .form .btn_clear,
.form__container .form .btn_send {
  font-weight: 700;
  color: #fff;
  padding: 1rem 2rem;
}
.form__container .form .btn_clear {
  background-color: #F8B133;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  font-size: 1.6rem;
}
.form__container .form .btn_send {
  background-color: #00B637;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  font-size: 1.6rem;
}

/*# sourceMappingURL=app.css.map */
