@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --widget-container-width: 1000px;
}

:root {
  --font-weight: 300;
  --font-weight-fallback: 400;
}

* {
  outline: none;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background-color: var(--color-bg);
  font-family: var(--font-body);
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.4em;
  font-weight: var(--font-weight, --font-weight-fallback);
}

.page--container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

p {
  font-family: var(--font-body);
  color: var(--color-text);
  font-size: 18px;
  line-height: 30px;
}

p img,
div img {
  display: block;
  max-width: 100%;
}

p a {
  text-decoration: none;
  color: var(--color-secondary);
  display: inline-block;
  cursor: pointer !important;
  line-height: 1.2em;
  transition: all 0.15s ease-in-out;
}

p a:hover {
  border-bottom: 1px dashed var(--color-secondary);
  transition: all 0.15s ease-in-out;
}

.image {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px !important;
  display: block;
  position: relative;
  text-align: center;
}

.image.cintillo {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.image img {
  width: 100%;
  display: block;
}

.image.w-100 {
  width: 100% !important;
}

.image.w-100 img {
  width: 100% !important;
  margin: auto;
}

.image.w-75 {
  width: 100% !important;
}

.image.w-75 img {
  width: 75% !important;
  margin: auto;
}

.image.w-50 {
  width: 100% !important;
}

.image.w-50 img {
  width: 50% !important;
  margin: auto;
}

.image.w-25 {
  width: 100% !important;
}

.image.w-25 img {
  width: 25% !important;
  margin: auto;
}

iframe {
  width: 100%;
}

/**
* CONTENEDOR DEL CONTENIDO DEL USUARIO
*/

.page-content {
  display: block;
  width: 100%;
  max-width: 1200px;
  flex-grow: 1;
  margin: 0 auto;
  padding: 0 20px;
}

/**
* HEADER CON EL MENÚ
*/

header {
  display: block;
  margin: 0;
  padding: 0;
  padding: 20px;
}

header .header-wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

header .header-wrap .logo {
  margin: 6px 0;
}

header .header-wrap .logo img {
  display: block;
  height: var(--logo-height);
}

header .header-wrap .logo span {
  font-family: var(--font-titles);
  color: var(--color-primary);
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

header .header-wrap nav {
  display: flex;
  flex-direction: row;
  min-height: 50px;
  margin: 6px 0;
}

header .header-wrap nav .menu-general {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

header .header-wrap nav .menu-general li {
  display: flex;
  position: relative;
  height: 50px;
}

header .header-wrap nav .menu-general li a {
  display: flex;
  padding: 0 12px;
  font-family: var(--font-titles);
  color: var(--color-text);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2px;
  align-items: center;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

header .header-wrap nav .menu-general li:hover {
  cursor: pointer !important;
}

header .header-wrap nav .menu-general li:hover > a {
  opacity: 1;
  background-color: var(--color-primary);
  color: var(--color-secondary);
  transition: all 0.2s ease-in-out;
}

header .header-wrap nav .menu-general li:hover ul {
  display: block;
}

header .header-wrap nav .menu-general li ul {
  display: none;
  z-index: 1001;
  list-style: none;
  list-style-position: outside;
  margin: 50px 0 0 0;
  padding: 10px 0 0;
  position: absolute;
  background-color: var(--color-primary);
  border-top: 1px solid #fff;
}

header .header-wrap nav .menu-general li ul li {
  padding: 12px 20px;
  width: auto;
}

header .header-wrap nav .menu-general li ul li a {
  opacity: 1;
  display: block;
  text-align: left;
  color: #ffffff;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}

header .header-wrap nav .menu-general li ul li a:hover {
  color: var(--color-secondary);
  transition: all 0.2s ease-in-out;
}

header .header-wrap nav .hamburguer {
  display: none;
  margin-top: 15px;
}

header .header-wrap nav .hamburguer a span {
  top: 0;
  height: 3px;
  width: 30px;
  transition: 0.3s;
  background: #000;
  position: relative;
  display: block;
}

header .header-wrap nav .hamburguer a span + span {
  margin-top: 5px;
}

header .header-wrap nav .hamburguer a.open span.f {
  transform: rotate(45deg);
  top: 8px;
  transition: top 0.3s, transform 0.3s 0.3s;
}

header .header-wrap nav .hamburguer a.open span.l {
  transform: rotate(-45deg);
  top: 0;
  transition: top 0.3s, transform 0.3s 0.3s;
}

header .header-wrap nav .hamburguer a.open span.m {
  display: none;
}

header .header-wrap nav a.btn-login {
  display: block;
  text-decoration: none;
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 14px;
  text-transform: uppercase;
  font-family: var(--font-titles);
  font-size: 16px;
  line-height: 16px;
  color: var(--color-primary);
  margin: 0;
  transition: all 0.2s linear;
}

header .header-wrap nav a.btn-login:hover {
  background-color: var(--color-primary);
  color: #ffffff;
  transition: all 0.2s linear;
}

@media (max-width: 1024px) {
  header .header-wrap nav .hamburguer {
    display: block;
  }

  header .header-wrap nav .menu-general {
    display: none;
    z-index: 9000;
  }

  header .header-wrap nav .menu-general.open {
    display: block;
    position: absolute;
    left: 0;
    top: 88px;
    width: 100%;
    background-color: #ffffff;
    padding: 12px;
    border-bottom: 5px solid var(--color-secondary);
  }

  header .header-wrap nav .menu-general.open li {
    padding-top: 24px;
    display: block;
    width: 100%;
    text-align: left;
    height: initial !important;
  }

  header .header-wrap nav .menu-general.open li a,
  header .header-wrap nav .menu-general.open li a:hover {
    text-align: left;
    display: block;
    width: 100%;
    color: var(--color-text);
    background-color: #ffffff;
    line-height: 1.3em;
  }

  header .header-wrap nav .menu-general.open li a svg,
  header .header-wrap nav .menu-general.open li a:hover svg {
    display: none;
  }

  header .header-wrap nav .menu-general.open li a:hover,
  header .header-wrap nav .menu-general.open li a:hover:hover {
    color: var(--color-secondary);
    transition: all 0.2s ease-in-out;
  }

  header .header-wrap nav .menu-general.open li ul {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 24px;
    background-color: #ffffff;
    margin: 0;
  }

  header .header-wrap nav .menu-general.open li ul li {
    padding-top: 12px;
    width: 100%;
    border-bottom: 1px solid var(--color-secondary);
  }

  header .header-wrap nav .menu-general.open li ul li a {
    white-space: normal;
  }
}

/**
* HEADER PÁGINA LOGIN
*/

.page-login-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-login-header header {
  display: flex;
  width: 100%;
}

.page-login-header header .logo {
  display: block !important;
  flex-grow: 1;
}

.page-login-header header .menu-wrap .btn-volver {
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  display: inline-block;
  padding: 8px 24px 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
}

.page-login-header header .menu-wrap .btn-volver:hover {
  background-color: #fff;
  color: var(--color-primary);
}

/**
* FOOTER
*/

footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--color-primary);
  border-top: 5px solid var(--color-secondary);
}

footer .footer-wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .footer-wrap .footer-container {
  width: 33.3333333333%;
  padding: 20px;
}

footer .footer-wrap .footer-container .menu-title {
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}

footer .footer-wrap .footer-container .menu-footer {
  margin-bottom: 20px;
}

footer .footer-wrap .footer-container .menu-footer li {
  padding: 3px 0;
  color: var(--color-secondary);
}

footer .footer-wrap .footer-container .menu-footer li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--font-titles);
  transition: all 0.2s ease-in-out;
  font-weight: 300;
}

footer .footer-wrap .footer-container .menu-footer li a:hover {
  color: var(--color-secondary);
  transition: all 0.2s ease-in-out;
}

footer .footer-wrap .footer-container .menu-footer li ul {
  margin-top: 6px;
}

@media (max-width: 1024px) {
  footer .footer-wrap {
    flex-direction: column;
    padding-top: 20px;
  }

  footer .footer-wrap .footer-container {
    width: 100%;
    padding: 0 20px;
  }
}

/**
* CONTENEDOR BASE PARA WIDGETS QUE RESPETA EL ANCHO DE LA PÁGINA
*/

.base-container {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.base-container.cintillo-background {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.base-container.cintillo-background div,
.base-container.cintillo-background p {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.base-container.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.flex {
  display: flex;
  flex-direction: row;
}

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

.flex.flex-wrap {
  flex-wrap: wrap;
}

.flex .flex-grow {
  flex-grow: 1;
}

.flex .flex-50 {
  width: 50% !important;
  max-width: 50% !important;
  min-width: 50% !important;
}

.flex .flex-33 {
  width: 33.3333333333% !important;
  max-width: 33.3333333333% !important;
  min-width: 33.3333333333% !important;
}

.flex .flex-66 {
  width: 66.6666666667% !important;
  max-width: 66.6666666667% !important;
  min-width: 66.6666666667% !important;
}

.flex .flex-25 {
  width: 25% !important;
  max-width: 25% !important;
  min-width: 25% !important;
}

.flex .flex-20 {
  width: 20% !important;
  max-width: 20% !important;
  min-width: 20% !important;
}

.mtop-h {
  margin-top: 0 !important;
}

.mtop-s {
  margin-top: 12px !important;
}

.mtop-l {
  margin-top: 20px !important;
}

.mtop-xl {
  margin-top: 40px !important;
}

.mtop-xxl {
  margin-top: 80px !important;
}

.mbottom-h {
  margin-bottom: 0 !important;
}

.mbottom-s {
  margin-bottom: 12px !important;
}

.mbottom-l {
  margin-bottom: 20px !important;
}

.mbottom-xl {
  margin-bottom: 40px !important;
}

.mbottom-xxl {
  margin-bottom: 80px !important;
}

.ptop-h {
  padding-top: 0 !important;
}

.ptop-s {
  padding-top: 12px !important;
}

.ptop-l {
  padding-top: 20px !important;
}

.ptop-xl {
  padding-top: 40px !important;
}

.ptop-xxl {
  padding-top: 80px !important;
}

.pbottom-h {
  padding-bottom: 0 !important;
}

.pbottom-s {
  padding-bottom: 12px !important;
}

.pbottom-l {
  padding-bottom: 20px !important;
}

.pbottom-xl {
  padding-bottom: 40px !important;
}

.pbottom-xxl {
  padding-bottom: 80px !important;
}

.bg--transparent {
  background-color: transparent !important;
}

.bg--bg {
  background-color: var(--color-bg) !important;
}

.bg--text {
  background-color: var(--color-text) !important;
}

.bg--primary {
  background-color: var(--color-primary) !important;
}

.bg--secondary {
  background-color: var(--color-secondary) !important;
}

.bg--aditional {
  background-color: var(--color-aditional) !important;
}

.color---primary {
  color: var(--color-primary) !important;
}

.color---secondary {
  color: var(--color-secondary) !important;
}

.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

h1 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
}

h2 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 12px 0;
  font-size: 24px;
  line-height: 32px;
}

h1,
h2 {
  box-sizing: content-box !important;
  text-align: center;
  font-family: var(--font-titles);
  font-weight: 400;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

h1.h-underline,
h2.h-underline {
  padding-bottom: 4px;
  border-bottom: 3px solid var(--color-secondary);
  margin-bottom: 30px;
}

h1.h-mark,
h2.h-mark {
  position: relative;
  min-height: 60px !important;
}

h1.h-mark::after,
h2.h-mark::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background-color: var(--color-secondary);
  position: absolute;
  margin-top: 12px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
}

h1.h-negative,
h2.h-negative {
  background-color: var(--color-text) !important;
  color: #ffffff;
}

h1.h-negative-primary,
h2.h-negative-primary {
  background-color: var(--color-primary) !important;
  color: #ffffff;
}

h1.h-negative-secondary,
h2.h-negative-secondary {
  background-color: var(--color-secondary) !important;
  color: #ffffff;
}

h1.h-negative-resaltado,
h2.h-negative-resaltado {
  background-color: var(--color-primary) !important;
  color: var(--color-secondary);
}

h1.h-negative-resaltado-inverso,
h2.h-negative-resaltado-inverso {
  background-color: var(--color-secondary) !important;
  color: var(--color-primary);
}

h1.h-boundary,
h2.h-boundary {
  border: 2px solid var(--color-text);
  padding-left: 20px;
  padding-right: 20px;
}

h1.h-boundary-primary,
h2.h-boundary-primary {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  padding-left: 20px;
  padding-right: 20px;
}

h1.h-boundary-secondary,
h2.h-boundary-secondary {
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
  padding-left: 20px;
  padding-right: 20px;
}

h1.h-cintillo,
h2.h-cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h1.h-line,
h2.h-line {
  position: relative;
  overflow: hidden;
}

h1.h-line::before,
h2.h-line::before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 3px;
  content: "\A0";
  background-color: var(--color-secondary);
  margin-left: calc(-50% - 20px);
  text-align: right;
}

h1.h-line::after,
h2.h-line::after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 3px;
  content: "\A0";
  background-color: var(--color-secondary);
  margin-left: 20px;
}

