/*! 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;
}

@font-face {
  font-family: "GorditaMedium";
  src: url(../../fonts/GorditaMedium.otf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "GorditaRegular";
  src: url(../../fonts/GorditaRegular.otf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "GorditaBold";
  src: url(../../fonts/GorditaBold.otf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "GorditaBlack";
  src: url(../../fonts/GorditaBlack.otf);
  font-weight: 100;
  font-display: swap;
}
/** Media Queries **/
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
}

picture {
  display: block;
}

.w-100, .wh-100 {
  width: 100%;
}

.h-100, .wh-100 {
  height: 100%;
}

.menu-item-46 > a,
.menu-item-44 > a,
#menu-item-44 > a,
#menu-item-46 > a {
  pointer-events: none !important;
}

.menu-item-44 > a {
  position: relative;
  margin-left: 30px;
}
.menu-item-44 > a::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../../images/exit.svg);
  background-size: contain;
  left: -10px;
}
@media (max-width: 1550px) {
  .menu-item-44 > a::before {
    left: -3px;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1024px) {
  .menu-item-44 > a::before {
    left: -25px;
  }
}

img {
  vertical-align: top;
  height: auto;
}

.p-relative {
  position: relative;
}

.row.start {
  align-items: flex-start !important;
}

.p-absolute {
  position: absolute;
}

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

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

a {
  text-decoration: none;
}

textarea, button, input, select, option {
  outline: none;
}

.contenedor {
  width: min(88%, 1500px);
  margin-inline: auto;
}
@media (max-width: 1550px) and (min-width: 1400px) {
  .contenedor {
    width: min(80%, 1500px);
  }
}
.contenedor.xl {
  width: min(94%, 1760px);
}

.hr {
  width: 100%;
  height: 2px;
  display: block;
  background: #2A344F;
}

.bg_icon {
  position: absolute;
  z-index: 3;
  max-width: 200px;
  max-height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .bg_icon {
    max-width: 130px;
    max-height: 80px;
  }
}
@media (max-width: 768px) {
  .bg_icon {
    display: none;
  }
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
form input[type=submit]:hover {
  animation-name: move;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

a {
  font-size: 1.1rem;
}
h1 {
  font-size: 3.85em;
  line-height: 1.2em;
}

h2 {
  font-size: 2.85em;
  line-height: 1.2em;
  font-family: "GorditaBold";
}
@media (max-width: 1550px) {
  h2 {
    font-size: 2.65em;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 2.35em;
  }
}
h2.up {
  font-size: 3em;
}
@media (max-width: 1550px) {
  h2.up {
    font-size: 2.75em;
  }
}
@media (max-width: 1200px) {
  h2.up {
    font-size: 2.5em;
  }
}
h2.down {
  font-size: 2em;
}
@media (max-width: 1550px) {
  h2.down {
    font-size: 1.85em;
  }
}
@media (max-width: 1200px) {
  h2.down {
    font-size: 1.6em;
  }
}

h3 {
  font-size: 1.65em;
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 1.45em;
  }
}

p {
  text-align: justify;
  font-size: 1.1rem;
}
@media (max-width: 1200px) {
  p {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  p {
    font-size: 0.9rem;
  }
}

main.home {
  height: 102.5vh;
}
main.home picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1550px) {
  main.home picture img {
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 1024px) {
  main.home picture img {
    -o-object-position: top right;
       object-position: top right;
  }
}
main.home .contenedor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.home h1 {
  font-family: "GorditaBold";
  max-width: 600px;
  color: #fff;
  text-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5294117647);
}
@media screen and (min-width: 1550px) {
  main.home h1 {
    font-size: 3.5rem;
    line-height: 1.3em;
  }
}
@media (max-width: 768px) {
  main.home h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  main.home h1 {
    font-size: 2.15rem;
  }
}
main.home h1 strong, main.home h1 b, main.home h1 span {
  display: inline-block;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
main.home .guinda strong, main.home .guinda b, main.home .guinda span {
  background: #9D325E;
}
main.home .azul strong, main.home .azul b, main.home .azul span {
  background: #2A344F;
}

.niveles {
  background: #9D325E;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 4rem), 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 4rem), 0% 100%);
  padding: 4rem 0 6rem;
}
.niveles h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2.5rem;
}
.niveles .splide__track {
  width: 96%;
  margin-inline: auto;
}
.niveles .splide__slide {
  padding-bottom: 24px;
}
.niveles .splide__slide:nth-child(odd) .card_nivel_icon {
  background: #9D325E;
}
.niveles .splide__slide:nth-child(even) .card_nivel_icon {
  background: #2A344F;
}
.niveles .splide__arrow {
  background: #D1D1D1;
}
.niveles .splide__arrow svg {
  fill: #CC4482;
}
.niveles .splide__arrow--prev {
  display: none;
}

.pilares {
  margin-top: -4rem;
  -webkit-clip-path: polygon(0 4rem, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 4rem, 100% 0%, 100% 100%, 0% 100%);
  background: #E7E7E7;
  padding: 5rem 0 10rem;
  position: relative;
}
.pilares .bg_icon.doc {
  bottom: -20px;
  right: 3%;
}
.pilares .bg_icon.plane {
  top: 2%;
  right: 2%;
  max-height: 180px;
}
@media (min-width: 1024px) {
  .pilares {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.pilares h2 {
  text-align: center;
  font-family: "GorditaBlack";
  color: #9D325E;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 12rem;
}
.pilares h2::before {
  content: "";
  position: absolute;
  width: 125%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  height: 8px;
  border-radius: 5px;
  background: #9D325E;
}
@media (max-width: 1024px) {
  .pilares h2 {
    margin-bottom: 3.5rem;
  }
}
.pilares .stair {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .pilares .stair {
    gap: 30px;
  }
}
.pilares .stair .step {
  transition: all 0.25s ease;
}
.pilares .stair .step::before {
  transition: all 0.25s ease;
  width: 66%;
}
.pilares .stair .step:hover {
  transform: translateY(30px);
}
.pilares .stair .step:hover::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pilares .stair .step:nth-child(2) {
    margin-top: -6rem;
  }
  .pilares .stair .step:nth-child(3) {
    margin-top: -12rem;
  }
  .pilares .stair .step:nth-child(4) {
    margin-top: -18rem;
  }
}

.our_convenios {
  padding: 6rem 0;
  position: relative;
}
.our_convenios .bg_icon.apple {
  left: 1%;
  top: 3%;
}
.our_convenios .bg_icon.world {
  bottom: 1%;
  right: 1%;
  max-height: 200px;
}
.our_convenios_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  place-items: center;
}
@media (max-width: 768px) {
  .our_convenios_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.our_convenios .contenedor {
  position: relative;
}
.our_convenios h2 {
  color: #9D325E;
  max-width: 270px;
}
@media (min-width: 768px) {
  .our_convenios h2 {
    position: absolute;
    top: 2.5%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .our_convenios h2 {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.our_convenios .item {
  width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  background: rgba(209, 209, 209, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 768px) {
  .our_convenios .item {
    aspect-ratio: auto;
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .our_convenios .item.item1 {
    grid-row: 1/3;
  }
}
.our_convenios .item.item1 img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .our_convenios .item.item3 {
    grid-column: 3/4;
    grid-row: 1/3;
  }
}
.our_convenios .item.item3 img {
  margin-top: -80px;
}
.our_convenios .item img {
  width: 100%;
  max-width: 325px;
  width: 94%;
  margin-inline: auto;
}
@media (max-width: 1550px) {
  .our_convenios .item img {
    max-width: 290px;
  }
}
@media (max-width: 1200px) {
  .our_convenios .item img {
    max-width: 222px;
  }
}
@media (max-width: 768px) {
  .our_convenios .item img {
    margin-top: 0 !important;
  }
}

.why_mlp {
  background: url(../../images/bgwhy.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  min-height: 666px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .why_mlp {
    background: #2A344F;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-block: 4rem;
  }
}
.why_mlp h2 {
  color: #9D325E;
  background: #fff;
  display: block;
  text-align: center;
  margin: 0 auto 30px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 30px;
}
@media (max-width: 1024px) {
  .why_mlp h2 {
    margin: 0 auto 16px;
  }
}
.why_mlp p {
  color: #fff;
  font-family: "GorditaRegular";
  font-size: 1.8rem;
  text-align: center;
  font-weight: 100;
}
@media (max-width: 1550px) {
  .why_mlp p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .why_mlp p {
    font-size: 1.1rem;
  }
}

.experience {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience .bg_icon.lupa {
  right: 30px;
  bottom: 5%;
  max-height: 110px;
}
.experience .bg_icon.cup {
  max-height: 170px;
  left: 30px;
  top: 0;
}
.experience__content {
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5rem;
  padding: 4rem 5rem 6rem;
  margin-inline: auto;
}
@media (max-width: 1550px) {
  .experience__content {
    max-width: 1120px;
    padding: 4rem 4rem 5.5rem;
  }
}
@media (max-width: 1024px) {
  .experience__content {
    padding: 4rem 2rem;
  }
}
.experience__title {
  text-align: center;
  font-family: "GorditaBold";
  color: #2A344F;
  font-size: 35px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
  display: flex;
}
@media (max-width: 1550px) {
  .experience__title {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .experience__title {
    font-size: 1.5rem;
    padding: 0;
  }
}
.experience__year-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  align-items: flex-start;
}
.experience__year-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  width: 100%;
  max-width: 324px;
}
@media (max-width: 1550px) {
  .experience__year-item {
    max-width: 285px;
  }
}
.experience__number {
  display: block;
  color: #9D325E;
  font-size: 80px;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  font-family: "GorditaBlack";
}
@media (max-width: 1550px) {
  .experience__number {
    font-size: 66px;
  }
}
.experience__description {
  color: #53699B;
  font-size: 30px;
  font-family: "GorditaBlack";
  text-align: center;
}
@media (max-width: 1550px) {
  .experience__description {
    font-size: 25px;
  }
}

.popup_item {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.popup_item:not(:has(.active)) {
  display: none;
}
.popup_item_bg {
  padding: 2.5rem;
  background: rgba(0, 0, 0, 0.69);
  position: absolute;
  z-index: 101;
}
.popup_item_close {
  font-family: "GorditaBold";
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  font-size: 2rem;
  background: #9D325E;
  border: 1px solid #9D325E;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.popup_item_content {
  width: 100%;
  max-width: 1100px;
  width: 96%;
  background: #fff;
  border-radius: 50px;
  padding: 2.75rem;
  position: absolute;
  z-index: 103;
  min-height: 350px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .popup_item_content {
    padding: 2rem;
  }
}
.popup_item .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.popup_item .row .col:nth-child(1) {
  width: 35%;
}
.popup_item .row .col img {
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .popup_item .row .col img {
    max-width: 180px;
    margin-bottom: 20px;
  }
}
.popup_item .row .col h3 {
  color: #9D325E;
  font-family: "GorditaBold";
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .popup_item .row .col h3 {
    margin-inline: auto;
    text-align: center;
  }
}
.popup_item .row .col p {
  color: #3D3D3D;
  font-family: "GorditaRegular";
  font-weight: 100;
}
.popup_item .row .col p:not(:last-child) {
  margin-bottom: 16px;
}
.popup_item .row .col:nth-child(2) {
  width: 60%;
}
@media (max-width: 575px) {
  .popup_item .row .col:nth-child(2) {
    height: auto;
    max-height: 49vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) {
  .popup_item .row .col {
    width: 100% !important;
  }
}

.contenido_escalonado {
  background: #E7E7E7;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .contenido_escalonado {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.contenido_escalonado .bg_icon.plane {
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  right: 15px;
  max-height: 400px;
  display: none;
}
@media (min-width: 768px) {
  .contenido_escalonado .bg_icon.plane {
    display: block;
  }
}
.contenido_escalonado .bg_icon.pinkbook {
  left: 0;
  top: 0%;
}
.contenido_escalonado .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .contenido_escalonado .row {
    flex-direction: row;
  }
}
.contenido_escalonado .row a {
  display: block;
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 28px;
  border: 2px solid;
  min-height: 44px;
  font-size: 1.25rem;
  padding: 6px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-family: "GorditaMedium";
}
.contenido_escalonado .row a:hover {
  background: transparent !important;
  animation-name: move !important;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.contenido_escalonado .row a {
  background: #CC4482;
  border-color: #CC4482;
}
.contenido_escalonado .row a:hover {
  color: #CC4482;
}
@media (min-width: 1024px) {
  .contenido_escalonado .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.contenido_escalonado .row:nth-child(even) a {
  background: #2A344F;
  border-color: #2A344F;
}
.contenido_escalonado .row:nth-child(even) a:hover {
  border-color: #fff;
  color: #fff;
}
@media (min-width: 1024px) {
  .contenido_escalonado .row .col {
    flex: 1;
  }
}
.contenido_escalonado .row .col:first-child {
  margin-bottom: 3rem;
}
.contenido_escalonado .row .col.padding-l {
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .contenido_escalonado .row .col.padding-l {
    padding-left: 6rem;
  }
}
.contenido_escalonado .row .col.padding-r {
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .contenido_escalonado .row .col.padding-r {
    padding-right: 3rem;
  }
}
@media (max-width: 1024px) {
  .contenido_escalonado .row .col {
    width: 100%;
  }
}
.contenido_escalonado .row picture {
  width: 100%;
  position: relative;
}
.contenido_escalonado .row picture::before {
  content: "";
  position: absolute;
  border-radius: 50px;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background: rgba(157, 50, 94, 0.7);
  z-index: 0;
}
.contenido_escalonado .row picture img {
  width: 100%;
  border-radius: 50px;
  position: relative;
}
.contenido_escalonado .row h2 {
  color: #9D325E;
  margin: 0 0 20px 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .contenido_escalonado .row h2 {
    font-size: 2rem;
  }
}
.contenido_escalonado .row p {
  text-align: justify;
  color: #3D3D3D;
  font-size: 1.25rem;
  font-family: "GorditaRegular";
  line-height: 1.3em;
  word-wrap: break-word;
  max-width: 100%;
}
@media (max-width: 1550px) {
  .contenido_escalonado .row p {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .contenido_escalonado .row p {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .contenido_escalonado .row p {
    max-width: 600px;
  }
}
.contenido_escalonado .row p a, .contenido_escalonado .row p span {
  word-wrap: break-word;
}
.contenido_escalonado.page_formation {
  background: #fff;
}
.contenido_escalonado.page_formation::before, .contenido_escalonado.page_formation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contenido_escalonado.page_formation .button-container {
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
}
.contenido_escalonado.page_formation button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  background-color: #9D325E;
  color: #fff;
  border: 1px solid #9D325E;
  border-radius: 3rem;
  font-family: "GorditaRegular";
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .contenido_escalonado.page_formation button {
    font-size: 1.5rem;
  }
}
.contenido_escalonado.page_formation::before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
  z-index: 1;
  background: #9D325E;
  max-height: 90vh;
}
.contenido_escalonado.page_formation .row {
  padding: 0 5%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .contenido_escalonado.page_formation .row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.contenido_escalonado.page_formation .row:nth-child(even) h2, .contenido_escalonado.page_formation .row:nth-child(even) p {
  color: #fff;
}
.contenido_escalonado.page_formation .bg_icon.plane {
  display: none;
  bottom: 0;
  top: 5%;
  transform: none;
  right: 15px;
}
@media (min-width: 942px) {
  .contenido_escalonado.page_formation .bg_icon.plane {
    display: block;
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .contenido_escalonado.page_formation .bg_icon.plane {
    display: block;
    max-width: 300px;
    max-height: 400px;
  }
}
.contenido_escalonado.page_formation .bg_icon.books {
  bottom: 25%;
  right: 5%;
  transform: none;
  max-width: 300px;
  max-height: 400px;
}
.contenido_escalonado.page_formation:not(.admision) {
  padding-block: 0;
}
.contenido_escalonado.page_formation:not(.admision) .row picture::before {
  background: rgba(42, 52, 79, 0.9);
}
.contenido_escalonado.page_admision .plane {
  top: 10% !important;
  bottom: auto !important;
}
.contenido_escalonado.page_admision .books {
  top: auto !important;
  bottom: -10% !important;
}
.contenido_escalonado.admision {
  padding: 5rem 0;
}
.contenido_escalonado.admision::before {
  bottom: -10px;
  transform: none;
  top: auto;
  background: #2A344F;
}
.contenido_escalonado.admision .bg_icon.books {
  bottom: -100px;
  right: 5%;
  transform: none;
  max-width: 300px;
  max-height: 400px;
}

.valores {
  padding: 6rem 0 8rem;
}
.valores .bg_icon.birrete {
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: none;
}
@media (min-width: 942px) {
  .valores .bg_icon.birrete {
    display: block;
  }
}
.valores .bg_icon.oleos {
  top: -70px;
  left: 5%;
  display: none;
}
@media (min-width: 942px) {
  .valores .bg_icon.oleos {
    display: block;
  }
}
.valores h2 {
  color: #9D325E;
  text-align: center;
  margin-bottom: 5rem;
}
.valores .row {
  width: min(100%, 1060px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 40px;
}
.valores .row .card_valor:nth-child(3n-1) {
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .valores .row .card_valor {
    margin: 0 !important;
  }
}

.galeria_masonry {
  padding: 5rem 0 2rem;
}
.galeria_masonry .bg_icon.oleos {
  top: 5%;
  left: 5%;
}
@media (max-width: 1024px) {
  .galeria_masonry .bg_icon.oleos {
    height: 4rem;
  }
}
.galeria_masonry h2 {
  text-align: center;
  color: #9D325E;
  margin-bottom: 2.5rem;
}
.galeria_masonry .video, .galeria_masonry .row {
  width: min(100%, 1060px);
  margin-inline: auto;
}
.galeria_masonry .row {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .galeria_masonry .row {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.galeria_masonry .row .item {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  transition: all 0.25s ease;
}
.galeria_masonry .row .item:hover {
  transform: scale(1.05);
}
.galeria_masonry .row .item img {
  width: 100%;
}
.galeria_masonry .video {
  background: #3D3D3D;
  border-radius: 50px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .proceso {
    margin-top: -12rem;
  }
}

.precios {
  padding: 5rem 0;
}
.precios h2 {
  text-align: center;
  color: #9D325E;
  margin-bottom: 2.5rem;
}
.precios > .contenedor {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 942px) {
  .precios > .contenedor {
    padding-inline: 0 !important;
  }
}
.precios button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  background-color: #9D325E;
  color: white;
  border: 1px solid #9D325E;
  border-radius: 3rem;
  font-family: "GorditaRegular";
  font-size: 1.5rem;
}
.precios .contenedor_sombreado {
  border-radius: 63px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2196078431);
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  padding: 3rem 2rem;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .precios .contenedor_sombreado {
    padding: 5rem 4rem;
  }
}
@media (max-width: 942px) {
  .precios .contenedor_sombreado {
    border-radius: 30px;
    padding: 2.1rem;
  }
}
@media (max-width: 550px) {
  .precios .contenedor_sombreado {
    border-radius: 20px;
    padding: 1.4rem;
  }
}
.precios .table {
  font-size: 1.25rem;
  min-width: 500px;
  overflow-x: auto;
}
@media screen and (min-width: 1024px) {
  .precios .table {
    font-size: 1.5rem;
  }
}
@media (max-width: 942px) {
  .precios .table {
    min-width: 100%;
  }
}
.precios .table .tr {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 942px) {
  .precios .table .tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.precios .table .tr:not(:last-child) {
  margin-bottom: 10px;
}
.precios .table .tr .td {
  width: 100%;
}
.precios .table .tr .td > div {
  width: 100%;
  min-height: 55px;
  padding-inline: 16px;
  border-radius: 36px;
  background: rgba(126, 164, 237, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media (min-width: 1024px) {
  .precios .table .tr .td > div {
    padding-inline: 30px;
    min-height: 76px;
  }
}
@media (max-width: 942px) {
  .precios .table .tr .td > div {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .precios .table .tr .td > div p {
    text-align: center !important;
    font-size: 1.1rem !important;
  }
}
.precios .table .tr .td > div.center {
  flex-direction: column;
  justify-content: center;
}
.precios .table .tr .td > div.celeste {
  background: #7EA4ED;
}
.precios .table .tr .td > div.celeste p {
  font-family: "GorditaBlack";
}
.precios .table .tr .td > div.guinda {
  background: #9D325E;
}
.precios .table .tr .td > div.guinda p {
  color: #fff;
}
.precios .table .tr .td > div.azul {
  background: #53699B;
}
.precios .table .tr .td > div.azul p {
  font-family: "GorditaMedium";
  color: #fff;
}
.precios .table .tr .td > div p {
  font-family: "GorditaBold";
  font-size: inherit;
  color: #2A344F;
}
.precios .table .tr .td.td-2 {
  grid-column: span 2;
}
.precios .table .tr .td.td-2 > div {
  justify-content: space-around;
}
@media (max-width: 942px) {
  .precios .table .tr .td:first-child {
    grid-column: span 2;
  }
}

.modal_admision {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  display: none;
  position: fixed;
  padding: 3rem;
  top: 0;
  z-index: 10000;
  overflow: auto;
  height: 100vh;
}
.modal_admision_bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
}
.modal_admision strong, .modal_admision b, .modal_admision span {
  color: #53699B;
}
.modal_admision h1, .modal_admision h2 {
  color: #9D325E;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.modal_admision h3 {
  font-family: "GorditaBold";
  color: #2A344F;
  margin-bottom: 10px;
}
.modal_admision p {
  font-family: "GorditaRegular";
  color: #3D3D3D;
  margin-bottom: 12px;
}
.modal_admision ul, .modal_admision ol {
  font-family: "GorditaRegular";
  color: #3D3D3D;
  list-style: disc;
  margin-left: 21px;
  margin-bottom: 14px;
}
.modal_admision li {
  font-family: "GorditaRegular";
  color: #3D3D3D;
}
.modal_admision li:not(:last-child) {
  margin-bottom: 4px;
}
.modal_admision_content {
  width: 100%;
  max-width: 960px;
  padding: 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
  height: 90vh;
  background: #fff;
  border-radius: 30px;
}
.modal_admision_close {
  border: 1px solid #9D325E;
  background-color: #9D325E;
  font-family: "GorditaBold";
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2rem;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #fff;
}
.modal_admision_close strong, .modal_admision_close b {
  color: #fff;
}

.primaria {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .primaria {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.primaria::before, .primaria::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.primaria::before {
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
  top: 50%;
  transform: translateY(-50%);
  max-height: 74vh;
  z-index: 1;
}
.primaria .row:nth-child(even) h2, .primaria .row:nth-child(even) p {
  color: #fff;
}
.primaria .bg_icon.plane {
  top: 60%;
  transform: none;
  max-width: 300px;
  right: 15px;
  max-height: 400px;
  display: none;
}
@media (min-width: 1024px) {
  .primaria .bg_icon.plane {
    display: block;
  }
}

#boton_gracias:hover {
  border: 1px solid white !important;
  background-color: transparent !important;
}

#boton_formulario:hover, #boton_formulario_trabaja:hover, #boton_formulario_admision:hover, #boton_formulario_admision_2:hover {
  color: #9D325E !important;
  background-color: transparent !important;
}

#boton_formulario_admision_1:hover {
  color: white !important;
  border: 1px solid white !important;
  background-color: transparent !important;
}

#boton_convenio:hover {
  border: 1px solid white !important;
  background-color: transparent !important;
}

#formulario_inputs textarea {
  resize: none;
}
#formulario_inputs input::-moz-placeholder, #formulario_inputs textarea::-moz-placeholder {
  color: #53699B;
}
#formulario_inputs input::placeholder, #formulario_inputs textarea::placeholder {
  color: #53699B;
}

.mostrar_div {
  display: flex !important;
}

.ocultar_div {
  display: none !important;
}

.nivel_section {
  height: 90vh;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 91.4%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 91.4%, 0% 100%);
  bottom: -76px;
}
@media (max-width: 1550px) {
  .nivel_section {
    height: 130vh;
  }
}
.nivel_section > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  padding-right: 10rem;
}
@media (max-width: 1550px) {
  .nivel_section > div {
    gap: 1rem;
    padding-right: 5%;
  }
}
@media (max-width: 1550px) {
  .nivel_section .card_nivel {
    max-width: 350px;
  }
}

.photos {
  height: 70vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 3rem;
}
@media (max-width: 1024px) {
  .photos {
    height: 60vh;
  }
}
@media (max-width: 768px) {
  .photos {
    height: auto;
    padding: 3rem 0;
  }
}
.photos .bg {
  top: 0;
  height: 55%;
  background-color: #2A344F;
}
.photos .bg_icon {
  top: -5rem;
  left: 15px;
}
@media (max-width: 1024px) {
  .photos .bg_icon {
    top: 1rem;
    filter: brightness(100);
  }
}
.photos h2 {
  font-family: "GorditaBold";
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .photos h2 {
    font-size: 1.75em;
  }
}
@media (max-width: 550px) {
  .photos h2 {
    font-size: 1.5em;
  }
}
.photos .images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
@media (max-width: 1550px) and (min-width: 1400px) {
  .photos .images {
    gap: 3.5rem;
  }
}
@media (max-width: 1400px) {
  .photos .images {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .photos .images {
    gap: 1.5%;
  }
}
.photos .images img {
  display: block;
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
  transition: all 0.25s ease;
}
.photos .images img:hover {
  transform: scale(1.05);
}
@media (max-width: 1550px) and (min-width: 1400px) {
  .photos .images img {
    max-width: 325px;
  }
}
@media (max-width: 1400px) {
  .photos .images img {
    max-width: 28%;
  }
}
@media (max-width: 768px) {
  .photos .images img {
    border-radius: 10px;
    max-width: 31%;
  }
}

.trabaja_nosotros {
  background: #fff;
}
.trabaja_nosotros .contenedor > h2, .trabaja_nosotros .contenedor > p {
  text-align: center;
}
.trabaja_nosotros .contenedor > p {
  font-family: "GorditaRegular";
  color: #3D3D3D;
  font-size: 1.2rem;
  margin-top: 20px;
}
.trabaja_nosotros h2 {
  color: #9D325E;
}
.trabaja_nosotros h3 {
  font-family: "GorditaBold";
  color: #2A344F;
  font-size: 1.8rem;
  text-align: center;
  margin: 2rem 0;
}
.trabaja_nosotros .convocatorias {
  margin: 1rem 0;
}
.trabaja_nosotros .convocatorias_contenido {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  align-items: flex-start;
  min-height: 350px;
}
.trabaja_nosotros .convocatorias_contenido > div {
  width: 48%;
}
.trabaja_nosotros .convocatorias_contenido button {
  position: absolute;
  font-size: 1.1rem;
  font-family: "GorditaMedium";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  text-align: start;
  background-color: #2A344F;
  border: 1px solid #2A344F;
  padding: 0.5rem 2rem;
  color: #fff;
  height: 4.5rem;
  border-radius: 3rem;
}
.trabaja_nosotros .convocatorias_contenido button div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  align-items: flex-start;
  flex-direction: column;
}
.trabaja_nosotros .convocatorias_contenido button div span {
  color: #fff;
}
.trabaja_nosotros .convocatorias_contenido button div span:nth-child(1) {
  font-family: "GorditaBold";
  font-size: 1.5rem;
}
.trabaja_nosotros .convocatorias_contenido button div span:nth-child(2) {
  font-family: "GorditaRegular";
  font-size: 1.1rem;
}
.trabaja_nosotros .convocatorias_contenido button img {
  width: 20px;
}
.trabaja_nosotros .convocatorias_contenido .opcion {
  min-height: 10rem;
  padding: 4.5rem 3rem 2rem 3rem;
  border: 1px solid #707070;
  border-radius: 2rem;
  width: 100%;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  display: none;
  flex-direction: column;
}
.trabaja_nosotros .convocatorias_contenido .opcion p {
  width: 100%;
  text-align: left;
  color: #2A344F;
  font-family: "GorditaRegular";
}

.escribenos-section {
  background-color: white;
}
.escribenos-section__icon-message {
  position: absolute;
  top: 20%;
  left: 3rem;
}
@media (max-width: 1024px) {
  .escribenos-section__icon-message {
    display: none;
  }
}
.escribenos-section__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.escribenos-section__title {
  color: #9D325E;
}
.escribenos-section__body {
  display: grid;
  grid-template-columns: 2fr 3fr;
  padding: 0 20rem;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .escribenos-section__body {
    grid-template-columns: 1fr;
    padding: 0 5%;
  }
}
.escribenos-section__left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}
.escribenos-section__right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.escribenos-section__description {
  font-family: "GorditaRegular";
  color: #53699B;
  font-size: 1.2rem;
}
.escribenos-section__information-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.escribenos-section__information-container img {
  width: 50px;
}
.escribenos-section__information-text {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}
.escribenos-section__information-text span {
  font-family: "GorditaRegular";
  color: #53699B;
}

.contacto-map {
  position: relative;
  width: 100%;
  height: 80vh;
  background: url(http://localhost/max_planck/wp-content/themes/theme_max/images/img-mapa.jpg);
}
.contacto-map a img {
  position: absolute;
  top: 29%;
  left: 47.5%;
  width: 50px;
}
@media (min-width: 1024px) {
  .contacto-map a img {
    width: auto;
  }
}

.contacto {
  padding: 5rem 0 4rem;
}
.contacto h2 {
  text-align: center;
  color: #9D325E;
  margin-bottom: 2rem;
}
.contacto .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 1200px) {
  .contacto .row {
    gap: 30px;
  }
}
.contacto .row .col:nth-child(1) {
  width: 35%;
}
.contacto .row .col:nth-child(2) {
  width: 56%;
}
@media (max-width: 1200px) {
  .contacto .row .col {
    width: 100% !important;
  }
}
.contacto .row ul {
  margin-top: 2rem;
  list-style: none;
}
.contacto .row ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.contacto .row ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contacto .row ul li div {
  display: block;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: grid !important;
  place-items: center;
  background: #9D325E;
  border-radius: 50%;
}
@media (max-width: 1550px) {
  .contacto .row ul li div {
    display: block;
    width: 48px;
    height: 48px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.contacto .row ul li div i {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1550px) {
  .contacto .row ul li div i {
    font-size: 20px;
  }
}
.contacto .row p {
  color: #53699B;
  font-size: 1.35rem;
  font-family: "GorditaRegular";
}
@media (max-width: 1550px) {
  .contacto .row p {
    font-size: 1.1rem;
  }
}
.contacto form {
  width: 100%;
  padding: 3rem 2rem;
  border: 2px solid #2A344F;
  border-radius: 50px;
}
.contacto form > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 0;
}
.contacto form > p span {
  width: 49%;
}
.contacto form > p span:nth-child(5) {
  width: 100%;
}
.contacto form textarea, .contacto form input:not([type=submit]) {
  width: 100%;
  border: 1px solid #53699B;
  padding-inline: 16px;
  border-radius: 32px;
  font-size: 1.1rem;
  min-height: 52px;
  color: #53699B;
}
@media (max-width: 1550px) {
  .contacto form textarea, .contacto form input:not([type=submit]) {
    font-size: 1rem;
    min-height: 46px;
  }
}
.contacto form textarea::-moz-placeholder, .contacto form input:not([type=submit])::-moz-placeholder {
  color: #53699B;
}
.contacto form textarea::placeholder, .contacto form input:not([type=submit])::placeholder {
  color: #53699B;
}
.contacto form textarea {
  padding-block: 16px;
}

.gracias {
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.gracias_contenido {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .gracias_contenido {
    width: 100%;
    max-width: 94%;
    margin-inline: auto;
    gap: 1rem;
  }
}
.gracias h2, .gracias p {
  color: #fff;
}
@media (max-width: 1024px) {
  .gracias h2 {
    font-size: 1.9em;
  }
}
@media (max-width: 768px) {
  .gracias h2 {
    font-size: 1.7em;
  }
}
@media (max-width: 1024px) {
  .gracias a {
    font-size: 20px !important;
    margin: 1rem 0 !important;
  }
}
@media (max-width: 768px) {
  .gracias a {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .gracias p {
    font-size: 19px !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .gracias p {
    font-size: 17px !important;
  }
}
.gracias ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
.gracias ul li i {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1024px) {
  .gracias ul li i {
    font-size: 30px;
  }
}

.qya {
  padding: 6rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 100vh;
  flex-direction: column;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
}
.qya button {
  font-family: "GorditaMedium";
  font-size: 1.1rem;
  width: 100%;
  text-align: start;
  padding: 0.5rem 2rem;
  color: #fff;
  height: 4.5rem;
  border-radius: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  background-color: #53699B;
  border: 1px solid #7EA4ED;
}
.qya .rpta {
  min-height: 10rem;
  margin: 1rem 0;
  padding: 1.5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  align-items: flex-start;
  display: none;
}
.qya .rpta li, .qya .rpta span, .qya .rpta b, .qya .rpta strong, .qya .rpta p {
  color: #757575;
  font-family: "GorditaRegular";
  font-size: 1.2rem;
}
.qya .contenedor > div:not(:last-child) {
  margin-bottom: 2rem;
}

.nuestros-convenios {
  background-color: white;
  padding: 5rem 15rem;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}
.nuestros-convenios__image {
  height: 8rem;
  width: auto;
  position: absolute;
  top: 0;
  right: -2rem;
  z-index: 1;
  display: none;
}
@media (min-width: 1024px) {
  .nuestros-convenios__image {
    height: auto;
    top: 10%;
    display: block;
  }
}
.nuestros-convenios__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.nuestros-convenios__title {
  color: #9D325E;
}
.nuestros-convenios__text {
  font-family: "GorditaRegular";
  color: #3D3D3D;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.nuestros-convenios__body {
  width: 100%;
}
.nuestros-convenios__subtitle {
  font-family: "GorditaBold";
  margin-bottom: 1.5rem;
  color: #53699B;
  font-size: 2rem;
}
.nuestros-convenios__details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .nuestros-convenios__details {
    flex-direction: row;
  }
}
.nuestros-convenios__details-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .nuestros-convenios__details-content {
    width: 30rem;
  }
}
.nuestros-convenios__details-item {
  width: 100%;
}
.nuestros-convenios__details-button {
  font-family: "GorditaMedium";
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: start;
  background-color: #7EA4ED;
  padding: 0.5rem 2rem;
  border: 1px solid #7EA4ED;
  color: white;
  height: 4.5rem;
  border-radius: 3rem;
}
.nuestros-convenios__details-icon {
  width: 1.5rem;
}
.nuestros-convenios__details-description {
  min-height: 10rem;
  width: 100%;
  margin: 1rem 0;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .nuestros-convenios__details-description {
    flex-direction: row;
    width: 70vw;
  }
}
.nuestros-convenios__details-text {
  color: #757575;
  font-family: "GorditaRegular";
  font-size: 1.2rem;
}
.nuestros-convenios__details-img {
  width: 200px;
}
@media (min-width: 1024px) {
  .nuestros-convenios__details-img {
    width: 100%;
  }
}
.nuestros-convenios #imagen-convenio img {
  width: 100%;
}

.niveles-formacion {
  height: 70vh;
  width: 100%;
  position: relative;
}
.niveles-formacion__bg {
  height: 80vh;
  width: 100%;
  z-index: 0;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.niveles-formacion__content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  top: 0;
}
.niveles-formacion__description {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 73rem;
  text-align: center;
  gap: 1.5rem;
  font-size: 0.9rem;
}
@media (min-width: 1024px) {
  .niveles-formacion__description {
    font-size: 1.2rem;
  }
}
.niveles-formacion__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  background-color: #9D325E;
  color: white;
  border: 1px solid #9D325E;
  border-radius: 3rem;
  font-family: "GorditaRegular";
}
.niveles-formacion__txt1 {
  color: white;
  font-family: "GorditaBold";
  font-size: 2.7em;
}
.niveles-formacion__txt2 {
  color: white;
  font-family: "GorditaRegular";
  font-size: 1.3em;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.nuestros_convenios {
  padding: 5rem 0;
  overflow: hidden;
  background: #fff !important;
}
.nuestros_convenios .bg_icon {
  right: 1%;
  top: 5%;
  max-width: 300px;
  max-height: 230px;
}
.nuestros_convenios h2 {
  color: #9D325E;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .nuestros_convenios #imagen-convenio {
    width: 100%;
  }
  .nuestros_convenios #imagen-convenio img {
    width: 100%;
  }
}
.nuestros_convenios .contenedor > p {
  font-family: "GorditaRegular";
  color: #3D3D3D;
  text-align: center;
  width: 100%;
  max-width: 770px;
  margin-inline: auto;
}
.nuestros_convenios .tabs {
  margin-top: 5rem;
  margin-inline: auto;
}
.nuestros_convenios .tabs_buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-direction: column;
  width: 30rem;
}
@media (max-width: 1200px) {
  .nuestros_convenios .tabs_buttons {
    width: 100%;
  }
}
.nuestros_convenios .tabs_contenido {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .nuestros_convenios .tabs_contenido {
    flex-wrap: wrap;
  }
}
.nuestros_convenios .tabs button {
  height: 4.5rem;
  padding-inline: 1.25rem 10px;
  font-family: "GorditaMedium";
  font-size: 1.1rem;
  border-radius: 50px;
  background-color: #7EA4ED;
  border: 1px solid #7EA4ED;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: nowrap;
  color: white;
  width: 100%;
  text-align: left;
}
.nuestros_convenios h3 {
  font-family: "GorditaBold";
  color: #53699B;
  margin-bottom: 20px;
}
.nuestros_convenios .opcion {
  min-height: 10rem;
  width: 70vw;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: nowrap;
  display: none;
}
@media (max-width: 768px) {
  .nuestros_convenios .opcion {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .nuestros_convenios .opcion > div, .nuestros_convenios .opcion img {
    width: 100% !important;
  }
  .nuestros_convenios .opcion img {
    max-width: 300px;
    margin-inline: auto;
  }
}
.nuestros_convenios .opcion p {
  font-family: "GorditaRegular";
  color: #757575;
}
.nuestros_convenios .opcion p:not(:last-child) {
  margin-bottom: 1rem;
}
.nuestros_convenios .opcion img {
  width: 22rem;
}
@media (max-width: 1200px) {
  .nuestros_convenios .opcion {
    width: 100%;
  }
}

.niveles_formacion {
  height: 70vh;
}
.niveles_formacion .bg {
  height: 78vh;
  z-index: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  position: absolute;
  top: 0;
}
.niveles_formacion .contenido {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
  position: relative;
  top: 0;
}
.niveles_formacion .contenido > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 905px;
}
.niveles_formacion .contenido h2, .niveles_formacion .contenido p {
  color: #fff;
  text-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5294117647);
  text-align: center;
}
.niveles_formacion .contenido p {
  font-family: "GorditaRegular";
  font-size: 1.3rem;
  width: 100%;
  max-width: 735px;
}
.niveles_formacion a {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  font-family: "GorditaRegular";
  color: #fff;
  background: #9D325E;
  border: 1px solid #9D325E;
}
.niveles_formacion a:hover {
  animation-name: move;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.segunda_descripcion p {
  max-width: 100% !important;
}

.modal-cv {
  position: fixed;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  display: none;
  z-index: 99;
  top: 0;
}
.modal-cv .bg_modal {
  background: #3D3D3D 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.69;
}
.modal-cv .wpcf7 {
  width: 100%;
}
.modal-cv .modal-c {
  width: 100%;
  max-width: 720px;
  height: auto;
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
  z-index: 2;
  background-color: #fff;
  border-radius: 3rem;
}
.modal-cv .labelcv {
  font-family: "GorditaRegular";
  color: #3D3D3D;
  margin-top: 30px;
}
.modal-cv form > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.modal-cv form > p span {
  width: 100%;
}
.modal-cv form > p span:nth-child(1), .modal-cv form > p span:nth-child(2), .modal-cv form > p span:nth-child(3), .modal-cv form > p span:nth-child(4) {
  width: calc(50% - 20px);
}
.modal-cv form > p span:has(.filecv) {
  width: 100%;
}
.modal-cv form > p span:has(.filecv) input {
  margin-top: 6px;
  font-family: "GorditaRegular";
}
.modal-cv form > p select, .modal-cv form > p input:not([type=submit]) {
  width: 100%;
}
.modal-cv form select, .modal-cv form input:not([type=submit], [type=file]) {
  width: 100%;
  min-height: 52px;
  font-family: "GorditaRegular";
  border: 1px solid #53699B;
  padding-inline: 16px;
  border-radius: 32px;
  font-size: 1.1rem;
  color: #53699B;
}
.modal-cv form select::-moz-placeholder, .modal-cv form input:not([type=submit], [type=file])::-moz-placeholder {
  color: #53699B;
}
.modal-cv form select::placeholder, .modal-cv form input:not([type=submit], [type=file])::placeholder {
  color: #53699B;
}

.visitanos-page {
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.visitanos-page__icon-avion {
  position: absolute;
  height: 250px;
  left: 2rem;
  top: 10%;
}
@media (max-width: 1024px) {
  .visitanos-page__icon-avion {
    display: none;
  }
}
.visitanos-page__content {
  height: 100%;
  width: 100%;
  padding: 15rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .visitanos-page__content {
    padding: 2rem 5%;
    padding: 2rem 5% 7rem 5%;
  }
}
.visitanos-page__icon-world {
  position: absolute;
  height: 250px;
  right: 2rem;
  top: 70%;
}
@media (max-width: 1024px) {
  .visitanos-page__icon-world {
    display: none;
  }
}
.visitanos-page__description {
  font-family: "GorditaRegular";
  font-size: 1.5rem;
  color: #3D3D3D;
}
@media (max-width: 1024px) {
  .visitanos-page__description {
    font-size: 1rem;
  }
}
.visitanos-page__form-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visitanos-page__form {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #2A344F;
  border-radius: 2rem;
  padding: 3rem;
  max-width: 70rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .visitanos-page__form {
    padding: 1.2rem;
  }
}
.visitanos-page__form-row {
  width: 100%;
  display: grid;
  gap: 1rem;
}
.visitanos-page__form-row-three {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .visitanos-page__form-row-three {
    grid-template-columns: 1fr 1fr;
  }
}
.visitanos-page__form-row-two {
  grid-template-columns: 1fr 1fr;
}
.visitanos-page__form-row-one {
  grid-template-columns: 1fr;
}
.visitanos-page__label {
  color: #9D325E;
  font-family: "GorditaBold";
}
.visitanos-page__checked-container {
  display: flex;
  gap: 1rem;
}
.visitanos-page__button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visitanos-page__info-school {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
.visitanos-page__info-school-title {
  font-family: "GorditaBold";
  color: #9D325E;
}
.visitanos-page__info-school-description {
  font-family: "GorditaRegular";
  font-size: 1.5rem;
  color: #3D3D3D;
}
@media (max-width: 1024px) {
  .visitanos-page__info-school-description {
    font-size: 1rem;
  }
}

form {
  position: relative;
  overflow: hidden;
}
form [type=submit] {
  display: block;
  margin-inline: auto;
  background: #9D325E;
  border-radius: 32px;
  color: #fff;
  font-family: "GorditaRegular";
  border: 2px solid #9D325E;
  cursor: pointer;
  padding: 0.5rem 2rem;
}
form .wpcf7-response-output {
  display: none;
}
form .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
form .wpcf7-spinner::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
form .wpcf7-not-valid-tip {
  font-size: 12px;
  display: block;
  margin: 3px 0 0 0;
  font-family: "GorditaRegular";
  width: 100% !important;
}

.visitanos-section {
  padding: 5rem 0 12rem;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.visitanos-section > img {
  position: absolute;
  height: 250px;
}
@media (max-width: 1200px) {
  .visitanos-section > img {
    display: none;
  }
}
.visitanos-section > img.pinkplane {
  left: 2rem;
  top: 10%;
}
.visitanos-section > img.world {
  right: 2rem;
  top: 70%;
}
.visitanos-section form {
  width: 100%;
  max-width: 1100px;
  padding: 2rem 3rem;
  border: 1px solid #2A344F;
  border-radius: 40px;
  margin: 3rem auto 5rem;
}
@media (max-width: 1200px) {
  .visitanos-section form {
    padding: 2rem;
  }
}
.visitanos-section form > div {
  margin-bottom: 18px;
}
.visitanos-section form .obs_flex p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.visitanos-section form .obs_flex p span:nth-child(1) {
  width: 40%;
}
.visitanos-section form .obs_flex p span:nth-child(2) {
  width: calc(60% - 18px);
}
.visitanos-section form .obs_flex p span:nth-child(3) {
  width: 100%;
}
@media (max-width: 768px) {
  .visitanos-section form .obs_flex p span {
    width: 100% !important;
  }
}
.visitanos-section form .obs_flex input, .visitanos-section form .obs_flex select {
  width: 100%;
}
.visitanos-section form input:not([type=submit]), .visitanos-section form select {
  border: 1px solid #53699B;
  color: #53699B;
  border-radius: 32px;
  font-family: "GorditaRegular";
  min-height: 54px;
  background: transparent;
  font-size: 1.25rem;
  padding-inline: 16px;
}
.visitanos-section form input:not([type=submit])::-moz-placeholder, .visitanos-section form select::-moz-placeholder {
  color: #53699B;
}
.visitanos-section form input:not([type=submit])::placeholder, .visitanos-section form select::placeholder {
  color: #53699B;
}
.visitanos-section form label {
  color: #9D325E;
  font-family: "GorditaMedium";
  display: block;
  margin: 20px 0 16px;
}
.visitanos-section form .flex p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 6px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .visitanos-section form .flex p {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .visitanos-section form .flex p span, .visitanos-section form .flex p input {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.visitanos-section form .flex select, .visitanos-section form .flex input, .visitanos-section form .grid select, .visitanos-section form .grid input {
  width: 100%;
}
.visitanos-section form .grid p {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  grid-gap: 15px;
}
@media (max-width: 768px) {
  .visitanos-section form .grid p {
    grid-template-columns: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
}
.visitanos-section form .names p > input {
  width: calc(33.3333333333% - 6px);
}
.visitanos-section form .names p > span {
  width: calc(33.3333333333% - 6px);
}
.visitanos-section form .date p {
  flex-wrap: nowrap;
}
.visitanos-section form .hijo {
  margin-bottom: 16px;
}
.visitanos-section form .date p span:nth-child(1) {
  width: 58%;
}
.visitanos-section form .date p span:nth-child(2) {
  width: 42%;
}
.visitanos-section h3 {
  color: #9D325E;
  font-family: "GorditaBold";
  margin-bottom: 10px;
}
.visitanos-section .contenedor > div:not([class]) {
  width: 100%;
  max-width: 85%;
}
@media (max-width: 1200px) {
  .visitanos-section .contenedor > div:not([class]) {
    max-width: 100%;
  }
}
.visitanos-section p {
  color: #3D3D3D;
  font-family: "GorditaRegular";
  font-size: 1.35rem;
}
@media (max-width: 1550px) {
  .visitanos-section p {
    font-size: 1.15rem;
  }
}

header {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: all 0.25s ease;
}
header.disappear {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  visibility: hidden;
}
header.sticky {
  position: fixed;
  top: 16px;
  left: 0;
  transform: none;
}
header.sticky.disappear {
  top: -200px;
}
header.sticky .navegacion {
  top: 13%;
}
header img {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  header img {
    height: auto;
  }
}
header ul {
  list-style: none;
}
header nav {
  width: 100%;
  background: #fff;
  border-radius: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 20px 5%;
}
@media (max-width: 1550px) {
  header nav {
    padding: 20px 3.5%;
  }
  header nav > a {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 1550px) and (max-width: 1024px) {
  header nav > a {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
header nav picture {
  display: block;
  width: 100%;
  max-width: 300px;
}
header nav picture img {
  width: 100%;
}
@media (max-width: 1550px) {
  header nav picture {
    width: 100%;
    max-width: 250px;
    margin-inline: auto;
  }
}
header .navegacion {
  width: calc(100% - 350px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-direction: column;
}
@media screen and (min-width: 942px) {
  header .navegacion {
    display: block;
  }
}
@media (max-width: 942px) {
  header .navegacion {
    transform: scale(0);
    position: fixed;
  }
}
header .navegacion .sub-menu {
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  position: absolute;
  top: calc(100% + 0px);
  opacity: 0;
  transition: all 0.25s ease;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 12px;
}
header .navegacion .sub-menu a {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
}
header .navegacion .sub-menu ul {
  position: relative;
  border: none;
  box-shadow: none;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  transform: none;
  top: 0;
  left: 0;
  padding-left: 4px;
}
header .navegacion .sub-menu ul li {
  padding-left: 10px;
  position: relative;
}
header .navegacion .sub-menu ul li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "-";
  color: #fff;
}
header .navegacion .sub-menu ul a {
  font-family: "GorditaRegular";
}
header .navegacion_menu {
  width: 100%;
}
header .navegacion_menu a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 32px;
  padding-inline: 4px;
}
@media screen and (min-width: 1550px) {
  header .navegacion_menu a {
    font-size: 1.3rem;
  }
}
header .navegacion_menu > ul {
  width: 100%;
  padding-block: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (min-width: 1550px) {
  header .navegacion_menu > ul {
    gap: 30px;
  }
}
header .navegacion_menu > ul > li {
  position: relative;
}
header .navegacion_menu > ul > li:has(.sub-menu):hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
header .navegacion_menu > ul > li:hover > a {
  font-family: "GorditaBold";
}
header .navegacion_menu > ul > li > a {
  min-width: 148px;
}
@media (max-width: 1550px) {
  header .navegacion_menu > ul > li > a {
    min-width: 132px;
  }
}
header .navegacion_menu > ul a {
  font-family: "GorditaMedium";
}
header .navegacion_menu_top li a {
  color: #9D325E;
}
header .navegacion_menu_top .sub-menu {
  background: #9D325E;
}
header .navegacion_menu_bottom li a {
  color: #2A344F;
}
header .navegacion_menu_bottom .sub-menu {
  background: #53699B;
}
@media (max-width: 1024px) {
  header .navegacion {
    transform: scale(0);
    position: fixed;
    transition: transform 0.5s ease;
    transform-origin: top right;
    /*background: v.$blanco;*/
    background-color: rgba(246, 235, 235, 0.4784313725);
    width: auto;
    right: 3%;
    padding: 1rem;
    height: calc(100vh - 92px);
    overflow-y: auto;
    top: calc(100% + 0.5rem);
    flex-wrap: nowrap;
    border-radius: 7px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  header .navegacion .navegacion_menu a {
    justify-content: flex-start;
  }
  header .navegacion .navegacion_menu > ul {
    flex-direction: column;
    align-items: flex-start;
  }
  header .navegacion .navegacion_menu > ul .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0);
    margin-left: 0;
    display: block;
    opacity: 1;
  }
  header .navegacion.active {
    transform: scale(1);
  }
}

.back {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  scale: 0;
  opacity: 0;
  transition: opacity linear 0.25s;
}
.back.active {
  scale: 1;
  opacity: 1;
}

.step {
  width: min(100%, 240px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1550px) {
  .step {
    width: min(100%, 210px);
  }
}
@media (max-width: 1200px) {
  .step {
    width: min(100%, 190px);
  }
}
@media (max-width: 1024px) {
  .step {
    margin: 0 !important;
  }
}
.step:nth-child(odd) {
  top: 50px;
}
.step:nth-child(odd)::before {
  content: "";
  position: absolute;
  width: 125%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  height: 8px;
  border-radius: 5px;
  background: #9D325E;
}
@media screen and (min-width: 768px) {
  .step:nth-child(odd) {
    top: 20px;
  }
}
.step:nth-child(odd)::before {
  width: 100%;
  height: 10px;
}
.step:nth-child(even) {
  top: 50px;
}
.step:nth-child(even)::before {
  content: "";
  position: absolute;
  width: 125%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  height: 8px;
  border-radius: 5px;
  background: #2A344F;
}
@media screen and (min-width: 768px) {
  .step:nth-child(even) {
    top: 20px;
  }
}
.step:nth-child(even)::before {
  width: 100%;
  height: 10px;
}
.step_image {
  background: #fff;
  border-radius: 50%;
  box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.1607843137);
  padding: 30px;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
}
.step_image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 80%;
  margin-inline: auto;
}
.step_name {
  color: #2A344F;
  text-align: center;
  font-family: "GorditaBold";
}
.step_name p {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .step_name p {
    font-size: 1.25rem;
  }
}

.card_valor {
  width: min(100%, 320px);
  border-radius: 50px;
  background: #2A344F;
  transition: all 0.25s ease;
  overflow: hidden;
  padding: 40px 10px;
}
.card_valor picture {
  margin: 0 auto;
  max-width: 40%;
  min-width: 90px;
  min-height: 170px;
  transition: all 0.25s ease;
  transform: translateY(30px);
  display: grid;
  place-items: center;
}
.card_valor picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(100);
}
.card_valor h2 {
  display: block;
  margin: 20px auto 0;
  color: #fff;
  background: #9D325E;
  border-radius: 15px;
  padding: 6px 10px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  transition: all 0.25s ease;
  opacity: 0;
}
.card_valor:hover {
  background: rgba(42, 52, 79, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.card_valor:hover picture {
  transform: none;
  filter: none;
}
.card_valor:hover picture img {
  filter: none;
}
.card_valor:hover h2 {
  opacity: 1;
}

.card_nivel {
  border-radius: 50px;
  background: #fff;
  width: min(100%, 400px);
  margin-inline: auto;
  padding: 36px 28px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
}
@media (max-width: 480px) {
  .card_nivel {
    border-radius: 30px;
  }
}
.card_nivel > a {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 22px;
  font-size: 1rem;
  min-height: 40px;
  background: #2A344F;
  padding: 8px 20px;
  color: #fff;
  font-family: "GorditaMedium";
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.card_nivel > a:hover {
  background: #7EA4ED;
}
.card_nivel > div {
  width: 100%;
}
.card_nivel_head {
  position: relative;
}
.card_nivel_head img {
  display: block;
  margin-inline: auto;
}
.card_nivel_head > img {
  border-radius: 50%;
  width: 93%;
  max-width: 230px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_nivel_icon {
  position: absolute;
  bottom: 0;
  right: 11%;
  width: 80px;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 16px;
}
.card_nivel_icon img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card_nivel_body h3 {
  text-align: center;
  font-family: "GorditaBold";
  color: #53699B;
  margin-bottom: 10px;
}
.card_nivel_body p {
  text-align: left;
  font-family: "GorditaRegular";
  color: #3D3D3D;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 98px;
  margin-bottom: 2px;
}

footer {
  padding: 7rem 0 4rem;
  margin-top: -30px;
}
footer::before, footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer::before {
  z-index: -1;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  background: #2A344F;
  height: 99%;
}
footer::after {
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
  /*background: v.$rosa;*/
  background: #2A344F;
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
footer ul, footer ol {
  list-style: none;
  margin-left: 0;
}
footer p {
  font-family: "GorditaBold";
  color: #fff;
  margin-bottom: 1rem;
}
footer li i {
  color: #fff;
}
footer li a {
  font-family: "GorditaRegular";
  color: #fff;
}
footer ul:not(.horizontal) li {
  margin-bottom: 7px;
}
footer ul.horizontal {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
footer ul.horizontal i {
  font-size: 30px;
}
footer ul.horizontal.bottom {
  margin-top: 50px;
  gap: 50px;
}

.wsbutton {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
}
.wsbutton__img {
  bottom: 3rem;
  right: 3rem;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .wsbutton__img {
    width: auto;
    height: auto;
  }
}

.hamburg {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 25px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hamburg {
    display: none;
  }
}
.hamburg div {
  height: 5px;
  width: 100%;
  background-color: #CC4482;
  transform-origin: left;
  transition: all 0.25s ease;
}
.hamburg div:hover {
  background-color: #9D325E;
}
.hamburg.active div:nth-child(1) {
  transform: rotate(45deg);
}
.hamburg.active div:nth-child(2) {
  opacity: 0;
}
.hamburg.active div:nth-child(3) {
  transform: rotate(-45deg);
}

.input {
  border: 1px solid #53699B;
  background-color: #fff;
  border-radius: 3rem;
  color: #53699B;
  font-family: "GorditaRegular";
  width: 100%;
  font-size: 0.8rem;
  padding: 0.8rem 1.2rem;
}
@media (min-width: 1024px) {
  .input {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  background-color: #CC4482;
  color: #fff;
  border: 1px solid #CC4482;
  border-radius: 3rem;
  font-family: "GorditaRegular";
}
.modal {
  display: none;
  padding: 1rem;
  height: 100vh;
  width: 100%;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  top: 0;
}
.modal.mostrar_div {
  display: flex !important;
}
.modal__bg {
  background: #3D3D3D 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.69;
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal__content {
  max-width: 60rem;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 2rem);
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 3rem;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .modal__content {
    padding: 3rem;
  }
}
.modal__body {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}
.modal__body::-webkit-scrollbar {
  width: 10px;
  height: 100%;
}
.modal__body::-webkit-scrollbar-thumb {
  background-color: #9D325E;
  border-radius: 30px;
}
.modal__body::-webkit-scrollbar-track {
  background-color: rgba(157, 50, 94, 0.2392156863);
  border-radius: 30px;
}
.modal__close-button {
  border: 1px solid #9D325E;
  background-color: #9D325E;
  font-family: "GorditaBold";
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}
@media (min-width: 1024px) {
  .modal__close-button {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.modal__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.modal__title {
  color: #9D325E;
}
@media (max-width: 1024px) {
  .modal__title {
    font-size: 2rem;
  }
}
.modal__subtitle {
  font-family: "GorditaBold";
  color: #2A344F;
}
.modal__text {
  font-family: "GorditaRegular";
  color: #3D3D3D;
  word-break: break-all;
}

.formacion-fotos {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.formacion-fotos__container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
}
.formacion-fotos__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 350px;
  background-color: #2A344F;
}
.formacion-fotos__icon {
  position: absolute;
  top: -5rem;
  left: 15px;
  display: none;
}
@media (min-width: 1024px) {
  .formacion-fotos__icon {
    display: block;
  }
}
.formacion-fotos__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.formacion-fotos__title {
  font-family: "GorditaBold";
  color: white;
  font-size: 2.2rem;
}
@media (min-width: 1024px) {
  .formacion-fotos__title {
    font-size: 2.85rem;
  }
}
.formacion-fotos__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .formacion-fotos__content {
    flex-direction: row;
    gap: 6rem;
  }
}
.formacion-fotos__imgitem {
  max-width: 100%;
}

.category-section {
  background: url(http://localhost/max_planck/wp-content/themes/theme_max/images/banner_primaria-2.png);
  width: 100%;
  position: relative;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 4rem), 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 4rem), 0% 100%);
  margin-bottom: -5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .category-section {
    min-height: 90vh;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 91.4%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 91.4%, 0% 100%);
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.category-section__content {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: center;
  gap: 2rem;
  padding-right: 10rem;
}
@media (max-width: 1024px) {
  .category-section__content {
    padding-right: 0rem;
    flex-direction: column;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.category-section__item {
  position: relative;
  background-color: white;
  width: 350px;
  padding: 2rem;
  border-radius: 3rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}
.category-section__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 250px;
  width: 100%;
}
.category-section__image-container > img {
  border-radius: 50%;
  height: 100%;
  width: 250px;
}
.category-section__icon-container {
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 80px;
  width: 80px;
  background-color: #CC4482;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-section__icon {
  height: 60px;
  width: 60px;
}
.category-section__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
}
.category-section__data-title {
  color: #53699B;
  font-family: "GorditaBold";
}
.category-section__data-description {
  text-align: left;
  font-family: "GorditaRegular";
}
.category-section__data-btn {
  font-family: "GorditaRegular";
  position: absolute;
  bottom: -1rem;
  border-radius: 3rem;
  background-color: #2A344F;
  color: white;
  padding: 0.5rem 1rem;
  border: 1px solid #2A344F;
}

#banner {
  min-height: 40vh;
  padding-top: 7vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  font-size: 0.6rem;
}
@media (min-width: 1024px) {
  #banner {
    font-size: 1rem;
    padding-top: 15vh;
    min-height: 60vh;
  }
}
#banner h1, #banner p, #banner a {
  color: #fff;
  text-align: center;
}
#banner h1 {
  font-family: "GorditaBlack";
  font-size: 5.2em;
  margin: 0 0 20px 0;
}
@media (max-width: 1550px) {
  #banner h1 {
    font-size: 4.2em;
  }
}
@media (max-width: 1024px) {
  #banner h1 {
    font-size: 3.6em;
  }
}
#banner a, #banner p {
  font-family: "GorditaMedium";
  font-size: 1.3rem;
}

.join_us {
  /*min-height: 60vh;*/
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  z-index: 2;
}
@media (min-width: 1024px) {
  .join_us {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.join_us::before, .join_us::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.join_us::before {
  z-index: -3;
  -webkit-clip-path: polygon(0 4rem, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 4rem, 100% 0, 100% 100%, 0 100%);
  background: #9D325E;
}
@media screen and (min-width: 1024px) {
  .join_us::before {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }
}
.join_us .contenedor {
  position: relative;
  z-index: 1;
}
.join_us h2, .join_us p, .join_us a {
  color: #fff;
}
.join_us h2, .join_us p {
  text-align: center;
}
.join_us p {
  font-family: "GorditaRegular";
  font-size: 1.6rem;
  font-weight: 100;
  margin: 30px 0 60px;
}
@media (max-width: 1550px) {
  .join_us p {
    font-size: 1.4rem;
  }
}
.join_us .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.join_us a.btn {
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "GorditaBold";
  font-size: 1.3rem;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 50px;
  padding-block: 6px;
  padding-inline: 30px;
  border: 2px solid;
}
@media (max-width: 1550px) {
  .join_us a.btn {
    font-size: 1.1rem;
  }
}
.join_us a.btn i {
  font-size: 30px;
}
@media (max-width: 1550px) {
  .join_us a.btn i {
    font-size: 26px;
  }
}
.join_us a.btn.blue {
  background: #53699B;
  border-color: #53699B;
}
.join_us a.btn.pink {
  background: #CC4482;
  border-color: #CC4482;
}
.join_us a.btn:hover {
  border-color: #fff;
  background: transparent;
  animation-name: move !important;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/*# sourceMappingURL=app.css.map */
