@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700;900&family=Sono:wght@300;400;500;700&display=swap"); /*! 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: "Pondar";
  src: url(../../fonts/Pondar.otf);
  font-weight: 100;
  font-display: swap;
}
/** Media Queries **/
/*
    Sombra
*/
/*
    Centrar en el eje horizontal
*/
/*
    Centrar en el eje vertical
*/
/*
    Centrar en ambos ejes
*/
/*
    <hr>
    @param color
*/
/* 
    Imagen en cuadrado 1x1
*/
/* 
    Máximo de lineas
    para un parráfo
*/
/* 
    Eliminar los pseudocodigos 
    de un elemento.
    - Mayormente son generados por Woocommerce
*/
/*
    Customiza su scrollbar
*/
/*
    Botones
*/
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
}

picture {
  display: block;
}

.w-100, .wh-100vh, .wh-100 {
  width: 100%;
}

.h-100, .wh-100 {
  height: 100%;
}

.wh-100vh {
  height: 100vh;
}

img {
  vertical-align: top;
  height: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.row.start {
  align-items: flex-start;
}
.row.end {
  align-items: flex-end;
}
.row.center {
  justify-content: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

a, button, input[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease;
}

nav, 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;
}
.contenedor.xl {
  width: min(94%, 1760px);
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

picture, .d-block {
  display: block;
}
picture img, picture source, .d-block img, .d-block source {
  width: 100%;
}

.none, .d-none {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -ms-appearance: none;
}

input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

summary::-webkit-details-marker {
  display: none !important;
}

body.category,
.page-template-nuestros-clientes,
.page-template-historias-de-exito,
.page-template-nuestro-equipo,
.single-post,
.single-curso,
.single-servicio,
.page-template-nosotros,
.page-template-servicios,
.page-template-contacto,
.page-template-blog {
  background: url(../../images/bgpages.png) no-repeat;
  background-size: cover;
  background-position: top center;
}

h1 {
  font-size: 50px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 33px;
  }
}

h2 {
  font-size: 35px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
h2.up {
  font-size: 45px;
}
@media (max-width: 1200px) {
  h2.up {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  h2.up {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  h2.up {
    font-size: 30px;
  }
}
h2.down {
  font-size: 30px;
}
@media (max-width: 1200px) {
  h2.down {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  h2.down {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h2.down {
    font-size: 22px;
  }
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 2em;
}
@media (max-width: 1462px) {
  h4 {
    font-size: 1.8em;
  }
}

h5 {
  font-size: 1.5em;
}
@media (max-width: 1462px) {
  h5 {
    font-size: 1.3em;
  }
}

h6 {
  font-size: 1.2em;
}
@media (max-width: 1462px) {
  h6 {
    font-size: 1.075em;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin: 0;
}

a, p {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  a, p {
    font-size: 1rem;
  }
}

small {
  font-size: 75%;
}

.bg {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.page-template-front-page {
  background: url(../../images/bghome.webp) no-repeat;
  background-size: cover;
  background-position: top center;
}

.nosotros_section-canvas .contenedor_titulo h2, .blog_container-box h2, .nosotros_content h2 {
  font-family: "Pondar", monospace;
  color: #F18605;
}

.front_page {
  background: transparent;
  /* height: 200vh; */
  overflow: hidden;
}
@media (max-width: 1200px) {
  .front_page {
    height: 160vh;
  }
}
@media (max-width: 1024px) {
  .front_page {
    height: auto;
  }
}
.front_page .min-100vh {
  min-height: 110vh;
}
@media (max-width: 1024px) {
  .front_page .min-100vh {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .front_page .min-100vh {
    min-height: 0;
  }
}
.front_page--bg {
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .front_page--bg {
    height: 84vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
.front_page > .contenedor {
  /* left: 50%;
  transform: translateX(-50%); */
  top: 37.5vh;
}
.front_page--content h1, .front_page--content p {
  text-align: left;
  color: #ffffff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.front_page--content h1 {
  font-family: "Pondar", monospace;
  font-weight: bold;
  max-width: 620px;
  -webkit-text-stroke: 2px;
  line-height: 1.1em;
}
@media (max-width: 1200px) {
  .front_page--content h1 {
    max-width: 530px;
  }
}
@media (max-width: 768px) {
  .front_page--content h1 {
    max-width: 425px;
  }
}
.front_page--content p {
  margin-top: 16px;
  line-height: 1.2em;
  font-size: 1.45rem;
  max-width: 550px;
  font-family: "Sono", monospace;
}
@media (max-width: 1200px) {
  .front_page--content p {
    font-size: 1.25rem;
    max-width: 460px;
  }
}
@media (max-width: 768px) {
  .front_page--content p {
    font-size: 1rem;
    max-width: 400px;
  }
}

.nosotros {
  z-index: 2;
  padding-block: 4rem;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .nosotros {
    position: relative;
    inset: 0;
  }
}
.nosotros_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  .nosotros_grid {
    grid-template-columns: 100%;
  }
}
.nosotros_image img {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .nosotros_image img {
    margin-inline: auto;
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .nosotros_content h2 {
    text-align: center;
  }
}
.nosotros_content > p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  margin-block: 20px 30px;
  max-width: 570px;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .nosotros_content > p {
    font-size: 1.1rem;
    max-width: 420px;
    margin-block: 16px 26px;
  }
}
@media (max-width: 768px) {
  .nosotros_content > p {
    text-align: center;
    margin-inline: auto;
    font-size: 1rem;
    line-height: 1.4em;
  }
}
.nosotros_content strong, .nosotros_content b, .nosotros_content span {
  font-weight: 600;
}
.nosotros_content a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 150px;
  height: 50px;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  padding-inline: 12px;
  box-shadow: 0px 4px 12px rgba(232, 232, 232, 0.28);
}
.nosotros_content a p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-left: 38px;
  transition: all 0.4s ease;
}
.nosotros_content a img {
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  width: 14px;
}
.nosotros_content a:is(:hover, :focus) p {
  margin-left: 14px;
}
.nosotros_content a:is(:hover, :focus) img {
  left: 110px;
}
@media (max-width: 768px) {
  .nosotros_content a {
    margin-inline: auto;
  }
}

.contact_container-grid, .blog_container-box {
  padding: 2.5rem;
}
@media (max-width: 500px) {
  .contact_container-grid, .blog_container-box {
    padding: 2rem;
  }
}

.blog_container {
  padding-block: 4rem;
}
.blog_container-box {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  max-width: 1300px;
  margin-inline: auto;
}
.blog_container-box h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.contact_container {
  padding-block: 4rem;
}
.contact_container-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  align-items: center;
}
@media (max-width: 1200px) {
  .contact_container-grid {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
  .contact_container-grid div:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 500px) {
  .contact_container-grid {
    padding: 0 !important;
  }
}
.contact_container h2 {
  color: #F18605;
  font-family: "Sono", monospace;
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .contact_container h2 {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .contact_container-info {
    order: 0;
  }
}
.contact_container-info p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .contact_container-info p {
    font-size: 1.2rem;
  }
}
.contact_container .content {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 1200px) {
  .contact_container .content {
    text-align: center;
  }
}

.nosotros_section {
  height: 800px;
  overflow: hidden;
  background: #0C2D3F;
}
@media (max-width: 768px) {
  .nosotros_section {
    height: 768px;
  }
}
@media (max-width: 630px) {
  .nosotros_section {
    height: 700px;
  }
}
.nosotros_section .nosotros_section-canvas .contenedor_titulo h2, .nosotros_section-canvas .contenedor_titulo .nosotros_section h2, .nosotros_section .nosotros_content h2, .nosotros_content .nosotros_section h2, .nosotros_section .blog_container-box h2, .blog_container-box .nosotros_section h2 {
  color: #F18605;
  font-size: 35px;
  font-weight: bold;
  -webkit-text-stroke: 1px;
}
@media (max-width: 1200px) {
  .nosotros_section .nosotros_section-canvas .contenedor_titulo h2, .nosotros_section-canvas .contenedor_titulo .nosotros_section h2, .nosotros_section .nosotros_content h2, .nosotros_content .nosotros_section h2, .nosotros_section .blog_container-box h2, .blog_container-box .nosotros_section h2 {
    font-size: 30px;
  }
}
@media (max-width: 942px) {
  .nosotros_section .nosotros_section-canvas .contenedor_titulo h2, .nosotros_section-canvas .contenedor_titulo .nosotros_section h2, .nosotros_section .nosotros_content h2, .nosotros_content .nosotros_section h2, .nosotros_section .blog_container-box h2, .blog_container-box .nosotros_section h2 {
    font-size: 26px;
  }
}
@media (max-width: 630px) {
  .nosotros_section .nosotros_section-canvas .contenedor_titulo h2, .nosotros_section-canvas .contenedor_titulo .nosotros_section h2, .nosotros_section .nosotros_content h2, .nosotros_content .nosotros_section h2, .nosotros_section .blog_container-box h2, .blog_container-box .nosotros_section h2 {
    font-size: 23px;
  }
}
.nosotros_section .nosotros_section-canvas .btn.start p, .nosotros_section-canvas .btn.start .nosotros_section p, .nosotros_section .nosotros_section-canvas .contenedor_content .button p, .nosotros_section-canvas .contenedor_content .button .nosotros_section p, .nosotros_section .nosotros_section-canvas .contenedor_content > p, .nosotros_section-canvas .nosotros_section .contenedor_content > p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  line-height: 1.35em;
}
.nosotros_section-canvas {
  padding-block: 4rem;
}
.nosotros_section-canvas .vector {
  width: 222px;
  transition: all 1s ease;
}
@media (max-width: 1200px) {
  .nosotros_section-canvas .vector {
    width: 162px;
  }
}
.nosotros_section-canvas .contenedor_arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.5rem;
  transition: all 1s ease;
  z-index: 5;
}
.nosotros_section-canvas .contenedor_arrows button {
  background: none;
  border: none;
  display: block;
  width: 41px;
  height: 41px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.nosotros_section-canvas .contenedor_arrows button 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;
}
.nosotros_section-canvas .contenedor_nro {
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
}
.nosotros_section-canvas .contenedor_nro span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  font-family: "Pondar", monospace;
  color: #ffffff;
  pointer-events: none;
  font-weight: 400;
  font-size: 92px;
  -webkit-text-stroke: 2px;
  transition: all 1s ease;
}
@media (max-width: 1200px) {
  .nosotros_section-canvas .contenedor_nro span {
    font-size: 62px;
  }
}
@media (max-width: 942px) {
  .nosotros_section-canvas .contenedor_nro span {
    font-size: 56px;
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas .contenedor_nro span {
    font-size: 45px;
  }
}
.nosotros_section-canvas .contenedor_image {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: all 1s ease;
}
.nosotros_section-canvas .contenedor_image img {
  position: absolute;
  transition: all 1s ease;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
}
.nosotros_section-canvas .contenedor_content > * {
  position: absolute;
}
.nosotros_section-canvas .contenedor_content > p {
  font-size: 20px;
  opacity: 0;
  text-align: left;
  transition: all 1s ease;
  max-width: 440px;
}
@media (max-width: 1200px) {
  .nosotros_section-canvas .contenedor_content > p {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .nosotros_section-canvas .contenedor_content > p {
    font-size: 16px;
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas .contenedor_content > p {
    font-size: 15px;
  }
}
.nosotros_section-canvas .contenedor_content .button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  background: none;
  transition: all 1s ease;
  z-index: 3;
  cursor: pointer;
  border: none;
}
.nosotros_section-canvas .contenedor_content .button p {
  font-size: 27px;
}
@media (max-width: 1200px) {
  .nosotros_section-canvas .contenedor_content .button p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .nosotros_section-canvas .contenedor_content .button p {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .nosotros_section-canvas .contenedor_content .button p {
    font-size: 19px;
  }
}
.nosotros_section-canvas .contenedor_content p[data-content="6"] {
  top: 225px;
  left: 0;
}
.nosotros_section-canvas .contenedor_content p[data-content="5"] {
  top: 305px;
  left: 0;
}
.nosotros_section-canvas .contenedor_content p[data-content="4"] {
  top: 360px;
  left: 60%;
}
@media (max-width: 630px) {
  .nosotros_section-canvas .contenedor_content p[data-content="4"] {
    left: 50%;
  }
}
.nosotros_section-canvas .contenedor_content p[data-content="3"] {
  top: 260px;
  left: 60%;
}
@media (max-width: 630px) {
  .nosotros_section-canvas .contenedor_content p[data-content="3"] {
    top: 70px;
    left: 50%;
  }
}
.nosotros_section-canvas .contenedor_content p[data-content="2"] {
  top: 405px;
  left: 0;
  max-width: 465px;
}
@media (max-width: 630px) {
  .nosotros_section-canvas .contenedor_content p[data-content="2"] {
    top: 340px;
  }
}
.nosotros_section-canvas .contenedor_content p[data-content="1"] {
  top: 230px;
  left: 0;
}
@media (max-width: 630px) {
  .nosotros_section-canvas .contenedor_content p[data-content="1"] {
    max-width: 55%;
  }
}
.nosotros_section-canvas .contenedor_content p[data-content="0"] {
  top: 190px;
  left: 0;
  max-width: 690px;
}
@media (max-width: 1024px) {
  .nosotros_section-canvas .contenedor_content p[data-content="0"] {
    max-width: 55%;
  }
}
.nosotros_section-canvas .contenedor_titulo {
  height: 85px;
  transition: all 1s ease;
}
.nosotros_section-canvas .contenedor_titulo h2 {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 300px;
  opacity: 0;
  transition: all 1s ease;
  font-family: "Sono", monospace;
}
.nosotros_section-canvas .contenedor_titulo h2[data-content="0"] {
  font-family: "Pondar", monospace;
}
.nosotros_section-canvas .contenedor_titulo h2[data-content="1"] {
  min-width: 510px;
}
.nosotros_section-canvas .btn.start {
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  background: #F18605;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: block;
  width: 235px;
  height: 235px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.8s ease;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nosotros_section-canvas .btn.start p {
  font-size: 27px;
}
@media (max-width: 1200px) {
  .nosotros_section-canvas .btn.start p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .nosotros_section-canvas .btn.start p {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .nosotros_section-canvas .btn.start p {
    font-size: 19px;
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas .btn.start p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .nosotros_section-canvas .btn.start {
    display: block;
    width: 190px;
    height: 190px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas .btn.start {
    display: block;
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-direction: column;
    top: 65%;
  }
}
.nosotros_section-canvas[data-step="0"] p[data-content="0"],
.nosotros_section-canvas[data-step="0"] h2[data-content="0"] {
  opacity: 1;
}
.nosotros_section-canvas[data-step="0"] .vector {
  width: 475px;
  left: calc(100% - 350px);
  top: 30px;
}
@media (max-width: 768px) {
  .nosotros_section-canvas[data-step="0"] .vector {
    top: 11px;
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="0"] .vector {
    width: 275px;
    left: calc(100% - 225px);
    top: calc(100% - 500px);
  }
}
.nosotros_section-canvas[data-step="0"] .contenedor_arrows {
  opacity: 0;
  pointer-events: none;
}
.nosotros_section-canvas[data-step="0"] .contenedor_titulo {
  top: 90px;
  left: 0;
}
.nosotros_section-canvas[data-step="0"] .contenedor_content .button {
  opacity: 0;
  top: 222px;
  right: 100px;
}
.nosotros_section-canvas[data-step="0"] .btn.start {
  opacity: 1;
  z-index: 4;
  pointer-events: all;
}
.nosotros_section-canvas[data-step="1"] p[data-content="1"],
.nosotros_section-canvas[data-step="1"] img[data-image="1"],
.nosotros_section-canvas[data-step="1"] h2[data-content="1"],
.nosotros_section-canvas[data-step="1"] .n01 {
  opacity: 1;
}
.nosotros_section-canvas[data-step="1"] .vector {
  left: -70px;
  top: 11vh;
}
.nosotros_section-canvas[data-step="1"] .contenedor_image {
  top: -90px;
  right: -250px;
  max-width: 980px;
}
@media (max-width: 1200px) {
  .nosotros_section-canvas[data-step="1"] .contenedor_image {
    max-width: 780px;
  }
}
@media (max-width: 1024px) {
  .nosotros_section-canvas[data-step="1"] .contenedor_image {
    top: 50px;
    max-width: 680px;
  }
}
@media (max-width: 942px) {
  .nosotros_section-canvas[data-step="1"] .contenedor_image {
    top: -100px;
    max-width: 500px;
    right: -100px;
  }
}
@media (max-width: 768px) {
  .nosotros_section-canvas[data-step="1"] .contenedor_image {
    top: calc(100% - 400px);
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="1"] .contenedor_image {
    max-width: 70%;
  }
}
.nosotros_section-canvas[data-step="1"] .contenedor_content .button {
  top: 380px;
  left: 0;
  background: none;
}
.nosotros_section-canvas[data-step="1"] .contenedor_titulo {
  top: 130px;
  left: 0;
}
.nosotros_section-canvas[data-step="2"] p[data-content="2"],
.nosotros_section-canvas[data-step="2"] img[data-image="2"],
.nosotros_section-canvas[data-step="2"] h2[data-content="2"],
.nosotros_section-canvas[data-step="2"] .n02 {
  opacity: 1;
}
.nosotros_section-canvas[data-step="2"] .vector {
  left: -70px;
  top: 25vh;
}
.nosotros_section-canvas[data-step="2"] .contenedor_image {
  top: -50%;
  right: 0;
  max-width: 1100px;
}
@media (max-width: 1462px) {
  .nosotros_section-canvas[data-step="2"] .contenedor_image {
    right: -5%;
    max-width: 950px;
  }
}
@media (max-width: 1200px) {
  .nosotros_section-canvas[data-step="2"] .contenedor_image {
    max-width: 900px;
  }
}
@media (max-width: 1024px) {
  .nosotros_section-canvas[data-step="2"] .contenedor_image {
    max-width: 700px;
    top: -40%;
  }
}
@media (max-width: 942px) {
  .nosotros_section-canvas[data-step="2"] .contenedor_image {
    max-width: 550px;
    top: -10%;
    right: -10%;
  }
}
@media (max-width: 768px) {
  .nosotros_section-canvas[data-step="2"] .contenedor_image {
    max-width: 470px;
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="2"] .contenedor_image {
    max-width: 70%;
  }
}
.nosotros_section-canvas[data-step="2"] .contenedor_content .button {
  top: 580px;
  left: 40%;
}
@media (max-width: 768px) {
  .nosotros_section-canvas[data-step="2"] .contenedor_content .button {
    left: 0;
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="2"] .contenedor_content .button {
    top: 420px;
  }
}
.nosotros_section-canvas[data-step="2"] .contenedor_titulo {
  top: 300px;
  left: 0;
}
.nosotros_section-canvas[data-step="3"] p[data-content="3"],
.nosotros_section-canvas[data-step="3"] img[data-image="3"],
.nosotros_section-canvas[data-step="3"] h2[data-content="3"],
.nosotros_section-canvas[data-step="3"] .n03 {
  opacity: 1;
}
.nosotros_section-canvas[data-step="3"] .vector {
  left: calc(100% - 172px);
  top: 12vh;
  rotate: 180deg;
}
.nosotros_section-canvas[data-step="3"] .contenedor_titulo {
  top: 150px;
  left: 60%;
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="3"] .contenedor_titulo {
    top: 0px;
    left: 50%;
  }
}
.nosotros_section-canvas[data-step="3"] .contenedor_content .button {
  top: 420px;
  left: 60%;
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="3"] .contenedor_content .button {
    left: 50%;
    top: 220px;
  }
}
.nosotros_section-canvas[data-step="3"] .contenedor_image {
  top: calc(100% - 600px);
  right: calc(100% - 774px);
  max-width: 850px;
}
@media (max-width: 1200px) {
  .nosotros_section-canvas[data-step="3"] .contenedor_image {
    top: calc(100% - 500px);
    right: calc(100% - 574px);
    max-width: 650px;
  }
}
@media (max-width: 942px) {
  .nosotros_section-canvas[data-step="3"] .contenedor_image {
    top: calc(100% - 400px);
    right: calc(100% - 400px);
    max-width: 500px;
  }
}
.nosotros_section-canvas[data-step="4"] p[data-content="4"],
.nosotros_section-canvas[data-step="4"] img[data-image="4"],
.nosotros_section-canvas[data-step="4"] h2[data-content="4"],
.nosotros_section-canvas[data-step="4"] .n04 {
  opacity: 1;
}
.nosotros_section-canvas[data-step="4"] .vector {
  left: calc(100% - 172px);
  top: 38vh;
  rotate: 180deg;
}
.nosotros_section-canvas[data-step="4"] .contenedor_titulo {
  top: 250px;
  left: 60%;
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="4"] .contenedor_titulo {
    left: 50%;
  }
}
.nosotros_section-canvas[data-step="4"] .contenedor_content .button {
  top: 520px;
  left: 60%;
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="4"] .contenedor_content .button {
    left: 50%;
  }
}
.nosotros_section-canvas[data-step="4"] .contenedor_image {
  top: -35%;
  right: calc(100% - 824px);
  max-width: 900px;
}
@media (max-width: 1200px) {
  .nosotros_section-canvas[data-step="4"] .contenedor_image {
    right: calc(100% - 624px);
    max-width: 720px;
  }
}
@media (max-width: 942px) {
  .nosotros_section-canvas[data-step="4"] .contenedor_image {
    right: calc(100% - 424px);
    max-width: 520px;
    top: -10%;
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="4"] .contenedor_image {
    right: calc(100% - 300px);
    max-width: 350px;
    top: -8%;
  }
}
.nosotros_section-canvas[data-step="5"] p[data-content="5"],
.nosotros_section-canvas[data-step="5"] img[data-image="5"],
.nosotros_section-canvas[data-step="5"] h2[data-content="5"],
.nosotros_section-canvas[data-step="5"] .n05 {
  opacity: 1;
}
.nosotros_section-canvas[data-step="5"] .vector {
  left: -70px;
  top: 30vh;
}
.nosotros_section-canvas[data-step="5"] .contenedor_image {
  top: -30%;
  right: -7%;
  max-width: 900px;
}
@media (max-width: 1200px) {
  .nosotros_section-canvas[data-step="5"] .contenedor_image {
    max-width: 750px;
  }
}
@media (max-width: 1024px) {
  .nosotros_section-canvas[data-step="5"] .contenedor_image {
    max-width: 620px;
    top: -20%;
    right: -9%;
  }
}
@media (max-width: 942px) {
  .nosotros_section-canvas[data-step="5"] .contenedor_image {
    max-width: 520px;
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="5"] .contenedor_image {
    max-width: 400px;
  }
}
.nosotros_section-canvas[data-step="5"] .contenedor_content .button {
  top: 450px;
  left: 0;
}
.nosotros_section-canvas[data-step="5"] .contenedor_titulo {
  top: 200px;
  left: 0;
}
.nosotros_section-canvas[data-step="6"] p[data-content="6"],
.nosotros_section-canvas[data-step="6"] img[data-image="6"],
.nosotros_section-canvas[data-step="6"] h2[data-content="6"],
.nosotros_section-canvas[data-step="6"] .n06 {
  opacity: 1;
}
.nosotros_section-canvas[data-step="6"] .vector {
  left: -70px;
  top: 10vh;
}
.nosotros_section-canvas[data-step="6"] .contenedor_image {
  top: 20%;
  right: -5%;
  max-width: 1100px;
}
@media (max-width: 1462px) {
  .nosotros_section-canvas[data-step="6"] .contenedor_image {
    max-width: 1000px;
  }
}
@media (max-width: 1200px) {
  .nosotros_section-canvas[data-step="6"] .contenedor_image {
    max-width: 750px;
    right: -13%;
  }
}
@media (max-width: 1024px) {
  .nosotros_section-canvas[data-step="6"] .contenedor_image {
    max-width: 650px;
  }
}
@media (max-width: 942px) {
  .nosotros_section-canvas[data-step="6"] .contenedor_image {
    max-width: 520px;
    top: -5%;
  }
}
@media (max-width: 768px) {
  .nosotros_section-canvas[data-step="6"] .contenedor_image {
    max-width: 480px;
    top: calc(100% - 400px);
  }
}
@media (max-width: 630px) {
  .nosotros_section-canvas[data-step="6"] .contenedor_image {
    max-width: 380px;
    top: calc(100% - 300px);
  }
}
.nosotros_section-canvas[data-step="6"] .contenedor_content .button {
  top: 380px;
  left: 0;
}
.nosotros_section-canvas[data-step="6"] .contenedor_titulo {
  top: 170px;
  left: 0;
}
.nosotros_section-canvas[data-step="6"] .next {
  opacity: 0;
  pointer-events: none;
}

.description-box {
  background: #ffffff;
  border-radius: 25px;
  padding: 1rem 5%;
}
.description-box p {
  text-align: center;
  line-height: 1.3em;
  font-size: 30px;
  color: #144E73;
  font-family: "Sono", monospace;
  font-weight: 400;
}
.description-box p span, .description-box p b, .description-box p strong {
  font-weight: bold;
  color: #F18605;
}

.entries_container {
  padding-block: 3.25rem 8rem;
}
.entries_container-filter {
  margin-bottom: 5rem;
}
.entries_container-filter ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 5%;
}
.entries_container-filter a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  border: 0.834px solid rgba(40, 40, 40, 0.3137254902);
  border-radius: 25px;
  min-width: 120px;
  text-align: center;
  padding: 9px 18px;
  box-shadow: 0px 3.334px 10.003px 0px rgba(232, 232, 232, 0.15);
}
.entries_container-filter a.active {
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
}
.entries_container-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 40px;
}
.entries_container-pagination {
  margin-top: 7vh;
}

.wp-pagination > * {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.wp-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.wp-pagination_button {
  display: block;
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #ffffff;
}
.wp-pagination_button.active {
  border: none;
  display: block;
  width: 37px;
  height: 37px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0px 3.334px 10.003px 0px rgba(232, 232, 232, 0.15);
}
.wp-pagination > * {
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.wp-pagination > *:hover {
  transform: scale(0.9);
}
.wp-pagination_less, .wp-pagination_more {
  height: 37px;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0px 3.334px 10.003px 0px rgba(232, 232, 232, 0.15);
  padding-inline: 16px;
}

.servicios_content {
  padding-block: 8rem 4rem;
}
.servicios_content .content {
  max-width: 540px;
  margin: 0 0 0 auto;
}
.servicios_content .content p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.3em;
}
.servicios_content .content p:empty {
  display: none;
}
.servicios_content .content p:not(:last-child) {
  margin-bottom: 20px;
}
.servicios_content .content strong, .servicios_content .content b {
  font-weight: 600;
}
.servicios_list {
  padding-block: 4rem 7rem;
}
.servicios_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 120px 50px;
}

.courses {
  padding-block: 3rem;
}
.courses .contenedor {
  padding-inline: 3rem;
}
.courses a.back {
  margin-top: 9vh;
}
.courses h2 {
  font-family: "Pondar", monospace;
  color: #F18605;
  text-align: center;
  -webkit-text-stroke: 2px;
  margin-bottom: 5rem;
}
.courses_grid {
  display: grid;
  grid-template-columns: 45% 51%;
  grid-gap: 4%;
}
.courses-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 26px 16px;
}
.courses-left button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 128px;
  aspect-ratio: 16/8.75;
  border-radius: 16px;
}
.courses-left button:not(.active) {
  scale: 0.925;
}
.courses-left button.active {
  box-shadow: 0px 2.2px 8.8px 0px rgba(0, 0, 0, 0.35);
}
.courses-left button p {
  font-family: "Sono", monospace;
  font-weight: bold;
  font-size: 30px;
}
.courses-left button:nth-child(1), .courses-left button:nth-child(4), .courses-left button:nth-child(5) {
  background: linear-gradient(106deg, #FFF 11%, #C0C0C0 93.35%);
}
.courses-left button:nth-child(1) p, .courses-left button:nth-child(4) p, .courses-left button:nth-child(5) p {
  color: #F18605;
}
.courses-left button:nth-child(2), .courses-left button:nth-child(3), .courses-left button:nth-child(6) {
  background: linear-gradient(106deg, #F18605 11%, #AD5F00 93.35%);
}
.courses-left button:nth-child(2) p, .courses-left button:nth-child(3) p, .courses-left button:nth-child(6) p {
  color: #ffffff;
}
.courses-left button:nth-child(odd) {
  margin-top: -3rem;
}
.courses_box {
  background: #ffffff;
  border-radius: 15px;
  padding-block: 2.25rem;
  padding-inline: 1.75rem 1.25rem;
  transition: all 0.4s ease;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.courses_box:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.courses_box.active {
  z-index: 3;
}
.courses_box ol, .courses_box ul {
  list-style: none;
  overflow: hidden;
}
.courses_box li:not(:last-child) {
  margin-bottom: 21px;
}
.courses_box a {
  font-family: "Poppins", sans-serif;
  color: #F18605;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.courses_box a p {
  font-size: 21px;
  padding-left: 21px;
}
.courses_box a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  opacity: 0;
  transition: all 0.4s ease;
}
.courses_box a path {
  transition: all 0.4s ease;
}
.courses_box a:hover {
  font-weight: 600;
  color: #144E73;
}
.courses_box a:hover svg {
  left: 0;
  opacity: 1;
}
.courses_box a:hover path {
  fill: #144E73;
}

.single-curso h2 {
  color: #F18605;
  font-family: "Sono", monospace;
  font-weight: bold;
  margin-bottom: 11px;
}

.page-template-nuestro-equipo .nosotros .contenedor {
  padding-inline: 3.5%;
}
.page-template-nuestro-equipo .nosotros h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #ffffff;
}
.page-template-nuestro-equipo .nosotros p {
  font-size: 1.5rem;
}
.page-template-nuestro-equipo .nosotros a {
  margin-top: 10vh;
  width: 130px;
  margin-inline: auto;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  position: relative;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.15);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-size: 22px;
}
.page-template-nuestro-equipo .nosotros a:is(:hover, :focus) {
  width: 160px;
}
.page-template-nuestro-equipo .nosotros a:hover {
  font-weight: bold;
}

.page-template-nuestros-clientes .banner_page h1 {
  max-width: 725px;
}
.page-template-nuestros-clientes .servicios_content .content {
  max-width: 560px;
}
.page-template-nuestros-clientes .servicios_content .content p {
  font-weight: 600;
}
.page-template-nuestros-clientes a.back {
  margin-top: 10vh;
  width: 130px;
  margin-inline: auto;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  position: relative;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.15);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-size: 22px;
}
.page-template-nuestros-clientes a.back:is(:hover, :focus) {
  width: 160px;
}
.page-template-nuestros-clientes a.back:hover {
  font-weight: bold;
}

.our_partners {
  padding-block: 0 6rem;
}
.our_partners .bg_white {
  background: #ffffff;
  border-radius: 25px;
  padding: 3.75rem 3.25rem;
}
.our_partners .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 35px 65px;
}
.our_partners-logo {
  width: min(100%, 223px);
  max-height: 123px;
  padding: 4px;
}
.our_partners-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}