h1.h-line.h-left::after,
h2.h-line.h-left::after {
  width: 100%;
}

h1.h-line.h-right::before,
h2.h-line.h-right::before {
  width: 100%;
  margin-left: calc(-100% - 20px);
  text-align: left;
}

h1.h-asterisk,
h2.h-asterisk {
  position: relative;
}

h1.h-asterisk::after,
h2.h-asterisk::after {
  content: "*****";
  display: block;
  position: absolute;
  margin-top: -4px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-secondary);
  font-family: Arial;
  font-size: 30px;
}

h1.h-asterisk.h-left::after,
h2.h-asterisk.h-left::after {
  left: 0;
  transform: none;
}

h1.h-asterisk.h-right::after,
h2.h-asterisk.h-right::after {
  right: 0;
  transform: none;
}

h1.h-left,
h2.h-left {
  text-align: left;
}

h1.h-left.h-mark::after,
h2.h-left.h-mark::after {
  left: 0;
  transform: none;
}

h1.h-center,
h2.h-center {
  text-align: center;
}

h1.h-right,
h2.h-right {
  text-align: right;
}

h1.h-right.h-mark::after,
h2.h-right.h-mark::after {
  left: 100%;
  transform: translateX(-100%);
}

h1.ptop-h.h-line::before,
h1.ptop-h.h-line::after,
h2.ptop-h.h-line::before,
h2.ptop-h.h-line::after {
  top: 20px !important;
}

