/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  position:relative;
  z-index:1;
}

.contenedor {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contenedor {
    width: 88%;
  }
}
@media (max-width: 750px) {
  .contenedor {
    width: 92%;
  }
}

.container {
  width: min(90%, 1750px);
  margin: 0 auto;
}

a {
  text-decoration: none;
}

button, input[type=submit], a {
  transition: all 0.2s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

video {
  vertical-align: top;
}
.video iframe{
    height: 700px;
    width: 100%;
}
input, button, select, option, textarea {
  outline: none;
}

input {
  line-height: 1.2em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
}

li {
  list-style: none;
}

@keyframes showAnimation {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.04);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.04);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.02);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    transform: scaleY(1);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.02);
  }
  100% {
    transform: scaleY(0);
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.row.start {
  align-items: flex-start;
}
.row.stretch {
  align-items: stretch;
}
.row.end {
  align-items: flex-end;
}
.row .w48 {
  width: 48%;
}
.row .w30 {
  width: 29.2%;
}
.row .w40 {
  width: 39.2%;
}

section, header, footer {
  width: 100%;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  margin: 0 0 2.5rem 0;
  margin: 0;
  font-weight: 900;
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.85rem;
  line-height: 1.2em;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.2em;
}

h6 {
  font-size: 2.3rem;
  margin: 0;
  line-height: 1.2em;
}

p {
  margin: 0;
  font-size: 2rem;
}

a {
  font-size: 2rem;
}

label, input {
  font-size: 2rem;
}

.video {
  margin-top: -5rem;
  position: relative;
  z-index: -1;
}
.video video {
  width: 100%;
}

.queremos {
  position: relative;
  background-color: #FCECDD;
  background-image: url("../../src/images/Recurso2.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 8rem 0;
}
.queremos__texto {
  color: #EF8B33;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 5rem;
}
.queremos__titulo {
  color: #9A579E;
  font-weight: 800;
  text-align: left;
  max-width: 32rem;
  font-size: 4rem;
}
.queremos__lista {
  margin-top: 3.5rem;
  -moz-column-count: 2;
       column-count: 2;
  padding-left: 0;
}
.queremos__lista li {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #9A579E;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  border-radius: 0.9rem;
}
.queremos__lista li:hover{
  cursor: pointer;
  animation: bounce;
  animation-duration: 1s;
}

.queremos__lista li span {
  font-weight: bold;
}

.financiamiento {
  padding: 4rem 0;
  background-color: #FCECDD;
  padding-top: 4rem;
}
.financiamiento__texto {
  font-style: italic;
  color: #EF8B33;
  font-weight: 500;
}
.financiamiento__lista {
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 1000px) {
  .financiamiento__lista {
    flex-wrap: wrap;
  }
}
.financiamiento__lista__card {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-basis: 20%;
  justify-content: center;
}
@media (max-width: 1000px) {
  .financiamiento__lista__card {
    flex-basis: 44%;
  }
}
.financiamiento__card__imagen {
  background-color: #9A579E;
  width: 11rem;
  padding: 2rem;
  border-radius: 1.8rem;
  position: relative;
  z-index: 5;
  top: 16%;
}
.financiamiento__card__texto {
  background-color: #EF8B33;
  width: 100%;
  height: 18rem;
  border-radius: 0.9rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.financiamiento__card__texto > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.financiamiento__card__texto p {
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.financiamiento__card__texto > div:hover{
    /*transform: perspective(400px) rotateY(180deg);   */
}

.financiamiento__card__texto_front {
  display: grid;
  place-items: center;
  opacity: 1;
}
.financiamiento__card__texto_front p {
  font-weight: 700;
}
.financiamiento__card__texto_back {
  display: flex;
  align-items: center;
  gap: 0;
  align-items: flex-end;
  opacity: 0;
}
.financiamiento__card__texto:hover .financiamiento__card__texto_front {
    transform: perspective(400px) rotateY(180deg);
  opacity: 0;
}
.financiamiento__card__texto:hover p{
    transform: rotateY(180deg);
}
.financiamiento__card__texto:hover .financiamiento__card__texto_back {
    transform: perspective(400px) rotateY(180deg);
  opacity: 1;
}
.financiamiento__button {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.financiamiento__btn1 {
  background-color: #9A579E;
  padding: 1rem 1.5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
  border-radius: 0.9rem;
  padding: 1.6rem 3rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .financiamiento__btn1 {
    width: auto;
  }
}
.financiamiento__btn1:hover {
  background-color: #7a457d;
  cursor: pointer;
}
.financiamiento__btn2 {
  background-color: transparent;
  padding: 1rem 1.5rem;
  color: #9A579E;
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
  border: 2px solid #9A579E;
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 0.9rem;
  padding: 0.5rem 3rem;
}
@media (min-width: 768px) {
  .financiamiento__btn2 {
    width: auto;
  }
}
.financiamiento__btn2:hover {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.elegirnos {
  background-image: url("../../src/images/Recurso 11.png");
  background-repeat: no-repeat;
  padding: 25rem 0 10rem 0;
  background-color: #FCECDD;
  position: relative;
}
.elegirnos > .abs {
  position: absolute;
  top: -30%;
  left: 0;
  width: 11%;
  z-index: 2;
}
@media (max-width: 900px) {
  .elegirnos > .abs {
    top: 0;
  }
}
.elegirnos__titulo {
  text-align: left;
  font-weight: bold;
  font-size: 4.2rem;
  max-width: 20rem;
  color: #9A579E;
  margin-bottom: 2.5rem;
}
.elegirnos__mensaje {
  color: #9A579E;
  font-family: "Raleway", sans-serif;
  padding: 1.8rem 5rem;
}
.elegirnos__mensaje span {
  font-weight: bold;
}
.elegirnos__mensaje-msg {
  background-color: #FFFFFF;
  box-shadow: 1rem 0.5rem 1rem rgba(208, 195, 183, 0.7490196078);
  border-radius: 0.9rem;
  margin-bottom: 4rem;
}
.elegirnos__tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.elegirnos__tabs ul li {
  font-family: "Raleway", sans-serif;
  background-color: #EF8B33;
  padding: 1.2rem 3rem;
  text-transform: uppercase;
  border-radius: 0.9rem;
  font-weight: 600;
  color: #FFFFFF;
  font-style: italic;
}
.elegirnos__tabs ul li:last-of-type {
  background-color: #9A579E;
}

.convenios {
  border-top: 2.8rem solid #DDC7DF;
  padding: 22.5rem 0;
  background-image: url("../../src/images/Recurso 12.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 100;
  position: relative;
}
.convenios .abs {
  position: absolute;
}
.convenios .abs.bottom {
  top: 100%;
  left: 0;
  width: 11%;
}
.convenios .abs.top {
  right: 0;
  top: -23%;
  width: 13%;
}
.convenios__contenedor {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-evenly;
}
.convenios__p1 {
  color: #FFFFFF;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 5rem;
}
.convenios__titulo {
  text-align: left;
  font-size: 4rem;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 5rem;
}
.convenios__p2 {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  max-width: 55rem;
  margin-bottom: 10rem;
}
.convenios__enlace {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border: 2px solid #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.9rem;
}

.testimonios {
  background-color: #FCECDD;
  padding: 30rem 0 4rem 0;
  margin-top: -5rem;
}
@media (max-width: 1200px) {
  .testimonios {
    padding: 15rem 0 4rem 0;
    margin-top: 0;
  }
}
.testimonios__p1 {
  color: #EF8B33;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 5rem;
}
.testimonios__titulo {
  color: #EF8B33;
  text-align: left;
  font-size: 5rem;
  margin-bottom: 5rem;
}
.testimonios__titulo span {
  color: #9A579E;
  display: block;
}
.testimonios__p2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  color: #9A579E;
}
.testimonios__logo {
  display: flex;
  justify-content: center;
  padding: 0 0 5rem 0;
}
.testimonios__logo img {
  width: 20rem;
}

.testimoniales__contenedor .splide {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.testimoniales__contenedor .splide .splide__slide {
  display: flex;
  align-items: center;
  gap: 0;
  flex-direction: column;
  justify-content: center;
}
.testimoniales__contenedor .splide .splide__pagination--ttb {
  display: flex !important;
}
.testimoniales__contenedor .splide .splide__pagination .splide__pagination__page {
  transform: scale(1.3) !important;
  background: #F7C599;
}
.testimoniales__contenedor .splide .splide__pagination .splide__pagination__page.is-active {
  background: #9A579E;
  opacity: 1 !important;
}
@media (max-width: 900px) {
  .testimoniales__contenedor .splide .splide__pagination {
    display: none !important;
  }
}

.testimoniales__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto !important;
  padding: 5rem 0;
  font-family: "Raleway", sans-serif;
  position: relative;
  padding: 0 8rem;
}
@media (max-width: 900px) {
  .testimoniales__card {
    padding: 0;
  }
}
.testimoniales__card__imagen {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.testimoniales__card__imagen img {
  width: 80%;
  border-radius: 50%;
  border: 9px solid #fff;
}
@media (max-width: 650px) {
  .testimoniales__card__imagen img {
    width: 65%;
  }
}
.testimoniales__card__texto {
  /*position: relative;
  top: - calc(v.$separacion * 2);
  z-index: 1;*/
  margin-top: -10rem;
  background-image: url("../../src/images/Recurso 13.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
}
@media (max-width: 650px) {
  .testimoniales__card__texto {
    background: white !important;
    border-radius: 10px;
    margin-top: -6rem;
    height: auto;
    padding: 100px 20px 40px;
  }
}
.testimoniales__card__texto-titulo {
  color: #EF8B33;
  font-size: 2rem;
  font-weight: normal;
}
.testimoniales__card__texto-titulo span {
  font-weight: bold;
}
.testimoniales__card__texto-subtitulo {
  color: #9A579E;
  font-style: italic;
  margin-bottom: 3rem;
}
.testimoniales__card__texto-general {
  text-align: center;
  color: #9A579E;
  font-size: 1.8rem;
  max-width: 80rem;
}
.testimoniales__card__texto-general span {
  display: block;
  font-weight: 600;
}

.contacto {
  background-color: #FCECDD;
  padding: 9rem 0 16rem;
}
.contacto_contenedor {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.contacto_contenedor > div {
  width: 100%;
}
@media (max-width: 1100px) {
  .contacto_contenedor {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.contacto h2 {
  font-size: 4.75rem;
  text-align: left;
  color: #9A579E;
}
@media (max-width: 1100px) {
  .contacto h2 {
    text-align: center;
  }
}
.contacto form {
  width: 100%;
}
.contacto form input, .contacto form textarea {
  width: 100%;
  display: block;
  min-height: 54px;
  padding-inline: 12px;
  font-size: 1.8rem;
  border: 1px solid #9A579E;
  border-radius: 4px;
}
.contacto form textarea {
  min-height: 120px;
  resize: none;
  padding-block: 12px;
}
.contacto form input[type=submit] {
  width: 100%;
  display: block;
  color: #FFFFFF;
  margin-top: 2.25rem;
  text-transform: uppercase;
  text-align: center;
  background: #9A579E;
}
.contacto form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.5rem;
}

.nosotros {
  background-image: url("../../src/images/Recurso 18.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 75rem;
}
@media (max-width: 1200px) {
  .nosotros {
    background-size: 50%;
  }
}
.nosotros__contenedor {
  padding: 10rem 0 20rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nosotros__h3 {
  font-style: italic;
  color: #EF8B33;
  font-weight: 600;
  margin-bottom: 2rem;
}
.nosotros__h2 {
  text-align: left;
  font-size: 6rem;
  max-width: 20rem;
  color: #9A579E;
  margin-bottom: 3rem;
}
@media (max-width: 800px) {
  .nosotros__h2 {
    font-size: 4.25rem;
  }
}
.nosotros__p1, .nosotros__p2, .nosotros__p3 {
  color: #9A579E;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
}
@media (max-width: 800px) {
  .nosotros__p1, .nosotros__p2, .nosotros__p3 {
    font-size: 1.8rem;
  }
}
.nosotros__p1 {
  max-width: 90rem;
  margin-bottom: 6rem;
}
.nosotros__p2 {
  max-width: 60rem;
  margin-bottom: 3rem;
}

.conocenos {
  margin-top: -5rem;
  position: relative;
  z-index: -1;
  padding: 15rem 0 60rem 0;
  background: #FCECDD url(../../src/images/Recurso_23.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (min-width: 1670px) {
    .conocenos{
        padding-bottom: 49rem !important;
    }
}
@media (max-width: 1500px) {
  .conocenos {
    padding: 15rem 0 50rem 0;
  }
}
@media (max-width: 1400px) {
  .conocenos {
    padding: 15rem 0 45rem 0;
  }
}
@media (max-width: 1300px) {
  .conocenos {
    padding: 15rem 0 40rem 0;
  }
}
@media (max-width: 950px) {
  .conocenos {
    padding: 15rem 0 32.5rem 0;
  }
}
@media (max-width: 700px) {
  .conocenos {
    padding: 15rem 0 25rem 0;
  }
}
@media (max-width: 550px) {
  .conocenos {
    padding: 15rem 0 17.5rem 0;
  }
}
.conocenos__contenedor {
  display: flex;
  flex-direction: column;
}
.conocenos__titulo {
  text-align: left;
  font-weight: 900;
  font-size: 4.5rem;
  color: #9A579E;
  margin-bottom: 3rem;
}
.conocenos__titulo span {
  color: #EF8B33;
  display: block;
}
@media (max-width: 700px) {
  .conocenos__titulo {
    font-size: 3.5rem;
  }
}
.conocenos__lista {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.conocenos__lista li {
  font-size: 1.8rem;
  color: #9A579E;
  background-color: #FFFFFF;
  padding: 1.8rem;
  border-radius: 0.9rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index:111;
}
.conocenos__lista li:hover{
    cursor: pointer;
  animation: bounce;
  animation-duration: 1s;
}
.conocenos__lista li span {
  font-weight: bold;
}
.conocenos__lista-span {
  color: #EF8B33;
}

.opciones {
  padding: 0 0 20rem 0;
  margin-top: -20rem;
}
@media (max-width: 1300px) {
  .opciones {
    margin-top: -15rem;
  }
}
@media (max-width: 950px) {
  .opciones {
    margin-top: -12.5rem;
  }
}
@media (max-width: 700px) {
  .opciones {
    margin-top: -9rem;
  }
}
@media (max-width: 550px) {
  .opciones {
    margin-top: -6rem;
  }
}
.opciones__lista {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  color: #9A579E;
}
.opciones__lista li {
  font-size: 2rem;
}
.opciones__lista li span {
  font-weight: bold;
  background-color: #FCECDD;
  padding: 1rem 2rem;
  border-radius: 0.9rem;
  box-shadow: 0.84px 0.84px 0.84px rgba(209, 116, 47, 0.4509803922);
}
.opciones__lista-naranja {
  color: #EF8B33;
}

.mejores {
  background-color: #FCECDD;
  margin-top: -5rem;
  position: relative;
  z-index: -1;
}
.mejores__contenedor {
  padding: 15rem 0;
}
@media (max-width: 1200px) {
  .mejores__contenedor {
    padding-bottom: 2rem;
  }
}
.mejores__lista {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .mejores__lista {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 800px) {
  .mejores__lista {
    padding: 0;
  }
}
.mejores__lista li {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1680px) {
  .mejores__lista li {
    gap: 1.75rem;
  }
}
@media (max-width: 1000px) {
  .mejores__lista li {
    margin-bottom: 0;
  }
}
.mejores__lista-imagen {
  width: 30rem;
}
@media (max-width: 1680px) {
  .mejores__lista-imagen {
    width: 20rem;
  }
  .mejores__lista-imagen img {
    max-height: 134px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1000px) {
  .mejores__lista-imagen {
    width: auto;
  }
  .mejores__lista-imagen img {
    width: 130px;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    max-height: 130px;
    max-width: 130px;
  }
}
.mejores__lista-contenido h4 {
  text-transform: uppercase;
  font-size: 2.5em;
  color: #EF8B33;
  margin: 0.5rem 0;
}
@media (max-width: 1680px) {
  .mejores__lista-contenido h4 {
    font-size: 2.2em;
  }
}
@media (max-width: 1200px) {
  .mejores__lista-contenido h4 {
    font-size: 1.7em;
  }
}
.mejores__lista-contenido p {
  color: #9A579E;
  font-size: 1.8rem;
}
@media (max-width: 1680px) {
  .mejores__lista-contenido p {
    font-size: 1.6rem;
    max-width: 333px;
  }
}

.quienes {
  padding: 20rem 0;
  background: #FCEBDC;
  position: relative;
}
.quienes > .abs {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.quienes__texto {
  color: #9A579E;
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  max-width: 90rem;
}
.quienes__texto-p1 {
  margin-bottom: 6rem;
}
@media (min-width: 1500px) {
  .quienes {
    padding: 18.5rem 0 25rem !important;
  }
}
@media (min-width: 1000px) {
  .quienes {
    padding: 30rem 0;
  }
}
@media (max-width: 1200px) {
  .quienes {
    padding: 7rem 0 18rem 0;
  }
  .quienes > .abs {
    display: none;
  }
}

.personal {
  background: #FFFFFF;
  padding: 7rem 0 20rem;
}
.personal .contenedor_medicos {
  margin-top: 10rem;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1470px) {
  .personal .contenedor_medicos {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .personal .contenedor_medicos {
    display: grid;
    gap: 40px 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .personal .contenedor_medicos {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 7rem;
  }
}
.personal .contenedor > p {
  margin-top: 2rem;
  color: #9A579E;
  text-align: center;
  max-width: 1120px;
  margin-inline: auto;
  font-size: 2.3rem;
}
.personal .logo_staff {
  width: 100%;
  display: block;
  max-width: 700px;
  margin: 1rem auto 8rem;
}
.personal h2 {
  font-size: 3.4rem;
  font-weight: 900;
  color: #EF8B33;
}
.personal h2 strong, .personal h2 b {
  font-weight: 900;
  color: #9A579E;
}
.personal .card_medico {
  background: rgba(252, 236, 221, 0.6);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  padding-block: 6rem;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .personal .card_medico {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
}
.personal .card_medico > div {
  width: 100%;
}
.personal .card_medico_foto {
  border: 1px solid #EF8B33;
  padding: 4px;
  max-width: 225px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  margin: 0 auto 1.5rem;
}
.personal .card_medico_foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.personal .card_medico_nombre {
  margin-bottom: 2.25rem;
}
.personal .card_medico_nombre p {
  text-align: center;
  color: #EF8B33;
}
.personal .card_medico_nombre p strong, .personal .card_medico_nombre p b {
  display: block;
}
.personal .card_medico_nros {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.personal .card_medico_nros > div {
  width: -moz-fit-content;
  width: fit-content;
  color: #9A579E;
}
.personal .card_medico_puesto p span {
  display: block;
  padding: 8px 14px;
  border: 1px solid #EF8B33;
  border-radius: 100px;
  color: #EF8B33;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  font-weight: 700;
  text-transform: uppercase;
}

.navegacion {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  right: 0;
}
.navegacion__contenedor {
  display: grid;
  place-items: center;
}
.navegacion__lista {
  margin: 0;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 3rem 4rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media (max-width: 850px) {
  .navegacion__lista {
    padding: 2rem;
    gap: 10px 1.75rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.navegacion__lista li {
  text-align: center;
}
.navegacion__lista a {
  color: #9A579E;
  text-align: center;
  font-size: 1.6rem;
}

.footer {
  /*&__relativo{
      position: relative;
      top: -22rem;
  }*/
  background: url(../../src/images/footer.png) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 6.5rem 0;
  margin-top: -7rem;
}
@media (max-width: 1200px) {
  .footer {
    padding: 8.25rem 0 5.5rem;
  }
}
@media (max-width: 800px) {
  .footer {
    background: #EF8B33;
    margin-top: 0;
    padding: 5rem 0;
  }
}
.footer__contenedor {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1200px) {
  .footer__contenedor {
    flex-wrap: wrap;
  }
}
.footer__img {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .footer__img {
    flex-basis: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
  }
}
@media (max-width: 800px) {
  .footer__img {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.footer__img img {
  width: 25rem;
}
.footer__img p {
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
  font-size: 1.6rem;
  max-width: 24rem;
}
@media (max-width: 1200px) {
  .footer__img p {
    max-width: 100%;
  }
}
.footer__contenido {
  flex-basis: 70%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .footer__contenido {
    flex-basis: 100%;
  }
}
@media (max-width: 800px) {
  .footer__contenido {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
.footer__contenido-tab {
  display: flex;
  flex-direction: column;
  min-height: 174px;
}
.footer__contenido-tab h3 {
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000;
  font-size: 2rem;
  padding-left: 1.5rem;
}
.footer__contenido-tab h3::after {
  z-index: -10;
  content: "";
  width: 115%;
  height: 1rem;
  border-radius: 0.9rem;
  background-color: #9A579E;
  position: absolute;
  left: 0;
  top: 60%;
}
.footer__contenido-tab ul {
  padding-left: 0;
}
.footer__contenido-tab ul li {
  margin-bottom: 0.5rem;
}
.footer__contenido-tab ul li a {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}
@media (max-width: 800px) {
  .footer__contenido-tab {
    width: 100%;
    min-height: auto;
  }
}
.footer__contenido-tab-redes {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
.footer__contenido-tab-redes a img {
  width: 3.5rem;
}
.footer__final {
  background-color: #9A579E;
  text-align: center;
  color: #FFFFFF;
  padding: 1.5rem 0;
  /*&-relativo{
      position: relative;
      top: -22rem;
  }*/
}
.footer__final p {
  font-size: 1.6rem;
}
.footer__mensaje {
  position: relative;
  z-index: 1000;
}
.footer__mensaje-caja {
  position: absolute;
  background-image: url("../../src/images/Recurso 50.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -11.8rem;
  border-top-right-radius: 0.9rem;
  z-index: -1;
  padding: 5rem 0 9rem 9rem;
}
@media (max-width: 900px) {
  .footer__mensaje-caja {
    background: #9A579E !important;
    width: 100%;
    border-radius: 0;
    padding: 4rem 3.25rem;
  }
}
@media (max-width: 550px) {
  .footer__mensaje-caja {
    padding: 3.125rem;
  }
}
@media (max-width: 400px) {
  .footer__mensaje-caja {
    padding: 2.25rem;
  }
}
.footer__mensaje-caja p {
  font-size: 1.6rem;
  max-width: 80rem;
  color: #FFFFFF;
}
.footer__mensaje-caja p span {
  font-weight: bold;
}

body.beneficios_body .footer, body.convenios_body .footer {
  background: #EF8B33;
  margin-top: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.popup.desactived {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.popup_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 91;
}
.popup_container {
  position: relative;
  z-index: 92;
  width: 98%;
  margin: 0 auto;
  max-width: 1370px;
}
.popup_close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.popup_close img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.hero {
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (min-width: 1300px) {
  .hero {
    background-size: 100%;
    background-position: bottom;
  }
}
.hero__home {
  background-image: url(../../src/images/Recurso_1.png);
}
.hero__nosotros {
  background-image: url("../../src/images/Recurso 17.png");
}
.hero__beneficios {
  background-image: url("../../src/images/Recurso 22.png");
}
.hero__convenios {
  background-image: url("../../src/images/Recurso 43.png");
}
.hero__grid {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  height: 100vh;
}
.hero__contenedor {
  grid-row: 2;
  grid-column: 2/3;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 85%;
}
@media (max-width: 850px) {
  .hero__contenedor {
    width: 100%;
  }
}
.hero__titulo {
  margin-top: 5rem;
  color: #FFFFFF;
  font-weight: 600;
  text-align: right;
  font-style: italic;
  font-size: 4.2rem;
  margin-bottom: 1rem;
}
.hero__titulo span, .hero__titulo strong {
  display: block;
  font-weight: 900;
  font-style: normal;
}
.hero__titulo-nosotros {
  font-size: 6rem;
}
@media (max-width: 800px) {
  .hero__titulo {
    font-size: 3rem;
  }
  .hero__titulo-nosotros {
    font-size: 4.7rem;
  }
}
.hero__texto {
  max-width: 50rem;
  font-size: 1.8rem;
}
.hero__texto-nosotros {
  color: #FFFFFF;
}
.hero__botones {
  display: flex;
  gap: 3rem;
}
@media (max-width: 850px) {
  .hero__botones {
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
  }
  .hero__botones a {
    margin: 0;
  }
}
.hero__btn1 {
  background-color: #9A579E;
  padding: 1rem 1.5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
  border-radius: 0.9rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .hero__btn1 {
    width: auto;
  }
}
.hero__btn1:hover {
  background-color: #7a457d;
  cursor: pointer;
}
.hero__btn2 {
  background-color: transparent;
  padding: 1rem 1.5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
  border-radius: 0.9rem;
  border: 2px solid #FFFFFF;
  line-height: initial;
}
@media (min-width: 768px) {
  .hero__btn2 {
    width: auto;
  }
}
.hero__btn2:hover, .financiamiento__btn2:hover, .convenios__enlace:hover {
  background-color: #fff;
  color: #9A579E;
  cursor: pointer;
}
.hero__btn2-nosotros {
  font-size: 1.8rem;
}


.wpcf7-form{
    background-color: #EF8B33;    
    padding: 2rem 4rem;
    color: #fff;
    border-radius: 1.2rem;
}
.wpcf7-form h4{
    font-size: 3rem;
    text-align:center;
}
.wpcf7-form p{
    font-size: 1.2rem;
    text-align:center;
    margin-bottom: 3rem;
}
.wpcf7-form .campo p{
    text-align: left;
    margin-bottom: 0;
}

.wpcf7-form .campo label{
    font-size: 1.4rem;
    margin-bottom: .5rem;
}
.wpcf7-form .campo input[type="text"]{
    min-height: 35px;
}
.wpcf7-form .campo input, .wpcf7-form .campo textarea {
    font-size: 1.4rem;
    border: none;
    border-radius: 1.2rem;
    width: 90%;
    margin-top: .5rem;
    color: #99579F;
}
.wpcf7-form .campo input::placeholder, .wpcf7-form .campo textarea::placeholder {
    font-size: 1.4rem;
    color: #99579F;
}
.contacto form .wpcf7-form-control-wrap {
    display: flex;
    align-items: end;
    flex-direction: column;
}
/*# sourceMappingURL=app.css.map */