.our_members {
  padding-block: 3rem;
}
.our_members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 78px 68px;
}
.our_members a.back {
  margin-top: 10vh;
  width: 130px;
  margin-inline: auto;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  position: relative;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.15);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-size: 22px;
}
.our_members a.back:is(:hover, :focus) {
  width: 160px;
}
.our_members a.back:hover {
  font-weight: bold;
}

.success_stories {
  padding-block: 4.5rem 6rem;
}
.success_stories .col {
  width: 49.5%;
}
.success_stories .content {
  max-width: 570px;
}
.success_stories .content > *:not(:first-child) {
  margin-top: 18px;
}
.success_stories .content p, .success_stories .content li {
  font-size: 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  line-height: 1.3em;
}
.success_stories .content b, .success_stories .content strong {
  font-weight: 600;
}
.success_stories .content ul, .success_stories .content ol {
  margin-left: 21px;
}
.success_stories .content ul li:not(:last-child), .success_stories .content ol li:not(:last-child) {
  margin-bottom: 3px;
}
.success_stories .row {
  min-height: 60vh;
  margin-bottom: 12vh;
}
.success_stories .row:nth-child(even) .content {
  margin: 0 0 0 auto;
}
.success_stories h2 {
  color: #F18605;
  font-family: "Sono", monospace;
  font-weight: bold;
  margin-bottom: 6px;
}
.success_stories .image {
  max-width: 480px;
  aspect-ratio: 1/1;
  height: auto;
  margin-inline: auto;
}
.success_stories .image::before {
  position: absolute;
  content: "";
  display: block;
  width: 147px;
  height: 147px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  bottom: -34px;
  right: 0;
  background: linear-gradient(290deg, #F18605 10.28%, #AD5F00 89.14%);
  border-radius: 50%;
}
.success_stories .shadow {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5) inset;
  border-radius: 50%;
}
.success_stories a.back {
  width: 130px;
  margin-inline: auto;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  position: relative;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.15);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-size: 22px;
}
.success_stories a.back:is(:hover, :focus) {
  width: 160px;
}
.success_stories a.back:hover {
  font-weight: bold;
}