h1.ptop-s.h-line::before,
h1.ptop-s.h-line::after,
h2.ptop-s.h-line::before,
h2.ptop-s.h-line::after {
  top: 32px !important;
}

h1.ptop-l.h-line::before,
h1.ptop-l.h-line::after,
h2.ptop-l.h-line::before,
h2.ptop-l.h-line::after {
  top: 40px !important;
}

h1.ptop-xl.h-line::before,
h1.ptop-xl.h-line::after,
h2.ptop-xl.h-line::before,
h2.ptop-xl.h-line::after {
  top: 60px !important;
}

h1.ptop-xxl.h-line::before,
h1.ptop-xxl.h-line::after,
h2.ptop-xxl.h-line::before,
h2.ptop-xxl.h-line::after {
  top: 100px !important;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
    line-height: 39px;
  }

  h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  h1.h-line::before,
  h1.h-line::after {
    display: none;
  }

  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  h2.h-line::before,
  h2.h-line::after {
    display: none !important;
  }
}

.action-wrap {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.action-wrap.h-cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.action-wrap .action-btn {
  background-color: var(--ab-bg-color);
  text-transform: uppercase;
  text-align: center;
  font-family: var(--font-titles);
  font-size: 20px;
  display: inline-block;
  padding: 12px 30px;
  color: var(--ab-color-text);
  font-weight: var(--ab-font-weight);
  line-height: 34px;
  border-radius: var(--ab-radius);
  border: var(--ab-border-width) solid var(--ab-color-border);
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.action-wrap .action-btn:hover {
  opacity: 0.9;
  border-color: var(--ab-bg-color);
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1024px) {
  .action-wrap .action-btn {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .action-wrap .action-btn {
    font-size: 16px;
    line-height: 26px;
  }
}

div.video {
  display: block;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

div.video.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

div.video-responsive {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  z-index: 100;
  margin: 0 auto;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 101;
}

.video-2-items {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.video-2-items.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.video-2-items .vleft {
  padding-right: 20px !important;
}

.video-2-items .vright {
  padding-left: 20px !important;
}

.video-2-items.with-margin .vleft {
  padding-left: 40px !important;
}

.video-2-items.with-margin .vright {
  padding-right: 40px !important;
}

@media (max-width: 768px) {
  .video-2-items {
    flex-direction: column;
  }

  .video-2-items .flex-50 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .video-2-items .flex-50.vleft,
  .video-2-items .flex-50.vright {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .video-2-items.with-margin .vleft,
  .video-2-items.with-margin .vright {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

.video-3-items {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.video-3-items.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.video-3-items .vleft {
  padding-right: 16px !important;
}

.video-3-items .vcenter {
  padding-left: 8px;
  padding-right: 8px;
}

.video-3-items .vright {
  padding-left: 16px !important;
}

.video-3-items.with-margin .vleft {
  padding-left: 24px !important;
}

.video-3-items.with-margin .vcenter {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.video-3-items.with-margin .vright {
  padding-right: 24px !important;
}

@media (max-width: 768px) {
  .video-3-items {
    flex-direction: column;
  }

  .video-3-items .flex-33 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .video-3-items .flex-33.vleft,
  .video-3-items .flex-33.vcenter,
  .video-3-items .flex-33.vright {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .video-3-items.with-margin .vleft,
  .video-3-items.with-margin .vcenter,
  .video-3-items.with-margin .vright {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

.blog-preview {
  width: 100%;
}

.blog-preview .article {
  position: relative;
}

.blog-preview .article .article-wrap {
  padding: 0 20px;
}

.blog-preview .article .article-wrap img {
  width: 100%;
  display: block;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  margin-bottom: 8px;
}

.blog-preview .article .article-wrap .title {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 12px;
  font-family: var(--font-titles);
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
  color: var(--color-primary);
  opacity: 0.9;
  transition: all 0.15s ease-in-out;
}

.blog-preview .article .article-wrap .title.title-s {
  font-size: 18px;
  line-height: 25px;
  padding: 6px;
}

.blog-preview .article .article-wrap .brief {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  opacity: 0.8;
  color: var(--color-text);
  padding: 0 12px;
  display: block;
}

.blog-preview .article.flex-50:nth-child(odd) .article-wrap {
  margin-left: -20px;
}

.blog-preview .article.flex-50:nth-child(even) .article-wrap {
  margin-right: -20px;
}

.blog-preview .article.flex-33:first-child .article-wrap {
  margin-left: -20px;
}

.blog-preview .article.flex-33:nth-child(2) .article-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-preview .article.flex-33:last-child .article-wrap {
  margin-right: -20px;
}

.blog-preview .article:hover .article-wrap .title {
  opacity: 1;
  border: none !important;
  transition: all 0.15s ease-in-out;
}

.blog-preview .article:hover .article-wrap .brief {
  opacity: 1;
  border: none !important;
  transition: all 0.15s ease-in-out;
}

.blog-preview .article:hover .article-wrap img {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.15s ease-in-out;
}

.blog-article-container {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}

.blog-article-container .back-area {
  margin-bottom: 28px;
  display: block;
  width: 100%;
}

.blog-article-container .back-area a {
  display: flex;
  text-decoration: none;
  color: var(--color-secondary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  transition: all 0.3s linear;
}

.blog-article-container .back-area a svg {
  margin-right: 9px;
  transition: all 0.3s linear;
}

.blog-article-container .back-area a:hover svg {
  transform: translateX(-20px);
  transition: all 0.3s linear;
}

@media (max-width: 768px) {
  .blog-preview {
    flex-direction: column;
  }

  .blog-preview .flex-50,
  .blog-preview .flex-33 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .blog-preview .flex-50 .article-wrap,
  .blog-preview .flex-33 .article-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .blog-preview .flex-50:not(:last-child) .article-wrap,
  .blog-preview .flex-33:not(:last-child) .article-wrap {
    margin-bottom: 24px;
  }
}

.images-2-items {
  position: relative;
  width: 100%;
}

.images-2-items .ileft {
  padding-right: 20px !important;
}

.images-2-items .iright {
  padding-left: 20px !important;
}

.images-2-items img {
  width: 100% !important;
}

.images-3-items {
  position: relative;
  width: 100%;
}

.images-3-items .ileft {
  padding-right: 20px !important;
}

.images-3-items .icenter {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.images-3-items .iright {
  padding-left: 20px !important;
}

.images-3-items img {
  width: 100% !important;
}

.images-4-items {
  position: relative;
  width: 100%;
}

.images-4-items .ileft {
  padding-right: 20px !important;
}

.images-4-items .icenter {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.images-4-items .iright {
  padding-left: 20px !important;
}

.images-4-items img {
  width: 100% !important;
}

@media (max-width: 768px) {
  .images-2-items,
  .images-3-items,
  .images-4-items {
    display: block !important;
    width: 100% !important;
  }

  .images-2-items .ileft,
  .images-2-items .icenter,
  .images-2-items .iright,
  .images-3-items .ileft,
  .images-3-items .icenter,
  .images-3-items .iright,
  .images-4-items .ileft,
  .images-4-items .icenter,
  .images-4-items .iright {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .images-2-items .ileft,
  .images-3-items .ileft,
  .images-4-items .ileft {
    padding-top: 20px !important;
    padding-bottom: 12px !important;
  }

  .images-2-items .icenter,
  .images-3-items .icenter,
  .images-4-items .icenter {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .images-2-items .iright,
  .images-3-items .iright,
  .images-4-items .iright {
    padding-top: 12px !important;
    padding-bottom: 20px !important;
  }
}

.image.zoom-small,
.images-2-items.zoom-small,
.images-3-items.zoom-small,
.images-4-items.zoom-small {
  overflow: hidden;
}

.image.zoom-small .ileft,
.image.zoom-small .icenter,
.image.zoom-small .iright,
.images-2-items.zoom-small .ileft,
.images-2-items.zoom-small .icenter,
.images-2-items.zoom-small .iright,
.images-3-items.zoom-small .ileft,
.images-3-items.zoom-small .icenter,
.images-3-items.zoom-small .iright,
.images-4-items.zoom-small .ileft,
.images-4-items.zoom-small .icenter,
.images-4-items.zoom-small .iright {
  overflow: hidden;
}

.image.zoom-small img,
.images-2-items.zoom-small img,
.images-3-items.zoom-small img,
.images-4-items.zoom-small img {
  transform: scale(1);
  transition: all 0.25s linear;
}

.image.zoom-small img:hover,
.images-2-items.zoom-small img:hover,
.images-3-items.zoom-small img:hover,
.images-4-items.zoom-small img:hover {
  transform: scale(1.06);
  transition: all 0.25s linear;
}

.image.zoom-large,
.images-2-items.zoom-large,
.images-3-items.zoom-large,
.images-4-items.zoom-large {
  overflow: hidden;
}

.image.zoom-large .ileft,
.image.zoom-large .icenter,
.image.zoom-large .iright,
.images-2-items.zoom-large .ileft,
.images-2-items.zoom-large .icenter,
.images-2-items.zoom-large .iright,
.images-3-items.zoom-large .ileft,
.images-3-items.zoom-large .icenter,
.images-3-items.zoom-large .iright,
.images-4-items.zoom-large .ileft,
.images-4-items.zoom-large .icenter,
.images-4-items.zoom-large .iright {
  overflow: hidden;
}

.image.zoom-large img,
.images-2-items.zoom-large img,
.images-3-items.zoom-large img,
.images-4-items.zoom-large img {
  transform: scale(1);
  transition: all 0.25s linear;
}

.image.zoom-large img:hover,
.images-2-items.zoom-large img:hover,
.images-3-items.zoom-large img:hover,
.images-4-items.zoom-large img:hover {
  transform: scale(1.12);
  transition: all 0.25s linear;
}

.text-2-items {
  position: relative;
  width: 100%;
}

.text-2-items .tleft {
  padding-right: 10px !important;
}

.text-2-items .tright {
  padding-left: 10px !important;
}

@media (max-width: 768px) {
  .text-2-items {
    flex-direction: column !important;
  }

  .text-2-items .flex-50 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.text-1-2-items {
  position: relative;
  width: 100%;
}

.text-1-2-items .tleft {
  padding-right: 10px !important;
}

.text-1-2-items .tright {
  padding-left: 10px !important;
}

@media (max-width: 768px) {
  .text-1-2-items {
    flex-direction: column !important;
  }

  .text-1-2-items .flex-33 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .text-1-2-items .flex-66 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.text-3-items {
  position: relative;
  width: 100%;
}

.text-3-items .tleft {
  padding-right: 10px !important;
}

.text-3-items .tcenter {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.text-3-items .tright {
  padding-left: 10px !important;
}

@media (max-width: 768px) {
  .text-3-items {
    flex-direction: column !important;
  }

  .text-3-items .flex-33 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.text-4-items {
  position: relative;
  width: 100%;
}

.text-4-items .tleft {
  padding-left: 2px !important;
  padding-right: 8px !important;
}

.text-4-items .tcenterL {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.text-4-items .tcenterR {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.text-4-items .tright {
  padding-left: 8px !important;
  padding-right: 2px !important;
}

@media (max-width: 768px) {
  .text-4-items {
    flex-direction: column !important;
  }

  .text-4-items .flex-25 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

b,
strong {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

p {
  font-size: 18px;
}

.ruler {
  display: block;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.ruler.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.ruler.ruler-xs {
  height: 1px;
}

.ruler.ruler-s {
  height: 2px;
}

.ruler.ruler-m {
  height: 4px;
}

.ruler.ruler-l {
  height: 8px;
}

.ruler.ruler-xl {
  height: 16px;
}

.ruler.ruler-xxl {
  height: 36px;
}

.form-container {
  width: 100%;
}

.form-container .form-item {
  display: block;
  width: 100%;
  padding: 12px 0;
}

.form-container .form-item label {
  display: block;
  width: 100%;
  font-family: var(--font-titles);
  font-size: 15px;
  font-weight: 400;
}

.form-container .form-item label.error {
  color: #b72b2b;
}

.form-container .form-item small {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}

.form-container .form-item small.error {
  color: #b72b2b;
}

.form-container .form-item a {
  text-decoration: none;
  color: var(--color-secondary);
  display: inline-block;
  cursor: pointer !important;
  line-height: 1.2em;
  transition: all 0.15s ease-in-out;
}

.form-container .form-item a:hover {
  border-bottom: 1px dashed var(--color-secondary);
  transition: all 0.15s ease-in-out;
}

.form-container .form-item input[type=text],
.form-container .form-item input[type=email],
.form-container .form-item input[type=number],
.form-container .form-item textarea,
.form-container .form-item select {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none !important;
  border: 1px solid var(--color-text);
  width: 100%;
  margin-top: 5px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
  padding: 8px 15px;
  border-radius: 5px;
}

.form-container .form-item input[type=text].field-error,
.form-container .form-item input[type=email].field-error,
.form-container .form-item input[type=number].field-error,
.form-container .form-item textarea.field-error,
.form-container .form-item select.field-error {
  border-color: #b72b2b;
}

.form-container .form-item textarea {
  height: 120px;
}

.form-container .form-item select {
  background-image: url(/icons/menu-down.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
}

.form-container .form-item button {
  cursor: pointer !important;
  -webkit-appearance: none;
  background-color: var(--ab-bg-color);
  text-transform: uppercase;
  text-align: center;
  font-family: var(--font-titles);
  font-size: 18px;
  display: inline-block;
  padding: 12px 30px;
  color: var(--ab-color-text);
  font-weight: var(--ab-font-weight);
  line-height: 26px;
  border-radius: var(--ab-radius);
  border: var(--ab-border-width) solid var(--ab-color-border);
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.form-container .form-item button:hover {
  opacity: 0.9;
  border-color: var(--ab-bg-color);
  transition: all 0.2s ease-in-out;
}

.form-container .form-item input[type=checkbox] {
  display: none;
}

.form-container .form-item input[type=checkbox] + span {
  cursor: pointer !important;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-text);
  margin-bottom: -5px;
  margin-right: 6px;
  border-radius: 2px;
}

.form-container .form-item input[type=checkbox]:hover + span {
  position: relative;
}

.form-container .form-item input[type=checkbox]:hover + span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--color-text);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 2px;
  opacity: 0.25;
}

.form-container .form-item input[type=checkbox]:checked + span,
.form-container .form-item input[type=checkbox]:checked:hover + span {
  position: relative;
}

.form-container .form-item input[type=checkbox]:checked + span::after,
.form-container .form-item input[type=checkbox]:checked:hover + span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--color-text);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 2px;
  opacity: 1 !important;
}

.cite {
  display: block;
  position: relative;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.cite.cintillo-background {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.cite.cintillo-background .cite-wrap {
  width: 100% !important;
  max-width: 860px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cite.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.cite.cintillo .cite-wrap {
  width: 100% !important;
  max-width: 75% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cite .cite-text {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  display: block;
  margin-bottom: 9px;
}

.cite .cite-sign {
  font-family: var(--font-titles);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  display: block;
}

.cite.c-mark-primary .cite-wrap {
  border-left: 4px solid var(--color-primary);
  padding-left: 24px;
}

.cite.c-mark-primary .cite-wrap.c-right {
  border-right: 4px solid var(--color-primary);
  padding-right: 24px;
}

.cite.c-mark-secondary .cite-wrap {
  border-left: 4px solid var(--color-secondary);
  padding-left: 24px;
}

.cite.c-mark-secondary .cite-wrap.c-right {
  border-right: 4px solid var(--color-secondary);
  padding-right: 24px;
}

.cite.c-mark-text .cite-wrap {
  border-left: 4px solid var(--color-text);
  padding-left: 24px;
}

.cite.c-mark-text .cite-wrap.c-right {
  border-right: 4px solid var(--color-text);
  padding-right: 24px;
}

.cite.c-mark-aditional .cite-wrap {
  border-left: 4px solid var(--color-aditional);
  padding-left: 24px;
}

.cite.c-mark-aditional .cite-wrap.c-right {
  border-right: 4px solid var(--color-aditional);
  padding-right: 24px;
}

.cite.c-left {
  text-align: left;
}

.cite.c-center {
  text-align: center;
}

.cite.c-right {
  border-left: none;
  padding-left: 0;
  text-align: right;
}

.cite.c-hide .cite-sign {
  display: none !important;
}

.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: block;
  width: 100%;
}

.cover.cover-xs {
  height: 100px;
}

.cover.cover-s {
  height: 200px;
}

.cover.cover-m {
  height: 350px;
}

.cover.cover-l {
  height: 500px;
}

.cover.cover-xl {
  height: 650px;
}

.cover.cover-xxl {
  height: 820px;
}

.cover.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.cover .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(39, 39, 39, 0.5);
}

.cover .caption {
  position: absolute;
  font-weight: bold;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 24px 32px;
  font-family: var(--font-titles);
  font-size: 36px;
  line-height: 50px;
  text-shadow: 0px 0px 12px rgb(0, 0, 0);
}

.cover.noverlay .overlay {
  display: none;
}

.cover.overlay-light .overlay {
  background-color: rgba(39, 39, 39, 0.25);
}

.cover.overlay-medium .overlay {
  background-color: rgba(39, 39, 39, 0.5);
}

.cover.overlay-dark .overlay {
  background-color: rgba(39, 39, 39, 0.75);
}

.cover.overlay-gradient .overlay {
  background: rgb(39, 39, 39);
  background: linear-gradient(0deg, rgba(39, 39, 39, 0.9) 0%, rgba(39, 39, 39, 0.5) 30%, rgba(39, 39, 39, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

.cover.c-left .caption {
  text-align: left;
}

.cover.c-center .caption {
  text-align: center;
}

.cover.c-right .caption {
  text-align: right;
}

.cover.c-top .caption {
  top: 0;
}

.cover.c-middle .caption {
  top: 50%;
  transform: translateY(-50%);
}

.cover.c-bottom .caption {
  bottom: 0;
}

.testimonial {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
}

.testimonial .photo {
  display: block;
  padding: 0 20px;
}

.testimonial .photo img {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  display: block;
  border-radius: 50%;
}

.testimonial .content {
  padding-left: 10px;
  display: block;
  flex-grow: 1;
}

.testimonial .content .text {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 28px;
  font-weight: inherit;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial .content .sign {
  font-family: var(--font-titles);
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.testimonial.t-right .photo {
  order: 2;
}

.testimonial.t-right .content {
  order: 1;
}

.testimonial.t-right .content .text,
.testimonial.t-right .content .sign {
  text-align: right;
}

.testimonial.t-center {
  flex-direction: column;
  text-align: center;
}

.testimonial.t-center .photo {
  width: 100%;
  order: 1;
  margin-bottom: 12px;
  text-align: center;
}

.testimonial.t-center .photo img {
  display: inline-block;
}

.testimonial.t-center .content {
  width: 100%;
  order: 2;
}

.testimonial.t-center .content .text,
.testimonial.t-center .content .sign {
  width: 100%;
  text-align: center;
}

.testimonial.bg--primary .content .text,
.testimonial.bg--primary .content .sign,
.testimonial.bg--secondary .content .text,
.testimonial.bg--secondary .content .sign {
  color: #ffffff;
}

.testimonial.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 20%;
  padding-right: 20%;
}

.testimonials-container {
  width: 100%;
  margin: 40px 0;
  padding: 0;
}

.testimonials-container .test-item {
  display: block;
  width: 33.3333333333%;
  margin: 0;
  padding: 10px;
}

.testimonials-container .test-item .test-wrap {
  display: block;
  background-color: var(--color-primary);
  border-radius: 12px;
  overflow: hidden;
  padding: 0 0 20px 0;
}

.testimonials-container .test-item .test-wrap .image {
  width: 100%;
}

.testimonials-container .test-item .test-wrap .image img {
  width: 100%;
  display: block;
}

.testimonials-container .test-item .test-wrap .text {
  padding: 20px 20px 0 20px;
  color: #ffffff;
}

.testimonials-container .test-item .test-wrap .author {
  font-weight: bold;
  color: var(--color-secondary);
  padding: 20px 20px 0 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  .testimonials-container .test-item {
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  .testimonials-container .test-item {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .testimonial {
    flex-direction: column;
    text-align: center;
  }

  .testimonial.cintillo {
    padding-left: 8%;
    padding-right: 8%;
  }

  .testimonial .photo {
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
  }

  .testimonial .photo img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 768px) {
  .testimonial {
    width: 94%;
  }
}

.cookies-alert {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #000000;
  padding: 20px;
  z-index: 9999;
}

.cookies-alert .cookies-wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 300;
  color: #ffffff;
}

.cookies-alert .cookies-wrap .alert-text {
  padding-bottom: 12px;
}

.cookies-alert .cookies-wrap .alert-text a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed #ffffff;
}

.cookies-alert .cookies-wrap .alert-button a {
  display: inline-block;
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 6px 12px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.cookies-alert .cookies-wrap .alert-button a:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.2s ease-in-out;
}

.carousel {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
}

.carousel.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.carousel img {
  display: block;
  width: 100%;
}

.carousel .carcontainer {
  display: flex;
  width: 200%;
  -webkit-animation: carouselanim 20s linear infinite;
          animation: carouselanim 20s linear infinite;
}

.carousel div {
  width: 100%;
}

.carousel div ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.carousel div ul li {
  width: 100%;
  min-width: 200px;
}

@-webkit-keyframes carouselanim {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes carouselanim {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.visual-menu {
  display: block;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.visual-menu.cintillo {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.visual-menu .flex .flex-33 a {
  cursor: pointer !important;
  text-decoration: none;
  display: block;
}

.visual-menu .flex .flex-33 a img {
  width: 100%;
  display: block;
}

.visual-menu .flex .flex-33 a.caption {
  font-family: var(--font-titles);
  padding: 6px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: bolder;
  color: var(--color-secondary);
}

.visual-menu .flex .flex-33 a.description {
  font-family: var(--font-body);
  padding: 0 6px 6px 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: var(--color-text);
}

.visual-menu .flex .flex-33:nth-child(1) {
  text-align: left;
  padding-right: 20px;
}

.visual-menu .flex .flex-33:nth-child(1) a {
  text-align: left;
}

.visual-menu .flex .flex-33:nth-child(2) {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.visual-menu .flex .flex-33:nth-child(2) a {
  text-align: center;
}

.visual-menu .flex .flex-33:nth-child(3) {
  text-align: right;
  padding-left: 20px;
}

.visual-menu .flex .flex-33:nth-child(3) a {
  text-align: right;
}

.visual-menu.mv-left .flex .flex-33 {
  text-align: left !important;
}

.visual-menu.mv-left .flex .flex-33 a {
  text-align: left !important;
}

.visual-menu.mv-center .flex .flex-33 {
  text-align: center !important;
}

.visual-menu.mv-center .flex .flex-33 a {
  text-align: center !important;
}

.visual-menu.mv-right .flex .flex-33 {
  text-align: right !important;
}

.visual-menu.mv-right .flex .flex-33 a {
  text-align: right !important;
}

.visual-menu.with-margin {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (max-width: 768px) {
  .visual-menu .flex {
    flex-direction: column;
  }

  .visual-menu .flex .flex-33 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .visual-menu .flex .flex-33 .caption,
  .visual-menu .flex .flex-33 .description {
    text-align: center !important;
  }

  .visual-menu .flex .flex-33 .caption {
    margin-top: 9px;
  }

  .visual-menu .flex .flex-33:not(:last-child) {
    margin-bottom: 40px;
  }
}

.product-cintillo {
  display: block;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px;
}

.product-cintillo .flex {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.product-cintillo .flex .flex-50 {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.product-cintillo .flex .flex-50 .text {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: var(--font-titles);
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}

.product-cintillo .flex .flex-50 .text b,
.product-cintillo .flex .flex-50 .text strong {
  font-weight: bold;
  letter-spacing: 0.2px;
}

.product-cintillo .flex .flex-50:nth-child(1) {
  width: 40% !important;
  min-width: 40% !important;
  max-width: 40% !important;
}

.product-cintillo .flex .flex-50:nth-child(1) a {
  width: 80%;
  display: block;
  text-decoration: none;
  margin: auto;
  cursor: pointer !important;
  padding: 20px;
}

.product-cintillo .flex .flex-50:nth-child(1) a img {
  display: block;
  width: 100%;
}

.product-cintillo .flex .flex-50:nth-child(2) {
  width: 60% !important;
  min-width: 60% !important;
  max-width: 60% !important;
}

.product-cintillo.text--white .flex .flex-50 .text {
  color: #ffffff !important;
}

.product-cintillo.text--text .flex .flex-50 .text {
  color: var(--color-text) !important;
}

.product-cintillo.text--primary .flex .flex-50 .text {
  color: var(--color-primary) !important;
}

.product-cintillo.text--secondary .flex .flex-50 .text {
  color: var(--color-secondary) !important;
}

.product-cintillo.text--aditional .flex .flex-50 .text {
  color: var(--color-aditional) !important;
}

@media (max-width: 768px) {
  .product-cintillo .flex {
    flex-direction: column;
  }

  .product-cintillo .flex .flex-50,
  .product-cintillo .flex .flex-50:nth-child(1),
  .product-cintillo .flex .flex-50:nth-child(2) {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 24px;
  }

  .product-cintillo .flex .flex-50:not(:last-child),
  .product-cintillo .flex .flex-50:nth-child(1):not(:last-child),
  .product-cintillo .flex .flex-50:nth-child(2):not(:last-child) {
    margin-bottom: 40px;
  }
}

.paginator {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}

.paginator nav {
  display: block;
  width: 100%;
}

.paginator nav ul.pagination {
  justify-content: center !important;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.paginator nav ul.pagination li a,
.paginator nav ul.pagination li span {
  display: block;
  position: relative;
  float: left;
  padding: 7px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: var(--color-primary);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  font-family: var(--font-titles);
  font-size: 16px;
  font-weight: 400;
}

.paginator nav ul.pagination li a.page-link:hover {
  color: var(--color-primary);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.paginator nav ul.pagination li.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.paginator nav ul.pagination li:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.paginator nav ul.pagination li:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.paginator nav ul.pagination li.active {
  background-color: #37549a !important;
}

.paginator nav ul.pagination li.active span {
  z-index: 1;
  color: #fff;
  background-color: #37549a !important;
  border-color: #37549a !important;
}

.container-store .subrotulo {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}

.container-store .store-prod-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.container-store .store-prod-wrap .flex-33 {
  width: 33.3333333333% !important;
  padding: 24px;
}

.container-store .store-prod-wrap .flex-33 img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .container-store .store-prod-wrap .flex-33 {
    width: 100% !important;
  }
}

.cpack {
  display: block;
  width: 100%;
}

.cpack .cpack-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: flex-end;
}

.cpack .cpack-row .cpack-cell {
  width: 100%;
  max-width: 33.3333333333% !important;
}

.cpack .cpack-row .cpack-cell .cpack-container img {
  width: 100%;
}

.cpack .cpack-row .cpack-cell .cpack-container .infostack {
  text-align: center;
  font-family: var(--font-titles);
  font-weight: bold;
}

.cpack .cpack-row .cpack-cell .cpack-container .infostack .precio .descuento {
  text-decoration: line-through;
  opacity: 0.5;
}

.cpack .cpack-row .cpack-cell .cpack-container .infostack .litcon {
  color: var(--color-secondary);
}

.infostack {
  text-align: center;
  font-family: var(--font-titles);
  font-weight: bold;
}

.infostack .precio .descuento {
  text-decoration: line-through;
  opacity: 0.5;
}

.infostack .litcon {
  color: var(--color-secondary);
}

@media (max-width: 768px) {
  .cpack .cpack-row {
    flex-direction: column !important;
    align-items: center;
  }

  .cpack .cpack-row .cpack-cell {
    width: 100% !important;
    max-width: 86% !important;
  }

  .cpack .cpack-row .cpack-cell:not(:last-child) {
    margin-bottom: 50px;
  }
}

.product-one-container {
  width: 100%;
}

.product-one-container.cintillo {
  display: block;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px;
}

.product-one-container.cintillo .action-wrap {
  max-width: 100%;
}

.product-two-container {
  width: 100%;
}

.product-two-container.cintillo {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px 40px;
}

.product-two-container.cintillo .action-wrap {
  max-width: 100%;
}

.product-two-container .flex-50:first-child {
  padding-right: 20px;
}

.product-two-container .flex-50:last-child {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .product-two-container {
    display: block;
    width: 100%;
  }

  .product-two-container .flex-50 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .product-two-container .flex-50:last-child {
    margin-top: 40px;
  }
}

.product-three-container {
  width: 100%;
  /*.flex-33:first-child {
      padding-left: 0;
      padding-right: 20px;
  }
  .flex-33:last-child {
      padding-left: 20px;
      padding-right: 0;
  }*/
}

.product-three-container.cintillo {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px 40px;
}

.product-three-container.cintillo .action-wrap {
  max-width: 100%;
}

.product-three-container .flex-33 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .product-three-container {
    display: block;
    width: 100%;
  }

  .product-three-container .flex-33 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .product-three-container .flex-33:not(:first-child) {
    margin-top: 40px;
  }
}

.product-four-container {
  width: 100%;
  /*.flex-25:first-child {
      padding-left: 0;
      padding-right: 20px;
  }
  .flex-25:last-child {
      padding-left: 20px;
      padding-right: 0;
  }*/
}

.product-four-container.cintillo {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px 40px;
}

.product-four-container.cintillo .action-wrap {
  max-width: 100%;
}

.product-four-container .flex-25 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .product-four-container {
    display: block;
    width: 100%;
  }

  .product-four-container .flex-25 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .product-four-container .flex-25:not(:first-child) {
    margin-top: 40px;
  }
}

.product-five-container {
  width: 100%;
  /*.flex-20:first-child {
      padding-left: 0;
      padding-right: 20px;
  }
  .flex-20:last-child {
      padding-left: 20px;
      padding-right: 0;
  }*/
}

.product-five-container.cintillo {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px 40px;
}

.product-five-container.cintillo .action-wrap {
  max-width: 100%;
}

.product-five-container .flex-20 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .product-five-container {
    display: block;
    width: 100%;
  }

  .product-five-container .flex-20 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .product-five-container .flex-20:not(:first-child) {
    margin-top: 40px;
  }
}

.cuestionario-leccion {
  margin: 0;
  padding: 0;
}

.cuestionario-leccion .cuestionario-cerrado {
  color: rgb(246, 93, 93);
  font-weight: 600;
}

.cuestionario-leccion .descripcion {
  font-size: 16px;
  line-height: 22px;
}

.cuestionario-leccion h3 {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-text);
  opacity: 0.9;
  display: flex;
}

.cuestionario-leccion .cuestionario-item {
  border-bottom: 1px solid var(--color-secondary);
}

.cuestionario-leccion .cuestionario-item.checkboxlist ul {
  list-style: none;
  padding-left: 0;
}

.cuestionario-leccion .cuestionario-item.checkboxlist ul li {
  padding: 9px 0;
  padding-left: 40px;
  transition: all 0.2s linear;
}

.cuestionario-leccion .cuestionario-item.checkboxlist ul li.success {
  background-color: rgb(195, 243, 195);
  transition: all 0.2s linear;
  border-radius: 8px;
}

.cuestionario-leccion .cuestionario-item.checkboxlist ul li.success input[type=radio] + label span {
  font-weight: 600 !important;
}

.cuestionario-leccion .cuestionario-item.checkboxlist ul li.error {
  background-color: rgb(246, 93, 93);
  transition: all 0.2s linear;
  border-radius: 8px;
}

.cuestionario-leccion .cuestionario-item.checkboxlist ul li.error input[type=radio] + label span {
  font-weight: 600 !important;
  color: #fff;
}

.cuestionario-leccion .cuestionario-item input[type=radio] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.cuestionario-leccion .cuestionario-item input[type=radio]:checked + label span:first-child {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
}

.cuestionario-leccion .cuestionario-item input[type=radio] + label span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #272727;
  transition: all 0.2s linear;
}

.cuestionario-leccion .cuestionario-item input[type=radio] + label span:first-child:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  transition: all 0.2s linear;
  opacity: 0.7;
}

.cuestionario-leccion .cuestionario-item input[type=radio] + label span {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0px);
  padding-left: 9px;
  font-weight: 400;
}

.cuestionario-leccion .cuestionario-item input[type=radio]:checked + label span:first-child svg {
  stroke-dashoffset: 0;
}

.cuestionario-leccion .cuestionario-item input[type=radio] + label span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 3px;
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transform: translateZ(0px);
  transition: all 0.3s ease 0.1s;
}

.cuestionario-leccion .cuestionario-item input[type=radio] {
  display: none;
}

.cuestionario-califica {
  margin: 0;
  padding: 0;
}

.cuestionario-califica .cc-result {
  font-weight: 600;
  font-size: 20px;
}

.cuestionario-califica .cc-result.success {
  color: rgb(52, 154, 52);
}

.cuestionario-califica .cc-result.fail {
  color: rgb(200, 45, 45);
}

.cuestionario-califica .btn-container {
  margin-top: 12px;
}

.cuestionario-califica .btn-container a {
  display: inline-block;
  border: 1px solid rgb(225, 225, 225);
  background-color: rgba(225, 225, 225, 0.1);
  padding: 9px 12px;
  border-radius: 3px;
  color: rgb(100, 100, 100);
  text-decoration: none;
  font-weight: 400;
  transition: all 0.1s linear;
}

.cuestionario-califica .btn-container a:hover {
  transition: all 0.1s linear;
  background-color: rgba(225, 225, 225, 0.5);
  color: rgb(60, 60, 60);
}

