/*
Theme Name: Lavada
Version: 1.0
*/
/*! normalize.css v7.0.0 | 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 IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { 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 ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; 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 ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

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

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** 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 style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** 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 ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

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

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 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; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** 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 { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

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

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; 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 and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [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 IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

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

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

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

/*# sourceMappingURL=normalize.min.css.map */
.button-container {
  position: relative;
  z-index: 1;
}
.title {
  font-size: 32px;
  font-family: roboto-bold;
  color: #3f3f3f;
}
.title span {
  color: #12e8c4;
}
.title.lg {
  font-size: 4.8rem;
}
.title.sm {
  font-size: 2.5rem;
}
.paragraph {
  font-size: 20px;
  font-family: lato-regular;
  color: #717171;
}
.paragraph strong {
  font-family: lato-bold;
}
.paragraph.white {
  color: white;
}
.paragraph.blue {
  color: #140f4f;
}
.paragraph.sm {
  font-size: 14px;
}
.paragraph.md {
  font-size: 16px;
}
.paragraph strong,
.paragraph b {
  font-family: lato-bold;
}
.paragraph i {
  font-family: lato-medium;
}
.paragraph h1 {
  font-size: 4rem;
}
.paragraph h2 {
  font-size: 2.8rem;
}
.paragraph img {
  max-width: 100%;
  height: auto;
}
.checkbox-container {
  margin-top: 2rem;
}
.checkbox-container input[type="checkbox"] {
  display: none;
}
.checkbox-container input[type="checkbox"]:checked ~ label:after {
  background-color: #5144d1;
}
.checkbox-container input[type="checkbox"]:checked ~ label:before {
  display: block;
}
.checkbox-container label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3rem;
  font-family: lato-bold;
  font-size: 18px !important;
  color: #3f3f3f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.checkbox-container label a {
  text-decoration: underline;
  margin-left: 5px;
  color: #5144d1;
  font-size: 18px;
}
.checkbox-container label a:hover {
  color: #12e8c4;
}
.checkbox-container label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: #e1e1e1;
  border-radius: 1px;
}
.checkbox-container label:before {
  content: "\2713";
  position: absolute;
  left: 5px;
  color: white;
  font-size: 17px;
  z-index: 4;
  display: none;
}
.button {
  border: none;
  outline: none;
  cursor: pointer;
}
.button.bg-green-blurple {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.bg-green-blurple:after,
.button.bg-green-blurple:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #12e8c4;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.bg-green-blurple::before {
  z-index: -2;
}
.button.bg-green-blurple:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #5144d1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.bg-green-blurple.small {
  padding: 4px 24px;
}
.button.bg-green-blurple.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.bg-green-blurple:hover {
  text-decoration: none;
  color: white;
}
.button.bg-green-blurple:hover:after {
  right: 0%;
}
.button.bg-green-blurple:disabled:before {
  background: #8c88b4 !important;
}
.button.bg-green-blurple:disabled:after {
  background: transparent;
}
.button.bg-scarabeus-blurple {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.bg-scarabeus-blurple:after,
.button.bg-scarabeus-blurple:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3f3f3f;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.bg-scarabeus-blurple::before {
  z-index: -2;
}
.button.bg-scarabeus-blurple:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #5144d1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.bg-scarabeus-blurple.small {
  padding: 4px 24px;
}
.button.bg-scarabeus-blurple.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.bg-scarabeus-blurple:hover {
  text-decoration: none;
  color: white;
}
.button.bg-scarabeus-blurple:hover:after {
  right: 0%;
}
.button.bg-scarabeus-blurple:disabled:before {
  background: #8c88b4 !important;
}
.button.bg-scarabeus-blurple:disabled:after {
  background: transparent;
}
.button.blurple {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.blurple:after,
.button.blurple:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5144d1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.blurple::before {
  z-index: -2;
}
.button.blurple:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #5144d1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.blurple.small {
  padding: 4px 24px;
}
.button.blurple.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.blurple:hover {
  text-decoration: none;
  color: white;
}
.button.blurple:hover:after {
  right: 0%;
}
.button.blurple:disabled:before {
  background: #8c88b4 !important;
}
.button.blurple:disabled:after {
  background: transparent;
}
.button.green {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.green:after,
.button.green:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5144d1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.green::before {
  z-index: -2;
}
.button.green:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #12e8c4;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.green.small {
  padding: 4px 24px;
}
.button.green.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.green:hover {
  text-decoration: none;
  color: white;
}
.button.green:hover:after {
  right: 0%;
}
.button.green:disabled:before {
  background: #8c88b4 !important;
}
.button.green:disabled:after {
  background: transparent;
}
.button.yellow {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.yellow:after,
.button.yellow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5144d1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.yellow::before {
  z-index: -2;
}
.button.yellow:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #ffde5f;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.yellow.small {
  padding: 4px 24px;
}
.button.yellow.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.yellow:hover {
  text-decoration: none;
  color: white;
}
.button.yellow:hover:after {
  right: 0%;
}
.button.yellow:disabled:before {
  background: #8c88b4 !important;
}
.button.yellow:disabled:after {
  background: transparent;
}
.button.lightBlue {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.lightBlue:after,
.button.lightBlue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5144d1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.lightBlue::before {
  z-index: -2;
}
.button.lightBlue:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #3d9be9;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.lightBlue.small {
  padding: 4px 24px;
}
.button.lightBlue.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.lightBlue:hover {
  text-decoration: none;
  color: white;
}
.button.lightBlue:hover:after {
  right: 0%;
}
.button.lightBlue:disabled:before {
  background: #8c88b4 !important;
}
.button.lightBlue:disabled:after {
  background: transparent;
}
.button.darkBlue {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.darkBlue:after,
.button.darkBlue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5144d1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.darkBlue::before {
  z-index: -2;
}
.button.darkBlue:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #140f4f;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.darkBlue.small {
  padding: 4px 24px;
}
.button.darkBlue.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.darkBlue:hover {
  text-decoration: none;
  color: white;
}
.button.darkBlue:hover:after {
  right: 0%;
}
.button.darkBlue:disabled:before {
  background: #8c88b4 !important;
}
.button.darkBlue:disabled:after {
  background: transparent;
}
.button.scarabaeus {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.scarabaeus:after,
.button.scarabaeus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5144d1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.scarabaeus::before {
  z-index: -2;
}
.button.scarabaeus:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #3f3f3f;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.scarabaeus.small {
  padding: 4px 24px;
}
.button.scarabaeus.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.scarabaeus:hover {
  text-decoration: none;
  color: white;
}
.button.scarabaeus:hover:after {
  right: 0%;
}
.button.scarabaeus:disabled:before {
  background: #8c88b4 !important;
}
.button.scarabaeus:disabled:after {
  background: transparent;
}
.button.cerulean {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.cerulean:after,
.button.cerulean:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5144d1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.cerulean::before {
  z-index: -2;
}
.button.cerulean:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #03abe5;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.cerulean.small {
  padding: 4px 24px;
}
.button.cerulean.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.cerulean:hover {
  text-decoration: none;
  color: white;
}
.button.cerulean:hover:after {
  right: 0%;
}
.button.cerulean:disabled:before {
  background: #8c88b4 !important;
}
.button.cerulean:disabled:after {
  background: transparent;
}
.button.lemon {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.lemon:after,
.button.lemon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5144d1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.lemon::before {
  z-index: -2;
}
.button.lemon:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #a1e673;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.lemon.small {
  padding: 4px 24px;
}
.button.lemon.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.lemon:hover {
  text-decoration: none;
  color: white;
}
.button.lemon:hover:after {
  right: 0%;
}
.button.lemon:disabled:before {
  background: #8c88b4 !important;
}
.button.lemon:disabled:after {
  background: transparent;
}
.button.secBlue {
  color: #fff;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.secBlue:after,
.button.secBlue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5144d1;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.button.secBlue::before {
  z-index: -2;
}
.button.secBlue:after {
  left: unset;
  z-index: -1;
  right: 101%;
  background-color: #2e24a2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button.secBlue.small {
  padding: 4px 24px;
}
.button.secBlue.slow-anim:after {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.button.secBlue:hover {
  text-decoration: none;
  color: white;
}
.button.secBlue:hover:after {
  right: 0%;
}
.button.secBlue:disabled:before {
  background: #8c88b4 !important;
}
.button.secBlue:disabled:after {
  background: transparent;
}
.button.large {
  font-size: 12px;
}
.ancla {
  color: #140f4f;
  font-size: 16px;
  font-family: lato-bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ancla.white {
  color: white;
}
.ancla:hover,
.ancla.active {
  text-decoration: none;
  color: #12e8c4 !important;
}
.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(81, 68, 209, 0.2);
  color: #5144d1;
  font-size: 20px;
  padding: 6px 24px 8px 24px;
  border-radius: 20px 0px;
  font-family: roboto-medium;
}
.tag.tag-yellow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ffde5f33;
  color: #ffde5f;
  font-size: 20px;
  padding: 6px 24px 8px 24px;
  border-radius: 20px 0px;
  font-family: roboto-medium;
}
.tag.tag-green {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #12e8c433;
  color: #12e8c4;
  font-size: 20px;
  padding: 6px 24px 8px 24px;
  border-radius: 20px 0px;
  font-family: roboto-medium;
}
.tag.tag-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #3d9be933;
  color: #3d9be9;
  font-size: 20px;
  padding: 6px 24px 8px 24px;
  border-radius: 20px 0px;
  font-family: roboto-medium;
}
.tag.only-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(81, 68, 209, 0.2);
  color: #5144d1;
  font-size: 20px;
  padding: 6px 24px 8px 24px;
  border-radius: 20px 0px;
  font-family: roboto-medium;
  border-radius: 23px 0px 23px 23px;
}
.drop_down {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.drop_down img.icon-drop {
  position: absolute;
  right: 5px;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.drop_down .drop-links {
  min-width: 135px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -1.5rem;
  pointer-events: none;
}
.drop_down .drop-links .links {
  display: block;
  opacity: 0;
  position: absolute;
  top: calc(100%);
  left: 0;
  background-color: #fff;
  padding: 2rem;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 6px #140f4f4f;
  box-shadow: 0px 0px 6px #140f4f4f;
  border-radius: 0px 15px 15px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drop_down .drop-links .links a {
  display: block;
  margin-bottom: 10px;
  font-family: lato-bold;
  font-size: 16px;
  color: #140f4f;
}
.drop_down:hover .icon-drop,
.drop_down:focus .icon-drop {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.drop_down:hover .drop-links,
.drop_down:focus .drop-links {
  pointer-events: all;
}
.drop_down:hover .drop-links .links,
.drop_down:focus .drop-links .links {
  opacity: 1;
}
.animation-icon {
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out,
    -webkit-transform 0.5s ease-out;
  will-change: transform;
}
.test-content {
  background: red;
  height: 200rem;
  width: 100%;
}
.test-content .animation-test {
  position: absolute;
  left: 10rem;
  top: 50rem;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  will-change: transform;
}
.customSelect {
  background-color: #fff;
  padding: 6px 29px 6px 16px;
  border: 1px solid #dedede;
  border-radius: 5px 0px 0px 5px;
  position: relative;
  cursor: pointer;
  width: 161px;
}
.customSelect div.label {
  font-size: 18px;
  font-family: lato-regular;
  color: #717171;
  cursor: pointer;
  margin-bottom: 0;
  width: 108px;
  display: grid;
  overflow: hidden;
}
.customSelect div.label span {
  width: 30rem;
}
.customSelect img {
  position: absolute;
  right: 2rem;
  width: 11px;
  height: auto;
  top: 1.5rem;
}
.customSelect .options {
  position: absolute;
  pointer-events: all;
  top: 105%;
  z-index: 1;
  background-color: #f8fafc;
  border: 1px solid rgba(15, 15, 15, 0.07);
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  overflow: auto;
  width: 161px;
  max-height: 195px;
  left: 0;
  display: none;
}
.customSelect .options.active {
  display: block;
}
.customSelect .options .option {
  font-family: lato-regular;
  font-size: 18px;
  padding: 6px 16px;
}
.customSelect .options .option:hover {
  background-color: #12e8c438;
}
.customSelect .options::-webkit-scrollbar {
  width: 7px;
}
.customSelect .options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.customSelect .options::-webkit-scrollbar-thumb {
  background: #5244d136;
  border-radius: 10px;
}
.customSelect .options::-webkit-scrollbar-thumb:hover {
  background: #5244d149;
}
@font-face {
  font-family: roboto-black;
  src: url("assets/fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: lato-black;
  src: url("assets/fonts/Lato-Black.ttf");
}
@font-face {
  font-family: lato-bold;
  src: url("assets/fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: lato-regular;
  src: url("assets/fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: roboto-bold;
  src: url("assets/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: roboto-medium;
  src: url("assets/fonts/Roboto-Medium.ttf");
}
.roboto-black {
  font-family: roboto-black !important;
}
.roboto-bold {
  font-family: roboto-bold !important;
}
.lato-black {
  font-family: lato-black !important;
}
.lato-bold {
  font-family: lato-bold !important;
}
.lato-regular {
  font-family: lato-regular !important;
}
.blurple {
  color: #5144d1;
}
.green {
  color: #12e8c4;
}
.yellow {
  color: #ffde5f;
}
.lightBlue {
  color: #3d9be9;
}
.darkBlue {
  color: #140f4f;
}
.scarabaeus {
  color: #3f3f3f;
}
.cerulean {
  color: #03abe5;
}
.lemon {
  color: #a1e673;
}
.red {
  color: #e62117;
}
.secBlue {
  color: #2e24a2;
}
.white {
  color: white;
}
.gray {
  color: #717171;
}
.bgr-white {
  background-color: #fff;
}
.bgr-black {
  background-color: #000;
}
body,
html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.tooltipC {
  padding: 6px 10px;
  font-size: 15px;
  font-family: lato-regular;
  color: #717171;
  display: none;
  background-color: #fff;
  border-radius: 4px;
}
.toggleFilters {
  position: relative;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.toggleFilters .line {
  margin-bottom: 1rem;
  width: 30px;
  position: relative;
  height: 3px;
  background-color: #717171;
  border-radius: 5px;
}
.toggleFilters .line:before,
.toggleFilters .line:after {
  border-radius: 5px;
  content: "";
  position: absolute;
  height: 3px;
  background-color: #717171;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggleFilters .line::before {
  top: 6px;
  left: 0;
  width: 20px;
}
.toggleFilters .line:after {
  top: 12px;
  left: 0;
  width: 10px;
}
.toggleFilters.active .line:before,
.toggleFilters.active .line:after {
  width: 30px;
}
.toggleFilters .tooltipC {
  position: absolute;
  left: -7rem;
  top: 0px;
}
.toggleFilters:hover .tooltipC {
  display: block;
}
.media-buttons {
  position: fixed;
  bottom: 4rem;
  right: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 18;
}
.media-buttons .media {
  margin-top: 1.6rem;
}
.media-buttons .media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-color: #140f4f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.media-buttons .media.m a:hover {
  background-color: #03baf7 !important;
}
.media-buttons .media.w a:hover {
  background-color: #40e15d;
}
.txt-an {
  position: relative;
  top: -20px;
  opacity: 0;
  -webkit-transition: ease-out;
  transition: ease-out;
}
.c-pagination .pagination-item {
  width: 8rem;
  height: 5px;
  background-color: #e2e2e2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 5px;
}
.c-pagination .pagination-item:not(:first-child) {
  margin-left: 1.6rem;
}
.c-pagination .pagination-item:hover,
.c-pagination .pagination-item.active {
  background-color: #3d9be9;
}
.anim-wave {
  margin-top: 10rem;
  -webkit-clip-path: polygon(100% 0, 69% 51%, 66% 94%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 69% 51%, 66% 94%, 0 100%, 0 0);
  -webkit-animation: clip 2s infinite;
  animation: clip 2s infinite;
}
@-webkit-keyframes clip {
  0% {
    -webkit-clip-path: polygon(56% 50%, 56% 50%, 57% 50%, 57% 50%, 56% 50%);
    clip-path: polygon(56% 50%, 56% 50%, 57% 50%, 57% 50%, 56% 50%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 69% 51%, 66% 94%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 69% 51%, 66% 94%, 0 100%, 0 0);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: polygon(56% 50%, 56% 50%, 57% 50%, 57% 50%, 56% 50%);
    clip-path: polygon(56% 50%, 56% 50%, 57% 50%, 57% 50%, 56% 50%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 69% 51%, 66% 94%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 69% 51%, 66% 94%, 0 100%, 0 0);
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover {
  cursor: pointer;
}
a:focus {
  outline: none;
}
.decoration {
  position: absolute;
  cursor: none;
  pointer-events: none;
}
.below-nav {
  margin-top: 130px;
}
.talked-section {
  padding-bottom: 10rem;
}
.test {
  margin: 10rem 0 10rem 0;
}
.newspappers {
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newspappers .newspapper-slide {
  top: 1rem;
  left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: none;
  opacity: 0;
  position: absolute;
}
.newspappers .newspapper-slide .inner {
  max-width: calc(90% / 5);
}
.newspappers .newspapper-slide .inner img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.newspappers .newspapper-slide.active {
  top: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-modal .modal-header {
  border: none;
  padding: 1rem 1rem 0;
}
.contact-modal .modal-header .close {
  opacity: 1;
}
.contact-modal .modal-body {
  position: relative;
  background-color: #fff;
  padding: 0 20px 30px 24px;
}
.contact-modal .modal-body form {
  margin-top: 2.5rem;
}
.contact-modal .modal-body form .form-group {
  margin-bottom: 2.5rem;
}
.contact-modal .modal-body form label:not(.label-checkbox) {
  font-family: lato-black;
  font-size: 18px;
  color: #3f3f3f;
  display: block;
}
.contact-modal .modal-body form input,
.contact-modal .modal-body form select,
.contact-modal .modal-body form textarea {
  padding: 1.3rem 1.6rem;
  font-family: lato-bold;
  font-size: 18px;
  color: #3f3f3f;
  border: 1px solid #dedede;
  border-radius: 5px 0px 0px 5px;
  width: 100%;
}
.contact-modal .modal-body form .select-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-modal .modal-body form .select-wrapper:after {
  content: "";
  background-image: url("../sprites/arrow-drop.svg");
  width: 9px;
  height: 6px;
  position: absolute;
  right: 2rem;
  background-repeat: no-repeat;
}
.contact-modal .modal-body form .select-wrapper select {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
}
.contact-modal .modal-body form button {
  outline: none;
  border: none;
  display: block;
  width: 100%;
}
.contact-modal .modal-body form .g-recaptcha {
  -webkit-transform: scale(0.61);
  transform: scale(0.61);
  margin-bottom: 5px;
  margin-left: -24%;
}
.contactanos form {
  margin-top: 2.5rem;
}
.contactanos form .form-group {
  margin-bottom: 2.5rem;
}
.contactanos form label:not(.label-checkbox) {
  font-family: lato-black;
  font-size: 18px;
  color: #3f3f3f;
  display: block;
}
.contactanos form input,
.contactanos form select,
.contactanos form textarea {
  padding: 1.3rem 1.6rem;
  font-family: lato-bold;
  font-size: 18px;
  color: #3f3f3f;
  border: 1px solid #dedede;
  border-radius: 5px 0px 0px 5px;
  width: 100%;
}
.contactanos form .select-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contactanos form .select-wrapper:after {
  content: "";
  background-image: url("../sprites/arrow-drop.svg");
  width: 9px;
  height: 6px;
  position: absolute;
  right: 2rem;
  background-repeat: no-repeat;
}
.contactanos form .select-wrapper select {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
}
.contactanos form button {
  outline: none;
  border: none;
  display: block;
  width: 100%;
}
header.header {
  width: 100%;
  padding: 0rem 0rem 2rem 0rem;
  z-index: 99;
  position: fixed;
  top: 0px;
  background: #fff;
  border-bottom: 2px solid #3f3f3f11;
}
header.header > .container {
  padding: 2rem 0 0 0;
}
header.header .bulletin-board {
  padding: 9px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header .bulletin-board p {
  margin-bottom: 0;
}
header.header .bulletin-board .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header.header .bulletin-board .close-bulletin {
  position: absolute;
  right: 0;
  opacity: 1;
  -webkit-filter: brightness(99);
  filter: brightness(99);
}
header.header .ancla {
  font-size: 16px;
  color: #140f4f;
  margin-right: 2.5rem;
}
header.header .logo {
  margin: 0 16px;
}
header.header .logo img {
  width: 137px;
}
header.header .menu-button {
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 34px;
  height: 23px;
  margin: 0 18px 0 auto;
}
header.header .menu-button span {
  background-color: #5144d1;
  border: #5144d1 solid 1px;
  border-radius: 1px;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 768px) {
  header.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 32px 0 16px;
  }
}
header.header.home {
  width: 100%;
  padding: 0rem 0rem 2rem 0rem;
  z-index: 99;
  position: fixed;
  top: 0px;
  background: #fff;
  border-bottom: 2px solid #3f3f3f11;
  position: absolute;
  top: 0;
}
header.header.home > .container {
  padding: 2rem 0 0 0;
}
header.header.home .bulletin-board {
  padding: 9px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header.home .bulletin-board p {
  margin-bottom: 0;
}
header.header.home .bulletin-board .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header.header.home .bulletin-board .close-bulletin {
  position: absolute;
  right: 0;
  opacity: 1;
  -webkit-filter: brightness(99);
  filter: brightness(99);
}
header.header.home .ancla {
  font-size: 16px;
  color: #140f4f;
  margin-right: 2.5rem;
}
header.header.home .logo {
  margin: 0 16px;
}
header.header.home .logo img {
  width: 137px;
}
header.header.home .menu-button {
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 34px;
  height: 23px;
  margin: 0 18px 0 auto;
}
header.header.home .menu-button span {
  background-color: #5144d1;
  border: #5144d1 solid 1px;
  border-radius: 1px;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 768px) {
  header.header.home .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 32px 0 16px;
  }
}
header.header .button,
header.header .links {
  display: none;
}
.menu {
  width: 100%;
  padding: 0rem 0rem 2rem 0rem;
  z-index: 99;
  position: fixed;
  top: 0px;
  background: #5144d1;
  border-bottom: 2px solid #3f3f3f11;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 23px 20px 21px;
}
.menu > .container {
  padding: 2rem 0 0 0;
}
.menu .bulletin-board {
  padding: 9px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu .bulletin-board p {
  margin-bottom: 0;
}
.menu .bulletin-board .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu .bulletin-board .close-bulletin {
  position: absolute;
  right: 0;
  opacity: 1;
  -webkit-filter: brightness(99);
  filter: brightness(99);
}
.menu .ancla {
  font-size: 16px;
  color: #fff;
  margin-right: 2.5rem;
}
.menu .logo {
  margin: 0 16px;
}
.menu .logo img {
  width: 137px;
}
.menu .menu-button {
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 34px;
  height: 23px;
  margin: 0 18px 0 auto;
}
.menu .menu-button span {
  background-color: #5144d1;
  border: #5144d1 solid 1px;
  border-radius: 1px;
  width: 100%;
  height: 0;
}
.menu.open {
  top: 0;
}
@media screen and (min-width: 768px) {
  .menu .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 32px 0 16px;
  }
}
.menu .menu-button {
  width: 25px;
  height: 25px;
  margin: 0 0 0 auto;
  position: relative;
  float: right;
}
.menu .menu-button span {
  position: absolute;
  background-color: white;
  border: white solid 1.5px;
  border-radius: 1.5px;
  width: 36px;
  height: 0;
  top: 50%;
}
.menu .menu-button span:first-of-type {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.menu .menu-button span:last-of-type {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.menu .logo {
  margin: 0;
}
.menu .col-12 {
  margin-bottom: 30px;
}
.menu .col-12:first-of-type {
  margin-bottom: 24px;
}
.menu .col-12:last-of-type {
  margin: 10px 0 76px;
}
.menu .drop_down img.icon-drop {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%)
    saturate(0%) hue-rotate(228deg) brightness(111%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(228deg) brightness(111%) contrast(101%);
}
.false-nav {
  display: none;
  width: 100%;
  padding: 0rem 0rem 2rem 0rem;
  z-index: 99;
  position: fixed;
  top: 0px;
  background: transparent
    linear-gradient(108deg, #5144d1 0%, #5046d1 25%, #445cd1 100%) 0% 0%
    no-repeat padding-box;
  border-bottom: 2px solid #3f3f3f11;
  z-index: 98;
  border-radius: 0px 0px 0px 64px;
}
.false-nav > .container {
  padding: 2rem 0 0 0;
}
.false-nav .bulletin-board {
  padding: 9px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.false-nav .bulletin-board p {
  margin-bottom: 0;
}
.false-nav .bulletin-board .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.false-nav .bulletin-board .close-bulletin {
  position: absolute;
  right: 0;
  opacity: 1;
  -webkit-filter: brightness(99);
  filter: brightness(99);
}
.false-nav .ancla {
  font-size: 16px;
  color: #fff;
  margin-right: 2.5rem;
}
.false-nav .logo {
  margin: 0 16px;
}
.false-nav .logo img {
  width: 137px;
}
.false-nav .menu-button {
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 34px;
  height: 23px;
  margin: 0 18px 0 auto;
}
.false-nav .menu-button span {
  background-color: #5144d1;
  border: #5144d1 solid 1px;
  border-radius: 1px;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .false-nav .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 32px 0 16px;
  }
}
footer {
  position: relative;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(40%, #140e4c),
      color-stop(300%, #5144d1)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #140e4c 40%, #5144d1 300%) 0%
    0% no-repeat padding-box;
  border-radius: 0px 68px 0px 0px;
  padding: 6.4rem 0 2.5rem 0;
}
footer .footer-title {
  color: white;
  font-family: roboto-bold;
  font-size: 2.4rem;
}
footer ul {
  margin-top: 2.1rem;
  padding: 0;
}
footer ul li {
  margin-bottom: 1.6rem;
  list-style: none;
}
footer .container .row:last-child {
  margin-top: 6.5rem;
}
footer .cop {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  font-family: lato-bold;
}
footer:after {
  content: "";
  border-bottom: 1px solid #ffffff;
  opacity: 0.2;
  position: absolute;
  bottom: 7rem;
  left: 0;
  right: 0;
}
@-webkit-keyframes animHome1 {
  0% {
    -webkit-transform: translate(-20rem, -20rem) rotate(-40deg);
    transform: translate(-20rem, -20rem) rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animHome1 {
  0% {
    -webkit-transform: translate(-20rem, -20rem) rotate(-40deg);
    transform: translate(-20rem, -20rem) rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.contenidos-home {
  background-color: #e4e3fb30;
  position: relative;
  overflow: hidden;
  margin-top: 99px;
}
section.contenidos-home .title {
  font-family: roboto-black;
  font-size: 40px;
  color: #140f4f;
}
section.contenidos-home .title span {
  color: #140f4f;
}
section.contenidos-home .subtitle {
  font-family: lato-black;
  font-size: 20px;
  color: #717171;
}
section.contenidos-home .subtitle span {
  color: #717171;
}
section.contenidos-home > .decoration:nth-of-type(1) {
  width: 400%;
  top: -30%;
  left: -150%;
  opacity: 0.7;
}
section.contenidos-home > .decoration:nth-of-type(2) {
  width: 70px;
  right: -40px;
  top: 20px;
  opacity: 0;
}
section.contenidos-home > .decoration:nth-of-type(2).loaded {
  -webkit-animation: animsegundo 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animsegundo 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animsegundo {
  0% {
    -webkit-transform: translate(30rem, -20rem) rotate(50deg);
    transform: translate(30rem, -20rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animsegundo {
  0% {
    -webkit-transform: translate(30rem, -20rem) rotate(50deg);
    transform: translate(30rem, -20rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.contenidos-home > .decoration:nth-of-type(3) {
  width: 40px;
  top: 10px;
  right: 20px;
  opacity: 0;
}
section.contenidos-home > .decoration:nth-of-type(3).loaded {
  -webkit-animation: animcorazon 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animcorazon 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animcorazon {
  0% {
    -webkit-transform: translate(20rem, -50rem) rotate(300deg);
    transform: translate(20rem, -50rem) rotate(300deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animcorazon {
  0% {
    -webkit-transform: translate(20rem, -50rem) rotate(300deg);
    transform: translate(20rem, -50rem) rotate(300deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.contenidos-home > .decoration:nth-of-type(4) {
  width: 50%;
  top: 50%;
  left: -40px;
  opacity: 0;
}
section.contenidos-home > .decoration:nth-of-type(4).loaded {
  -webkit-animation: animHome1 1s normal;
  animation: animHome1 1s normal;
  opacity: 1;
}
section.contenidos-home > .decoration:nth-of-type(5) {
  width: 100%;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.contenidos-home .container {
  padding: 24px 15px 40px;
}
section.contenidos-home .container .decoration {
  position: relative;
  width: 54px;
  margin-bottom: 14px;
}
section.contenidos-home .row-contenidos {
  margin-top: 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.contenidos-home .row-contenidos > .col-12 .inner {
  overflow: hidden;
  border-radius: 42px 0px;
  background-color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.contenidos-home .row-contenidos > .col-12 .inner .img,
section.contenidos-home .row-contenidos > .col-12 .inner iframe {
  width: 100%;
  height: auto;
}
section.contenidos-home .row-contenidos > .col-12 .inner iframe {
  height: 230px;
}
section.contenidos-home .row-contenidos > .col-12 .inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 3.2rem 0 4rem 0;
}
section.contenidos-home .row-contenidos > .col-12 .inner .info .card-title {
  font-family: roboto-black;
  font-size: 28px;
  color: #3f3f3f;
}
section.contenidos-home
  .row-contenidos
  > .col-12
  .inner
  .info
  .card-title
  span {
  color: #3f3f3f;
}
section.contenidos-home .row-contenidos > .col-12 .inner .info .card-subtitle {
  font-family: lato-bold;
  font-size: 20px;
  color: #717171;
}
section.contenidos-home
  .row-contenidos
  > .col-12
  .inner
  .info
  .card-subtitle
  span {
  color: #717171;
}
section.contenidos-home .row-contenidos > .col-12 .inner .info .card-icon {
  margin-bottom: 1.4rem;
}
section.contenidos-home .row-contenidos > .col-12 .inner .info .card-anclas {
  margin-top: 2.3rem;
}
section.contenidos-home
  .row-contenidos
  > .col-12
  .inner
  .info
  .card-anclas
  a:not(:first-child) {
  margin-left: 12px;
}
section.comunidad {
  padding: 48px 1px 30px;
}
section.comunidad .container .order-md-2 {
  text-align: center;
}
section.comunidad .container .order-md-2 .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #e6211733;
  color: #e62117;
  font-size: 20px;
  padding: 6px 24px 8px 24px;
  border-radius: 20px 0px;
  font-family: roboto-medium;
  margin-bottom: 8px;
}
section.comunidad .container .order-md-2 .title {
  font-family: roboto-bold;
  font-size: 32px;
  color: #3f3f3f;
  margin-bottom: 5px;
}
section.comunidad .container .order-md-2 .title span {
  color: #3f3f3f;
}
section.comunidad .container .order-md-2 .paragraph {
  font-family: lato-regular;
  font-size: 16px;
  color: #717171;
  margin-bottom: 24px;
}
section.comunidad .container .order-md-2 .paragraph span {
  color: #717171;
}
section.comunidad .container .order-md-2 .video-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
section.comunidad .container .order-md-2 .video-container iframe,
section.comunidad .container .order-md-2 .video-container .frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
section.comunidad .container .order-md-2 .video-container .frame {
  pointer-events: none;
  border: #e62117 solid 3px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.comunidad .container .order-md-2 .video-container .frame .label {
  padding: 1px 18px 4px;
  border-radius: 0 0 4px 4px;
  background-color: #e62117;
  font-family: Lato-bold;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
section.comunidad .container .order-md-2 .video-container .frame .label span {
  color: #fff;
}
section.comunidad .container .order-md-2 .suscriptores {
  padding: 10px 13px 13px;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 9px;
  margin-bottom: 16px;
}
section.comunidad .container .order-md-2 .suscriptores img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
section.comunidad .container .order-md-2 .suscriptores p {
  line-height: 1;
  margin-bottom: 0;
}
section.comunidad .container .order-md-2 .suscriptores p:first-of-type {
  font-family: roboto-bold;
  font-size: 24px;
  color: #e62117;
}
section.comunidad .container .order-md-2 .suscriptores p:first-of-type span {
  color: #e62117;
}
section.comunidad .container .order-md-2 .suscriptores p:last-of-type {
  font-family: roboto-black;
  font-size: 35px;
  color: #3f3f3f;
}
section.comunidad .container .order-md-2 .suscriptores p:last-of-type span {
  color: #3f3f3f;
}
section.comunidad .container .order-md-1 .social .decors,
section.comunidad .container .order-md-3 .social .decors {
  position: relative;
  width: 255px;
}
section.comunidad .container .order-md-1 .social .info p,
section.comunidad .container .order-md-3 .social .info p {
  margin: 0;
  line-height: 1;
}
section.comunidad .container .order-md-1 .social .info p.count,
section.comunidad .container .order-md-3 .social .info p.count {
  font-family: roboto-black;
  font-size: 32px;
  color: #3f3f3f;
}
section.comunidad .container .order-md-1 .social .info p.count span,
section.comunidad .container .order-md-3 .social .info p.count span {
  color: #3f3f3f;
}
section.comunidad .container .order-md-1 .social .info p.foll,
section.comunidad .container .order-md-3 .social .info p.foll {
  font-family: roboto-bold;
  font-size: 24px;
  color: #717171;
}
section.comunidad .container .order-md-1 .social .info p.foll span,
section.comunidad .container .order-md-3 .social .info p.foll span {
  color: #717171;
}
section.comunidad .container .order-md-1 .social.social-1 .decors,
section.comunidad .container .order-md-3 .social.social-1 .decors {
  height: 175px;
}
section.comunidad
  .container
  .order-md-1
  .social.social-1
  .decors
  .decoration:nth-of-type(1),
section.comunidad
  .container
  .order-md-3
  .social.social-1
  .decors
  .decoration:nth-of-type(1) {
  width: 118px;
  top: 80px;
  right: 5px;
  z-index: -1;
}
section.comunidad
  .container
  .order-md-1
  .social.social-1
  .decors
  .decoration:nth-of-type(2),
section.comunidad
  .container
  .order-md-3
  .social.social-1
  .decors
  .decoration:nth-of-type(2) {
  width: 68px;
  top: 80px;
  left: 0;
}
section.comunidad
  .container
  .order-md-1
  .social.social-1
  .decors
  .decoration:nth-of-type(3),
section.comunidad
  .container
  .order-md-3
  .social.social-1
  .decors
  .decoration:nth-of-type(3) {
  width: 62px;
  top: 0;
  left: 20px;
}
section.comunidad
  .container
  .order-md-1
  .social.social-1
  .decors
  .decoration:nth-of-type(4),
section.comunidad
  .container
  .order-md-3
  .social.social-1
  .decors
  .decoration:nth-of-type(4) {
  width: 95px;
  height: 95px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  top: 4px;
  left: 97px;
}
section.comunidad .container .order-md-1 .social.social-2,
section.comunidad .container .order-md-3 .social.social-2 {
  margin-top: 36px;
}
section.comunidad .container .order-md-1 .social.social-2 .decors,
section.comunidad .container .order-md-3 .social.social-2 .decors {
  height: 105px;
}
section.comunidad
  .container
  .order-md-1
  .social.social-2
  .decors
  .decoration:nth-of-type(1),
section.comunidad
  .container
  .order-md-3
  .social.social-2
  .decors
  .decoration:nth-of-type(1) {
  width: 132px;
  top: 25px;
  right: 0;
  z-index: -1;
}
section.comunidad
  .container
  .order-md-1
  .social.social-2
  .decors
  .decoration:nth-of-type(2),
section.comunidad
  .container
  .order-md-3
  .social.social-2
  .decors
  .decoration:nth-of-type(2) {
  width: 68px;
  top: 21px;
  left: 42px;
}
section.comunidad
  .container
  .order-md-1
  .social.social-2
  .decors
  .decoration:nth-of-type(3),
section.comunidad
  .container
  .order-md-3
  .social.social-2
  .decors
  .decoration:nth-of-type(3) {
  width: 30px;
  top: 0;
  left: 0;
}
section.comunidad .container .order-md-1 .social.social-2 .info .foll,
section.comunidad .container .order-md-3 .social.social-2 .info .foll {
  color: #2a68c7;
}
section.comunidad .container .order-md-1 .social.social-3,
section.comunidad .container .order-md-3 .social.social-3 {
  margin-top: 123px;
}
section.comunidad .container .order-md-1 .social.social-3 .decors,
section.comunidad .container .order-md-3 .social.social-3 .decors {
  height: 175px;
}
section.comunidad
  .container
  .order-md-1
  .social.social-3
  .decors
  .decoration:nth-of-type(1),
section.comunidad
  .container
  .order-md-3
  .social.social-3
  .decors
  .decoration:nth-of-type(1) {
  width: 130px;
  top: 130px;
  left: -17px;
  z-index: -1;
}
section.comunidad
  .container
  .order-md-1
  .social.social-3
  .decors
  .decoration:nth-of-type(2),
section.comunidad
  .container
  .order-md-3
  .social.social-3
  .decors
  .decoration:nth-of-type(2) {
  width: 95px;
  top: 38px;
  right: 0;
}
section.comunidad
  .container
  .order-md-1
  .social.social-3
  .decors
  .decoration:nth-of-type(3),
section.comunidad
  .container
  .order-md-3
  .social.social-3
  .decors
  .decoration:nth-of-type(3) {
  width: 65px;
  top: 61px;
  right: 110px;
}
section.comunidad
  .container
  .order-md-1
  .social.social-3
  .decors
  .decoration:nth-of-type(4),
section.comunidad
  .container
  .order-md-3
  .social.social-3
  .decors
  .decoration:nth-of-type(4) {
  width: 49px;
  top: 0;
  right: 86px;
}
section.comunidad .container .order-md-1 .social.social-3 .info .foll,
section.comunidad .container .order-md-3 .social.social-3 .info .foll {
  color: #cd0075;
}
section.comunidad .container .order-md-1 .social.social-4 .decors,
section.comunidad .container .order-md-3 .social.social-4 .decors {
  right: 0;
  height: 113px;
}
section.comunidad
  .container
  .order-md-1
  .social.social-4
  .decors
  .decoration:nth-of-type(1),
section.comunidad
  .container
  .order-md-3
  .social.social-4
  .decors
  .decoration:nth-of-type(1) {
  width: 128px;
  top: -25px;
  left: 0;
  z-index: -1;
}
section.comunidad
  .container
  .order-md-1
  .social.social-4
  .decors
  .decoration:nth-of-type(2),
section.comunidad
  .container
  .order-md-3
  .social.social-4
  .decors
  .decoration:nth-of-type(2) {
  width: 81px;
  top: 5px;
  right: 35px;
}
section.comunidad
  .container
  .order-md-1
  .social.social-4
  .decors
  .decoration:nth-of-type(3),
section.comunidad
  .container
  .order-md-3
  .social.social-4
  .decors
  .decoration:nth-of-type(3) {
  width: 30px;
  top: 67px;
  right: 0;
}
section.comunidad .container .order-md-1 .social.social-4 .info .foll,
section.comunidad .container .order-md-3 .social.social-4 .info .foll {
  color: #3d9be9;
}
section.comunidad .container .order-md-3 .social .decors {
  float: right;
}
section.comunidad .container .order-md-3 .social .info {
  text-align: right;
}
section.comunidad .container .note {
  font-family: lato-regular;
  font-size: 14px;
  color: #3f3f3f;
  text-align: right;
  opacity: 0.5;
  max-width: 250px;
  margin: 8px 15px 0;
}
section.comunidad .container .note span {
  color: #3f3f3f;
}
.talked-container {
  margin-top: 5rem;
}
.talked-container .subtitle {
  font-family: roboto-bold;
  font-size: 28px;
  color: #3f3f3f;
  text-align: center;
  margin: 30px 0 12px;
}
.talked-container .subtitle span {
  color: #3f3f3f;
}
.talked-container .talked-slides {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.talked-container .talked-slides .slide {
  margin-bottom: 6px;
  padding: 0 7px;
}
.talked-container .talked-slides .slide .inner {
  height: 64px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 13px 30px;
  border-radius: 36px;
  background-color: #f5f7fd;
}
.talked-container .talked-slides .slide .inner img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 38px;
  -o-object-fit: contain;
  object-fit: contain;
}
.talked-container .pagination-slides .col-auto {
  padding: 0;
}
.talked-container .pagination-slides .col-auto .s-pag {
  display: inline-block;
  position: relative;
  outline: none !important;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
  text-align: center;
  pointer-events: all;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 7px;
  padding: 0;
  border-radius: 4px;
  background-color: #140f4f33;
  margin: 0 2px;
}
.talked-container .pagination-slides .col-auto .s-pag.active {
  background-color: #140f4f;
}
section.blog-home {
  position: relative;
  padding: 40px 1px;
  overflow: hidden;
}
section.blog-home .container {
  text-align: center;
}
section.blog-home .container .decoration {
  position: relative;
  margin-bottom: 16px;
}
section.blog-home .container .title {
  margin-bottom: 8px;
}
section.blog-home .container .paragraph {
  max-width: 700px;
  margin: 0 auto 7px;
}
section.blog-home .container .row-posts {
  text-align: left;
}
section.blog-home .container .button.bg-scarabeus-blurple {
  margin-top: 30px;
  display: inline-block;
}
section.blog-home > .decoration {
  z-index: -1;
}
section.blog-home > .decoration:nth-of-type(1) {
  width: 331px;
  bottom: 20%;
  left: -50px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  opacity: 0;
}
section.blog-home > .decoration:nth-of-type(1).loaded {
  -webkit-animation: animblog-anim2 0.4s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animblog-anim2 0.4s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animblog-anim2 {
  0% {
    -webkit-transform: translate(-5rem, 5rem) rotate(300deg);
    transform: translate(-5rem, 5rem) rotate(300deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animblog-anim2 {
  0% {
    -webkit-transform: translate(-5rem, 5rem) rotate(300deg);
    transform: translate(-5rem, 5rem) rotate(300deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.blog-home > .decoration:nth-of-type(2) {
  width: 236px;
  top: 35%;
  right: -9%;
  opacity: 0;
}
section.blog-home > .decoration:nth-of-type(2).loaded {
  -webkit-animation: animblog-anim 0.4s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animblog-anim 0.4s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animblog-anim {
  0% {
    -webkit-transform: translate(30rem, -3rem) rotate(0deg);
    transform: translate(30rem, -3rem) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animblog-anim {
  0% {
    -webkit-transform: translate(30rem, -3rem) rotate(0deg);
    transform: translate(30rem, -3rem) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.blog-home > .decoration:nth-of-type(3),
section.blog-home > .decoration:nth-of-type(4) {
  width: 1015px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
section.blog-home > .decoration:nth-of-type(3) {
  bottom: -200px;
}
section.blog-home > .decoration:nth-of-type(4) {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -50px;
  left: 50px;
}
section.blog {
  padding-bottom: 6.7rem;
  position: relative;
}
section.blog .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(81, 68, 209, 0.2);
  color: #5144d1;
  font-size: 20px;
  padding: 6px 24px 8px 24px;
  border-radius: 20px 0px;
  font-family: roboto-medium;
}
section.blog .filter-blog {
  background-color: #f3f5fb79;
  padding: 16px 2.8rem;
  border-radius: 25px 0px 35px 0px;
  margin-top: 5rem;
  position: relative;
}
section.blog .filter-blog .resetFilters {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 16px;
  color: #ac312b;
  font-family: lato-regular;
  cursor: pointer;
}
section.blog .filter-blog .resetFilters:hover {
  text-decoration: underline;
}
section.blog .filter-blog #filtersForm .customSelect:not(:first-child) {
  margin-left: 1.6rem;
}
section.blog .filter-blog .row-btn {
  margin-top: 4rem;
  position: relative;
}
section.blog .filter-blog .row-btn:after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #9e99cb;
  opacity: 0.5;
  position: absolute;
  top: -2.3rem;
  right: 15px;
}
section.blog .c-pagination {
  margin-top: 4.7rem;
}
section.blog img.background {
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
  height: calc(100% + 42px);
  -o-object-fit: fill;
  object-fit: fill;
  z-index: -1;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
section.blog > .decoration {
  z-index: -1;
}
section.blog > .decoration:nth-of-type(2) {
  width: 150px;
  top: 0px;
  right: -30px;
  opacity: 0;
}
section.blog > .decoration:nth-of-type(2).loaded {
  -webkit-animation: animblog1 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animblog1 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animblog1 {
  0% {
    -webkit-transform: translate(30rem, -20rem) rotate(50deg);
    transform: translate(30rem, -20rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animblog1 {
  0% {
    -webkit-transform: translate(30rem, -20rem) rotate(50deg);
    transform: translate(30rem, -20rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.blog > .decoration:nth-of-type(3) {
  width: 300px;
  bottom: 150px;
  left: -50px;
  opacity: 0;
}
section.blog > .decoration:nth-of-type(3).loaded {
  -webkit-animation: animblog2 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animblog2 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animblog2 {
  0% {
    -webkit-transform: translate(-30rem, -20rem) rotate(50deg);
    transform: translate(-30rem, -20rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animblog2 {
  0% {
    -webkit-transform: translate(-30rem, -20rem) rotate(50deg);
    transform: translate(-30rem, -20rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.contenido-educativo {
  position: relative;
  padding: 90px 15px 87px;
}
section.contenido-educativo img.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.contenido-educativo .container .title {
  font-family: roboto-bold;
  font-size: 32px;
  color: #fff;
}
section.contenido-educativo .container .title span {
  color: #12e8c4;
}
section.contenido-educativo .container .paragraph {
  margin-bottom: 44px;
}
section.contenido-educativo .container .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.contenido-educativo .container .imgs > .decoration:nth-of-type(1) {
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.contenido-educativo .container .imgs > .decoration:nth-of-type(2) {
  width: 23px;
  height: 25px;
  top: 53px;
  right: 36px;
}
section.contenido-educativo .container .imgs > .decoration:nth-of-type(3) {
  width: 72px;
  top: 0;
  right: 66px;
}
section.contenido-educativo .container .imgs > .decoration:nth-of-type(4) {
  width: 102px;
  bottom: 30px;
  left: 46px;
}
section.contenido-educativo .container .imgs .member {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  z-index: 10;
}
section.contenido-educativo .container .imgs .member img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 11;
}
section.contenido-educativo .container .imgs .member:after {
  content: "";
  position: absolute;
  top: 10px;
  width: calc(100% - 7px);
  height: 100%;
  background-color: #5144d1;
}
section.contenido-educativo .container .imgs .member:first-of-type {
  margin-bottom: 89px;
  padding-right: 7px;
}
section.contenido-educativo .container .imgs .member:first-of-type img {
  border-radius: 68px 0;
}
section.contenido-educativo .container .imgs .member:first-of-type:after {
  border-radius: 68px 0;
  left: 10px;
}
section.contenido-educativo .container .imgs .member:last-of-type {
  margin-top: 89px;
  padding-left: 7px;
}
section.contenido-educativo .container .imgs .member:last-of-type img {
  border-radius: 0 68px;
}
section.contenido-educativo .container .imgs .member:last-of-type:after {
  border-radius: 0 68px;
  right: -10px;
}
section.blog .tag {
  border-radius: 23px 0px 23px 23px;
}
section.blog .row-temas .title {
  font-family: lato-black;
  font-size: 20px;
  color: #3f3f3f;
}
section.blog .row-temas .title span {
  color: #3f3f3f;
}
section.blog .row-temas .tema {
  margin-bottom: 16px;
  cursor: pointer;
  padding: 6px 24px 8px 24px;
  background-color: #ecf0fc;
  color: #717171;
  font-size: 18px;
  font-family: roboto-medium;
  border-radius: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
section.blog .row-temas .tema:not(:last-child) {
  margin-right: 1.6rem;
}
section.blog .row-temas .tema:hover {
  background-color: #e2e2e2;
}
section.blog .row-temas .tema.active {
  background-color: #5144d1;
  color: white;
}
section.blog .row-temas .tema.active:hover {
  background-color: #5144d1;
  color: white;
}
section.blog .filters .filters-bar {
  z-index: 10;
  position: absolute;
  top: 100%;
  background-color: white;
  width: calc(100% - 15px);
  padding: 2rem 0 2rem 11%;
  right: 0;
  border: 2px solid #3f3f3f;
}
section.blog .filters .filters-bar .filter_title {
  font-size: 2.4rem;
  font-family: lato-black;
  color: #3f3f3f;
}
section.blog .search {
  margin-left: 1.6rem;
  background-color: #f3f5fb;
  border-radius: 50%;
  padding: 24.5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
section.blog .search > img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
section.blog .search:hover {
  background-color: #5144d1;
}
section.blog .search:hover > img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
section.blog .search:hover .search-bar-container {
  opacity: 1;
  pointer-events: all;
}
section.blog .search .search-bar-container {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  position: absolute;
  background-color: transparent;
  min-height: 102px;
  top: calc(50%);
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 41px 0 18px 0;
}
section.blog .search .search-bar-container .search-bar {
  padding: 27px 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
section.blog .search .search-bar-container .search-bar .input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  position: relative;
}
section.blog .search .search-bar-container .search-bar .input-container input {
  border: 2px solid #3d9be9;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
  outline: none;
  font-size: 18px;
  color: #140f4f;
  font-family: lato-regular;
  width: 100%;
  padding: 1rem 6rem 1rem 6rem;
  position: relative;
}
section.blog
  .search
  .search-bar-container
  .search-bar
  .input-container
  .search-icon {
  position: absolute;
  left: 2rem;
  z-index: 1;
}
section.blog
  .search
  .search-bar-container
  .search-bar
  .input-container
  .delete-icon {
  position: absolute;
  right: 2rem;
  z-index: 1;
}
section.blog .border-bottom-title {
  position: relative;
}
section.blog .border-bottom-title:after {
  content: "";
  height: 1px;
  background-color: #717171;
  opacity: 0.2;
  position: absolute;
  z-index: 2;
  bottom: -1rem;
  left: 15px;
  right: 0px;
}
section.post {
  padding-bottom: 5.6rem;
  border-bottom: 1px solid rgba(113, 113, 113, 0.2);
  margin-top: 12.3rem;
  position: relative;
  border-bottom: 1px solid #7171713a;
}
section.post .etiquetas {
  margin-top: 2.4rem;
}
section.post .etiquetas .etiqueta {
  font-size: 14px;
  font-family: roboto-medium;
  padding: 4px 16px;
  background-color: #f5f7fd;
  color: #8390b7;
  border-radius: 35px;
}
section.post .etiquetas .etiqueta:not(:first-child) {
  margin-left: 8px;
}
section.post img.background {
  position: fixed;
  top: -42px;
  left: 0;
  width: 100%;
  height: calc(100% + 42px);
  -o-object-fit: fill;
  object-fit: fill;
  z-index: -1;
  -webkit-filter: blur(420px);
  filter: blur(420px);
}
section.post .autor-row {
  margin-top: 3rem;
}
section.post .autor-row .autor-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.post .autor-row .autor-header .autor-name {
  margin-left: 1rem;
  font-size: 2.2rem;
  font-family: lato-black;
  color: #140f4f;
}
section.post .autor-row .autor-description {
  font-family: lato-regular;
  font-size: 14px;
  color: #717171;
}
section.post .autor-row .autor-social-media .multipleRedes {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
section.post .autor-row .autor-social-media .multipleRedes .redes {
  top: 0rem;
  position: absolute;
  display: none;
}
section.post .autor-row .autor-social-media .multipleRedes .redes > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 6px #140f4f4f;
  box-shadow: 0px 0px 6px #140f4f4f;
  border-radius: 6px;
  margin-top: 4.5rem;
  padding: 26px 16px;
  background-color: #fff;
}
section.post .autor-row .autor-social-media .multipleRedes:hover .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.post .autor-row .autor-social-media a,
section.post .autor-row .autor-social-media .multipleRedes {
  display: inline;
  cursor: pointer;
}
section.post .autor-row .autor-social-media a:not(:first-child),
section.post .autor-row .autor-social-media .multipleRedes:not(:first-child) {
  margin-left: 1rem;
}
section.post .autor-row .autor-social-media a > img,
section.post .autor-row .autor-social-media .multipleRedes > img {
  width: 40px;
  height: auto;
}
section.post .autor-row .autor-social-media a > img:nth-child(2),
section.post .autor-row .autor-social-media .multipleRedes > img:nth-child(2) {
  display: none;
}
section.post .autor-row .autor-social-media a:hover,
section.post .autor-row .autor-social-media .multipleRedes:hover {
  text-decoration: none;
}
section.post .autor-row .autor-social-media a:hover > img:nth-child(1),
section.post
  .autor-row
  .autor-social-media
  .multipleRedes:hover
  > img:nth-child(1) {
  display: none;
}
section.post .autor-row .autor-social-media a:hover > img:nth-child(2),
section.post
  .autor-row
  .autor-social-media
  .multipleRedes:hover
  > img:nth-child(2) {
  display: inline-block;
}
section.post .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(61, 155, 233, 0.2);
  color: #3d9be9;
  font-size: 20px;
  padding: 6px 24px 8px 24px;
  border-radius: 20px 0px;
  font-family: roboto-medium;
}
section.post .container {
  position: relative;
}
section.post .back {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 65px;
  height: 65px;
  background-color: #f3f5fb;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
section.post .back:hover {
  background-color: #5144d1;
}
section.post .back:hover img {
  -webkit-filter: brightness(111);
  filter: brightness(111);
}
section.post .date {
  font-size: 1.6rem;
  color: #717171;
  font-family: lato-bold;
}
section.post .text-intro {
  margin-top: 4rem;
  border-left: 4px #5144d1 solid;
  border-right: 4px #5144d1 solid;
  font-size: 22px !important;
}
section.post .img {
  margin-bottom: 4rem;
}
section.post .img img {
  width: 100%;
  height: auto;
  border-radius: 52px 0px;
}
section.post .paragraph {
  color: #3f3f3f;
  font-size: 18px;
}
section.post .frase-intermedia {
  display: block;
  background-image: url("../sprites/comillas.svg");
  background-repeat: no-repeat;
  background-position: 0 4.3rem;
  margin-top: 4rem;
}
section.post .trip {
  position: relative;
  padding: 4rem 0 3rem 4.6rem;
  border-bottom: 1px solid rgba(113, 113, 113, 0.2);
  border-top: 1px solid rgba(113, 113, 113, 0.2);
  font-size: 3.2rem;
  font-family: roboto-bold;
  color: #3f3f3f;
  margin-bottom: 4rem;
}
section.post .trip img {
  position: absolute;
  top: 4.3rem;
  left: 0rem;
}
section.post .trip a {
  text-decoration: underline;
}
section.post .trip a:hover {
  color: #12e8c4 !important;
}
section.share {
  margin-top: 5rem;
}
section.share .control a {
  text-decoration: none;
}
section.share .control a:hover {
  color: #5144d1;
}
section.share .control img {
  width: 8px;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.share .control.left {
  text-align: left;
}
section.share .control.left img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
section.share .control.left a:hover img {
  -webkit-transform: translateX(-10px) rotate(90deg);
  transform: translateX(-10px) rotate(90deg);
}
section.share .control.right {
  text-align: right;
}
section.share .control.right img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
section.share .control.right a:hover img {
  -webkit-transform: translateX(10px) rotate(-90deg);
  transform: translateX(10px) rotate(-90deg);
}
section.share .share a,
section.share .share div.link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
section.share .share a.facebook,
section.share .share div.link.facebook {
  background-color: #486bbf;
}
section.share .share a.twitter,
section.share .share div.link.twitter {
  background-color: #3d9be9;
}
section.share .share a.link,
section.share .share div.link.link {
  background-color: #5144d1;
}
section.share .share a:not(:last-child),
section.share .share div.link:not(:last-child) {
  margin-right: 1.6rem;
}
section.share .share a:not(.withHover):hover,
section.share .share div.link:not(.withHover):hover {
  background-color: #140f4f;
}
section.share .share a.withHover {
  display: inline;
  cursor: pointer;
}
section.share .share a.withHover img:nth-child(2) {
  display: none;
}
section.share .share a.withHover:hover {
  text-decoration: none;
}
section.share .share a.withHover:hover img:nth-child(1) {
  display: none;
}
section.share .share a.withHover:hover img:nth-child(2) {
  display: inline-block;
}
section.share .share a.whatsapp-link {
  display: none;
}
section.interest {
  margin-top: 5.2rem;
}
.row-posts {
  margin-top: 2.3rem;
}
.row-posts .post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 25px;
}
.row-posts .post a {
  overflow: hidden;
  border-radius: 42px 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
}
.row-posts .post a:hover {
  text-decoration: none;
}
.row-posts .post a:hover .button:after {
  right: 0%;
}
.row-posts .post img {
  width: 100%;
  height: auto;
}
.row-posts .post .content {
  padding: 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.row-posts .post .content .post-tag {
  margin-bottom: 1rem;
  font-size: 16px;
  font-family: lato-black;
}
.row-posts .post .content .post-title {
  margin-bottom: 1rem;
  font-family: lato-black;
  font-size: 22px;
  color: #3f3f3f;
}
.row-posts .post .content .post-date {
  margin-bottom: 2rem;
  font-size: 16px;
  font-family: lato-bold;
  color: #717171;
}
.background-gradient {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  background: transparent
    linear-gradient(
      119deg,
      rgba(81, 68, 209, 0.09) 0%,
      rgba(80, 70, 209, 0.09) 25%,
      rgba(68, 92, 209, 0.09) 100%
    )
    0% 0% no-repeat padding-box;
}
.background-gradient .circle-blur {
  z-index: 0;
  position: absolute;
  width: 623px;
  height: 623px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
  border-radius: 50%;
}
.background-gradient .circle-blur.green {
  right: -37rem;
  top: -38rem;
  opacity: 0.21;
  background-color: #12e8c4;
}
.background-gradient .circle-blur.blurple {
  left: -51rem;
  top: 20rem;
  opacity: 0.26;
  background-color: #5144d1;
}
.background-gradient .circle-blur.pink {
  left: 33%;
  top: 10rem;
  opacity: 0.25;
  background-color: #ff8bfb;
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
section.us-intro {
  position: relative;
}
section.us-intro .img-trip {
  margin-top: 1.8rem;
  padding: 0;
}
section.us-intro .img-trip img:first-child {
  min-width: 100%;
  border-radius: 50px 0 50px 0;
}
section.us-intro .img-trip .float-icon {
  position: absolute;
  z-index: 5;
}
section.us-intro .img-trip .icon-blue {
  top: 0rem;
  left: 91%;
  width: 13%;
  opacity: 0;
}
section.us-intro .img-trip .icon-blue.loaded {
  -webkit-animation: animfloat1 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animfloat1 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animfloat1 {
  0% {
    -webkit-transform: translate(10rem, -10rem) rotate(50deg);
    transform: translate(10rem, -10rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animfloat1 {
  0% {
    -webkit-transform: translate(10rem, -10rem) rotate(50deg);
    transform: translate(10rem, -10rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.us-intro .img-trip .icon-yellow {
  bottom: 1rem;
  right: 95.5%;
  opacity: 0;
}
section.us-intro .img-trip .icon-yellow.loaded {
  -webkit-animation: animfloat2 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animfloat2 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animfloat2 {
  0% {
    -webkit-transform: translate(-10rem, -10rem) rotate(50deg);
    transform: translate(-10rem, -10rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animfloat2 {
  0% {
    -webkit-transform: translate(-10rem, -10rem) rotate(50deg);
    transform: translate(-10rem, -10rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.us-intro .row:first-child {
  padding-bottom: 6.4rem;
  border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}
section.servicios_institucionales {
  margin-top: 5rem;
}
section.servicios_institucionales .button {
  padding: 1.6rem 2.4rem 2rem 2.4rem;
}
section.servicios_institucionales .row-services {
  margin-top: 3.5rem;
}
section.servicios_institucionales .row-services .service {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #fff;
  position: relative;
  padding: 6.3rem 9rem 4.8rem 4.8rem;
  border-radius: 29px;
  margin-bottom: 3.2rem;
}
section.servicios_institucionales .row-services .service img.icon-float {
  position: absolute;
  top: 0;
  right: 0;
}
section.servicios_institucionales .row-services .service .logos {
  margin-top: 3rem;
}
section.servicios_institucionales .row-services .service .logos img {
  margin-right: 1rem;
  margin-bottom: 2rem;
}
section.servicios_institucionales .row-services .service:nth-child(1),
section.servicios_institucionales .row-services .service:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
section.servicios_institucionales .row-services .service:nth-child(2),
section.servicios_institucionales .row-services .service:nth-child(6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
}
section.servicios_institucionales .row-services .service:nth-child(3),
section.servicios_institucionales .row-services .service:nth-child(7) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}
section.servicios_institucionales .row-services .service:nth-child(4),
section.servicios_institucionales .row-services .service:nth-child(8) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}
section.servicios_institucionales .row-services .service h1 {
  margin-top: 1rem;
}
section.servicios_institucionales .row-services .service .subtitle {
  margin-top: 1rem;
  font-family: lato-bold;
  font-size: 2.4rem;
  color: #717171;
}
section.sobre_nosotros {
  position: relative;
  margin-top: 6.4rem;
}
section.sobre_nosotros .container {
  position: relative;
}
section.sobre_nosotros .row-nosotros {
  position: relative;
  padding: 5.1rem 0 5.5rem 0;
  background: transparent linear-gradient(106deg, #5144d1 0%, #4457d1 100%) 0%
    0% no-repeat padding-box;
  border-radius: 113px 0px;
}
section.sobre_nosotros .row-nosotros .paragraph {
  color: white;
}
section.sobre_nosotros .icon-left {
  position: absolute;
  bottom: 5rem;
  left: -6rem;
  opacity: 0;
}
section.sobre_nosotros .icon-left.loaded {
  -webkit-animation: animic-left 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animic-left 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animic-left {
  0% {
    -webkit-transform: translate(-10rem, -10rem) rotate(50deg);
    transform: translate(-10rem, -10rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animic-left {
  0% {
    -webkit-transform: translate(-10rem, -10rem) rotate(50deg);
    transform: translate(-10rem, -10rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.sobre_nosotros .icon-right {
  position: absolute;
  top: 2rem;
  right: -4rem;
  opacity: 0;
}
section.sobre_nosotros .icon-right.loaded {
  -webkit-animation: animic-right 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  animation: animic-right 0.7s cubic-bezier(0.53, 0.62, 0.63, 1.29);
  opacity: 1;
}
@-webkit-keyframes animic-right {
  0% {
    -webkit-transform: translate(10rem, -10rem) rotate(50deg);
    transform: translate(10rem, -10rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
@keyframes animic-right {
  0% {
    -webkit-transform: translate(10rem, -10rem) rotate(50deg);
    transform: translate(10rem, -10rem) rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0rem, 0rem);
    transform: rotate(0deg) translate(0rem, 0rem);
  }
}
section.sobre_nosotros .row-social,
section.nivel .follow-us {
  margin-top: 3.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.sobre_nosotros .row-social .media,
section.nivel .follow-us .media {
  margin-bottom: 2rem;
  background-color: #f5f7fd;
  border-radius: 35px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  font-size: 2rem;
  font-family: roboto-medium;
  color: #717171;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.sobre_nosotros .row-social .media:not(:first-child),
section.nivel .follow-us .media:not(:first-child) {
  margin-left: 1.6rem;
}
section.sobre_nosotros .row-social .media img,
section.nivel .follow-us .media img {
  margin-right: 1rem;
}
section.sobre_nosotros .row-social .media img:not(.icon-drop),
section.nivel .follow-us .media img:not(.icon-drop) {
  width: 47px;
  height: 47px;
}
section.sobre_nosotros .row-social .media:hover,
section.nivel .follow-us .media:hover {
  background-color: #dedede;
}
section.sobre_nosotros .row-social .drop_down,
section.nivel .follow-us .drop_down {
  padding: 0.5rem 3.5rem 0.5rem 1rem;
}
section.nivel {
  margin-top: 65px;
  position: relative;
  padding: 60px 0 140px;
}
section.nivel .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -o-object-fit: fill;
  object-fit: fill;
}
section.nivel .container {
  text-align: center;
}
section.nivel .container .tag {
  margin-bottom: 8px;
}
section.nivel .container .title {
  margin-bottom: 3px;
  font-family: roboto-bold;
  font-size: 32px;
  color: #3f3f3f;
}
section.nivel .container .title span {
  color: #3f3f3f;
}
section.nivel .container .paragraph {
  margin-bottom: 8px;
  font-family: lato-regular;
  font-size: 16px;
  color: #3f3f3f;
}
section.nivel .container .paragraph span {
  color: #3f3f3f;
}
section.nivel .container .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.nivel .container .buttons > .col-12:not(:last-of-type) > .button {
  margin-bottom: 16px;
}
section.nivel .container .buttons > .col-12 > .button {
  display: block;
}
section.nivel .container .divider {
  border-top: 1px solid #717171;
  width: calc(100% + 30px);
  height: 0;
  margin: 40px -15px;
  opacity: 0.2;
}
section.nivel .container .follow-us .title {
  margin-bottom: 16px;
  font-family: lato-black;
  font-size: 22px;
  color: #3f3f3f;
}
section.nivel .container .follow-us .title span {
  color: #3f3f3f;
}
section.nivel .container .reviews {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
section.nivel .decoration {
  z-index: -1;
}
section.nivel.nivel-primaria .decoration:nth-of-type(1),
section.nivel.nivel-secundaria .decoration:nth-of-type(1) {
  width: 110px;
  top: 30px;
  left: -32px;
}
section.nivel.nivel-primaria .decoration:nth-of-type(2),
section.nivel.nivel-secundaria .decoration:nth-of-type(2) {
  width: 300px;
  bottom: 90px;
  right: -113px;
}
section.nivel.nivel-bachillerato .decoration:nth-of-type(1),
section.nivel.nivel-cursos .decoration:nth-of-type(1) {
  width: 110px;
  top: 18px;
  right: -50px;
}
section.nivel.nivel-bachillerato .decoration:nth-of-type(2),
section.nivel.nivel-cursos .decoration:nth-of-type(2) {
  width: 48px;
  top: 18px;
  right: 41px;
}
section.nivel.nivel-bachillerato .decoration:nth-of-type(3) {
  width: 330px;
  bottom: -79px;
  left: -190px;
}
section.nivel.nivel-cursos .decoration:nth-of-type(3) {
  width: 295px;
  bottom: -69px;
  left: -103px;
}
section.fundadores {
  margin-top: 6.4rem;
}
section.fundadores .fundador:not(:nth-child(3n)) {
  position: relative;
}
section.fundadores .fundador:not(:nth-child(3n)):after {
  content: "";
  width: 2px;
  background-color: #3f3f3f;
  opacity: 0.2;
  height: 90%;
  position: absolute;
  top: 0;
  right: -1rem;
}
section.fundadores .row-fundadores {
  margin-top: 3rem;
}
section.fundadores .fundador {
  margin-bottom: 1.5rem;
  position: relative;
  margin-top: 1.5rem;
}
section.fundadores .fundador .subtitle,
section.fundadores .fundador .description {
  font-family: lato-bold;
  font-size: 2rem;
  color: #717171;
}
section.fundadores .fundador .description {
  margin-top: 3.4rem;
}
section.trabajos {
  margin-top: 5.5rem;
}
section.trabajos .row-img {
  margin-top: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.trabajos .row-img p {
  margin-top: 2rem;
  font-family: lato-bold;
  font-size: 22px;
  margin-bottom: 0;
}
section.trabajos .row-img span {
  font-size: lato-regular;
  font-size: 20px;
}
section.newsletter {
  overflow: hidden;
  margin-top: 7.6rem;
  padding-bottom: 5rem;
}
section.newsletter .content {
  padding-right: 1rem;
}
section.newsletter .content .tag {
  margin-bottom: 1.6rem;
}
section.newsletter .content .subtitle {
  font-family: lato-bold;
  font-size: 18px;
  color: #3f3f3f;
}
section.newsletter .content .title-newsletter {
  font-size: 32px;
  color: #3f3f3f;
}
section.newsletter .image_newsletter {
  position: relative;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.newsletter .image_newsletter img {
  border-radius: 66px 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
section.newsletter .image_newsletter .alianzas {
  position: absolute;
  bottom: calc(100% / 4) !important;
  left: -5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 68px 0px;
  background-color: #12e8c4;
  width: 190px;
  height: 144px;
  font-size: 3.2rem;
  color: white;
}
section.newsletter .image_newsletter .alianzas p {
  margin-bottom: 0;
  line-height: 35px;
}
section.newsletter.nl-nosotros {
  margin-top: 2rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
section.newsletter.nl-nosotros .row:not(form) {
  background-color: #fff;
  border-radius: 66px 0px;
  padding: 4rem 4rem 4rem 4rem;
}
section.newsletter.nl-home {
  margin-top: 2rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
section.newsletter.nl-home .row:not(form) {
  background-color: rgba(245, 245, 245, 0.3);
  border-radius: 66px 0px;
  padding: 4rem 0 4rem 0;
}
.animation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(216, 216, 216, 0.3);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
}
.animation .animation-body {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #5144d1;
}
.calificar-post {
  position: fixed;
  z-index: 99;
  bottom: 7rem;
  left: 4rem;
  border-radius: 9px 0px 11px 0px;
  padding: 15px 53px;
  background-color: white;
  cursor: pointer;
  overflow: hidden;
}
.calificar-post.active {
  pointer-events: none;
  cursor: auto;
}
.calificar-post.active > * {
  pointer-events: all;
}
.calificar-post .info-close {
  width: 276px;
  position: relative;
}
.calificar-post .info-close img {
  width: 2rem;
  height: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 15px;
  position: absolute;
  right: 0rem;
  top: 8px;
}
.calificar-post .info-open {
  width: 276px;
  display: none;
  padding: 10px 0;
}
.calificar-post .info-open .close-info-open {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.calificar-post .info-open .close-info-open img {
  width: 15px;
}
.calificar-post .info-open .stars {
  padding: 12px 0;
  background-color: #f3f5fb;
  border-radius: 32px;
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calificar-post .info-open .stars .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 21px;
  height: 21px;
}
.calificar-post .info-open .stars .star:not(:last-child) {
  margin-right: 6px;
}
.calificar-post .info-open .stars .star img {
  position: absolute;
}
.calificar-post .info-open .stars .star img:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.calificar-post .info-open .stars .star:hover img:nth-child(2),
.calificar-post .info-open .stars .star.active img:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal-dialog.calificar {
  max-width: 540px;
}
.buttonModalFilters {
  width: 63px;
  height: 56px;
  background-color: white;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 122px;
  right: -2px;
  cursor: pointer;
  border: 2px solid #b9b5e6;
  border-radius: 4px 0px 0px 4px;
}
.buttonModalFilters:before,
.buttonModalFilters:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #5144d1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.buttonModalFilters:before {
  margin-bottom: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.buttonModalFilters:after {
  margin-top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buttonModalFilters:hover:before {
  -webkit-transform: translateX(-5px) rotate(-45deg);
  transform: translateX(-5px) rotate(-45deg);
}
.buttonModalFilters:hover:after {
  -webkit-transform: translateX(-5px) rotate(45deg);
  transform: translateX(-5px) rotate(45deg);
}
.floatFilters {
  overflow: auto;
  display: none;
  position: fixed;
  z-index: 99;
  top: 82px;
  bottom: 0;
  right: -2px;
  border: 1px solid #d8e2e2;
  background-color: #fff;
  width: 223px;
  padding: 62px 0;
}
.floatFilters .section {
  padding: 0 24px 16px 24px;
  position: relative;
  border-bottom: 1px solid #d8e2e2;
  margin-bottom: 16px;
  overflow: hidden;
  height: 4.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.floatFilters .section .filter-title {
  font-size: 16px;
  font-family: lato-black;
  margin-bottom: 16px;
}
.floatFilters .section .elementos .elem {
  font-size: 14px;
  font-family: lato-bold;
  color: #717171;
  margin-bottom: 4px;
  cursor: pointer;
}
.floatFilters .section .elementos .elem:hover,
.floatFilters .section .elementos .elem[checked="checked"] {
  color: #140f4f;
  text-decoration: underline;
}
.floatFilters .section .toggleSection {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}
.floatFilters .section:before,
.floatFilters .section:after {
  content: "";
  background-color: #717171;
  width: 11px;
  height: 2px;
  position: absolute;
  top: 13px;
  right: 25px;
}
.floatFilters .section:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 25.5px;
}
.floatFilters .section.open {
  height: auto;
}
.floatFilters .section.open:before {
  display: none;
}
.floatFilters .section.header .filter-title {
  font-size: 18px;
}
.floatFilters .section.header:before,
.floatFilters .section.header:after {
  background-color: #a2b4b4;
}
.floatFilters .section.header:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.floatFilters .section.header:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floatFilters .section.archivo .filter-title {
  margin-bottom: 2rem;
}
.floatFilters .section.archivo select {
  background-image: url(../sprites/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 94%;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 175px;
  padding: 9px 16px;
  border: 1px solid #dedede;
  border-radius: 2px;
  outline: none;
  font-size: 14px;
  font-family: lato-regular;
  color: #717171;
  position: relative;
}
.floatFilters .section.archivo select:before {
  content: "AAWDAW";
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  section.blog .filter-blog #filtersForm .customSelect {
    width: 100%;
  }
  section.blog .filter-blog #filtersForm .customSelect div.label {
    width: 90%;
  }
  section.blog .filter-blog #filtersForm .customSelect:not(:first-child) {
    margin-left: 0;
  }
  .header {
    overflow: hidden;
  }
  .calificar-post {
    left: unset;
    right: 1rem;
    bottom: 1rem;
    display: none;
  }
  .calificar-post.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .media-buttons {
    right: 1.5rem;
  }
  .media-buttons .media a {
    width: 55px;
    height: 55px;
  }
  .media-buttons .media a img {
    width: 24px;
    height: auto;
  }
  .buttonModalFilters {
    top: 30%;
    width: 36px;
    height: 50px;
  }
  .floatFilters {
    top: 64px;
  }
  section.share .share a.whatsapp-link {
    display: block;
  }
  section.newsletter.nl-nosotros .row:not(form) {
    padding: 4rem 1.5rem 4rem 1.5rem;
  }
  section.newsletter.nl-home .row:not(form) {
    padding: 4rem 1.5 4rem 1.5rem;
  }
  section.post .back {
    top: -2rem;
    right: 3rem;
  }
  .title {
    font-size: 3.2rem;
  }
  .title.lg {
    font-size: 3.2rem;
  }
  section.us-intro .row:first-child {
    padding-bottom: 3rem;
  }
  .row-posts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.3rem;
    padding: 0 1.6rem;
  }
  .row-posts .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 53px 0px;
  }
  .row-posts .post:not(:first-child) {
    margin-left: 0%;
  }
  section.servicios_institucionales .row-services {
    padding: 0 2rem;
    margin-top: 3.5rem;
  }
  section.servicios_institucionales .row-services .service {
    margin-bottom: 3.2rem;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  section.sobre_nosotros .row-social,
  section.nivel .follow-us,
  section.nivel .row-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  section.sobre_nosotros .row-social .media,
  section.nivel .follow-us .media,
  section.nivel .row-social .media {
    margin-bottom: 2.4rem;
    margin-left: 0 !important;
  }
  section.fundadores .fundador .description,
  section.fundadores .fundador .subtitle {
    margin-top: 2.5rem;
    font-size: 16px;
  }
  section.newsletter .content form input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.newsletter .content form .checkbox-container label {
    font-size: 16px !important;
  }
  section.newsletter .content form .checkbox-container label a {
    font-size: 16px !important;
  }
  section.newsletter .image_newsletter {
    padding: 2.5rem;
    margin-left: auto;
    margin-top: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  section.newsletter .image_newsletter .content {
    padding: 0;
  }
  section.newsletter .image_newsletter .content .alianzas {
    font-size: 2.8rem;
    width: 171px;
    height: 130px;
    bottom: 1.5rem;
    left: -9rem;
  }
  section.newsletter .row-media {
    overflow: scroll;
  }
  section.newsletter .row-media .medias {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  section.newsletter .image_newsletter {
    margin-left: auto;
  }
  section.newsletter .image_newsletter .alianzas {
    bottom: calc(100% / 4);
    width: 130px;
    height: 100px;
    font-size: 2rem;
    border-radius: 48px 0px;
  }
  section.newsletter .image_newsletter .alianzas p {
    line-height: 2rem;
  }
  header.header .links,
  .false-nav .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header .button,
  .false-nav .button {
    display: block;
    padding: 8px 16px !important;
  }
  header.header .drop_down,
  .false-nav .drop_down {
    margin-right: 1.5rem;
  }
  header.header .menu-button,
  .false-nav .menu-button {
    display: none;
  }
  .false-nav {
    display: block;
  }
  section.contenidos-home {
    margin-top: 120px;
  }
  section.contenidos-home > .decoration:nth-of-type(1) {
    width: 200%;
    top: -110%;
    left: -75%;
  }
  section.contenidos-home > .decoration:nth-of-type(2) {
    width: 150px;
    right: -80px;
    top: 60px;
  }
  section.contenidos-home > .decoration:nth-of-type(3) {
    width: 100px;
    top: 20px;
  }
  section.contenidos-home > .decoration:nth-of-type(4) {
    width: 25%;
    left: -6%;
  }
  section.contenidos-home > .decoration:nth-of-type(5) {
    width: 50%;
    bottom: -15%;
    left: 75%;
  }
  section.contenidos-home .container .decoration {
    margin-bottom: 12px;
  }
  section.contenido-educativo {
    padding: 45px 16px;
  }
  section.contenido-educativo .container .title {
    font-family: roboto-bold;
    font-size: 44px;
    color: #fff;
  }
  section.contenido-educativo .container .title span {
    color: #12e8c4;
  }
  section.contenido-educativo .container .paragraph {
    margin-bottom: 0;
  }
  section.comunidad {
    padding: 80px 1px 89px;
  }
  section.comunidad .container .order-md-2 .tag {
    margin-bottom: 20px;
  }
  section.comunidad .container .order-md-2 .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  section.comunidad .container .order-md-2 .paragraph {
    font-size: 20px;
    margin-bottom: 35px;
  }
  section.comunidad .container .order-md-2 .video-container {
    margin-bottom: 18px;
  }
  section.comunidad .container .order-md-2 .suscriptores {
    padding: 18px 13px 13px;
    margin-bottom: 0;
  }
  section.comunidad .container .order-md-2 .suscriptores p:last-of-type {
    font-size: 40px;
  }
  section.comunidad .container .order-md-1 .social.social-1,
  section.comunidad .container .order-md-3 .social.social-1 {
    margin-top: 50px;
  }
  section.comunidad .container .order-md-1 .social.social-2,
  section.comunidad .container .order-md-3 .social.social-2 {
    margin-top: 45px;
  }
  section.comunidad .container .order-md-1 .social.social-3,
  section.comunidad .container .order-md-3 .social.social-3 {
    margin-top: 40px;
  }
  section.comunidad .container .order-md-1 .social.social-4,
  section.comunidad .container .order-md-3 .social.social-4 {
    margin-top: 80px;
  }
  section.comunidad .container .note {
    font-size: 18px;
  }
  .talked-container .subtitle {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .talked-container .talked-slides {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
  }
  .talked-container .talked-slides .slide {
    margin-bottom: 6px;
    padding: 0 7px;
  }
  .talked-container .talked-slides .slide .inner {
    height: 64px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding: 13px 30px;
    border-radius: 36px;
    background-color: #f5f7fd;
  }
  .talked-container .talked-slides .slide .inner img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .talked-container .pagination-slides {
    display: none;
  }
  section.blog-home {
    padding: 70px 1px;
  }
  section.blog-home > .decoration:nth-of-type(1) {
    bottom: -100px;
    -webkit-transform: none;
    transform: none;
  }
  section.blog-home > .decoration:nth-of-type(2) {
    top: 30px;
    right: -20px;
  }
  section.nivel {
    margin-top: 82px;
  }
  section.nivel .container .tag {
    margin-bottom: 16px;
  }
  section.nivel .container .paragraph {
    margin-bottom: 16px;
    font-size: 22px;
  }
  section.nivel .container .divider {
    width: calc(100% + 60px);
    margin: 40px -30px;
  }
  section.nivel.nivel-primaria .decoration:nth-of-type(1),
  section.nivel.nivel-secundaria .decoration:nth-of-type(1) {
    width: 180px;
  }
  section.nivel.nivel-primaria .decoration:nth-of-type(2),
  section.nivel.nivel-secundaria .decoration:nth-of-type(2) {
    bottom: 20px;
  }
  section.nivel.nivel-bachillerato .decoration:nth-of-type(1),
  section.nivel.nivel-cursos .decoration:nth-of-type(1) {
    width: 180px;
  }
  section.nivel.nivel-bachillerato .decoration:nth-of-type(2),
  section.nivel.nivel-cursos .decoration:nth-of-type(2) {
    width: 80px;
    top: 40px;
    right: 90px;
  }
  .contact-modal .modal-header {
    padding: 25px 26px 12px;
  }
  .contact-modal .modal-body {
    padding: 0 48px 48px;
  }
  .contact-modal .modal-body .g-recaptcha {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    margin: 15px 0 15px -8.5%;
  }
}
@media screen and (min-width: 1024px) {
  body,
  html {
    font-size: 10px;
  }
  section.newsletter .image_newsletter {
    margin-left: 15%;
  }
  section.newsletter .image_newsletter .alianzas {
    bottom: 10rem;
    border-radius: 68px 0px;
    width: 190px;
    height: 144px;
    font-size: 3.2rem;
  }
  section.newsletter .image_newsletter .alianzas p {
    margin-bottom: 0;
    line-height: 35px;
  }
}

/*# sourceMappingURL=math2me.min.css.map */