.digits {
  padding-block: 3rem;
  background: transparent;
}
.digits_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.digits .digit > * {
  text-align: center;
}
.digits .digit span {
  font-size: 70px;
  display: block;
  line-height: 1.2em;
  color: #F18605;
  font-family: "Pondar", monospace;
  font-weight: bold;
  -webkit-text-stroke: 3px;
  font-weight: 400;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
}
.digits .digit p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.mvision {
  padding-block: 11rem 7rem;
}
.mvision_box {
  aspect-ratio: 16/9;
  height: auto;
  padding-block: 2.25rem;
}
.mvision_box > * {
  border-radius: 15px;
}
.mvision_box img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-inline: auto;
}
.mvision_box > div {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}
.mvision_box > div > * {
  color: #ffffff;
}
.mvision_box h2 {
  font-family: "Sono", monospace;
  font-weight: 500;
  margin-bottom: 4px;
}
.mvision_box p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 19px;
  line-height: 1.3em;
}
.mvision_box .vision {
  bottom: 0;
  left: 0;
  max-width: 430px;
  background: rgba(20, 78, 115, 0.85);
  padding: 26px 45px 35px;
}
.mvision_box .mision {
  padding: 45px 51px;
  top: 0;
  right: 0;
  max-width: 361px;
  background: rgba(12, 45, 63, 0.85);
}

