/*!
Theme Name: Landing Colegios RC
Theme URI: https://sidn.es/
Author: SIDN
Author URI: https://sidn.es/
Description: Custom theme for Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: base-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@font-face {
  font-family: "DM Sans";
  src: url("/wp-content/themes/landing colegios/assets/fonts/DM Sans Regular.ttf");
}
@font-face {
  font-family: "Amelia Basic";
  src: url("/wp-content/themes/landing colegios/assets/fonts/Amelia Basic.ttf");
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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.
 */
* {
  margin: 0px;
  padding: 0px;
  font-family: "Amelia Basic" !important;
}

::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

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

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

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Grid
--------------------------------------------- */
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  gap: 30px;
}

.col-1 {
  grid-column-end: span 1;
}

.col-offset-1 {
  grid-column-start: 2;
}

.row-1 {
  grid-row-end: span 1;
}

.row-offset-1 {
  grid-row-start: 2;
}

.col-2 {
  grid-column-end: span 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.row-2 {
  grid-row-end: span 2;
}

.row-offset-2 {
  grid-row-start: 3;
}

.col-3 {
  grid-column-end: span 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.row-3 {
  grid-row-end: span 3;
}

.row-offset-3 {
  grid-row-start: 4;
}

.col-4 {
  grid-column-end: span 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.row-4 {
  grid-row-end: span 4;
}

.row-offset-4 {
  grid-row-start: 5;
}

.col-5 {
  grid-column-end: span 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.row-5 {
  grid-row-end: span 5;
}

.row-offset-5 {
  grid-row-start: 6;
}

.col-6 {
  grid-column-end: span 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.row-6 {
  grid-row-end: span 6;
}

.row-offset-6 {
  grid-row-start: 7;
}

.col-7 {
  grid-column-end: span 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.row-7 {
  grid-row-end: span 7;
}

.row-offset-7 {
  grid-row-start: 8;
}

.col-8 {
  grid-column-end: span 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.row-8 {
  grid-row-end: span 8;
}

.row-offset-8 {
  grid-row-start: 9;
}

.col-9 {
  grid-column-end: span 9;
}

.col-offset-9 {
  grid-column-start: 10;
}

.row-9 {
  grid-row-end: span 9;
}

.row-offset-9 {
  grid-row-start: 10;
}

.col-10 {
  grid-column-end: span 10;
}

.col-offset-10 {
  grid-column-start: 11;
}

.row-10 {
  grid-row-end: span 10;
}

.row-offset-10 {
  grid-row-start: 11;
}

.col-11 {
  grid-column-end: span 11;
}

.col-offset-11 {
  grid-column-start: 12;
}

.row-11 {
  grid-row-end: span 11;
}

.row-offset-11 {
  grid-row-start: 12;
}

.col-12 {
  grid-column-end: span 12;
}

.col-offset-12 {
  grid-column-start: 13;
}

.row-12 {
  grid-row-end: span 12;
}

.row-offset-12 {
  grid-row-start: 13;
}

@media (min-width: 480px) {
  .col-xs-1 {
    grid-column-end: span 1;
  }
  .col-offset-xs-1 {
    grid-column-start: 2;
  }
  .row-xs-1 {
    grid-row-end: span 1;
  }
  .row-offset-xs-1 {
    grid-row-start: 2;
  }
  .col-xs-2 {
    grid-column-end: span 2;
  }
  .col-offset-xs-2 {
    grid-column-start: 3;
  }
  .row-xs-2 {
    grid-row-end: span 2;
  }
  .row-offset-xs-2 {
    grid-row-start: 3;
  }
  .col-xs-3 {
    grid-column-end: span 3;
  }
  .col-offset-xs-3 {
    grid-column-start: 4;
  }
  .row-xs-3 {
    grid-row-end: span 3;
  }
  .row-offset-xs-3 {
    grid-row-start: 4;
  }
  .col-xs-4 {
    grid-column-end: span 4;
  }
  .col-offset-xs-4 {
    grid-column-start: 5;
  }
  .row-xs-4 {
    grid-row-end: span 4;
  }
  .row-offset-xs-4 {
    grid-row-start: 5;
  }
  .col-xs-5 {
    grid-column-end: span 5;
  }
  .col-offset-xs-5 {
    grid-column-start: 6;
  }
  .row-xs-5 {
    grid-row-end: span 5;
  }
  .row-offset-xs-5 {
    grid-row-start: 6;
  }
  .col-xs-6 {
    grid-column-end: span 6;
  }
  .col-offset-xs-6 {
    grid-column-start: 7;
  }
  .row-xs-6 {
    grid-row-end: span 6;
  }
  .row-offset-xs-6 {
    grid-row-start: 7;
  }
  .col-xs-7 {
    grid-column-end: span 7;
  }
  .col-offset-xs-7 {
    grid-column-start: 8;
  }
  .row-xs-7 {
    grid-row-end: span 7;
  }
  .row-offset-xs-7 {
    grid-row-start: 8;
  }
  .col-xs-8 {
    grid-column-end: span 8;
  }
  .col-offset-xs-8 {
    grid-column-start: 9;
  }
  .row-xs-8 {
    grid-row-end: span 8;
  }
  .row-offset-xs-8 {
    grid-row-start: 9;
  }
  .col-xs-9 {
    grid-column-end: span 9;
  }
  .col-offset-xs-9 {
    grid-column-start: 10;
  }
  .row-xs-9 {
    grid-row-end: span 9;
  }
  .row-offset-xs-9 {
    grid-row-start: 10;
  }
  .col-xs-10 {
    grid-column-end: span 10;
  }
  .col-offset-xs-10 {
    grid-column-start: 11;
  }
  .row-xs-10 {
    grid-row-end: span 10;
  }
  .row-offset-xs-10 {
    grid-row-start: 11;
  }
  .col-xs-11 {
    grid-column-end: span 11;
  }
  .col-offset-xs-11 {
    grid-column-start: 12;
  }
  .row-xs-11 {
    grid-row-end: span 11;
  }
  .row-offset-xs-11 {
    grid-row-start: 12;
  }
  .col-xs-12 {
    grid-column-end: span 12;
  }
  .col-offset-xs-12 {
    grid-column-start: 13;
  }
  .row-xs-12 {
    grid-row-end: span 12;
  }
  .row-offset-xs-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
  .col-offset-sm-1 {
    grid-column-start: 2;
  }
  .row-sm-1 {
    grid-row-end: span 1;
  }
  .row-offset-sm-1 {
    grid-row-start: 2;
  }
  .col-sm-2 {
    grid-column-end: span 2;
  }
  .col-offset-sm-2 {
    grid-column-start: 3;
  }
  .row-sm-2 {
    grid-row-end: span 2;
  }
  .row-offset-sm-2 {
    grid-row-start: 3;
  }
  .col-sm-3 {
    grid-column-end: span 3;
  }
  .col-offset-sm-3 {
    grid-column-start: 4;
  }
  .row-sm-3 {
    grid-row-end: span 3;
  }
  .row-offset-sm-3 {
    grid-row-start: 4;
  }
  .col-sm-4 {
    grid-column-end: span 4;
  }
  .col-offset-sm-4 {
    grid-column-start: 5;
  }
  .row-sm-4 {
    grid-row-end: span 4;
  }
  .row-offset-sm-4 {
    grid-row-start: 5;
  }
  .col-sm-5 {
    grid-column-end: span 5;
  }
  .col-offset-sm-5 {
    grid-column-start: 6;
  }
  .row-sm-5 {
    grid-row-end: span 5;
  }
  .row-offset-sm-5 {
    grid-row-start: 6;
  }
  .col-sm-6 {
    grid-column-end: span 6;
  }
  .col-offset-sm-6 {
    grid-column-start: 7;
  }
  .row-sm-6 {
    grid-row-end: span 6;
  }
  .row-offset-sm-6 {
    grid-row-start: 7;
  }
  .col-sm-7 {
    grid-column-end: span 7;
  }
  .col-offset-sm-7 {
    grid-column-start: 8;
  }
  .row-sm-7 {
    grid-row-end: span 7;
  }
  .row-offset-sm-7 {
    grid-row-start: 8;
  }
  .col-sm-8 {
    grid-column-end: span 8;
  }
  .col-offset-sm-8 {
    grid-column-start: 9;
  }
  .row-sm-8 {
    grid-row-end: span 8;
  }
  .row-offset-sm-8 {
    grid-row-start: 9;
  }
  .col-sm-9 {
    grid-column-end: span 9;
  }
  .col-offset-sm-9 {
    grid-column-start: 10;
  }
  .row-sm-9 {
    grid-row-end: span 9;
  }
  .row-offset-sm-9 {
    grid-row-start: 10;
  }
  .col-sm-10 {
    grid-column-end: span 10;
  }
  .col-offset-sm-10 {
    grid-column-start: 11;
  }
  .row-sm-10 {
    grid-row-end: span 10;
  }
  .row-offset-sm-10 {
    grid-row-start: 11;
  }
  .col-sm-11 {
    grid-column-end: span 11;
  }
  .col-offset-sm-11 {
    grid-column-start: 12;
  }
  .row-sm-11 {
    grid-row-end: span 11;
  }
  .row-offset-sm-11 {
    grid-row-start: 12;
  }
  .col-sm-12 {
    grid-column-end: span 12;
  }
  .col-offset-sm-12 {
    grid-column-start: 13;
  }
  .row-sm-12 {
    grid-row-end: span 12;
  }
  .row-offset-sm-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 960px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
  .col-offset-md-1 {
    grid-column-start: 2;
  }
  .row-md-1 {
    grid-row-end: span 1;
  }
  .row-offset-md-1 {
    grid-row-start: 2;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .col-offset-md-2 {
    grid-column-start: 3;
  }
  .row-md-2 {
    grid-row-end: span 2;
  }
  .row-offset-md-2 {
    grid-row-start: 3;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .col-offset-md-3 {
    grid-column-start: 4;
  }
  .row-md-3 {
    grid-row-end: span 3;
  }
  .row-offset-md-3 {
    grid-row-start: 4;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .col-offset-md-4 {
    grid-column-start: 5;
  }
  .row-md-4 {
    grid-row-end: span 4;
  }
  .row-offset-md-4 {
    grid-row-start: 5;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .col-offset-md-5 {
    grid-column-start: 6;
  }
  .row-md-5 {
    grid-row-end: span 5;
  }
  .row-offset-md-5 {
    grid-row-start: 6;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .col-offset-md-6 {
    grid-column-start: 7;
  }
  .row-md-6 {
    grid-row-end: span 6;
  }
  .row-offset-md-6 {
    grid-row-start: 7;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .col-offset-md-7 {
    grid-column-start: 8;
  }
  .row-md-7 {
    grid-row-end: span 7;
  }
  .row-offset-md-7 {
    grid-row-start: 8;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .col-offset-md-8 {
    grid-column-start: 9;
  }
  .row-md-8 {
    grid-row-end: span 8;
  }
  .row-offset-md-8 {
    grid-row-start: 9;
  }
  .col-md-9 {
    grid-column-end: span 9;
  }
  .col-offset-md-9 {
    grid-column-start: 10;
  }
  .row-md-9 {
    grid-row-end: span 9;
  }
  .row-offset-md-9 {
    grid-row-start: 10;
  }
  .col-md-10 {
    grid-column-end: span 10;
  }
  .col-offset-md-10 {
    grid-column-start: 11;
  }
  .row-md-10 {
    grid-row-end: span 10;
  }
  .row-offset-md-10 {
    grid-row-start: 11;
  }
  .col-md-11 {
    grid-column-end: span 11;
  }
  .col-offset-md-11 {
    grid-column-start: 12;
  }
  .row-md-11 {
    grid-row-end: span 11;
  }
  .row-offset-md-11 {
    grid-row-start: 12;
  }
  .col-md-12 {
    grid-column-end: span 12;
  }
  .col-offset-md-12 {
    grid-column-start: 13;
  }
  .row-md-12 {
    grid-row-end: span 12;
  }
  .row-offset-md-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 1170px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .col-offset-lg-1 {
    grid-column-start: 2;
  }
  .row-lg-1 {
    grid-row-end: span 1;
  }
  .row-offset-lg-1 {
    grid-row-start: 2;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .col-offset-lg-2 {
    grid-column-start: 3;
  }
  .row-lg-2 {
    grid-row-end: span 2;
  }
  .row-offset-lg-2 {
    grid-row-start: 3;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .col-offset-lg-3 {
    grid-column-start: 4;
  }
  .row-lg-3 {
    grid-row-end: span 3;
  }
  .row-offset-lg-3 {
    grid-row-start: 4;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .col-offset-lg-4 {
    grid-column-start: 5;
  }
  .row-lg-4 {
    grid-row-end: span 4;
  }
  .row-offset-lg-4 {
    grid-row-start: 5;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .col-offset-lg-5 {
    grid-column-start: 6;
  }
  .row-lg-5 {
    grid-row-end: span 5;
  }
  .row-offset-lg-5 {
    grid-row-start: 6;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .col-offset-lg-6 {
    grid-column-start: 7;
  }
  .row-lg-6 {
    grid-row-end: span 6;
  }
  .row-offset-lg-6 {
    grid-row-start: 7;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .col-offset-lg-7 {
    grid-column-start: 8;
  }
  .row-lg-7 {
    grid-row-end: span 7;
  }
  .row-offset-lg-7 {
    grid-row-start: 8;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .col-offset-lg-8 {
    grid-column-start: 9;
  }
  .row-lg-8 {
    grid-row-end: span 8;
  }
  .row-offset-lg-8 {
    grid-row-start: 9;
  }
  .col-lg-9 {
    grid-column-end: span 9;
  }
  .col-offset-lg-9 {
    grid-column-start: 10;
  }
  .row-lg-9 {
    grid-row-end: span 9;
  }
  .row-offset-lg-9 {
    grid-row-start: 10;
  }
  .col-lg-10 {
    grid-column-end: span 10;
  }
  .col-offset-lg-10 {
    grid-column-start: 11;
  }
  .row-lg-10 {
    grid-row-end: span 10;
  }
  .row-offset-lg-10 {
    grid-row-start: 11;
  }
  .col-lg-11 {
    grid-column-end: span 11;
  }
  .col-offset-lg-11 {
    grid-column-start: 12;
  }
  .row-lg-11 {
    grid-row-end: span 11;
  }
  .row-offset-lg-11 {
    grid-row-start: 12;
  }
  .col-lg-12 {
    grid-column-end: span 12;
  }
  .col-offset-lg-12 {
    grid-column-start: 13;
  }
  .row-lg-12 {
    grid-row-end: span 12;
  }
  .row-offset-lg-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    grid-column-end: span 1;
  }
  .col-offset-xl-1 {
    grid-column-start: 2;
  }
  .row-xl-1 {
    grid-row-end: span 1;
  }
  .row-offset-xl-1 {
    grid-row-start: 2;
  }
  .col-xl-2 {
    grid-column-end: span 2;
  }
  .col-offset-xl-2 {
    grid-column-start: 3;
  }
  .row-xl-2 {
    grid-row-end: span 2;
  }
  .row-offset-xl-2 {
    grid-row-start: 3;
  }
  .col-xl-3 {
    grid-column-end: span 3;
  }
  .col-offset-xl-3 {
    grid-column-start: 4;
  }
  .row-xl-3 {
    grid-row-end: span 3;
  }
  .row-offset-xl-3 {
    grid-row-start: 4;
  }
  .col-xl-4 {
    grid-column-end: span 4;
  }
  .col-offset-xl-4 {
    grid-column-start: 5;
  }
  .row-xl-4 {
    grid-row-end: span 4;
  }
  .row-offset-xl-4 {
    grid-row-start: 5;
  }
  .col-xl-5 {
    grid-column-end: span 5;
  }
  .col-offset-xl-5 {
    grid-column-start: 6;
  }
  .row-xl-5 {
    grid-row-end: span 5;
  }
  .row-offset-xl-5 {
    grid-row-start: 6;
  }
  .col-xl-6 {
    grid-column-end: span 6;
  }
  .col-offset-xl-6 {
    grid-column-start: 7;
  }
  .row-xl-6 {
    grid-row-end: span 6;
  }
  .row-offset-xl-6 {
    grid-row-start: 7;
  }
  .col-xl-7 {
    grid-column-end: span 7;
  }
  .col-offset-xl-7 {
    grid-column-start: 8;
  }
  .row-xl-7 {
    grid-row-end: span 7;
  }
  .row-offset-xl-7 {
    grid-row-start: 8;
  }
  .col-xl-8 {
    grid-column-end: span 8;
  }
  .col-offset-xl-8 {
    grid-column-start: 9;
  }
  .row-xl-8 {
    grid-row-end: span 8;
  }
  .row-offset-xl-8 {
    grid-row-start: 9;
  }
  .col-xl-9 {
    grid-column-end: span 9;
  }
  .col-offset-xl-9 {
    grid-column-start: 10;
  }
  .row-xl-9 {
    grid-row-end: span 9;
  }
  .row-offset-xl-9 {
    grid-row-start: 10;
  }
  .col-xl-10 {
    grid-column-end: span 10;
  }
  .col-offset-xl-10 {
    grid-column-start: 11;
  }
  .row-xl-10 {
    grid-row-end: span 10;
  }
  .row-offset-xl-10 {
    grid-row-start: 11;
  }
  .col-xl-11 {
    grid-column-end: span 11;
  }
  .col-offset-xl-11 {
    grid-column-start: 12;
  }
  .row-xl-11 {
    grid-row-end: span 11;
  }
  .row-offset-xl-11 {
    grid-row-start: 12;
  }
  .col-xl-12 {
    grid-column-end: span 12;
  }
  .col-offset-xl-12 {
    grid-column-start: 13;
  }
  .row-xl-12 {
    grid-row-end: span 12;
  }
  .row-offset-xl-12 {
    grid-row-start: 13;
  }
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #111111;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.color-primary-green {
  color: #18535A;
}

.bold {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.hero-section {
  position: relative;
  width: 100%;
  max-width: 1116px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 164px !important;
  border-radius: 18px;
  z-index: 11;
}
.hero-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(15, 61, 141, 0.5) 0%, rgba(15, 61, 141, 0.5) 100%);
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .hero-section::after {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-section {
    margin-top: 0;
    border-radius: 0;
    height: auto;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
}
.hero-section .bg-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .hero-section .bg-desktop {
    display: none;
  }
}
.hero-section .bg-desktop img {
  border-radius: 18px;
  height: 100%;
  object-fit: cover;
}
.hero-section .bg-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .hero-section .bg-mobile {
    display: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-section .bg-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.hero-section .col-1 {
  width: 100%;
  max-width: 570px;
  padding: 68px 0 68px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .hero-section .col-1 {
    padding-top: 150px;
    max-width: 640px;
  }
}
.hero-section .col-1 .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  z-index: 1;
}
.hero-section .col-1 .header .title {
  width: 100%;
  color: #fff;
  font-family: "Amelia Basic";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px; /* 123.333% */
}
@media screen and (max-width: 970px) {
  .hero-section .col-1 .header .title {
    font-size: 54px;
    line-height: 60px;
  }
}
@media screen and (max-width: 850px) {
  .hero-section .col-1 .header .title {
    font-size: 48px;
    line-height: 56px; /* 116.667% */
  }
}
.hero-section .col-1 .header .sub {
  color: #fff;
  font-family: "Amelia Basic";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.25px;
}
@media screen and (max-width: 940px) {
  .hero-section .col-1 .header .sub {
    font-size: 22px;
    line-height: 22px;
  }
}
.hero-section .col-1 .footer {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero-section .col-1 .footer {
    width: 95%;
  }
}
.hero-section .col-1 .footer a {
  text-decoration: none;
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  background: #fff;
  color: var(--color-primario);
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero-section .col-1 .footer a path {
  stroke: var(--color-primario);
}
.hero-section .col-1 .footer a:hover {
  color: #fff;
  background: var(--color-primario);
}
.hero-section .col-1 .footer a:hover path {
  stroke: #fff;
}
.hero-section .col-2 {
  z-index: 1;
  height: fit-content;
  padding: 22px;
  min-width: 380px;
  width: 100%;
  display: flex;
  width: 100%;
  max-width: 410px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: var(--Base-White, #fff);
  box-shadow: 0px 117px 33px 0px rgba(121, 130, 148, 0), 0px 75px 30px 0px rgba(121, 130, 148, 0.01), 0px 42px 25px 0px rgba(121, 130, 148, 0.05), 0px 19px 19px 0px rgba(121, 130, 148, 0.09), 0px 5px 10px 0px rgba(121, 130, 148, 0.1), 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .hero-section .col-2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .hero-section .col-2 {
    min-width: fit-content;
    margin: 0 15px;
  }
}
@media screen and (max-width: 431px) {
  .hero-section .col-2 {
    margin-top: -40px;
  }
}
.hero-section .col-2 .title {
  color: var(--color-primario);
  font-family: "Amelia Basic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.25px;
}
.hero-section .col-2 > div form {
  display: flex;
  width: 100%;
  max-width: 410px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.hero-section .col-2 > div form br {
  display: none;
}
.hero-section .col-2 > div form > div {
  width: 47%;
  padding: 0;
}
.hero-section .col-2 > div form > div[data-editorblocktype=Field-checkbox], .hero-section .col-2 > div form > div[data-editorblocktype=SubmitButtonBlock] {
  width: 100%;
}
.hero-section .col-2 > div form > div input:not([type=checkbox]),
.hero-section .col-2 > div form > div select {
  width: 100%;
  display: flex;
  height: 48px;
  padding: 4px 16px;
}
.hero-section .col-2 > div form > div label {
  color: var(--color-primario);
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.25px;
}
.hero-section .col-2 > div form > div label a,
.hero-section .col-2 > div form > div label span {
  color: var(--color-primario);
  font-family: "DM Sans";
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.hero-section .col-2 > div form > div label aa,
.hero-section .col-2 > div form > div label spana {
  text-decoration-line: underline;
}
.hero-section .col-2 > div form > div button[type=submit] {
  width: 100%;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 24px;
  background: var(--color-secundario);
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero-section .col-2 > div form.marketingForm > div {
  width: 100% !important;
}
.hero-section .col-2 > div form.marketingForm > div > div:last-child {
  display: none;
}
.hero-section .col-2 > div form.marketingForm > div > div > table {
  width: 100% !important;
  margin: 0;
}
.hero-section .col-2 > div form.marketingForm > div > div > table > tbody > tr > th {
  width: 100% !important;
}
.hero-section .col-2 > div form.marketingForm > div > div > table > tbody > tr > th > table {
  margin: 0;
}
.hero-section .col-2 > div form.marketingForm > div > div > table > tbody > tr > th > table > tbody > tr > th {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .hero-section .col-2 > div form.marketingForm > div > div > table > tbody > tr > th > table > tbody > tr > th {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  .hero-section .col-2 > div form.marketingForm > div > div > table > tbody > tr > th > table > tbody > tr > th:first-child {
    padding-right: 16px;
  }
}
.hero-section .col-2 > div form.marketingForm > div > div > table > tbody > tr > th > table > tbody > tr > th > table > tbody > tr > th {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .hero-section .col-2 > div form.marketingForm > div > div > table > tbody > tr > th > table > tbody > tr > th > table > tbody > tr > th {
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .hero-section .col-2 .seguimiento_pasos,
  .hero-section .col-2 .barra_pasos,
  .hero-section .col-2 .titulos_pasos,
  .hero-section .col-2 .botones_pasos {
    display: none !important;
  }
}
.hero-section .col-2.formulario_multipasos {
  align-items: initial;
}
.hero-section .col-2.formulario_multipasos .seguimiento_pasos .numero_paso {
  display: none;
  font-size: 14px;
  color: var(--color-primario);
  font-weight: 500;
  line-height: 20px;
}
.hero-section .col-2.formulario_multipasos .seguimiento_pasos .numero_paso.activo {
  display: block;
}
.hero-section .col-2.formulario_multipasos .barra_pasos {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  margin-top: 6px;
}
.hero-section .col-2.formulario_multipasos .barra_pasos .barra_paso {
  height: 8px;
  background-color: #DADEF2;
  flex: 1;
  border-radius: 4px;
}
.hero-section .col-2.formulario_multipasos .barra_pasos .barra_paso.activo {
  background-color: var(--color-primario);
}
.hero-section .col-2.formulario_multipasos .titulos_pasos {
  margin-top: 12px;
}
.hero-section .col-2.formulario_multipasos .titulos_pasos .titulo_paso {
  display: none;
  font-size: 20px;
  color: black;
  font-weight: 500;
  line-height: 26px;
}
.hero-section .col-2.formulario_multipasos .titulos_pasos .titulo_paso.activo {
  display: block;
}
.hero-section .col-2.formulario_multipasos form {
  margin-top: 12px;
}
.hero-section .col-2.formulario_multipasos form table {
  margin: 0px;
}
.hero-section .col-2.formulario_multipasos form input,
.hero-section .col-2.formulario_multipasos form select,
.hero-section .col-2.formulario_multipasos form textarea,
.hero-section .col-2.formulario_multipasos form button,
.hero-section .col-2.formulario_multipasos form [data-editorblocktype=Field-checkbox] label,
.hero-section .col-2.formulario_multipasos form .twooption_checkbox {
  display: none !important;
}
.hero-section .col-2.formulario_multipasos form input.activo,
.hero-section .col-2.formulario_multipasos form select.activo,
.hero-section .col-2.formulario_multipasos form textarea.activo,
.hero-section .col-2.formulario_multipasos form button.activo,
.hero-section .col-2.formulario_multipasos form [data-editorblocktype=Field-checkbox] label.activo,
.hero-section .col-2.formulario_multipasos form .twooption_checkbox.activo {
  display: block !important;
  min-height: 48px;
  margin-bottom: 10px;
}
.hero-section .col-2.formulario_multipasos form br {
  display: none;
}
.hero-section .col-2.formulario_multipasos form .submitButtonWrapper {
  margin: 0px !important;
  padding: 0px !important;
}
.hero-section .col-2.formulario_multipasos form .submitButtonWrapper button {
  margin: 15px 0px;
}
.hero-section .col-2.formulario_multipasos form .twooption_checkbox label {
  display: flex;
}
.hero-section .col-2.formulario_multipasos form .notification-container {
  margin: 0px;
}
.hero-section .col-2.formulario_multipasos form .notification-container .notification-message {
  margin: 10px;
}
.hero-section .col-2.formulario_multipasos .botones_pasos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-section .col-2.formulario_multipasos .botones_pasos .boton_paso {
  display: none;
  align-items: center;
  cursor: pointer;
}
.hero-section .col-2.formulario_multipasos .botones_pasos .boton_paso.activo {
  display: flex;
}
.hero-section .col-2.formulario_multipasos .botones_pasos .boton_paso.boton_volver {
  font-size: 16px;
  color: var(--color-primario);
  font-weight: 500;
  line-height: 24px;
  gap: 10px;
}
.hero-section .col-2.formulario_multipasos .botones_pasos .boton_paso.boton_siguiente {
  font-size: 16px;
  color: var(--color-primario);
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.5px;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid var(--color-primario);
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
.hero-section .col-2.formulario_multipasos .botones_pasos .boton_paso.boton_siguiente:hover {
  background-color: #dadef2;
}

.sticky-info {
  display: none;
  position: fixed;
  width: 95%;
  bottom: -150px;
  right: 10px;
  flex-direction: column;
  gap: 16px;
  align-items: end;
  z-index: 100;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .sticky-info {
    display: flex;
  }
}
.sticky-info .to-top {
  display: flex;
  height: 48px;
  padding: 16px 12px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  background: var(--color-primario);
}
.sticky-info .sol-info {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 24px;
  background: var(--color-secundario);
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.stats-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1116px;
  height: 380px;
  padding: 40px 0;
  margin-top: 50px;
  gap: 32px;
}
@media screen and (max-width: 700px) {
  .stats-section {
    padding: 40px 15px;
    height: auto;
  }
}
.stats-section .title {
  color: var(--color-primario);
  text-align: center;
  font-family: "Amelia Basic";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  letter-spacing: -0.5px;
}
.stats-section .stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 700px) {
  .stats-section .stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.stats-section .stats-container .stat {
  max-width: 261px;
  padding: 67px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--color-primario);
  text-align: center;
  font-family: "Amelia Basic";
  line-height: normal;
  font-style: normal;
  opacity: 0;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .stats-section .stats-container .stat {
    padding: 32px;
  }
}
@media screen and (max-width: 700px) {
  .stats-section .stats-container .stat {
    padding: 30px;
  }
  .stats-section .stats-container .stat:first-child {
    border-right: 2px solid #98acce;
  }
  .stats-section .stats-container .stat:nth-child(3) {
    border-right: 2px solid #98acce;
    border-top: 2px solid #98acce;
  }
  .stats-section .stats-container .stat:last-child {
    border-top: 2px solid #98acce;
  }
}
.stats-section .stats-container .stat.show {
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .stats-section .stats-container .stat.show {
    height: 100%;
  }
}
.stats-section .stats-container .stat .stat-title {
  font-size: 60px;
  font-weight: 700;
}
.stats-section .stats-container .stat .stat-text {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .stats-section .stats-container .stat .stat-text {
    border-bottom: 0 !important;
  }
}

a.conoce-mas {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.text-and-video-section {
  display: flex;
  width: 100%;
  max-width: 720px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .text-and-video-section {
    padding: 40px 15px;
    margin-top: 0;
  }
}
.text-and-video-section .title {
  color: var(--color-primario);
  text-align: center;
  font-family: "Amelia Basic";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  letter-spacing: -0.5px;
}
.text-and-video-section .sub {
  color: var(--color-primario);
  text-align: center;
  font-family: "Amelia Basic";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.25px;
}
.text-and-video-section .video-container {
  width: 100%;
  position: relative;
  z-index: 0;
}
.text-and-video-section .video-container img,
.text-and-video-section .video-container iframe {
  border-radius: 16px;
}
.text-and-video-section .video-container .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 405px;
  max-height: 410px;
  cursor: pointer;
}
.text-and-video-section .video-container .overlay-image img {
  min-width: 100%;
  min-height: 405px;
  max-height: 410px;
  object-fit: cover;
}
.text-and-video-section .video-container .overlay-image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-us-section {
  width: 100%;
  max-width: 1116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
@media screen and (max-width: 1150px) {
  .about-us-section {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-section {
    margin-top: 0;
  }
}
.about-us-section .title {
  color: var(--color-primario);
  text-align: center;
  font-family: "Amelia Basic";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  letter-spacing: -0.5px;
}
.about-us-section .vals-container {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 2%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}
.about-us-section .vals-container::-webkit-scrollbar {
  display: none;
}
.about-us-section .vals-container .comment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 261px;
  height: 294px;
  border-radius: 16px;
  border: 1px solid #e3e3e3;
  background: #fff;
  scroll-snap-align: start;
}
.about-us-section .vals-container .comment .header {
  margin: 30px 24px;
  max-width: 192px;
  font-family: "Amelia Basic";
  font-style: normal;
}
.about-us-section .vals-container .comment .header .top-text {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.about-us-section .vals-container .comment .header .val {
  color: var(--color-primario);
  font-size: 60px;
  font-weight: 700;
  line-height: 74px; /* 123.333% */
}
.about-us-section .vals-container .comment .header .bot-text {
  color: #3a60a2;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.25px;
}
.about-us-section .vals-container .comment .footer {
  border-top: 1px solid #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-section .vals-container .comment .footer img {
  margin: 19px 45px;
  width: 170px;
  height: 45px;
}

.fullwidth-bg-section {
  display: flex;
  margin-top: 80px;
  width: 100%;
  padding: 105px 123px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 970px) {
  .fullwidth-bg-section {
    padding: 0;
    flex-direction: column;
    background-image: none !important;
    background: black;
  }
}
.fullwidth-bg-section .bg-mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 970px) {
  .fullwidth-bg-section .bg-mobile {
    display: flex;
  }
}
.fullwidth-bg-section .content {
  width: 100%;
  max-width: 1116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 970px) {
  .fullwidth-bg-section .content {
    align-items: center;
    padding: 0 15px 40px 15px;
  }
}
.fullwidth-bg-section .content .body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 453px;
  color: #fff;
  font-family: "Amelia Basic";
  font-style: normal;
}
.fullwidth-bg-section .content .body .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px; /* 125% */
  letter-spacing: -0.5px;
}
.fullwidth-bg-section .content .body .sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.25px;
}
.fullwidth-bg-section .content .body .text {
  color: #dde6de;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.stats-section-bubbles {
  width: 100%;
  max-width: 1050px;
  margin-top: 64px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  color: var(--color-primario);
  font-family: "Amelia Basic";
}
@media screen and (max-width: 1080px) {
  .stats-section-bubbles {
    padding: 40px 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .stats-section-bubbles {
    gap: 24px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.stats-section-bubbles .header {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.25px;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  transition: border 0.7s, width 0.5s;
  border-bottom: 1px solid var(--color-primario) !important;
  width: 260px;
}
.stats-section-bubbles .title {
  color: var(--color-primario);
  font-family: "Amelia Basic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.25px;
}
.stats-section-bubbles .stats-section-title p {
  color: var(--color-primario);
  font-family: "Amelia Basic";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 140% */
}
@media screen and (max-width: 768px) {
  .stats-section-bubbles .stats-section-title p {
    font-size: 32px;
    line-height: 40px; /* 125% */
    letter-spacing: -0.5px;
  }
}
.stats-section-bubbles .stats-section-stats {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -150%;
  opacity: 0;
  transition: all 1s;
}
@media screen and (max-width: 1120px) {
  .stats-section-bubbles .stats-section-stats {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .stats-section-bubbles .stats-section-stats {
    flex-direction: column;
  }
  .stats-section-bubbles .stats-section-stats > :nth-child(odd) {
    align-self: flex-start !important;
  }
  .stats-section-bubbles .stats-section-stats > :nth-child(even) {
    align-self: flex-end !important;
  }
}
.stats-section-bubbles .stats-section-stats .stat {
  display: flex;
  width: 261px;
  height: 261px;
  min-width: 261px;
  min-height: 261px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 294px;
}
@media screen and (max-width: 575px) {
  .stats-section-bubbles .stats-section-stats .stat {
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .stats-section-bubbles .stats-section-stats .stat:not(:first-child) {
    margin-top: -90px;
  }
}
@media screen and (max-width: 390px) {
  .stats-section-bubbles .stats-section-stats .stat {
    width: 170px;
    height: 170px;
    min-width: 170px;
    min-height: 170px;
  }
  .stats-section-bubbles .stats-section-stats .stat .stat-img-container {
    display: none;
  }
}
.stats-section-bubbles .stats-section-stats .stat img {
  max-width: 56px;
  max-height: 56px;
  flex-shrink: 0;
}
.stats-section-bubbles .stats-section-stats .stat .stat-value {
  font-family: "Amelia Basic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .stats-section-bubbles .stats-section-stats .stat .stat-value {
    font-size: 40px;
  }
}
@media screen and (max-width: 390px) {
  .stats-section-bubbles .stats-section-stats .stat .stat-value {
    font-size: 32px;
  }
}
.stats-section-bubbles .stats-section-stats .stat .stat-concept {
  max-width: 200px;
  font-family: "Amelia Basic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stats-section-bubbles .stats-section-stats .stat .stat-concept {
    font-size: 16px;
    max-width: 100px;
  }
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Menu
--------------------------------------------- */
#masthead {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  #masthead {
    z-index: 99;
  }
}
#masthead #site-navigation {
  width: 100%;
  max-width: 1180px;
  height: 104px;
  position: fixed;
  display: flex;
  padding-top: 24px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #masthead #site-navigation {
    padding-top: 0;
    z-index: 99;
    height: auto;
  }
}
#masthead #site-navigation .content-links {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 329px 92px 0px rgba(0, 0, 0, 0), 0px 210px 84px 0px rgba(0, 0, 0, 0.01), 0px 118px 71px 0px rgba(0, 0, 0, 0.03), 0px 53px 53px 0px rgba(0, 0, 0, 0.04), 0px 13px 29px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
}
@media screen and (max-width: 768px) {
  #masthead #site-navigation .content-links {
    border-radius: 0;
  }
}
#masthead #site-navigation .content-links li.logo-header-container img {
  width: 100%;
}
#masthead #site-navigation .content-links li.to-form-container a {
  display: none;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: var(--color-secundario);
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#masthead #site-navigation .content-links li.to-form-container a:hover {
  background: #610e1c;
}

/* Footer
--------------------------------------------- */
#colophon {
  display: flex;
  width: 100%;
  padding: 32px 125px;
  justify-content: space-between;
  align-items: center;
  background: #ecf0f6;
}
@media screen and (max-width: 768px) {
  #colophon {
    padding: 40px 15px 100px;
  }
}
#colophon .site-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #colophon .site-info {
    flex-direction: column;
    align-items: center;
  }
}
#colophon .site-info .col-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #colophon .site-info .col-1 {
    width: 100%;
    justify-content: center;
  }
}
#colophon .site-info .col-1 .logo-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #colophon .site-info .col-1 .logo-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #98acce;
    position: absolute;
    bottom: -30px;
    left: 0;
  }
}
#colophon .site-info .col-1 .socials {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
#colophon .site-info .col-1 .socials .img-social {
  min-width: 20px;
}
@media screen and (max-width: 768px) {
  #colophon .site-info .col-1 .socials {
    margin-top: 32px;
    justify-content: center;
  }
}
#colophon .site-info .col-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 6px;
}
#colophon .site-info .col-2 .legals {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #colophon .site-info .col-2 .legals {
    flex-direction: column;
    align-items: center;
  }
}
#colophon .site-info .col-2 .legals .legal-link a {
  text-decoration: none;
  color: var(--color-primario);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
#colophon .site-info .col-2 .copyright {
  color: #6885b7;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Amelia Basic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media screen and (max-width: 768px) {
  #colophon .site-info .col-2 .copyright {
    margin-top: 24px;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Utils
--------------------------------------------- */
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .row {
  width: 100%;
}

.hidden {
  display: none;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-left {
  justify-content: left;
}

.justify-right {
  justify-content: right;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-center {
  align-items: center;
}

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

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