.values {
  padding-block: 5.5rem;
}
.values_box {
  padding: 3.5rem 4rem;
  border-radius: 15px;
  border: 3px solid #ffffff;
  background: linear-gradient(144deg, rgba(255, 255, 255, 0.4) 5.93%, rgba(255, 255, 255, 0.1) 90.15%);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.values h2 {
  text-align: center;
  color: #F18605;
  font-family: "Pondar", monospace;
  font-weight: bold;
  -webkit-text-stroke: 1px;
  margin-bottom: 12px;
}
.values p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 20px;
}
.values_grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.page-template-contacto .contact_container h2 {
  color: #ffffff;
}
.page-template-contacto .contact_container p {
  font-family: "Sono", monospace;
  max-width: 350px;
}

.page-template-gracias, .error404 {
  background: url(../../images/bgthanks.png) no-repeat;
  background-size: cover;
}

.thanks_you {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.thanks_you-content > * {
  text-align: center;
  margin-inline: auto;
}
.thanks_you-content h1 {
  color: #F18605;
  -webkit-text-stroke: 3px;
  font-family: "Pondar", monospace;
  font-weight: bold;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.thanks_you-content p {
  margin-top: 16px;
  font-family: "Sono", monospace;
  color: #ffffff;
  font-weight: 400;
  font-size: 27px;
}
.thanks_you-content a {
  margin-top: 80px;
  width: 130px;
  margin-inline: auto;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  position: relative;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.15);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-size: 22px;
  width: 233px;
}
.thanks_you-content a:is(:hover, :focus) {
  width: 160px;
}
.thanks_you-content a:hover {
  width: 273px;
  font-weight: bold;
}

.single_page {
  min-height: 100vh;
  padding-block: 4.5rem 6.5rem;
}
.single_page-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 7.5%;
}
.single_page .single_page-main .content > *, .single_page-main .single_page .content > *, .single_page .single_page-main .content, .single_page-main .single_page .content {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 300;
}
.single_page-banner {
  filter: url(#round);
  width: 100%;
  margin-bottom: 30px;
}
.single_page-banner::before {
  display: block;
  padding-top: 320px;
  content: "";
  -webkit-clip-path: polygon(90% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(90% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5) inset;
}
.single_page a.back {
  margin-top: 7vh;
  width: 130px;
  margin-inline: auto;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  position: relative;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.15);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-size: 22px;
  margin-inline: auto;
}
.single_page a.back:is(:hover, :focus) {
  width: 160px;
}
.single_page a.back:hover {
  font-weight: bold;
}
.single_page-main h1 {
  color: #F18605;
  font-family: "Sono", monospace;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 24px;
}
.single_page-main .content ul, .single_page-main .content ol {
  margin-left: 21px;
  margin-bottom: 24px;
}
.single_page-main .content > p:not(:last-child) {
  margin-bottom: 24px;
}
.single_page-main .content span, .single_page-main .content strong, .single_page-main .content b {
  font-weight: 600 !important;
}
.single-servicio .contact_container h2 {
  color: #ffffff;
}
.single-servicio_section {
  margin-top: -12.5vh;
}
.single-servicio_section.no_mtp {
  margin-top: 2vh;
}
.single-servicio_section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: flex-end;
}
.single-servicio_section-grid p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  line-height: 1.3em;
  font-weight: 300;
  font-size: 22px;
}
.single-servicio_section-grid p strong, .single-servicio_section-grid p b, .single-servicio_section-grid p span {
  font-weight: 600;
}
.single-servicio_section-grid p:not(:last-child) {
  margin-bottom: 22px;
}
.single-servicio_section-grid .content {
  max-width: 625px;
}
.single-servicio_description {
  padding-block: 10rem 4.5rem;
}
.single-servicio_description a {
  margin-top: 55px;
}
.single-servicio_description.curso_description {
  max-width: 1200px;
  margin-inline: auto;
}
.single-servicio_description.curso_description h2 {
  text-align: center;
}
.single-servicio_description.curso_description p, .single-servicio_description.curso_description li {
  font-size: 20px;
  color: #144E73;
  font-family: "Poppins", sans-serif;
  text-align: left;
}
.single-servicio_description.curso_description b, .single-servicio_description.curso_description strong {
  font-weight: 600;
}
.single-servicio_description.curso_description ul, .single-servicio_description.curso_description ol {
  margin-top: 20px;
  margin-left: 23px;
}
.single-servicio_description.curso_description li:not(:last-child) {
  margin-bottom: 3px;
}
.single-servicio_description.curso_description a {
  width: 130px;
  margin-inline: auto;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  position: relative;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.15);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-size: 22px;
}
.single-servicio_description.curso_description a:is(:hover, :focus) {
  width: 160px;
}
.single-servicio_box {
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 3.5rem;
}
.single-servicio_box p {
  font-size: 24px;
  text-align: center;
  color: #144E73;
  font-family: "Poppins", sans-serif;
  line-height: 1.3em;
  font-weight: 400;
}
.single-servicio_box p span, .single-servicio_box p strong, .single-servicio_box p b {
  font-weight: 600;
}
.single-servicio_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  background: transparent;
  right: -12px;
  top: -11px;
  border-radius: 18px;
}

.thumbnail-container img, .thumbnail-container {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5) inset;
  border-radius: 50%;
}

.thumbnail-container {
  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: 500px;
  margin: 0 0 0 auto;
  height: auto;
}
.thumbnail-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.thumbnail-container::before {
  position: absolute;
  content: "";
  display: block;
  width: 168px;
  height: 168px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: linear-gradient(230deg, #F18605 10.28%, #AD5F00 89.14%);
  border-radius: 50%;
  right: 10px;
  bottom: -30px;
}

.single-servicio a.back {
  width: 130px;
  margin-inline: auto;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  position: relative;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.15);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-size: 22px;
}
.single-servicio a.back:is(:hover, :focus) {
  width: 160px;
}
.single-servicio a.back:hover {
  font-weight: bold;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding-block: 20px;
}
.header ul {
  list-style: none;
}
.header .contenedor {
  padding: 16px;
  border-radius: 15px;
  transition: all 0.5s ease;
}
.header nav, .header .header_grid {
  display: grid;
  align-items: center;
}
.header_grid {
  grid-template-columns: 261px 1fr;
  /* grid-gap: 70px; */
}
.header .logo {
  display: block;
}
.header nav {
  grid-template-columns: 1fr 34px;
  grid-gap: 10px 6%;
}
@media (max-width: 1462px) {
  .header nav {
    gap: 10px 41px;
  }
}
.header .burger {
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 20px;
}
.header .burger div {
  position: absolute;
  width: 100%;
  height: 8px;
  border-radius: 6px;
  transition: all 0.4s ease;
  background: #F18605;
}
.header .burger div:nth-child(1) {
  left: 0;
  top: 0;
}
.header .burger div:nth-child(2) {
  bottom: 0;
  right: 0;
}
.header .burger:hover div {
  width: 70%;
}
.header a {
  font-family: "Sono", monospace;
  font-weight: 500;
}
.header .sub-menu {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  position: absolute;
  top: 100%;
  width: 286px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #FFF 0%, #E3E3E3 100%);
  border-radius: 24px;
  padding: 1rem 1.25rem;
}
.header .sub-menu li:not(:last-child) {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.header .sub-menu li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #F18605;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.header .sub-menu a {
  display: block;
  text-align: center;
  color: #144E73;
  font-size: 1rem;
}
.header .ul_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10%;
}
@media (max-width: 1462px) {
  .header .ul_menu {
    gap: 41px;
  }
}
@media (max-width: 1200px) {
  .header .ul_menu {
    display: none;
  }
}
.header .ul_menu > li {
  position: relative;
  height: 50px;
  padding-inline: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.header .ul_menu > li > a {
  color: #ffffff;
  height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 50px;
  padding-inline: 18px;
  overflow: hidden;
}
.header .ul_menu > li > a {
  position: relative;
}
.header .ul_menu > li > a::before {
  transition: all 0.45s ease;
  border-radius: 50px;
  width: 0px;
  opacity: 0;
  height: 100%;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  position: absolute;
  content: "";
  z-index: -1;
}
.header .ul_menu > li:last-child a {
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}
.header .ul_menu > li:hover > a::before {
  opacity: 1;
  width: 100%;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}
.header .ul_menu > li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header.scrolled .contenedor {
  background: #0C2D3F;
}

.menu {
  position: fixed;
  z-index: 60;
  inset: 0;
}
.menu ul {
  list-style: none;
}
.menu_bg {
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
}
.menu_aside {
  width: 95%;
  max-width: 700px;
  overflow: hidden;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .menu_aside {
    max-width: 550px;
  }
}
.menu_aside-close {
  display: block;
  width: 63px;
  height: 63px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: none;
  border: none;
  left: 5%;
  opacity: 0;
  pointer-events: none;
  top: 27%;
  transition: all 0.5s ease;
}
.menu_aside-close 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;
}
@media (max-width: 1200px) {
  .menu_aside-close {
    left: 0;
    display: block;
    width: 58px;
    height: 58px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.menu_aside-bg {
  background: url(../../images/menu.webp) no-repeat;
  background-size: 100% 100%;
  right: -700px;
  top: 0;
  transition: all 0.5s ease;
  transition-delay: 0.1s;
}
@media (max-width: 1200px) {
  .menu_aside-bg {
    background-size: contain;
    background-position: right center;
  }
}
.menu_aside-content {
  top: 50%;
  transform: translateY(-50%);
  left: -15%;
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}
.menu_aside-content li:not(:last-child) {
  margin-bottom: 24px;
}
.menu_aside-content a {
  font-family: "Sono", monospace;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.3rem;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.menu_aside-content a path {
  fill: #ffffff;
  transition: all 0.6s ease;
  opacity: 0;
  transform: translateX(-10px);
}
.menu_aside-content a:hover {
  color: #144E73;
}
.menu_aside-content a:hover path {
  fill: #144E73;
  opacity: 1;
  transform: translateX(0);
}
.menu_aside.active-middle .menu_aside-bg {
  right: -650px;
}
.menu_aside.active-full .menu_aside-close {
  opacity: 1;
  pointer-events: all;
}
.menu_aside.active-full .menu_aside-bg {
  right: 0;
}
.menu_aside.active-full .menu_aside-content {
  opacity: 1;
  left: 15%;
}
.menu:not(.active) {
  pointer-events: none;
}
.menu:not(.active) .menu_bg {
  opacity: 0;
  pointer-events: none;
}

.whatsapp {
  position: fixed;
  right: 3%;
  bottom: 20vh;
  z-index: 10;
  display: block;
  width: 62px;
  height: 62px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.whatsapp 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;
}
.whatsapp:hover {
  transform: scale(1.075);
}
@media (max-width: 768px) {
  .whatsapp {
    display: block;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    bottom: 17vh;
  }
}

.card_blog {
  margin-inline: auto;
}
.card_blog:not(.small) {
  max-width: 260px;
}
.card_blog > div {
  width: 100%;
}
.card_blog-image {
  filter: url(#round);
  width: 100%;
}
.card_blog-image::before {
  display: block;
  padding-top: 113%;
  content: "";
  -webkit-clip-path: polygon(78% 0, 100% 22%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(78% 0, 100% 22%, 100% 100%, 0 100%, 0 0);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5) inset;
}
.card_blog-image g, .card_blog-image path, .card_blog-image svg {
  width: 100%;
}
.card_blog-info {
  padding-block: 14px;
}
.card_blog-info h3, .card_blog-info p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card_blog-info h3 {
  color: #F18605;
  font-family: "Sono", monospace;
  font-weight: bold;
  margin-bottom: 5px;
  min-height: 45px;
}
.card_blog-info > p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 15px;
}
.card_blog-info a {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 128px;
  height: 44px;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  padding-inline: 10px;
  box-shadow: 0px 2.80214px 8.40642px rgba(232, 232, 232, 0.28);
  margin-inline: auto;
}
.card_blog-info a p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-left: 37px;
  transition: all 0.4s ease;
  font-size: 14px;
}
.card_blog-info a img {
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  width: 14px;
}
.card_blog-info a:is(:hover, :focus) p {
  margin-left: 14px;
}
.card_blog-info a:is(:hover, :focus) img {
  left: 93px;
}
.card_blog.small {
  display: block;
}
.card_blog.small .card_blog-image::before {
  padding-top: 80%;
}
.card_blog.small .card_blog-info {
  padding-bottom: 0;
}
.card_blog.small .card_blog-info h3 {
  color: #ffffff;
  min-height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card_blog.small:not(:last-child) {
  margin-bottom: 33px;
}

.card-service {
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
}
.card-service > div {
  width: 100%;
}
.card-service_image {
  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;
  padding: 10px;
  margin-bottom: 20px;
}
.card-service_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.card-service_image::before {
  content: "";
  position: absolute;
  display: block;
  width: 73px;
  height: 73px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #F18605;
  border-radius: 50%;
  bottom: -12px;
  right: 16px;
  transition: all 0.3s ease;
}
.card-service_name h2 {
  font-family: "Sono", monospace;
  color: #ffffff;
  font-weight: 300;
  transition: all 0.4s ease;
  height: 5.8rem;
}
.card-service_name a {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 128px;
  height: 44px;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  padding-inline: 10px;
  box-shadow: 0px 2.80214px 8.40642px rgba(232, 232, 232, 0.28);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
.card-service_name a p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-left: 37px;
  transition: all 0.4s ease;
  font-size: 14px;
}
.card-service_name a img {
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  width: 14px;
}
.card-service_name a:is(:hover, :focus) p {
  margin-left: 14px;
}
.card-service_name a:is(:hover, :focus) img {
  left: 93px;
}
.card-service:hover .card-service_image::before {
  transform: scale(1.25);
  right: 0;
  bottom: 12px;
}
.card-service:hover .card-service_name h2 {
  color: #F18605;
}
.card-service:hover .card-service_name a {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

.value_card {
  /* max-width: 168px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.value_card-image {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 168px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: auto;
  padding: 17px;
  border: 2px solid #ffffff;
  border-left: 2px solid transparent;
}
.value_card-image > div {
  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;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.value_card-image img {
  max-width: 75px;
  max-height: 74px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.value_card-info {
  margin-top: 26px;
}
.value_card-info p {
  line-height: 1.3em;
  height: 4.2rem;
}

.member_card {
  width: min(100%, 322px);
  margin-inline: auto;
}
.member_card > * {
  width: 100%;
}
.member_card .shadow {
  background: linear-gradient(230deg, #0C2D3F 3.24%, #144E73 84.23%);
  filter: blur(6.7761807442px);
  display: block;
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.member_card-photo > * {
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: auto;
}
.member_card-circle {
  margin-inline: auto;
  width: min(100%, 274px);
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 2.464px 2.464px 0px rgba(0, 0, 0, 0.35) inset;
  overflow: hidden;
  padding: 8px 10px 0;
}
.member_card-circle::after, .member_card-circle::before {
  border-radius: 50%;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.member_card-circle::after {
  background: url(../../images/ellipse.png) no-repeat;
  background-size: cover;
  opacity: 0.8;
  z-index: 1;
}
.member_card-circle::before {
  z-index: 2;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 2.464px 2.464px 0px rgba(0, 0, 0, 0.35) inset;
}
.member_card-circle img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.member_card-linkedin {
  bottom: -10px;
  z-index: 6;
  right: -10px;
  background: #F18605;
  background: linear-gradient(230deg, #F18605 10.28%, #AD5F00 89.14%);
  display: block;
  width: 92px;
  height: 92px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: grid;
  place-items: center;
}
.member_card-position {
  margin-top: 18px;
  max-width: 290px;
  margin-inline: auto;
}
.member_card-position > * {
  color: #ffffff;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
.member_card-position h2 {
  font-weight: bold;
  margin-bottom: 5px;
}
.member_card-position p {
  font-weight: 200;
  font-size: 25px;
}

.footer-credits p, .footer-nav a, .footer-content p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 15px;
}

.footer {
  padding-block: 5rem 3.5rem;
}
.footer ul {
  list-style: none;
}
.footer .logo {
  display: block;
  width: min(100%, 210px);
}
.footer-content p {
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block: 24px 30px;
}
.footer-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}
.footer-content ul a {
  display: block;
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer-content ul 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;
}
.footer-box {
  background: linear-gradient(0deg, #0C2D3F 0%, rgba(16, 45, 62, 0.35) 100%);
  border-radius: 15px;
  padding: 2.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 296px 1fr 349px;
  grid-gap: 30px 20px;
  align-items: flex-end;
}
@media (max-width: 942px) {
  .footer-grid {
    grid-template-columns: 100%;
  }
}
.footer-nav ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 500px) {
  .footer-nav ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.footer-nav ul li {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .footer-nav ul li {
    margin-bottom: 12px;
  }
}
.footer-nav a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer-credits {
  margin-top: 24px;
  padding-top: 24px;
  padding-inline: 2rem;
  border-top: 1px solid #ffffff;
}
@media (max-width: 500px) {
  .footer-credits {
    padding-inline: 0;
  }
}
.footer-credits p {
  font-size: 13px;
  text-align: center;
  line-height: 1.3em;
}
@media (max-width: 500px) {
  .footer-credits p {
    font-size: 12px;
  }
}

.banner_page {
  min-height: 180px;
  padding-block: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
.banner_page h1 {
  color: #ffffff;
  font-family: "Pondar", monospace;
  font-weight: bold;
  -webkit-text-stroke: 1px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.05em;
  text-transform: uppercase;
  max-width: 666px;
}

.box_form input:not([type=submit], [type=checkbox]), .box_form textarea, .box_form select {
  display: block;
  min-height: 46px;
  background: rgba(20, 78, 115, 0.14);
  color: #000000;
  padding-inline: 26px;
  width: 100%;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-radius: 25px;
  font-size: 1rem;
}
.box_form input:not([type=submit], [type=checkbox])::-moz-placeholder, .box_form textarea::-moz-placeholder, .box_form select::-moz-placeholder {
  color: #144E73;
}
.box_form input:not([type=submit], [type=checkbox])::placeholder, .box_form textarea::placeholder, .box_form select::placeholder {
  color: #144E73;
}

.box_form {
  background: #ffffff;
  border-radius: 25px;
  max-width: 450px;
  margin-inline: auto;
  overflow: hidden;
  padding: 2rem;
}
.box_form .wpcf7-spinner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.box_form .wpcf7-spinner::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F18605;
}
.box_form form {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.box_form form p {
  max-width: 100% !important;
  width: 100% !important;
}
.box_form .wpcf7-not-valid-tip {
  font-size: 13px;
  margin: 4px 0 0 26px;
}
.box_form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  text-align: center;
  font-weight: 500;
}
.box_form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
.box_form textarea {
  padding-block: 14px;
  resize: none;
  height: 8rem;
}
.box_form [type=submit] {
  margin-top: 20px;
  width: 130px;
  margin-inline: auto;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  position: relative;
  background: linear-gradient(180deg, #F18605 0%, #AD5F00 100%);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.15);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-size: 22px;
}
.box_form [type=submit]:is(:hover, :focus) {
  width: 160px;
}
/*# sourceMappingURL=app.css.map */
