/* Minification failed. Returning unminified contents.
(1,27): run-time error CSS1036: Expected expression, found '$'
 */
.highlight  { background: $gris-claro; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

/* Make line numbers unselectable: excludes line numbers from copy-paste user ops */
.highlight .lineno {-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;} 
.lineno::-moz-selection {background-color: transparent;} /* Mozilla specific */
.lineno::selection {background-color: transparent;} /* Other major browsers */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@charset "UTF-8";
/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 24px;
  color: #153e61;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*
===========================================
== fuentes ================================
===========================================
*/
@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "Raleway", sans-serif;
  color: #153e61;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  color: #153e61;
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

*::selection {
  background: #000;
  color: #fff;
}

html {
  font-size: 100%;
  line-height: 2;
}

body {
  margin: 0;
  position: relative;
  min-height: 100%;
  color: #003e2c;
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /* stylelint-disable-line */
  -ms-text-size-adjust: 100%;
  /* stylelint-disable-line */
  -webkit-font-smoothing: antialiased;
}

body .container {
  overflow: visible !important;
}

.page {
  position: relative;
}

.full-image img {
  width: 100%;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
}

a {
  color: #003e2c;
  transition: all 0.15s ease-in;
}

a:hover {
  color: #003e2c;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #003e2c;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

address {
  margin-bottom: 0;
}

small {
  display: inline-block;
}

/*ol,*/
ul,
dl {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure,
legend,
label,
pre {
  margin: 0;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  min-width: inherit;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

/* stylelint-disable */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select:focus {
  outline: none;
}

/* stylelint-enable */
/* stylelint-disable */
input[type='radio']:disabled,
input[type='checkbox']:disabled {
  cursor: not-allowed;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

/* stylelint-enable */
textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

input[type='search'] {
  /* stylelint-disable-line */
  -webkit-appearance: none;
  /* stylelint-disable-line */
}

[hidden] {
  display: none !important;
}

/* stylelint-disable */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* stylelint-enable */
input[type='number'] {
  /* stylelint-disable-line */
  -webkit-appearance: none;
  /* stylelint-disable-line */
  -moz-appearance: none;
  /* stylelint-disable-line */
}

.ms-webpart-zone,
.ms-webpart-cell-vertical,
.ms-webpart-chrome,
.ms-rte-embedil {
  display: block;
}

.ms-webpartzone-cell {
  margin: auto auto 0;
}

.highlight {
  display: none;
  background: #eeeded;
  padding: 20px;
  border-radius: 0.3125rem;
  margin-bottom: 2rem;
}

/* stylelint-disable */
html:focus,
body:focus,
input:focus {
  outline: none;
}

/* stylelint-enable */
img {
  -webkit-user-drag: none;
}

a {
  text-decoration: none;
  color: #003e2c;
}

a:hover {
  color: #003e2c;
  text-decoration: underline;
}

p {
  line-height: 24px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1312px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1312px;
  }
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

.o-section {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .o-section {
    padding: 6rem 0;
  }
}

.o-section--medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.o-section--medium .o-section__margin-bottom {
  margin-bottom: 3rem;
}

.o-section--medium .o-section__margin-top {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .o-section--medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .o-section--medium .o-section__margin-bottom {
    margin-bottom: 3rem;
  }
  .o-section--medium .o-section__margin-top {
    margin-top: 3rem;
  }
}

.o-section--large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.o-section--large .o-section__margin-bottom {
  margin-bottom: 3rem;
}

.o-section--large .o-section__margin-top {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .o-section--large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .o-section--large .o-section__margin-bottom {
    margin-bottom: 4rem;
  }
  .o-section--large .o-section__margin-top {
    margin-top: 4rem;
  }
}

@media (min-width: 992px) {
  .o-section--large {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .o-section--large .o-section__margin-bottom {
    margin-bottom: 12rem;
  }
  .o-section--large .o-section__margin-top {
    margin-top: 12rem;
  }
}

@media (min-width: 768px) {
  .o-section--superhero {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .o-section--superhero .o-section__margin-bottom {
    margin-bottom: 12rem;
  }
  .o-section--superhero .o-section__margin-top {
    margin-top: 12rem;
  }
}

@media (min-width: 992px) {
  .o-section--superhero {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }
  .o-section--superhero .o-section__margin-bottom {
    margin-bottom: 32rem;
  }
  .o-section--superhero .o-section__margin-top {
    margin-top: 32rem;
  }
}

.o-section--no-padding-top {
  padding-top: 0;
}

.o-section--no-padding-bottom {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .o-section-padding\@only-mobile-tablet {
    padding: 2rem 0 !important;
  }
}

.section-img {
  height: 525px;
  background-repeat: no-repeat;
  background-position-x: 55%;
  position: relative;
}

@media (min-width: 992px) {
  .section-img {
    background-position-x: 0;
    background-size: cover;
  }
}

.section-color {
  background-color: #fff;
}

.section-brand {
  background: url("../images/bk-pattern-green.png");
}

.section-background {
  background-color: #fff;
}

.section-title {
  min-height: 200px;
}

.page-form {
  margin: 0 auto;
  max-width: 752px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.container {
  overflow: hidden;
}

.outer-container {
  position: relative;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .outer-container {
    max-width: 93.75rem;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  max-width: 78.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1200px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1440px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) {
  .container-inner {
    padding-left: 16px;
    padding-right: 16px;
    width: 80%;
    max-width: 62rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .container-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .container-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .container-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .container-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .container-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.content {
  margin-top: 100px;
}

.c-divider-line {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 4px;
  border-radius: 0.25rem;
  background-color: #008168;
  content: '';
}

.c-divider-line.c-divider-line__negativo {
  width: 100%;
  background-color: #dfdfdf;
}

.c-divider-line.c-divider-line--small {
  width: 36px;
}

.c-divider-line.c-divider-line--left {
  margin-left: 0 !important;
}

.c-divider-line.c-divider-line--opacity {
  opacity: 0.25;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-btn {
  background: transparent;
  border: 0;
  padding: 0;
  width: auto;
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Raleway", sans-serif;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 100%;
  line-height: 2;
  cursor: pointer;
}

.c-btn:focus {
  outline: 0;
}

.c-btn:hover.c-btn--primary {
  color: #fff;
  background-color: #004e3f;
  text-decoration: none;
}

.c-btn:hover.c-btn--secondary {
  color: #fff;
  background-color: #004e3f;
  text-decoration: none;
}

.c-btn:hover.c-btn--action {
  color: #fff;
  background-color: #dc1b23;
  text-decoration: none;
}

.c-btn:hover.c-btn--cancel {
  color: #fff;
  background-color: #807f7f;
  text-decoration: none;
}

.c-btn:hover.c-btn--secondary.c-btn--action {
  color: #fff;
  background-color: #dc1b23;
  text-decoration: none;
}

.c-btn:hover.c-btn--secondary.c-btn--negativo {
  color: #fff;
  background-color: #004e3f;
  text-decoration: none;
}

.c-btn:disabled {
  background: #dfdfdf;
}

.c-btn:disabled:hover {
  background: #666;
}

.c-btn.c-btn--full-width {
  width: 100%;
}

.c-btn .icon {
  margin-right: 0.5rem;
}

.c-btn .icon::before {
  color: #fff;
}

.c-btn--primary {
  padding: 1.5rem 3rem;
  line-height: 20px;
  background-color: #008168;
  color: #fff;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-btn--primary a {
  color: #fff;
}

.c-btn--primary a:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--primary:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--secondary {
  padding: 1rem 1.5rem;
  line-height: 20px;
  background-color: #008168;
  color: #fff;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-btn--secondary a {
  color: #fff;
}

.c-btn--secondary a:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--secondary:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--action {
  padding: 1.5rem 3rem;
  line-height: 20px;
  background-color: #e84249;
  color: #fff;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-btn--action a {
  color: #fff;
}

.c-btn--action a:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--action:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--cancel {
  padding: 1.5rem 3rem;
  line-height: 20px;
  background-color: #999;
  color: #fff;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-btn--cancel a {
  color: #fff;
}

.c-btn--cancel a:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--cancel:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--secondary.c-btn--action {
  padding: 1rem 1.5rem;
  line-height: 20px;
  background-color: #e84249;
  color: #fff;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-btn--secondary.c-btn--action a {
  color: #fff;
}

.c-btn--secondary.c-btn--action a:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--secondary.c-btn--action:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--secondary.c-btn--negativo {
  border: 1px solid #008168;
  line-height: 20px;
  color: #008168;
  padding: 1rem 1.5rem;
  background-color: #fff;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-btn--secondary.c-btn--negativo a {
  color: #008168;
}

.c-btn--secondary.c-btn--negativo a:visited {
  text-decoration: none;
  color: #008168;
}

.c-btn--secondary.c-btn--negativo:visited {
  text-decoration: none;
  color: #008168;
}

.c-btn--tertiary {
  padding: 1rem 1.5rem;
  line-height: 20px;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-btn--tertiary a:visited {
  text-decoration: none;
  background-color: #008168;
  color: #fff;
}

.c-btn--tertiary:visited {
  text-decoration: none;
  color: #fff;
}

.c-btn--full-width-only-mobile {
  width: 100%;
}

@media (min-width: 768px) {
  .c-btn--full-width-only-mobile {
    width: auto;
  }
}

.c-btn--border {
  border: 1px solid #e1e1e1;
}

.botonera {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.botonera .c-btn {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.botonera :nth-last-child(1) {
  margin-left: 0;
}

.showcode {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.h1-title {
  font-size: 2.3130607656rem;
  line-height: 44px;
  text-transform: uppercase;
}

@media all and (min-width: 768px) {
  .h1-title {
    font-size: 3.0590228625rem;
    line-height: 52px;
  }
}

.h2-title {
  position: relative;
  font-size: 2.0113571875rem;
  line-height: 40px;
  text-transform: uppercase;
}

@media all and (min-width: 768px) {
  .h2-title {
    font-size: 2.3130607656rem;
    line-height: 44px;
  }
}

.h3-title {
  font-size: 1.520875rem;
  line-height: 32px;
}

.h4-title {
  font-size: 1.15rem;
  line-height: 24px;
}

@media all and (min-width: 768px) {
  .h4-title {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.h5-title {
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
}

.dato-info {
  text-align: center;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 24px;
}

@media all and (min-width: 768px) {
  .dato-info {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.link {
  color: #153e61 !important;
}

.link:visited {
  color: #153e61 !important;
}

.link:hover {
  color: #666 !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.5rem;
  color: #003e2c;
  text-align: center;
  background-color: #fff;
  border: 0.125rem solid #008168;
  border-radius: 0.5rem;
  font-size: 0.7561436673rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  line-height: 16px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  top: -3px !important;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  top: 3px !important;
}

.bs-tooltip-top .arrow::after, .bs-tooltip-auto[x-placement^="top"] .arrow::after, .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: -2px;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bs-tooltip-top .arrow::after, .bs-tooltip-auto[x-placement^="top"] .arrow::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-color: rgba(0, 162, 176, 0);
  border-top-color: #00a2b0;
  border-width: 8px;
  margin-left: -8px;
}

.bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^="bottom"] .arrow::after, .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: -2px;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-color: rgba(0, 162, 176, 0);
  border-bottom-color: #00a2b0;
  border-width: 8px;
  margin-left: -8px;
}

.tooltip.show {
  opacity: 1;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.list-footer a {
  text-decoration: underline;
}

.list-footer a:hover {
  text-decoration: none;
}

.list-footer .list__item {
  margin-bottom: 1.5rem;
}

.list-footer .list__item:nth-last-child(1) {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .list-footer {
    text-align: right;
  }
  .list-footer .list__item {
    display: inline-block;
    margin-right: 0.75rem;
    margin-bottom: 0;
  }
  .list-footer .list__item:nth-last-child(1) {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.list a {
  text-decoration: underline;
}

.list a:hover {
  text-decoration: none;
}

.list .list__item {
  margin-bottom: 0;
}

.list__highlight {
  padding: 0.5rem 0;
}

.list__highlight::after {
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  width: 4px;
  height: 10.625rem;
  background-color: #dfdfdf;
  content: '';
}

.list__highlight .list__item {
  margin-bottom: 0.5rem;
  padding-right: 3rem;
  line-height: 24px;
}

.list__highlight .list__item:nth-last-child(1) {
  margin-bottom: 0;
}

.list__highlight-links {
  font-weight: bold;
}

.list__highlight-links a {
  text-decoration: none;
}

.list__highlight-links a:hover {
  text-decoration: underline;
}

.list__highlight-links::after {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 4px;
  background-color: #008168;
  content: '';
}

.list__highlight-links .list__item:nth-last-child(1) {
  margin-bottom: 0.75rem;
}

.list__not-highlight .list__item {
  margin-bottom: 0.5rem;
}

.list__not-highlight .list__item:nth-last-child(1) {
  margin-bottom: 0;
}

.list__social .list__item {
  display: inline-block;
  margin-right: 1.5rem;
}

.list__social .list__item:nth-last-child(1) {
  margin-right: 0;
}

.list__social .list__item a {
  text-decoration: none;
}

.list__social a:hover .icon::before {
  color: #003e2c !important;
}

.listado-texto {
  list-style: none;
  padding: 0 0 0 2rem;
  margin: 1.5rem 0;
}

.listado-texto .list__item {
  margin-bottom: 0.75rem;
}

.listado-texto .list__item .icon {
  color: #153e61;
  font-size: 12px;
}

.lista-relacionados {
  margin-top: 3rem;
}

.lista-relacionados .lista-relacionados__item {
  margin-bottom: 2rem;
}

.lista-relacionados .lista-relacionados__item img {
  width: 100%;
}

.list-cards {
  width: 100%;
}

.list-cards li {
  margin-right: 1rem;
  display: inline-block;
}

.list-cards li:nth-last-child(1) {
  margin-right: 0;
}

.list-cards li input {
  display: none;
}

.list-cards li label {
  padding: 0.25rem;
  border: 1px solid transparent;
}

.list-cards li label:hover {
  cursor: pointer;
}

.list-cards input:checked + label {
  border: 1px solid #008168;
}

.c-list__tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-list__tags .icon {
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}

.c-list__tags .icon::before {
  color: #666;
}

.c-list__tags a {
  color: #666;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.c-list-column-1 {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

@media (min-width: 992px) {
  .c-list-column-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}

@media (min-width: 768px) {
  .c-list-column-2.c-list-column-2\@tablet {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}

.c-list-column-2 .c-list-column__item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  display: block;
}

.c-list-column-2 .c-list-column__item .c-list-column__item-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 992px) {
  .c-list-column-3 {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

.c-list-column__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-list-column__number {
  min-width: 3rem;
  font-size: 2.3130607656rem;
  line-height: 44px;
  line-height: 40px !important;
  color: #008168;
  font-weight: bold;
  text-align: right;
}

@media all and (min-width: 768px) {
  .c-list-column__number {
    font-size: 3.0590228625rem;
    line-height: 52px;
  }
}

@font-face {
  font-family: "educo-icons";
  src: url("../fonts/educo-icons/fonts/educo-icons.ttf?jr5dsc") format("truetype"), url("../fonts/educo-icons/fonts/educo-icons.woff?jr5dsc") format("woff"), url("../fonts/educo-icons/fonts/educo-icons.svg?jr5dsc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.icon,
[data-ico]::after {
  font-family: "educo-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--anillos::before,
[data-icon~='anillos']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--aviso::before,
[data-icon~='aviso']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--aviso-informativo::before,
[data-icon~='aviso-informativo']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--aviso-problema::before,
[data-icon~='aviso-problema']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--aviso-preocupacion::before,
[data-icon~='aviso-preocupacion']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--cadena::before,
[data-icon~='cadena']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--calendario::before,
[data-icon~='calendario']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--big-check::before,
[data-icon~='big-check']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--check::before,
[data-icon~='check']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--cierre-menu::before,
[data-icon~='cierre-menu']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--mail::before,
[data-icon~='mail']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--facebook::before,
[data-icon~='facebook']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--instagram::before,
[data-icon~='instagram']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--telefono::before,
[data-icon~='telefono']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--twitter::before,
[data-icon~='twitter']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--whatsapp::before,
[data-icon~='whatsapp']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--compra::before,
[data-icon~='compra']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--contento::before,
[data-icon~='contento']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--corazon-solido::before,
[data-icon~='corazon-solido']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--corazon::before,
[data-icon~='corazon']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--cruz::before,
[data-icon~='cruz']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--cupon::before,
[data-icon~='cupon']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--descargar::before,
[data-icon~='descargar']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--desconectar::before,
[data-icon~='desconectar']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--dinero::before,
[data-icon~='dinero']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--documento::before,
[data-icon~='documento']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--editar::before,
[data-icon~='editar']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--eliminar::before,
[data-icon~='eliminar']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--email::before,
[data-icon~='email']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--embarazo::before,
[data-icon~='embarazo']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--escuela::before,
[data-icon~='escuela']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--estrella::before,
[data-icon~='estrella']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--filtrar::before,
[data-icon~='filtrar']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--flecha-abajo::before,
[data-icon~='flecha-abajo']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--flecha-arriba::before,
[data-icon~='flecha-arriba']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--flecha-dcha::before,
[data-icon~='flecha-dcha']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--flecha-paginado-izda::before,
[data-icon~='flecha-paginado-izda']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--flecha-paginado-dcha::before,
[data-icon~='flecha-paginado-dcha']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--flecha-izda::before,
[data-icon~='flecha-izda']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--flecha-volver::before,
[data-icon~='flecha-volver']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--idioma::before,
[data-icon~='idioma']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--interrogante::before,
[data-icon~='interrogante']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--listado::before,
[data-icon~='listado']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--localizacion::before,
[data-icon~='localizacion']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--mas::before,
[data-icon~='mas']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--menos::before,
[data-icon~='menos']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--menu::before,
[data-icon~='menu']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--mundo::before,
[data-icon~='mundo']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--nacimiento::before,
[data-icon~='nacimiento']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--nocomer::before,
[data-icon~='nocomer']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--nodinero::before,
[data-icon~='nodinero']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--ok::before,
[data-icon~='ok']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--personas::before,
[data-icon~='personas']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--regalo::before,
[data-icon~='regalo']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--tag::before,
[data-icon~='tag']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--tiempo::before,
[data-icon~='tiempo']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--trabajo::before,
[data-icon~='trabajo']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--triste::before,
[data-icon~='triste']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--user::before,
[data-icon~='user']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--linkedin::before,
[data-icon~='linkedin']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--youtube::before,
[data-icon~='youtube']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--lupa::before,
[data-icon~='lupa']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--envio::before,
[data-icon~='envio']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--regalo1::before,
[data-icon~='regalo1']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--mobile::before,
[data-icon~='mobile']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--bbubbles4::before,
[data-icon~='bbubbles4']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--bullhorn::before,
[data-icon~='bullhorn']::after {
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.icon--small::before {
  font-size: 0.7561436673rem;
  line-height: 16px;
  line-height: 44px;
}

.icon--base::before {
  font-size: 0.8695652174rem;
  line-height: 20px;
  line-height: 24px;
}

.icon--medium::before {
  font-size: 2.0113571875rem;
  line-height: 40px;
  line-height: 44px;
}

@media all and (min-width: 768px) {
  .icon--medium::before {
    font-size: 2.3130607656rem;
    line-height: 44px;
  }
}

.icon--white::before {
  color: #fff;
}

.icon--tooltip {
  position: absolute;
  top: -4px;
  margin-left: 0.5rem;
}

.icon-no-margins {
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}

.icon-no-margin-left {
  margin-left: -0.625rem;
}

.c-link--icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #008168;
  font-weight: bold;
}

.c-link--icon:visited {
  color: #008168;
}

.c-link--icon .icon {
  margin-right: 0.75rem;
  text-decoration: none;
}

.c-link--icon.c-link--icon-right .icon {
  margin-left: 0.75rem;
}

.c-link--icon:hover {
  text-decoration: none;
  color: #003e2c;
}

.c-link--icon:hover .icon {
  text-decoration: none;
}

.c-link--icon:hover .icon::before {
  color: #003e2c;
}

.c-link--icon.c-link--icon-white {
  color: #fff;
}

.c-link--icon.c-link--icon-white .icon::before {
  color: #fff;
}

.c-link--icon.c-link--icon-white:hover {
  color: #003e2c;
}

.c-link--icon.c-link--icon-white:hover .icon::before {
  color: #003e2c;
}

.u-text-center .c-link--icon {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
}

.header-mobile__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 15px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
  background: #fff;
}

.header-mobile__img .icon.icon--lupa::before,
.header-mobile__img .icon.icon--user::before,
.header-mobile__img .icon.icon--compra::before,
.header-mobile__img .icon.icon--cierre-menu::before {
  color: #008168 !important;
}

.header-mobile__img .icon.icon--menu::before {
  color: #003e2c !important;
}

.menu-logo-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-block i {
  font-size: 20px;
  margin-left: 0.75rem;
}

.menu-block .icon--menu::before {
  color: #003e2c;
}

.header-static {
  position: static;
  padding-bottom: 2rem;
  background: #153e61;
}

.header-static .c-btn--primary {
  background: #fff;
  color: #153e61;
}

.header-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-logo {
  -webkit-flex-basis: 125px;
      -ms-flex-preferred-size: 125px;
          flex-basis: 125px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.menu-logo__small {
  display: none;
}

.menu-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .menu-nav {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.menu-nav__first {
  display: none;
  margin-left: 2rem;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

@media (min-width: 1200px) {
  .menu-nav__first {
    display: inline-block;
  }
}

.menu-nav__second {
  display: inline-block;
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.menu-nav__second .idioma-link,
.menu-nav__second .blog-link,
.menu-nav__second .btn-link,
.menu-nav__second .btn-item {
  display: none;
}

@media (min-width: 768px) {
  .menu-nav__second .idioma-link,
  .menu-nav__second .blog-link,
  .menu-nav__second .btn-link,
  .menu-nav__second .btn-item {
    display: inline-block;
    color: #008168 !important;
  }
}

.menu-nav__second .idioma-link {
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.menu-nav__second .idioma-link .icon--flecha-abajo::before {
  font-size: 1.15rem;
  line-height: 24px;
}

.menu-nav__second .navbar-toggler-item {
  margin-right: 0;
}

@media (min-width: 768px) {
  .menu-nav__second .navbar-toggler-item {
    display: none;
  }
}

.menu-nav__second .menu-nav__second-tablet {
  display: none;
}

@media (min-width: 768px) {
  .menu-nav__second .menu-nav__second-tablet {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .menu-nav__second .menu-nav__second-tablet {
    display: none;
  }
}

.menu-nav__second .menu-nav__second-desktop {
  display: none;
}

@media (min-width: 1200px) {
  .menu-nav__second .menu-nav__second-desktop {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .menu-nav__second .idioma-link,
  .menu-nav__second .blog-link,
  .menu-nav__second .icon-link__user {
    color: #008168;
  }
  .menu-nav__second .idioma-link:hover,
  .menu-nav__second .blog-link:hover,
  .menu-nav__second .icon-link__user:hover {
    color: #003e2c;
  }
}

.menu-nav__second .menu-nav__second-icon .icon::before {
  color: #008168;
}

.menu-nav__second .menu-nav__second-icon:hover .icon::before {
  color: #003e2c;
}

.menu-nav__second .icon-link.icon-link--user {
  text-transform: none;
  color: #fff;
}

.list-header li {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 767px) {
  .list-header li {
    margin-right: 0.75rem;
  }
}

.list-header li:nth-last-child(1) {
  margin-right: 0;
}

.list-header li .c-btn--secondary {
  padding: 1em !important;
}

.icon-link:hover {
  text-decoration: none;
}

.icon-link.icon-link__user {
  text-transform: none;
}

.icon-link.icon-link__user .icon--user {
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .icon-link__user span {
    display: none;
  }
}

.menu-nav--tablet {
  display: none;
}

@media (min-width: 768px) {
  .menu-nav--tablet {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .menu-nav--tablet {
    display: none;
  }
}

.menu-nav--tablet .menu-logo {
  display: none;
}

.menu-nav--tablet__first {
  display: inline-block;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.submenu-nav--tablet {
  display: none;
}

@media (min-width: 768px) {
  .submenu-nav--tablet {
    overflow: hidden;
    display: block;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 0%;
    z-index: 1000;
    background: #008168;
    color: #fff;
    text-align: center;
    transition-duration: 0.5s;
  }
}

.submenu-nav--tablet .submenu-nav--tablet-header {
  padding: 2rem;
  border-bottom: 1px solid #00b491;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.submenu-nav--tablet .h3-title {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.submenu-nav--tablet .submenu-nav--tablet-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 32px;
  right: 24px;
  text-decoration: none;
}

.submenu-nav--tablet .submenu-nav--tablet-close .icon--cierre-menu::before {
  color: #fff;
}

.submenu-nav--tablet .navbar-subnav--tablet {
  position: relative;
  margin: 6rem auto 0;
  padding: 0;
  width: 13.25rem;
  color: #fff;
  text-align: left;
}

.submenu-nav--tablet .navbar-subnav--tablet .subnav-item {
  position: relative;
  margin: 0;
}

.submenu-nav--tablet .navbar-subnav--tablet .subnav-item::before {
  position: absolute;
  top: -2px;
  display: block;
  width: 100%;
  height: 0.25rem;
  content: '';
  border-radius: 4px;
  background-color: #00b491;
}

.submenu-nav--tablet .navbar-subnav--tablet::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.25rem;
  content: '';
  border-radius: 4px;
  background-color: #00b491;
}

@media (min-width: 768px) {
  .submenu-nav--tablet.submenu-nav--tablet-user {
    background: #fff;
    color: #008168;
  }
}

.submenu-nav--tablet.submenu-nav--tablet-user .h3-title {
  color: #008168;
}

.submenu-nav--tablet.submenu-nav--tablet-user .submenu-nav--tablet-close .icon--cierre-menu::before {
  color: #008168;
}

.submenu-nav--tablet.submenu-nav--tablet-user .navbar-subnav--tablet {
  color: #008168;
}

.submenu-nav--tablet.submenu-nav--tablet-user .navbar-subnav--tablet::after {
  background-color: #dfdfdf;
}

.submenu-nav--tablet-user .link-close__interaction {
  color: #003e2c !important;
}

.submenu-nav--tablet-user .link-close__interaction .icon::before {
  color: #003e2c !important;
}

.submenu-nav--tablet-user .link-close__interaction:hover {
  color: #008168 !important;
  text-decoration: none;
}

.submenu-nav--tablet-user .link-close__interaction:hover .icon::before {
  color: #008168 !important;
  text-decoration: none;
}

@media (min-width: 768px) {
  .menu-nav--mobile {
    display: none;
  }
}

.menu-nav--mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.menu-nav--mobile.menu-nav--user-content {
  overflow: hidden;
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 0%;
  z-index: 1000;
  background: #fff;
  color: #fff;
  text-align: center;
  transition-duration: 0.5s;
}

.menu-nav--mobile.menu-nav--user-content .icon::before {
  color: #153e61 !important;
}

@media (min-width: 768px) {
  .menu-nav--mobile.menu-nav--user-content {
    display: none;
  }
}

.navbar-toggler {
  text-decoration: none;
}

.navbar-toggler:hover, .navbar-toggler:visited {
  text-decoration: none;
}

.navbar-toggler.collapsed .icon--menu::before {
  color: #003e2c;
}

.navbar-toggler .icon--menu::before {
  color: #003e2c;
}

.btn-container {
  width: 100%;
  margin: 4rem auto 2rem;
  padding: 0 15px;
}

.btn-container .btn-link {
  width: 100%;
}

.navbar-collapse {
  position: fixed;
  overflow-y: scroll;
  top: 92px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
}

.navbar-collapse.show {
  min-height: 100vh;
}

.header-framework__img .navbar-collapse {
  top: 0;
}

.navbar-subnav {
  background: #008168;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.navbar-subnav a {
  color: #fff;
}

.nav-item.nav-item__blog, .nav-item.nav-item__idioma {
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.nav-item a {
  display: block;
  margin: 0 15px;
  padding: 1rem 0;
  border-top: 4px solid #dfdfdf;
  text-transform: uppercase;
  font-weight: bold;
}

.nav-item.nav-item__idioma .nav-link {
  padding: 0.5rem 0;
  border-top: 0;
  text-decoration: none;
}

.nav-item.nav-item__idioma .icon--flecha-abajo {
  display: inline-block;
}

.nav-item.nav-item__idioma .icon--flecha-abajo.rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav-item.nav-item__idioma .icon--flecha-abajo::before {
  color: #003e2c !important;
  font-size: 1.15rem;
  line-height: 24px;
}

.nav-item[data-toggle='collapse'] {
  position: relative;
  background: #008168;
  color: #fff;
}

.nav-item[data-toggle='collapse'] a {
  border-top: 4px solid transparent;
  color: #fff;
  text-decoration: none;
}

.nav-item[data-toggle='collapse']::after {
  position: absolute;
  display: block;
  font-family: "educo-icons";
  content: '\e91b';
  color: #fff;
  font-size: 24px;
  top: 25px;
  right: 12px;
  line-height: 1em;
}

.nav-item[data-toggle='collapse'].collapsed {
  background: #fff;
  color: #003e2c;
}

.nav-item[data-toggle='collapse'].collapsed a {
  border-top: 4px solid #dfdfdf;
  color: #003e2c;
}

.nav-item[data-toggle='collapse'].collapsed::after {
  content: '\e91a';
  color: #003e2c;
}

.subnav-item {
  position: relative;
  margin: 0 15px;
  padding: 1rem 0;
  text-transform: uppercase;
  font-weight: bold;
  background: #008168;
}

.subnav-item::before {
  position: absolute;
  top: -2px;
  display: block;
  width: 100%;
  height: 0.25rem;
  content: '';
  border-radius: 4px;
  background-color: #00b491;
}

.subnav-item a {
  color: #fff;
}

.submenu-nav--tablet-user .subnav-item {
  background: #fff;
}

.submenu-nav--tablet-user .subnav-item::before {
  background-color: #dfdfdf !important;
}

.submenu-nav--tablet-user .subnav-item a {
  color: #008168;
}

.submenu-nav--tablet-user .subnav-item.subnav-item-close a {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #003e2c;
}

.header-framework {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .header-framework {
    top: 0;
    position: fixed;
    width: 100%;
    padding: 1.5rem 0;
    z-index: 10;
  }
}

.header-framework::after {
  position: absolute;
  content: '';
  margin-bottom: -4px;
  bottom: 0;
  opacity: 0.3;
  width: 100%;
  height: 4px;
  background: #ccc;
  border-bottom: 1px solid #d8d8d8;
}

.header-framework.header-framework__img {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0%;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  z-index: 10;
}

.header-framework.header-framework__img::after {
  display: none;
}

.header-framework.header-framework__img .menu-nav .icon::before {
  color: #008168;
}

@media (min-width: 768px) {
  .header-framework.header-framework__img .menu-nav a {
    color: #003e2c;
  }
}

.header-framework.header-framework__img .btn-item .c-btn--secondary {
  color: #fff;
}

.header-framework.header-framework__img .menu-nav--tablet__first a {
  color: #fff;
}

.header-framework.header-framework__img.sticky {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  box-shadow: 0 7px 24px 0 rgba(21, 71, 108, 0.4);
}

.header-framework.header-framework__img.sticky .menu-nav .icon::before {
  color: #008168 !important;
}

.header-framework.header-framework__list {
  position: relative;
}

.sticky {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 10;
  box-shadow: 0 7px 24px 0 rgba(21, 71, 108, 0.4);
}

@media (min-width: 768px) {
  .sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    padding: 0;
    box-shadow: 0 7px 24px 0 rgba(21, 71, 108, 0.4);
  }
  .sticky .menu-logo,
  .sticky .menu-nav {
    display: none;
  }
  .sticky .menu-nav--tablet {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5rem 0;
  }
  .sticky .menu-nav--tablet .menu-logo {
    display: block;
  }
}

@media (min-width: 1200px) {
  .sticky {
    padding: 1.5rem 0;
  }
  .sticky .menu-logo {
    display: inline-block;
  }
  .sticky .menu-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sticky .menu-nav--tablet {
    display: none;
  }
  .sticky .menu-nav--tablet .menu-logo {
    display: block;
  }
  .sticky .menu-nav--tablet__first.list-header a {
    color: #003e2c;
  }
  .sticky .menu-nav--tablet__second.list-header a {
    color: #008168;
  }
}

.sticky.header-framework__img .menu-nav .icon-link__user {
  color: #008168;
}

@media (min-width: 768px) {
  .sticky.header-framework__img .menu-nav__first a,
  .sticky.header-framework__img .menu-nav--tablet__first a {
    color: #003e2c;
  }
  .sticky.header-framework__img .menu-nav .icon::before,
  .sticky.header-framework__img .menu-nav .idioma-link,
  .sticky.header-framework__img .menu-nav .blog-link {
    color: #008168;
  }
  .sticky.header-framework__img .menu-nav .blog-link:hover {
    color: #003e2c;
  }
}

.sticky.header-framework__img a:hover .icon::before {
  color: #003e2c;
}

.sticky.header-framework__img .u-link-underline-effect::after {
  background: #003e2c;
}

@media (min-width: 768px) {
  .header-framework.header-framework__img.sticky {
    position: fixed;
    background: #fff;
  }
}

.float-menu--link {
  padding: 1em 0;
}

.float-menu--link:hover {
  height: 100vh;
  cursor: pointer;
}

.float-menu {
  display: none;
  overflow: hidden;
  position: fixed;
  width: 270px;
  z-index: 100;
  padding: 0.75rem 2rem;
  background: #008168;
  box-shadow: 0 7px 24px 0 rgba(21, 71, 108, 0.4);
  border-radius: 0.5rem;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.float-menu li {
  display: block;
  padding: 0.75rem 0 18px;
}

.float-menu li a {
  color: #fff !important;
}

.float-menu li a:hover {
  color: #003e2c !important;
  text-decoration: none;
}

.float-menu li .float-menu--active {
  color: #003e2c !important;
}

.float-menu li .float-menu--active:hover {
  text-decoration: none;
}

.float-menu li::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  content: '';
  height: 4px;
  background: #fff;
  opacity: 0.25;
}

.float-menu li:nth-last-child(1)::after {
  display: none;
}

.float-menu:hover {
  display: block;
}

.float-menu.float-menu--colabora a {
  color: #fff !important;
}

.float-menu.float-menu--colabora a:hover {
  color: #003e2c !important;
  text-decoration: none;
}

.float-menu.float-menu--user {
  background: #fff;
  margin-left: -175px;
}

.float-menu.float-menu--user li {
  display: block;
  margin: 0;
  padding: 0.75rem 0 18px;
}

.float-menu.float-menu--user li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #008168 !important;
}

.float-menu.float-menu--user li a:hover {
  color: #003e2c;
}

.float-menu.float-menu--user li::after {
  background: #dfdfdf;
  opacity: 1;
}

.float-menu .link-close__interaction {
  color: #003e2c !important;
}

.float-menu .link-close__interaction .icon::before {
  color: #003e2c !important;
}

.float-menu .link-close__interaction:hover {
  color: #008168 !important;
}

.float-menu .link-close__interaction:hover .icon::before {
  color: #008168 !important;
}

.float-menu--link:hover + .float-menu {
  display: block;
}

@media (max-width: 767px) {
  .float-menu--link:hover + .float-menu {
    display: none;
    position: absolute;
    left: -10000px;
  }
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.footer {
  background: url("../images/bk-pattern-beige.png");
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .footer {
    padding: 3rem 0;
  }
}

.footer .footer-logo {
  width: 6rem;
}

@media (min-width: 992px) {
  .footer .footer-logo {
    width: auto;
  }
}

.footer .container {
  overflow: visible;
}

.footer-section {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-section .list__not-highlight {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-section .list__not-highlight .list__item {
    margin-right: 1.5rem;
  }
  .footer-section .list__not-highlight .list-item:nth-last-child(1) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .footer-section {
    text-align: left;
  }
  .footer-section .list__not-highlight {
    display: block;
  }
  .footer-section .list__not-highlight .list__item {
    margin-right: 0;
  }
}

.footer-form-section {
  text-align: left;
}

.sub-footer__second {
  display: none;
  background: url("../images/bk-pattern-white.png");
  padding: 3rem 0;
  text-align: left;
}

@media (min-width: 992px) {
  .sub-footer__second {
    display: block;
  }
}

.sub-footer {
  background: #fff;
  padding: 2rem 0;
  text-align: center;
}

@media (min-width: 992px) {
  .sub-footer {
    text-align: left;
  }
}

.form-footer {
  display: block;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .form-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.form-footer input,
.form-footer a {
  display: inline-block;
}

.form-footer .form-control--input {
  margin-right: 0;
}

@media (min-width: 768px) {
  .form-footer .form-control--input {
    margin-right: 2rem;
  }
}

.form-footer .form-check-input {
  margin-right: 1.5rem;
}

.form-footer label {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .form-footer .c-btn {
    width: 100%;
  }
}

.form {
  display: block;
}

fieldset {
  margin-bottom: 2rem;
}

fieldset:nth-last-child(1) {
  border-bottom: 0;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 767px) {
  .form-group {
    display: block;
  }
}

.form-group i {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 12px;
}

.form-group .form-inline {
  display: inline-block;
  margin-left: 2rem;
}

.form-group .form-inline:nth-child(1) {
  margin-left: 0;
}

.form-control {
  background-color: #fff;
  padding: 0.75rem 1rem;
  border: 0.125rem solid #008168;
  border-radius: 0.5rem;
  width: 100%;
  color: #003e2c;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
}

.form-control:-moz-read-only {
  background-color: #fff;
}

.form-control:read-only {
  background-color: #fff;
}

.form-control-block {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .form-control-block {
    margin-bottom: 1rem;
  }
}

.form-control--left {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 576px) {
  .form-control--left {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.form-control--right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 575px) {
  .form-control--label {
    margin-bottom: 0.5rem;
  }
}

.form-control--input {
  width: 100%;
  background-color: transparent;
  padding: 0.75rem 1rem;
  border: 0.125rem solid #008168;
  border-radius: 0.5rem;
  color: #003e2c;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.form-control--input.form-control--input__error {
  border: 0.125rem solid #e84249;
  margin-bottom: 1.5rem;
}

.form-control--input.form-control--input__king {
  font-size: 1.15rem;
  line-height: 24px;
  background-color: #fff;
  border: 0.25rem solid #008168;
}

@media all and (min-width: 768px) {
  .form-control--input.form-control--input__king {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.form-control--textarea {
  width: 100%;
  background-color: transparent;
  padding: 0.75rem 1rem;
  border: 0.125rem solid #008168;
  border-radius: 0.5rem;
  color: #003e2c;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.form-control--textarea.form-control--textarea__error {
  border: 0.125rem solid #e84249;
  margin-bottom: 1.5rem;
}

.form-control--textarea:focus {
  outline: 0;
}

.form-control-label__error {
  position: absolute;
  display: block;
  top: 3.25rem;
  color: #e84249;
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.form-control-label__error.form-control-label__error-check {
  top: 2.25rem;
}

legend,
.legend {
  color: #153e61;
  font-family: "Raleway", sans-serif;
  margin-bottom: 2rem;
  font-weight: 800;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.control-label {
  margin-right: 0.75rem;
  color: #666;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 40%;
}

@media (max-width: 767px) {
  .control-label {
    width: 100%;
    margin-right: 0;
  }
}

.control-label--legal {
  font-weight: normal;
}

.form-content-radio {
  display: inline-block;
  position: relative;
  margin-right: 2rem;
  padding: 0 0 2px 30px;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.form-content-radio:nth-last-child(1) {
  margin-right: 0;
}

.form-content-radio input {
  visibility: hidden;
  position: absolute;
  right: 0;
}

.form-content-radio input + i {
  background: transparent;
  border: 2px solid #999;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.form-content-radio input + i::before {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  background: #008168;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  transition: all 0.25s ease;
  /* Todas las propiedades | tiempo | tipo movimiento */
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  /* Lo ocultamos */
}

.form-content-radio input:checked + i::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.radio .form-control {
  position: absolute;
  width: 1.3125rem;
  opacity: 0;
}

.radio .form-control + .control-label {
  margin: 0;
  padding-left: 1.875rem;
  position: relative;
  cursor: pointer;
}

.radio .form-control:not(:checked) + .control-label {
  background-position: 0 -7.5rem;
}

.radio .form-control:checked + .control-label {
  background-position: 0 0;
}

.radio-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.radio-text .control-label {
  max-width: 40%;
}

.radio-text__items {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.radio-text__items-item {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.radio-text__items-label {
  border: 2px solid #fff;
  padding: 8px 14px 6px;
  text-align: center;
}

.radio-text__items-label--auto {
  width: auto;
}

.radio-text__items-label:hover {
  cursor: pointer;
  border-color: #153e61;
}

.radio-text__items-item:checked + .radio-text__items-label {
  border-color: #153e61;
}

.radio-text__items-label:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.radio-text__items-label:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-check {
  position: relative;
}

.form-check .form-check-input-deco {
  display: block;
  width: 16px;
  height: 16px;
}

.form-check .form-check-input-deco::before {
  position: absolute;
  display: block;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid #008168;
  border-radius: 0.25rem;
  content: '';
}

.form-check .form-check-input {
  display: none;
}

.form-check .form-check-input:checked ~ .form-check-input-deco::before {
  background: #008168;
}

.form-check .form-check-input:checked ~ .form-check-input-deco::after {
  position: absolute;
  display: block;
  font-family: "educo-icons";
  content: '\e905';
  color: #fff;
  font-size: 24px;
  top: 0;
  line-height: 1em;
  margin-top: 5px;
  margin-left: -3px;
}

.form-check .form-check-input.form-check-input--negativo ~ .form-check-input-deco::before {
  border: 2px solid #fff;
}

.form-check .form-check-input.form-check-input--negativo:checked ~ .form-check-input-deco::before {
  border: 2px solid #003e2c;
  background: #003e2c;
}

.form-check.form-check--inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-check.form-check--inline .form-check-input + .form-check-input-deco::before {
  position: relative;
  margin-right: 0.75rem;
}

.form-check.form-check--inline .form-check-input:checked + .form-check-input-deco::after {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: -11px;
  margin-left: -3px;
}

.form-check.form-check--inline label {
  margin-left: 0.75rem;
}

.c-form-check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.c-form-check .c-form-check--check {
  margin-right: 0.75rem;
}

.c-form-check.c-form-check--error .form-check-input-deco::before {
  border-color: #e02020;
}

.radio-inline,
.checkbox-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.25rem;
}

.form-group__float {
  margin-bottom: 0.75rem;
}

.form-group__float .has-calendar::after {
  top: 63%;
}

.form-group__float .has-info::after {
  top: 63%;
}

label,
input {
  transition: all 0.2s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* error */
.error input {
  border: 1px solid #e84249;
}

.error-text {
  font-size: 12px;
  color: #e84249;
}

.input-group-addon {
  margin-left: 0.5rem;
  cursor: pointer;
}

select {
  width: 100%;
  background-color: transparent;
  padding: 0.75rem 1rem;
  border: 0.125rem solid #008168;
  border-radius: 0.5rem;
  color: #003e2c;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 0.8695652174rem;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper:hover {
  cursor: pointer;
}

.select-wrapper select {
  padding-right: 3rem;
}

.select-wrapper select:hover {
  cursor: pointer;
}

.select-wrapper.select-wrapper__error select {
  border: 0.125rem solid #e84249;
  margin-bottom: 1.5rem;
}

.select-wrapper::after {
  font-family: "educo-icons";
  content: '\e919';
  font-size: 28px;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #003e2c;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

.minus-plus-control {
  max-width: 129px;
  height: 36px;
  background: #dfdfdf;
  border-radius: 0.5rem;
}

.minus-plus-control .icon::before {
  color: #008168;
}

.minus,
.plus {
  cursor: pointer;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.minus .icon::before,
.plus .icon::before {
  font-size: 1rem;
}

.minus-plus {
  width: 40px;
  height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  background: #dfdfdf;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #003e2c;
}

.form-tabs-group {
  display: block;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .form-tabs-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.bloque-filtro--mobile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .bloque-filtro--mobile {
    display: none;
  }
}

.bloque-filtro {
  display: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bloque-filtro .select-wrapper {
  width: auto;
}

@media (min-width: 992px) {
  .bloque-filtro {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.bloque-filtro .bloque-filtro__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.bloque-filtro .bloque-filtro__form .select-wrapper {
  margin-right: 1.5rem;
}

.bloque-filtro .bloque-filtro__close {
  margin-top: 0.75rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-tag {
  font-size: 0.7561436673rem;
  line-height: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-tag .icon::before {
  color: #003e2c;
}

.c-tag:hover {
  text-decoration: none;
  cursor: pointer;
}

.c-tag:hover span {
  text-decoration: underline;
}

.c-filter {
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.c-filter .icon::before {
  color: #00b491;
}

.c-filter span {
  font-weight: bold;
  text-transform: uppercase;
  color: #00b491;
}

.c-filter:hover {
  text-decoration: none;
  cursor: pointer;
}

.c-filter:hover span {
  text-decoration: underline;
}

.c-input--btn-inside {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #00b491;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-input--btn-inside .icon {
  position: absolute;
  left: 16px;
  top: 15px;
}

.c-input--btn-inside .icon::before {
  color: #003e2c;
}

@media (min-width: 992px) {
  .c-input--btn-inside label {
    display: none;
  }
}

.c-input--btn-inside input {
  border: 0;
  background: transparent;
  margin-left: 2.875rem;
  width: 6.25rem;
}

@media (min-width: 768px) {
  .c-input--btn-inside input {
    width: inherit;
  }
}

.c-input--btn-inside input::-webkit-input-placeholder {
  color: #fff;
  font-weight: bold;
}

.c-input--btn-inside input::-moz-placeholder {
  color: #fff;
  font-weight: bold;
}

.c-input--btn-inside input::-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
}

.c-input--btn-inside input::placeholder {
  color: #fff;
  font-weight: bold;
}

@media (min-width: 768px) {
  .c-input--btn-inside input::-webkit-input-placeholder {
    color: #003e2c;
  }
  .c-input--btn-inside input::-moz-placeholder {
    color: #003e2c;
  }
  .c-input--btn-inside input::-ms-input-placeholder {
    color: #003e2c;
  }
  .c-input--btn-inside input::placeholder {
    color: #003e2c;
  }
}

.form-control--input-text {
  margin-right: 0.75rem;
  max-width: 16.25rem;
  text-align: right;
}

.ui-datepicker-container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ui-datepicker-container .ui-datepicker-trigger {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-left: 0.5rem;
}

.ui-datepicker-container .ui-datepicker-trigger:hover {
  cursor: pointer;
}

.form__page-container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .form__page-container {
    max-width: 25.625rem;
  }
}

.datos-pago .datos-pago__text {
  margin-top: 0.25rem;
}

.datos-pago .datos-pago__text a:hover {
  text-decoration: none;
}

.datos-pago.datos-pago--selected {
  background: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.datos-pago__title {
  font-size: 1.520875rem;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

.datos-pago__title a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 0.7561436673rem;
  line-height: 16px;
  font-weight: normal;
  text-transform: none;
}

.datos-pago__title .datos-pago__msg {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.5rem;
  margin-left: 1.5rem;
  font-size: 0.7561436673rem;
  line-height: 16px;
  vertical-align: middle;
  text-transform: none;
  background: #bccf00;
  color: #fff;
}

.datos-pago__title .datos-pago__msg .icon::before {
  color: #fff;
}

.c-img img {
  width: 100%;
  height: 100%;
}

.img-square {
  margin: 1.5rem 0;
  overflow: hidden;
  max-height: 280px;
}

.section-hero {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 39%), url("../images/foto-cabecera-comedor.png");
  background-size: 56.25rem;
  background-repeat: no-repeat;
  padding-top: 207px;
}

.section-hero .section-hero__text {
  text-align: center;
}

@media (min-width: 768px) {
  .section-hero {
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .section-hero .section-hero__text {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .section-hero {
    height: 51.25rem;
    padding-top: 8rem;
  }
  .section-hero h1 {
    padding-top: 205px;
  }
}

@media (min-width: 1200px) {
  .section-hero {
    height: 45rem;
    padding-top: 8rem;
  }
  .section-hero h1 {
    padding-top: 205px;
  }
}

.section-hero .steps-form-container {
  padding-bottom: 2rem;
  z-index: 4 !important;

}

@media (min-width: 992px) {
  .section-hero .steps-form-container {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .section-hero .steps-form-container {
    margin-top: 0;
  }
}

.becas-comedor-section {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 39%), url("../images/foto-cabecera-comedor.png");
}

.home-section {
  min-height: 708px;
  position: relative;
}

.home-section .educo-deco {
  display: none;
}

@media (min-width: 992px) {
  .home-section .educo-deco {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.stepper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin: 0 auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step {
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #008168;
  color: #008168;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  pointer-events: none;
}

.step.active {
  background: #008168;
  color: #fff;
}

.step:hover {
  cursor: pointer;
  background: #008168;
  color: #fff;
}

.stepper.stepper--negativo .step {
  border: 1px solid #003e2c;
  color: #003e2c;
}

.stepper.stepper--negativo .step.active {
  background: #003e2c;
  color: #fff;
}

.stepper.stepper--negativo .step:hover {
  background: #003e2c;
  color: #fff;
}

.steps-form-container {
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .steps-form-container {
    padding: 0;
  }
}

.steps-form {
  width: 100%;
  margin: 2rem auto 0;
  max-width: 464px;
  padding: 0.75rem 0.75rem 1.5rem 0.75rem;
  border-radius: 0.5rem;
  background: url("../images/bk-pattern-white.png");
  color: #003e2c;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  .steps-form {
    padding: 0.75rem 2rem 1.5rem;
  }
}

@media (min-width: 992px) {
  .steps-form {
    margin-top: 0;
    margin-right: 0;
    z-index: 1;
  }
}

.steps-form p a {
  text-decoration: underline;
}

.steps-form .description {
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.steps-form label a {
  text-decoration: underline;
}

.steps-form h3 {
  font-size: 1.15rem;
  line-height: 24px;
}

.steps-form h4 {
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
}

.steps-form .form-check-input::before {
  top: 1px;
}

.steps-form .form-check-input:checked::after {
  margin-top: -2px;
  margin-left: -4px;
}

.steps-form.steps-form--challenge {
  padding: 1rem 1.5rem;
  background: #fff;
  border: 4px solid #dfdfdf;
  max-width: 416px;
  box-shadow: none;
}

@media (min-width: 992px) {
  .steps-form.steps-form--challenge {
    padding: 1.5rem 2rem;
  }
}

.steps-form.steps-form--negativo {
  margin: 1em;
  max-width: none;
  background: none;
  box-shadow: none;
}

.steps-form.steps-form--negativo select {
  background: #fff;
}

.steps-form__img-content img {
  max-width: 112px;
  border-radius: 0.5rem;
}

.steps-form__img-content .location {
  font-size: 0.8695652174rem;
  line-height: 20px;
  color: #666;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.steps-form__img-content .location .icon::before {
  margin-right: 0.25rem;
  color: #666;
  font-size: 1rem;
}

.steps-form__highlight-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  background: #e8f6f8;
  border-radius: 0.5rem;
}

.steps-form__highlight-content div {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.steps-form__highlight-content .steps-form__highlight-title {
  text-align: left;
}

.steps-form__highlight-content .steps-form__highlight-title p {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.15rem;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.steps-form__highlight-content .steps-form__highlight-title span {
  display: block;
  font-size: 0.7561436673rem;
  line-height: 16px;
  text-transform: none;
  font-weight: normal;
}

.steps-form__highlight-content .steps-form__highlight-price {
  text-align: right;
}

.steps-form__highlight-content .steps-form__highlight-price p {
  font-size: 1.520875rem;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: bold;
}

.steps-form__highlight-content .steps-form__highlight-price span {
  display: block;
  font-size: 0.8695652174rem;
  line-height: 20px;
  text-transform: none;
  font-weight: normal;
}

.steps-form__space-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.steps-form__space-between .steps-form__space-between-title {
  text-align: left;
}

.steps-form__space-between .steps-form__space-between-title p {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.steps-form__space-between .steps-form__space-between-title span {
  display: block;
}

.steps-form__space-between .steps-form__space-between-price {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.steps-form__space-between .steps-form__space-between-price span {
  display: block;
  text-align: right;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.steps-form__challenge-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.steps-form__challenge-content .steps-challenge-title {
  text-align: left;
}

.steps-form__challenge-content .steps-challenge-title p {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
}

.steps-form__challenge-content .steps-challenge-title .steps-challenge-prop {
  color: #666;
  font-weight: bold;
}

.steps-form__challenge-content .steps-challenge-number {
  text-align: right;
}

.steps-form__challenge-content .steps-challenge-number p {
  font-size: 1.520875rem;
  line-height: 32px;
  font-weight: bold;
  line-height: 32px !important;
}

@media all and (min-width: 768px) {
  .steps-form__challenge-content .steps-challenge-number p {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

.steps-form__challenge-content .steps-challenge-number span {
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.u-underlined {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-underlined p {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0 0.25rem;
  font-size: 16px;
  line-height: 20px;
  background: #f3f4df;
  border-radius: 0.25rem;
}

.progress_bar {
  position: relative;
  width: 100%;
  height: 24px;
  background: #dfdfdf;
  border-radius: 0.78125rem;
}

.progress_bar span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
  background: #008168;
  border-radius: 0.78125rem;
}

.progress_bar.progress_bar--tiny {
  height: 12px;
}

.progress_bar.progress_bar--tiny span {
  height: 12px;
}

.iban_block {
  padding: 1.5rem;
  background: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 0.5rem;
}

.iban_block p {
  text-align: left;
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.cantidad {
  background: transparent !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  max-width: 40px;
  line-height: 18px;
  color: #fff;
}

.otra-cantidad__exp {
  display: none;
  background: #153e61;
  padding: 1.5rem 0;
}

.otra-cantidad .otra-cantidad-text {
  line-height: 32px;
}

.tabs-datos .tab-content {
  background: #153e61;
  height: calc(100vh - 270px);
  overflow-y: scroll;
}

.list-tabs {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
  font-weight: bold;
  border-radius: 4px;
  overflow: hidden;
}

.list-tabs li {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 3.125rem;
  width: inherit;
  text-align: center;
  background: #dfdfdf;
  border-right: 1px solid #d4d4d4;
  text-decoration: none;
}

.list-tabs li input {
  display: none;
}

.list-tabs li label {
  padding: 0.5rem 0.75rem;
  font-size: 0.8695652174rem;
  line-height: 20px;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .list-tabs li label {
    padding: 0.5rem 0.75rem;
    font-size: 100%;
    line-height: 2;
    line-height: 24px;
  }
}

.list-tabs li label:hover {
  cursor: pointer;
}

.list-tabs li:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-tabs li:nth-last-child(1) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 0;
}

.list-tabs li:hover {
  background: #00b491;
  cursor: pointer;
  color: #fff !important;
  text-decoration: none;
}

.list-tabs li a {
  text-decoration: none;
}

.list-tabs li a:hover {
  text-decoration: none;
}

.list-tabs label input {
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.list-tabs input:checked + label {
  background-color: #008168;
  color: #fff;
}

.list-tabs.list-tabs--big {
  font-size: 1.15rem;
  line-height: 24px;
}

@media all and (min-width: 768px) {
  .list-tabs.list-tabs--big {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.list-tabs.list-tabs--negativo input:checked + label {
  background-color: #003e2c;
  color: #fff;
}

.list-tabs__cantidad .list-tabs__cantidad-text {
  display: inline-block;
}

.list-tabs__cantidad .list-tabs__cantidad-number {
  display: none;
}

.list-tabs__cantidad-input:checked + label .list-tabs__cantidad-text {
  color: #fff;
}

.list-tabs__cantidad-input:checked + label .list-tabs__cantidad-number {
  display: block;
  font-weight: bold;
}

.list-tabs__month {
  display: block;
  font-weight: normal;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-bloque-gracias {
  background: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c-bloque-gracias {
    padding: 4rem;
  }
}

.c-bloque-gracias .icon.icon--ok::before {
  font-size: 4rem;
  color: #bccf00;
}

.c-bloque-gracias .col-lg-8 {
  margin: 0 auto;
}

.c-bloque-gracias h1 {
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .c-bloque-gracias h1 {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .c-bloque-gracias h1 {
    font-size: 2.3130607656rem;
    line-height: 44px;
  }
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-bloque-resumen {
  background: url("../images/bk-pattern-beige.png");
}

.c-bloque-resumen .c-bloque-resumen__img {
  background-image: url("../images/foto-resumen.png");
  background-size: cover;
}

.c-bloque-resumen .list-resumen {
  position: relative;
}

.c-bloque-resumen .list-resumen::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: #999;
  opacity: 0.2;
  border-radius: 0.5rem;
}

.c-bloque-resumen .list-resumen .list-resumen__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  font-weight: bold;
  position: relative;
  font-size: 1.15rem;
  line-height: 24px;
}

.c-bloque-resumen .list-resumen .list-resumen__item::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #999;
  opacity: 0.2;
  border-radius: 0.5rem;
}

.c-bloque-resumen .list-resumen__item-prize span {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.list-resumen__total {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  background: url("../images/bk-pattern-white.png");
  border-radius: 0.5rem;
}

.list-resumen__total .list-resumen__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 24px;
}

@media all and (min-width: 768px) {
  .list-resumen__total .list-resumen__title {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.list-resumen__total .list-resumen__title span {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.list-resumen__total .list-resumen__prize {
  font-weight: bold;
  font-size: 1.520875rem;
  line-height: 32px;
  text-align: right;
}

@media all and (min-width: 768px) {
  .list-resumen__total .list-resumen__prize {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

.list-resumen__total .list-resumen__prize span {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-bloque-cita {
  position: relative;
  overflow: hidden;
  background: #72ad91;
}

@media (min-width: 768px) {
  .c-bloque-cita {
    height: 50.625rem;
  }
}

.c-bloque-cita__cita {
  background: url("../images/bk-cita.png") top left no-repeat;
  margin: 4rem;
  padding-top: 4rem;
  color: #fff;
}

@media (min-width: 768px) {
  .c-bloque-cita__cita {
    position: absolute;
    top: 30vh;
    left: 11vw;
    z-index: 1;
    max-width: 50vw;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .c-bloque-cita__cita {
    max-width: 37vw;
  }
}

.c-bloque-cita__cita .c-bloque-cita__texto {
  font-weight: bold;
  font-size: 1.520875rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .c-bloque-cita__cita .c-bloque-cita__texto {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

.c-bloque-cita__cita .c-bloque-cita__autor {
  margin-top: 2rem;
  text-transform: uppercase;
}

.c-bloque-cita__img img {
  display: none;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .c-bloque-cita__img img {
    display: block;
  }
}

.c-cita {
  position: relative;
  z-index: 1;
  background: url("../images/bk-cita-negativo-green.png") top left no-repeat;
  padding-top: 4rem;
  color: #003e2c;
}

.c-cita .c-cita__texto {
  font-weight: bold;
  font-size: 1.520875rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .c-cita .c-cita__texto {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

.c-cita .c-cita__autor {
  margin-top: 2rem;
  text-transform: uppercase;
}

.c-bloque-cita--parallax {
  height: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 33.3333333333%;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .c-bloque-cita--parallax {
    height: 50.625rem;
  }
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.cart-back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.7;
  background: #000;
  width: 100vw;
  height: 100vh;
}

.cart-nav {
  background: url("../images/bk-pattern-white.png");
  overflow-y: scroll;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  max-width: 410px;
  height: 100vh;
  z-index: 10000;
  text-align: center;
  transition-duration: 0.5s;
}

.cart-nav .cart-container {
  padding: 0.75rem 1.5rem 1.5rem;
  width: 100%;
  max-width: 410px;
}

.cart-nav .cart-container .steps-form {
  padding: 0;
}

.cart-nav .cart-nav-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 32px;
  right: 24px;
  text-decoration: none;
}

.cart-nav .cart-nav-close .icon--cierre-menu::before {
  color: #fff;
}

.cart__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart__header .cart__header-back,
.cart__header .cart__header-close {
  text-decoration: none;
}

.cart__header .cart__header-back .icon::before,
.cart__header .cart__header-close .icon::before {
  color: #999;
}

@media (min-width: 768px) {
  .cart__page-container {
    max-width: 25.625rem;
    margin: 0 auto;
  }
}

.cart__content {
  text-align: left;
}

.c-bloque-migas {
  display: none;
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .c-bloque-migas {
    display: block;
  }
}

.c-bloque-migas li {
  display: inline-block;
  position: relative;
  margin-right: 49px;
  text-transform: uppercase;
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.c-bloque-migas li::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 25px;
  height: 1px;
  background: #999;
  top: 7px;
  margin-left: 12px;
}

.c-bloque-migas li:nth-last-child(1) {
  margin-right: 0;
}

.c-bloque-migas li:nth-last-child(1)::after {
  display: none;
}

@media (min-width: 768px) {
  .c-bloque-migas.c-bloque-migas--cabecera {
    margin-top: 9.0625rem;
  }
}

@media (min-width: 1200px) {
  .c-bloque-migas.c-bloque-migas--cabecera {
    margin-top: 6.3125rem;
  }
}

.c-alert-container {
  width: 90vw;
  position: fixed;
  bottom: 0;
  left: 5vw;
  z-index: 40000;
}

@media (min-width: 768px) {
  .c-alert-container {
    width: 80vw;
    left: 10vw;
  }
}

@media (min-width: 992px) {
  .c-alert-container {
    width: 30vw;
    left: 65vw;
  }
}

@media (min-width: 1200px) {
  .c-alert-container {
    width: 20vw;
    left: 75vw;
  }
}

.c-alert {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 18px 0 rgba(21, 71, 108, 0.4);
  position: relative;
  background: #9be3ff;
  margin: 0 auto 1rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  color: #003e2c;
  font-weight: bold;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-alert::after {
  position: absolute;
  font-family: "educo-icons";
  content: '\e902';
  right: 10px;
  top: 0;
  cursor: pointer;
}

.c-alert .icon {
  margin-right: 0.75rem;
}

.c-alert .icon::before {
  color: #003e2c;
}

.c-alert.c-alert--problem {
  background: #ffbdbd;
  color: #e02020;
}

.c-alert.c-alert--problem .icon::before {
  color: #e02020;
}

.c-alert.c-alert--warning {
  background: #ffcba8;
  color: #ff6f00;
}

.c-alert.c-alert--warning .icon::before {
  color: #ff6f00;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.c-video iframe,
.c-video object,
.c-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-video-decoration {
  position: relative;
}

@media (min-width: 992px) {
  .c-video-decoration::before {
    display: block;
    position: absolute;
    content: '';
    width: 40%;
    height: 53%;
    bottom: 0;
    left: 0;
    background: #72ad91;
  }
}

.c-video.c-video--back {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 39%);
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.c-video.c-video--back iframe,
.c-video.c-video--back object,
.c-video.c-video--back embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-video-bg-container {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 39%), url("../images/foto-video-home.jpg");
  background-size: cover;
}

@media (min-width: 992px) {
  .c-video-bg-container {
    background: url("../images/foto-video-home.jpg");
  }
}

.c-video-bg-container::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  content: ' ';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.c-video-bg-container .c-video-bg-content {
  position: relative;
  z-index: 9;
}

.c-video-bg-container .c-video-bg {
  z-index: 1;
  position: absolute;
  width: auto;
  height: 100%;
  bottom: 0;
  left: 0;
  display: none;
}

@media (min-width: 992px) {
  .c-video-bg-container .c-video-bg {
    display: block;
  }
}

@media (min-width: 1450px) {
  .c-video-bg-container .c-video-bg {
    width: 100%;
    height: auto;
  }
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-card__body {
  padding: 1.5rem 0 0;
}

@media (min-width: 992px) {
  .c-card__body {
    padding: 3rem 0 0;
  }
}

@media (min-width: 992px) {
  .c-card__body.c-card__body-short {
    width: 80%;
  }
}

.c-card__body .c-card__titulo {
  font-size: 1.15rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: none;
}

@media all and (min-width: 768px) {
  .c-card__body .c-card__titulo {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-card__titulo {
  font-size: 1.15rem;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media all and (min-width: 768px) {
  .c-card__titulo {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-card__img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.c-card--horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .c-card--horizontal {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-card--horizontal .c-card__img {
  height: 12.5rem;
  max-width: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .c-card--horizontal .c-card__img {
    height: auto;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

.c-card--horizontal .c-card__body {
  width: 100%;
}

@media (min-width: 768px) {
  .c-card--horizontal .c-card__body {
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

.c-card--negativo {
  background: #008168;
  color: #fff;
}

.c-card--negativo .c-card__titulo {
  text-transform: uppercase;
}

.c-card--negativo .c-card__body {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .c-card--negativo .c-card__body {
    padding: 3rem;
  }
}

.c-card--negativo h3 {
  color: #fff;
}

.c-card--negativo .c-card__link {
  color: #fff;
}

.c-card--negativo:hover {
  box-shadow: 0 0 18px 0 rgba(21, 71, 108, 0.4);
  transition: 0.3s;
  cursor: pointer;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.c-card.c-card--solid {
  border: 4px solid #dfdfdf;
  border-radius: 0.5rem;
  background: #fff;
  text-decoration: none !important;
  color: #fff;
}

.c-card.c-card--solid .c-card__body {
  padding: 1rem 1.5rem;
  color: #003e2c;
}

@media (min-width: 992px) {
  .c-card.c-card--solid .c-card__body {
    padding: 1.5rem;
  }
}

.c-card.c-card--solid.c-card--highlight:hover {
  box-shadow: 0 0 18px 0 rgba(21, 71, 108, 0.4);
  transition: 0.3s;
  cursor: pointer;
  border: 4px solid #008168;
}

.c-card__location {
  margin-bottom: 1.5rem;
  color: #999;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-card__location .icon::before {
  color: #999;
}

.c-card--person {
  position: relative;
  transition: ease-in-out 0.3s;
}

.c-card--person.c-card--person__author .c-card__person-header {
  padding: 1rem;
}

.c-card--person.c-card--person__author .c-card__person-header .c-card__person-img {
  width: 5.875rem;
}

.c-card--person.c-card--person__author .c-card__person-header .c-card__person-content {
  margin-left: 1rem;
}

.c-card--person.c-card--person__author .c-card__person-content h3 {
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
}

.c-card--person.c-card--person__author .c-card__person-content p {
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-card--person.c-card--person__author .c-card__person-text {
  padding: 0 1rem 1rem;
  color: #003e2c;
  font-size: 0.8695652174rem;
  line-height: 20px;
  line-height: 24px;
}

.c-card--person .c-card__person-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem;
  color: #003e2c;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1200px) {
  .c-card--person .c-card__person-header {
    padding: 2rem;
  }
}

.c-card--person .c-card__person-header .c-card__person-img {
  width: 5.875rem;
  height: auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (min-width: 1200px) {
  .c-card--person .c-card__person-header .c-card__person-img {
    width: 11.75rem;
  }
}

.c-card--person .c-card__person-header .c-card__person-content {
  margin-left: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .c-card--person .c-card__person-header .c-card__person-content {
    margin-left: 2rem;
  }
}

.c-card--person .c-card__person-img img {
  border-radius: 8px;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.c-card--person .c-card__person-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003e2c;
  border-radius: 4px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .c-card--person .c-card__person-label {
    top: 12px;
    right: 12px;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 8px;
  }
}

.c-card--person .c-card__person-label .icon {
  transition: ease-in-out 0.3s;
}

.c-card--person .c-card__person-label .icon::before {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .c-card--person .c-card__person-label .icon::before {
    font-size: 1.5rem;
  }
}

.c-card__person-body {
  width: 100%;
  line-height: 24px;
  padding: 0 1rem 1rem;
  color: #003e2c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: ease-in-out 0.3s;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

@media (min-width: 1200px) {
  .c-card__person-body {
    padding: 0 2rem 2rem;
    font-size: 100%;
    line-height: 2;
    line-height: 24px;
  }
}

.c-card__person-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.c-card__person-input:checked + .c-card__person-label .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-card__person-input:checked ~ .c-card__person-body {
  white-space: inherit;
}

.c-card__link {
  text-decoration: none !important;
}

.c-card__link:hover {
  box-shadow: 0 0 18px 0 rgba(21, 71, 108, 0.4);
  transition: 0.3s;
}

.c-card__person-content h3 {
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .c-card__person-content h3 {
    font-size: 1.15rem;
    line-height: 24px;
  }
}

@media all and (min-width: 1200px) and (min-width: 768px) {
  .c-card__person-content h3 {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-card__person-content p {
  font-size: 0.8695652174rem;
  line-height: 20px;
}

@media (min-width: 992px) {
  .c-card__person-content p {
    font-size: 100%;
    line-height: 2;
  }
}

.c-card--info .c-card__titulo {
  text-transform: uppercase;
}

.c-card--info p {
  margin-top: 0.75rem;
}

@media (min-width: 992px) {
  .c-card--info .c-card__body {
    padding-top: 1.5rem;
  }
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.icon--shadow {
  position: relative;
}

.icon--shadow::before {
  font-size: 64px;
}

.icon--shadow::after {
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: -12px;
  left: 12px;
  content: '';
  border-radius: 100%;
  background: #008168;
  opacity: 0.15;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-bloque-informativo {
  background: url("../images/bk-pattern-white.png");
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .c-bloque-informativo {
    padding: 6rem 0;
  }
}

.c-bloque-informativo__contenedor {
  margin: 0 auto;
}

.c-bloque-informativo__contenedor .c-bloque-informativo__text {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.520875rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .c-bloque-informativo__contenedor .c-bloque-informativo__text {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

@media (min-width: 992px) {
  .c-bloque-informativo__contenedor .c-bloque-informativo__text {
    font-size: 1.520875rem;
    line-height: 32px;
  }
}

@media all and (min-width: 992px) and (min-width: 768px) {
  .c-bloque-informativo__contenedor .c-bloque-informativo__text {
    font-size: 2.3130607656rem;
    line-height: 52px;
  }
}

.owl-carousel button:focus {
  outline: none;
}

.owl-carousel .owl-dots {
  display: none;
}

.owl-carousel .owl-nav {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 7.125rem;
}

@media (min-width: 768px) {
  .owl-carousel .owl-nav {
    width: 100%;
  }
  .owl-carousel .owl-nav::after {
    position: absolute;
    top: 11px;
    left: 140px;
    height: 2px;
    width: 100%;
    background: #d8d8d8;
    content: '';
    opacity: 0.4;
  }
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  margin-right: 1.5rem;
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-next::before {
  display: inline-block;
  width: 45px;
  height: 24px;
  font-family: "educo-icons";
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  cursor: inherit !important;
}

.owl-carousel .owl-prev.disabled::before,
.owl-carousel .owl-next.disabled::before {
  color: #d8d8d8;
  opacity: 0.4;
}

.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
  display: none;
}

.owl-carousel .owl-next {
  margin-right: 0;
}

.owl-carousel .owl-next::before {
  content: "";
}

.owl-carousel.owl-videos .owl-nav {
  margin-top: 1.5rem;
}

@media (min-width: 1200px) {
  .owl-carousel.owl-videos .owl-nav {
    margin-top: 3rem;
  }
}

.card-columns .c-card {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 768px) {
  .card-columns .c-card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .card-columns.card-columns--people {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media (min-width: 992px) {
  .card-columns.card-columns--people {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns.card-columns--people .c-card {
    display: inline-block;
    width: 100%;
  }
}

.c-masonry {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-column-width: 100%;
     -moz-column-width: 100%;
          column-width: 100%;
  list-style: none;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .c-masonry {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 1200px) {
  .c-masonry {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

@media (min-width: 992px) {
  .c-masonry.c-masonry--2-cols {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 1200px) {
  .c-masonry.c-masonry--2-cols {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 992px) {
  .c-masonry.c-masonry--4-cols {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 1200px) {
  .c-masonry.c-masonry--4-cols {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}

.c-masonry .c-masonry__item {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  counter-increment: item;
}

.c-masonry .c-masonry__item:nth-last-child(1) {
  margin-bottom: 0;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-bloque-datos {
  background: url("../images/bk-pattern-beige.png");
}

.c-bloque-datos__body {
  padding: 2rem;
  text-align: center;
  color: #fff;
  background: #72ad91;
}

@media (min-width: 992px) {
  .c-bloque-datos__body {
    text-align: left;
  }
}

.c-bloque-datos__imagen {
  height: 12.5rem;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .c-bloque-datos__imagen {
    height: 18.75rem;
  }
}

.c-bloque-datos__imagen-textura {
  background-position: center 32.5rem;
  background-image: url("../images/foto-desgravacion-green.jpg");
}

@media (min-width: 992px) {
  .c-bloque-datos__imagen-textura {
    height: 100%;
  }
}

.c-bloque-datos__titulo {
  font-size: 2.0113571875rem;
  line-height: 40px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}

@media all and (min-width: 768px) {
  .c-bloque-datos__titulo {
    font-size: 2.3130607656rem;
    line-height: 44px;
  }
}

.c-bloque-datos__listado-cifras {
  padding: 3rem 1.5rem;
}

@media (min-width: 992px) {
  .c-bloque-datos__listado-cifras {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .c-bloque-datos__listado-cifras {
    padding: 3rem;
  }
}

.c-bloque-datos__listado-cifras .c-bloque-datos__cifra {
  margin-top: 3rem;
  text-align: center;
}

.c-bloque-datos__listado-cifras .c-bloque-datos__cifra:nth-child(1) {
  margin-top: 0;
}

.c-bloque-datos__listado-cifras .c-bloque-datos__cifra .c-divider-line {
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .c-bloque-datos__listado-cifras .c-bloque-datos__cifra {
    text-align: left;
  }
  .c-bloque-datos__listado-cifras .c-bloque-datos__cifra .c-divider-line {
    margin-left: 0 !important;
  }
}

.c-bloque-datos__titulo-secundario {
  margin-bottom: 0;
  font-size: 1.520875rem;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #003e2c;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-landing__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-landing__wrapper .select-wrapper {
  margin-left: 0.5rem;
  width: auto;
}

.c-landing-open {
  position: relative;
  background-color: #72ad91;
}

.c-landing-open .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .c-landing-open .container {
    max-width: 71.25rem;
  }
}

@media (min-width: 1440px) {
  .c-landing-open .container {
    max-width: 82rem;
  }
}

@media (min-width: 992px) {
  .c-landing-open::before {
    position: absolute;
    content: '';
    width: 50vw;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 39%), url("../images/foto-cabecera-comedor.png");
    background-size: cover;
  }
}

.c-landing-open .c-landing-open__row {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 39%), url("../images/foto-cabecera-comedor.png");
}

@media (min-width: 992px) {
  .c-landing-open .c-landing-open__row {
    background-image: none;
    height: 100%;
  }
}

.c-landing-open .c-landing-open__col {
  text-align: center;
  padding: 6rem 1.5rem;
}

@media (min-width: 768px) {
  .c-landing-open .c-landing-open__col {
    padding: 6rem 4rem;
  }
}

@media (min-width: 992px) {
  .c-landing-open .c-landing-open__col {
    text-align: left;
    padding: 40% 1.5rem 0;
    height: 100%;
  }
}

.c-landing-open .steps-form-container {
  margin: 3rem auto 0;
  max-width: 25.625rem;
}

.c-landing-open .steps-form-container .steps-form {
  margin: 0;
}

.c-accordion {
  /* Accordion styles */
}

.c-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.c-accordion .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-accordion .row .col {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-accordion .row .col:last-child {
  margin-left: 1em;
}

.c-accordion .c-accordion__tabs {
  border-radius: 0.5rem;
  overflow: hidden;
}

.c-accordion .c-accordion__tab {
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.c-accordion .c-accordion__tab-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  background: #003e2c;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 24px;
  /* Icon */
}

@media (min-width: 992px) {
  .c-accordion .c-accordion__tab-label {
    font-size: 1.15rem;
    line-height: 24px;
  }
}

@media all and (min-width: 992px) and (min-width: 768px) {
  .c-accordion .c-accordion__tab-label {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-accordion .c-accordion__tab-label:hover {
  background: #000b08;
}

.c-accordion .c-accordion__tab-label::after {
  font-family: "educo-icons";
  content: '\e922';
  color: #008168;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: ease-in-out 0.3s;
}

.c-accordion .c-accordion__tab-content {
  max-height: 0;
  padding: 0;
  background: transparent;
}

.c-accordion .c-accordion__tab-close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #003e2c;
  cursor: pointer;
}

.c-accordion .c-accordion__tab-close:hover {
  background: #000b08;
}

.c-accordion input:checked + .c-accordion__tab-label {
  background: #003e2c;
}

.c-accordion input:checked + .c-accordion__tab-label::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-accordion input:checked ~ .c-accordion__tab-content {
  max-height: 100vh;
  background: transparent;
}

.c-accordion.c-accordion--content {
  /* Accordion styles */
}

.c-accordion.c-accordion--content input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.c-accordion.c-accordion--content .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-accordion.c-accordion--content .row .col {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-accordion.c-accordion--content .row .col:last-child {
  margin-left: 1em;
}

.c-accordion.c-accordion--content .c-accordion__tabs {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(49, 16, 16, 0.5);
}

.c-accordion.c-accordion--content .c-accordion__tab {
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.c-accordion.c-accordion--content .c-accordion__tab-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  background: #003e2c;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 24px;
  /* Icon */
}

@media (min-width: 992px) {
  .c-accordion.c-accordion--content .c-accordion__tab-label {
    font-size: 1.15rem;
    line-height: 24px;
  }
}

@media all and (min-width: 992px) and (min-width: 768px) {
  .c-accordion.c-accordion--content .c-accordion__tab-label {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-accordion.c-accordion--content .c-accordion__tab-label:hover {
  background: #000b08;
}

.c-accordion.c-accordion--content .c-accordion__tab-label::after {
  font-family: "educo-icons";
  content: '\e91a';
  color: #008168;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: ease-in-out 0.3s;
}

.c-accordion.c-accordion--content .c-accordion__tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #003e2c;
  background: #f5f4ee;
  transition: ease-in-out 0.3s;
}

.c-accordion.c-accordion--content .c-accordion__tab-close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #003e2c;
  cursor: pointer;
}

.c-accordion.c-accordion--content .c-accordion__tab-close:hover {
  background: #000b08;
}

.c-accordion.c-accordion--content input:checked + .c-accordion__tab-label {
  background: #003e2c;
}

.c-accordion.c-accordion--content input:checked + .c-accordion__tab-label::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-accordion.c-accordion--content input:checked ~ .c-accordion__tab-content {
  max-height: 100vh;
  padding: 1.5rem;
  background: #f5f4ee;
}

@media (min-width: 992px) {
  .c-accordion.c-accordion--content input:checked ~ .c-accordion__tab-content {
    padding: 3rem;
  }
}

.c-accordion.c-accordion--parent {
  margin-bottom: 0.25rem;
}

.c-accordion.c-accordion--parent .c-accordion__tabs {
  box-shadow: none;
}

.c-accordion.c-accordion--parent-content {
  max-height: 0;
  padding: 0;
  background: none;
}

.c-accordion.c-accordion--parent .c-accordion__tab-label {
  border-radius: 0.5rem;
}

.c-accordion.c-accordion--parent .c-accordion__tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #003e2c;
  background: #f5f4ee;
  transition: ease-in-out 0.3s;
}

.c-accordion.c-accordion--parent .c-accordion__tab-close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #003e2c;
  cursor: pointer;
}

.c-accordion.c-accordion--parent input:checked ~ .c-accordion__tab-content {
  max-height: 100vh;
  padding: 0;
  background: transparent;
}

.c-accordion.c-accordion--parent input:checked ~ .c-accordion__tab-content {
  max-height: 100vh;
  padding: 0;
  background: transparent;
}

.c-accordion.c-accordion--child {
  margin-top: 5px;
}

.c-accordion.c-accordion--child .row .col {
  margin: 0;
}

.c-accordion.c-accordion--child .c-accordion__tab {
  color: #003e2c;
  background: #fff;
}

.c-accordion.c-accordion--child .c-accordion__tab-label {
  background: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 100%;
  line-height: 2;
}

.c-accordion.c-accordion--child .c-accordion__tab-label:hover {
  background: #fff;
}

.c-accordion.c-accordion--child .c-accordion__tab-content {
  padding: 0 1em;
  color: #003e2c;
  background: #fff;
}

.c-accordion.c-accordion--child .c-accordion__tab-close {
  background: #fff;
}

.c-accordion.c-accordion--child .c-accordion__tab-close:hover {
  background: #fff;
}

.c-accordion.c-accordion--child input:checked + .c-accordion__tab-label {
  background: #fff;
}

.c-accordion.c-accordion--child input:checked ~ .c-accordion__tab-content {
  padding: 0 1rem 1rem;
  background: #fff;
}

.c-icon-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-icon-list .c-icon-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  -webkit-flex: 3rem auto;
      -ms-flex: 3rem auto;
          flex: 3rem auto;
}

.c-icon-list .c-icon-list__item:nth-last-child(1) {
  margin-bottom: 0;
}

.c-icon-list__icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.75rem;
}

.c-icon-list__icon .icon::before {
  color: #003e2c;
}

.c-icon-list__body {
  display: block;
  font-size: 1.15rem;
  line-height: 24px;
}

@media all and (min-width: 768px) {
  .c-icon-list__body {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-ficha {
  background: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .c-ficha {
    padding: 3rem;
  }
}

.c-ficha .c-ficha__img {
  text-align: center;
}

@media (max-width: 991px) {
  .c-ficha .c-ficha__img {
    margin-bottom: 2rem;
  }
}

.c-ficha.c-ficha--apadrinar {
  max-width: 464px;
  margin-left: auto;
}

.c-ficha.c-ficha--apadrinar img {
  width: 100%;
}

.c-ficha.c-ficha--full {
  border: 4px solid #dfdfdf;
}

.c-ficha.c-ficha--full img {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .c-ficha.c-ficha--full img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .c-ficha.c-ficha--full {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-ficha.c-ficha--full img {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}

.c-ficha_map {
  border-radius: 0.5rem;
}

.c-testimonial {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}

.c-testimonial .c-testimonial__img {
  margin: 0 auto;
  width: 180px;
  height: 180px;
  border-radius: 100%;
}

.c-testimonial .c-testimonial__img img {
  border-radius: 100%;
}

.c-testimonial .c-testimonial__icon {
  border-radius: 100%;
  background: #4effdd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-testimonial .c-testimonial__icon .icon {
  position: relative;
}

.c-testimonial .c-testimonial__icon .icon::before {
  font-size: 100px;
}

.c-testimonial .c-testimonial__description {
  margin-top: 2rem;
  font-style: italic;
  line-height: 24px;
}

@media (min-width: 992px) {
  .c-testimonial .c-testimonial__description {
    margin-top: 3rem;
  }
}

.c-testimonial .c-testimonial__name {
  margin-top: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.c-table {
  width: 100%;
  display: none;
  text-align: center;
  border: 4px solid #efefef;
}

.c-table.c-table--striped tbody tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.c-table th {
  text-align: center;
  border-right: 4px solid #efefef;
}

@media (min-width: 992px) {
  .c-table {
    display: table;
  }
}

.c-table--header {
  width: 100%;
  background: #003e2c;
  color: #fff;
}

.c-table--header th {
  padding: 2rem;
  font-size: 1.15rem;
  line-height: 24px;
}

@media all and (min-width: 768px) {
  .c-table--header th {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-table--header th span {
  font-weight: normal;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-table--body td {
  padding: 0.75rem 2rem;
  border-right: 4px solid #efefef;
}

.c-table-mobile .c-table-mobile__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 4px solid #efefef;
}

.c-table-mobile .c-table-mobile__importe p {
  font-size: 1.15rem;
  line-height: 24px;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .c-table-mobile .c-table-mobile__importe p {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .c-table-mobile {
    display: none;
  }
}

.c-table-mobile.c-table--compare .c-table-mobile__item {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-table.c-table--compare .c-table--header th {
  font-size: 1.15rem;
  line-height: 24px;
  min-width: 18vw;
}

.c-table.c-table--compare .c-table--header th:nth-child(1) {
  font-size: 1.15rem;
  line-height: 24px;
}

@media all and (min-width: 768px) {
  .c-table.c-table--compare .c-table--header th:nth-child(1) {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-table.c-table--compare .c-table--body th {
  font-size: inherit;
  font-weight: normal;
  padding: 0.75rem;
  line-height: 24px;
  text-align: left;
}

.c-table.c-table--compare .c-table--body .icon--menos::before {
  color: #999;
}

@media (min-width: 992px) {
  .c-table--compare__title {
    display: none;
  }
}

.c-filter-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 0%;
  background: #fff;
  transition: ease-in-out 0.5s;
  z-index: 1000;
}

.c-filter-container .c-filter-container__header {
  padding: 2rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-filter-container .c-filter-container__header .h3-title {
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
  text-transform: uppercase;
}

.c-filter-container .c-filter-container__close {
  position: absolute;
  height: 48px;
  top: 32px;
  right: 24px;
  text-decoration: none;
}

.c-filter-container .c-filter-container__close .icon::before {
  color: #003e2c;
}

.c-cart-item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-cart-item__img {
  width: 96px;
  height: 96px;
  -webkit-flex-basis: 96px;
      -ms-flex-preferred-size: 96px;
          flex-basis: 96px;
}

.c-cart-item__body {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.75rem;
}

.c-cart-item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-cart-item__content .icon::before {
  color: #999;
}

.c-cart-item__numbers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.75rem;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .c-cart-item__numbers {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.5rem;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-bloque-contacto {
  background: url("../images/bk-pattern-white.png");
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.c-bloque-contacto .c-bloque-contacto__responsable span {
  display: block;
}

.c-bloque-contacto .c-bloque-contacto__img {
  width: 100%;
  height: 264px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/img-contacto-1.jpg");
  background-size: cover;
  background-position: center -150px;
}

@media (min-width: 768px) {
  .c-bloque-contacto .c-bloque-contacto__img {
    height: auto;
    background-position: center top;
  }
}

@media (min-width: 1200px) {
  .c-bloque-contacto .c-bloque-contacto__img {
    background-position: center -238px;
  }
}

.c-bloque-contacto .c-bloque-contacto__img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-download {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-download__text {
  text-transform: uppercase;
}

.c-download__description {
  font-size: 0.8695652174rem;
  line-height: 20px;
  color: #666;
  display: block;
  font-weight: normal;
}

.c-fact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.c-fact .c-fact__icon {
  display: block;
}

.c-fact .c-fact__content {
  display: block;
  margin-top: 1.5rem;
}

.c-fact.c-fact--horizontal {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-fact.c-fact--horizontal .c-fact__content {
  margin-top: 0;
  margin-left: 1.5rem;
  text-align: left;
}

@media (min-width: 1200px) {
  .c-listado-personas-donacion {
    padding-right: 0.75rem;
    max-height: 1000px;
    overflow-y: scroll;
  }
}

.c-column-challenge {
  margin: 1.5rem auto 0;
  width: 100%;
}

@media (min-width: 992px) {
  .c-column-challenge {
    margin: 4rem 0 0;
  }
}

.c-logo-empresa {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-logo-empresa .c-logo-empresa__img {
  margin-right: 1rem;
  -webkit-flex-basis: 5.6875rem;
      -ms-flex-preferred-size: 5.6875rem;
          flex-basis: 5.6875rem;
}

.c-logo-empresa .c-logo-empresa__description {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-localizacion-compartir {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .c-localizacion-compartir {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-localizacion-compartir .c-card__location {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .c-localizacion-compartir .c-card__location {
    margin-bottom: 0;
  }
}

.c-localizacion-compartir__social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-logos-show__logos {
  opacity: 0;
  height: 1px;
  transition: all 0.3s ease-in;
}

.c-logos-show__logos.show {
  opacity: 1;
  height: 100%;
}

.c-logos-show__btn {
  position: relative;
  z-index: 4;
}

.c-texto-diferenciado {
  padding: 1.5rem;
  background: url("../images/bk-pattern-beige.png");
}

@media (min-width: 768px) {
  .c-texto-diferenciado {
    padding: 3rem;
  }
}

.c-upload-box {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem;
  background: transparent;
  border: 4px dashed #dfdfdf;
  text-align: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-upload-box .c-upload-box__content {
  display: none;
}

@media (min-width: 992px) {
  .c-upload-box .c-upload-box__content {
    display: block;
  }
}

.c-upload-box .c-upload-box__img {
  width: 4.0625rem;
  height: auto;
  margin: 0 auto;
}

.c-upload-box .c-btn {
  width: auto;
  margin: 0 auto;
}

.c-upload-box__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .c-upload-box__item {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-upload-box__item img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-right: 2rem;
}

.c-upload-box__item .c-upload-box__item-content {
  width: 100%;
}

.c-upload-box__item .c-upload-box__item-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-upload-box__item .c-upload-box__item-title .icon {
  cursor: pointer;
}

.c-upload-box__item .c-upload-box__item-title .icon::before {
  color: #e02020;
}

.c-upload-box__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.c-upload-box__buttons .c-btn {
  margin-top: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .c-upload-box__buttons {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-upload-box__buttons .c-btn {
    margin-top: 0;
    width: auto;
  }
}

.c-box-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-box-link__continente {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.15rem;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  background: #003e2c;
}

@media all and (min-width: 768px) {
  .c-box-link__continente {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-box-link__continente:hover {
  color: #fff;
  text-decoration: none;
}

.c-box-link__continente .icon {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.c-box-link__body {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #fff;
}

.c-box-link__body a {
  display: block;
  color: #008168;
  text-decoration: underline;
  line-height: 24px;
}

.c-box-link__body a:hover {
  text-decoration: none;
}

.c-img-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-img-gallery .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-timeline .c-timeline__year {
  font-size: 1.520875rem;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  width: auto;
}

@media all and (min-width: 768px) {
  .c-timeline .c-timeline__year {
    font-size: 2.3130607656rem;
    line-height: 52px;
  }
}

.c-timeline .c-timeline__content {
  margin: 2rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .c-timeline .c-timeline__content {
    margin-top: 4rem;
  }
}

.c-country-list__container {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.c-country-list__selected a {
  color: #003e2c;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.3130607656rem;
  line-height: 44px;
  border-bottom: 2px solid transparent;
}

@media all and (min-width: 768px) {
  .c-country-list__selected a {
    font-size: 3.0590228625rem;
    line-height: 52px;
  }
}

.c-country-list__selected a:hover {
  text-decoration: none;
  border-bottom: 2px solid #003e2c;
}

.c-country-list__selected .icon::before {
  color: #003e2c;
  font-size: 2.0113571875rem;
  line-height: 40px;
}

@media all and (min-width: 768px) {
  .c-country-list__selected .icon::before {
    font-size: 2.3130607656rem;
    line-height: 44px;
  }
}

.c-country-list__selected.c-country-list__selected--negativo a {
  color: #fff;
}

.c-country-list__selected.c-country-list__selected--negativo a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.c-country-list__selected.c-country-list__selected--negativo .icon::before {
  color: #fff;
}

.c-country-list {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 60px;
  right: 0;
  width: 270px;
  z-index: 100;
  padding: 0.75rem 2rem;
  background: #fff;
  box-shadow: 0 7px 24px 0 rgba(21, 71, 108, 0.4);
  border-radius: 0.5rem;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-country-list li {
  display: block;
  position: relative;
  padding: 0.75rem 0 18px;
  text-align: left;
}

.c-country-list li a {
  color: #008168;
  font-weight: bold;
  text-transform: uppercase;
}

.c-country-list li a:hover {
  color: #003e2c;
  text-decoration: none;
}

.c-country-list li::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  content: '';
  height: 4px;
  background: #dfdfdf;
  border-radius: 8px;
}

.c-country-list li:nth-last-child(1)::after {
  display: none;
}

.c-publicaciones {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .c-publicaciones {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-publicaciones__download {
  margin-right: 0;
}

@media (min-width: 768px) {
  .c-publicaciones__download {
    margin-right: 2rem;
  }
}

.c-publicaciones__download a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-publicaciones__download img {
  width: 250px;
}

.c-publicaciones__contenedor {
  overflow: hidden;
}

.c-modal {
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 400ms ease-in;
  z-index: -1;
  display: none;
}

.c-modal:target {
  display: block;
  opacity: 1;
  pointer-events: auto;
  z-index: 99999;
}

.c-modal .c-modal__box {
  background-color: #fff;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 3rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
  .c-modal .c-modal__box {
    height: 75%;
    margin: 5% auto;
    max-height: 57em;
    max-width: 66em;
    width: 65%;
  }
}

.c-modal .c-modal__box > iframe,
.c-modal .c-modal__box > div {
  border: 0;
  width: 100%;
  height: 100%;
}

.c-modal .c-modal__box .botonera {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: initial;
}

.c-modal .c-modal__close {
  padding: 0.75rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  z-index: 1;
}

.c-modal .c-modal__img {
  width: 100%;
  height: auto;
}

.c-cinta {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #e84249;
  box-shadow: 0 -3px 12px 0 rgba(21, 71, 108, 0.4);
}

@media (min-width: 992px) {
  .c-cinta {
    padding: 1rem 20vw;
  }
}

@media (min-width: 768px) {
  .c-cinta div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c-cinta h3 {
  color: #fff;
  margin-right: 1rem;
  text-decoration: none;
}

.c-cinta p {
  line-height: 28px;
}

.c-cinta a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.c-cinta .close-icon {
  text-decoration: none;
}

.c-cinta .icon::before {
  color: #fff;
  text-decoration: none;
}

.c-bloque-anclas {
  display: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 768px) {
  .c-bloque-anclas {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-bloque-anclas.c-bloque-anclas--menu {
  display: block;
}

@media (min-width: 992px) {
  .c-bloque-anclas.c-bloque-anclas--menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-bloque-anclas__item {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.c-bloque-anclas__item::after {
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 12px;
  content: '';
  background: #999;
}

.c-bloque-anclas__item a {
  white-space: nowrap;
}

.c-bloque-anclas__item:last-child::after {
  display: none;
}

.c-bloque-anclas__item a {
  padding: 0 0.75rem;
  font-size: 0.7561436673rem;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.c-bloque-anclas__item a:hover {
  text-decoration: none;
}

.c-list-categoria .c-list-categoria__item {
  padding-right: 0.5rem;
  display: inline-block;
  text-align: center;
}

.c-list-categoria .c-list-categoria__link {
  white-space: nowrap;
  font-weight: bold;
  color: #008168;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.c-list-categoria .c-list-categoria__link:hover {
  text-decoration: none;
}

.c-bg-foto {
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 39%), url("../images/foto-boy-llave.png");
  background-position: top center;
  padding: 13.875rem 2rem 2rem;
  text-align: center;
}

.c-separator--icon {
  display: none;
  text-align: left;
  margin: 80px 0 40px;
}

@media (min-width: 1200px) {
  .c-separator--icon {
    display: block;
    position: absolute;
    bottom: 3rem;
  }
}

.c-separator--icon a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  cursor: pointer !important;
  padding: 1.5rem;
}

.section-hero .c-separator--icon {
  top: 20rem;
  bottom: inherit;
}

.c-separator--icon .c-separator--icon__animated {
  cursor: default;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scrolldown;
          animation-name: scrolldown;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  position: relative;
}

.c-blog-header {
  overflow: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  .c-blog-header {
    margin-top: 9.0625rem;
  }
}

@media (min-width: 1200px) {
  .c-blog-header {
    margin-top: 6.3125rem;
  }
}

.c-blog-header img {
  width: 100%;
}

@media (min-width: 1200px) {
  .c-blog-header img {
    width: auto;
  }
}

.c-blog-post {
  overflow: hidden;
}

.c-blog-post img {
  width: 100%;
}

.c-blog-post__content {
  margin-top: 0.75rem;
}

.c-blog-post__content h2 {
  letter-spacing: 0.5px;
  margin-top: 1.5rem;
  font-size:1.3rem;
  margin-bottom:1.5rem;
}

.c-blog-post__content h3 {
  font-size: 1.2rem;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-top: 1.5rem;
}

.c-blog-post__content p {
  margin-top: 1.5rem;
}

.c-blog-post__content ul,
.c-blog-post__content ol {
  margin-top: 1.5rem;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

.c-blog-post__content ul li,
.c-blog-post__content ol li {
  position: relative;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  padding-left: 2rem;
}

.c-blog-post__content ul li::before,
.c-blog-post__content ol li::before {
  position: absolute;
  top: 0;
  left: -4px;
  margin-right: 0.75rem;
  width: 24px;
  height: 24px;
  font-family: "educo-icons";
  content: "";
  color: #008168;
  font-size: 2.5rem;
}

.c-blog-post__content li p {
  margin-top: 0;
}

.c-blog-post__content a {
  color: #008168;
  text-decoration: underline;
}

.blog-comments {
  margin-top: 1.5rem;
  border-top: 1px solid #999;
}

.blog-comments .blog-comments__comment {
  margin-top: 1.5rem;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}

.blog-comments .blog-comments__comment .blog-comments__user {
  font-weight: bold;
  color: #000;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.blog-comments .blog-comments__comment .blog-comments__text {
  margin-top: 0.5rem;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.blog-comments .blog-comments__comment.blog-comments__answer {
  margin-left: 1.5rem;
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-comments .blog-comments__comment.blog-comments__answer .blog-comments__user {
  color: #008168;
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-relacionados {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.5rem;
}

.c-relacionados__item {
  width: 100%;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .c-relacionados__item {
    width: 14.3125rem;
    margin-right: 1.5rem;
  }
  .c-relacionados__item:nth-last-child(1) {
    margin-right: 0;
  }
}

.c-relacionados__item img {
  width: 100%;
}

.c-destacado-horizontal .c-destacadao-horizontal__img {
  background: url("../images/foto-tu-solidaridad.jpg") center center no-repeat;
  background-size: cover;
  min-height: 17.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .c-destacado-horizontal .c-destacadao-horizontal__img {
    display: none;
  }
}

@media (min-width: 992px) {
  .c-destacado-horizontal .c-destacadao-horizontal__img {
    display: block;
    margin-bottom: 0;
  }
}

.c-apadrinado h2 {
  text-align: center;
}

@media (min-width: 992px) {
  .c-apadrinado h2 {
    text-align: left;
  }
}

.c-apadrinado .c-icon-list__body {
  font-size: 100%;
  line-height: 2;
}

.c-apadrinado .c-ficha.c-ficha--full {
  display: block;
}

@media (min-width: 768px) {
  .c-apadrinado .c-ficha.c-ficha--full {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-apadrinado .c-ficha.c-ficha--full img {
    width: auto;
    height: 25vh;
    margin-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .c-apadrinado .c-ficha.c-ficha--full img {
    height: auto;
  }
}

.c-apadrinado .c-ficha_map {
  display: none;
}

@media (min-width: 992px) {
  .c-apadrinado .c-ficha_map {
    display: block;
  }
}

.c-info {
  text-align: center;
}

@media (min-width: 992px) {
  .c-info {
    text-align: left;
  }
}

.c-info .c-info__btn {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .c-info .c-info__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-listado-regalos-solidarios .c-card {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .c-listado-regalos-solidarios .c-card {
    margin-top: 4rem;
  }
}

.c-bloque-desayunos {
  background: url("../images/bk-pattern-white.png");
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .c-bloque-desayunos {
    padding-bottom: 6rem;
  }
}

.c-bloque-desayunos .c-bloque-desayunos__media {
  background: url("../images/bk-pattern-green.png");
}

.c-bloque-desayunos .c-bloque-desayunos__media .c-bloque-desayunos__media-img {
  height: 12.5rem;
  width: 100%;
  background-image: url("../images/foto-100-desayunos-1.jpg");
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .c-bloque-desayunos .c-bloque-desayunos__media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
  .c-bloque-desayunos .c-bloque-desayunos__media .c-bloque-desayunos__media-img {
    height: auto;
    width: 100%;
  }
  .c-bloque-desayunos .c-bloque-desayunos__media div {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

@media (min-width: 992px) {
  .c-bloque-desayunos .c-bloque-desayunos__media {
    display: block;
  }
  .c-bloque-desayunos .c-bloque-desayunos__media .c-bloque-desayunos__media-img {
    height: 38.75rem;
  }
}

.c-bloque-desayunos .c-card {
  margin: 0 auto;
  width: 12.5rem;
}

.c-bloque-desayunos .c-card .c-card__body {
  padding: 0;
}

@media (min-width: 768px) {
  .c-bloque-desayunos .c-card {
    width: 13.75rem;
  }
}

.c-entradilla {
  font-size: 1.15rem;
  line-height: 24px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .c-entradilla {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-nota-prensa h2 {
  font-size: 1.15rem;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .c-nota-prensa h2 {
    font-size: 1.15rem;
    line-height: 24px;
  }
}

@media all and (min-width: 1200px) and (min-width: 768px) {
  .c-nota-prensa h2 {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.c-nota-prensa span {
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.c-destacado-importante {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .c-destacado-importante div {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.c-destacado-importante .c-destacado-importante__img {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .c-destacado-importante .c-destacado-importante__img {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .c-destacado-importante .c-destacado-importante__content {
    padding-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .c-destacado-importante .c-destacado-importante__content {
    padding-right: 4rem;
  }
}

@media (min-width: 1200px) {
  .c-destacado-importante .c-destacado-importante__content {
    padding-right: 8rem;
  }
}

.c-destacado-importante.c-destacado-importante--reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-destacado-importante.c-destacado-importante--reverse .c-destacado-importante__content {
  padding-right: 0;
}

@media (min-width: 768px) {
  .c-destacado-importante.c-destacado-importante--reverse .c-destacado-importante__content {
    padding-left: 1.5rem;
  }
}

@media (min-width: 992px) {
  .c-destacado-importante.c-destacado-importante--reverse .c-destacado-importante__content {
    padding-left: 4rem;
  }
}

@media (min-width: 1200px) {
  .c-destacado-importante.c-destacado-importante--reverse .c-destacado-importante__content {
    padding-left: 8rem;
  }
}

.c-listado-logos div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 1.5rem;
}

.c-listado-logos div img {
  max-width: 100%;
}

.c-cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #008168;
  box-shadow: 0 -3px 12px 0 rgba(21, 71, 108, 0.4);
}

@media (min-width: 992px) {
  .c-cookies {
    padding: 1rem 20vw;
  }
}

.c-cookies h3 {
  color: #fff;
  margin-right: 1rem;
  text-decoration: none;
}

.c-cookies p {
  line-height: 28px;
}

.c-cookies a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.c-cookies .close-icon {
  text-decoration: none;
}

.c-cookies .icon::before {
  color: #fff;
  text-decoration: none;
}

.c-cookies .c-cookies__container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-cookies .c-cookies__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .c-cookies .c-cookies__buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-cookies .c-cookies__buttons .c-btn {
  text-decoration: none;
  margin-right: 1.5rem;
}

.c-cookies .c-cookies__buttons .c-btn:nth-last-child(1) {
  margin-right: 0;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.search-results h3 {
  margin-bottom: 8px;
}

.search-results .search-results__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}

.search-results .search-results__item:last-child {
  margin-bottom: 0;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-title-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-title-icon__pictogram {
  height: 74px;
}

.c-title-icon__container {
  margin-left: 1.5rem;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-slider h2 {
  font-size: 0.8695652174rem;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 768px) {
  .c-slider h2 {
    margin-bottom: 1rem;
    font-size: 1.520875rem;
    line-height: 32px;
    line-height: 24px;
  }
}

.c-slider .c-slider__text {
  margin-bottom: 0;
  display: none;
}

@media (min-width: 992px) {
  .c-slider .c-slider__text {
    display: block;
    font-size: 1.15rem;
    line-height: 24px;
    line-height: 24px;
  }
}

.c-slider .c-slider__caption {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-slider .c-slider__caption {
    margin-bottom: 56px;
  }
}

@media (min-width: 992px) {
  .c-slider .c-slider__caption {
    margin-bottom: 72px;
  }
}

.c-slider .c-slider__pagination {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .c-slider .c-slider__pagination {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .c-slider .c-slider__pagination {
    margin-bottom: 4rem;
  }
}

.c-slider .c-slider__circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.c-slider .c-slider__gradient {
  position: absolute;
  width: 100%;
  height: 448px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 11%, rgba(0, 0, 0, 0) 39%);
  bottom: 0;
  left: 0;
}

.c-slider .c-slider__item {
  max-height: 139px;
}

@media (min-width: 768px) {
  .c-slider .c-slider__item {
    max-height: 280px;
  }
}

@media (min-width: 992px) {
  .c-slider .c-slider__item {
    max-height: 375px;
  }
}

@media (min-width: 1200px) {
  .c-slider .c-slider__item {
    max-height: 448px;
  }
}

.c-slider .c-slider__pagination .c-slider__circle {
  background-color: #fff;
}

.c-slider .c-slider__pagination .active {
  background-color: #008168;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.c-dropdown__menu {
  width: 100%;
  margin: 1.5rem 0;
  position: relative;
}

@media (min-width: 992px) {
  .c-dropdown__menu {
    width: 212px;
    margin: 3rem 0;
  }
}

.c-dropdown__menu .c-dropdown__link {
  color: #008168;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 992px) {
  .c-dropdown__menu .c-dropdown__link {
    text-align: left;
  }
}

.c-dropdown__menu .c-dropdown__link .icon--flecha-abajo {
  display: inline-block;
}

.c-dropdown__menu .c-dropdown__link .icon--flecha-abajo.rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.c-dropdown__menu .c-dropdown__link:hover {
  display: block;
  color: #003e2c;
  text-decoration: none;
}

.c-dropdown__menu .c-dropdown__link:hover .icon--mundo::before {
  color: #003e2c;
}

.c-dropdown__menu .c-dropdown__link:hover .icon--flecha-abajo::before {
  color: #003e2c;
}

.c-dropdown__layer {
  width: 100%;
  display: none;
  position: absolute;
  z-index: 9;
  padding: 0.75rem 2rem;
  box-shadow: 0 7px 24px 0 rgba(21, 71, 108, 0.4);
  border-radius: 0.5rem;
  font-size: 0.8695652174rem;
  line-height: 20px;
  background: #fff;
}

.c-dropdown__layer.visible {
  display: block;
}

.c-dropdown__layer li {
  display: block;
  padding: 0.75rem 0;
  margin: 0;
  border-bottom: 4px solid #dfdfdf;
}

.c-dropdown__layer li:last-child {
  border-bottom: 0;
}

.c-dropdown__layer li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  color: #008168;
  text-transform: uppercase;
}

.c-dropdown__layer li a:hover {
  text-decoration: none;
}

.c-dropdown__layer li::after {
  background: #ededed;
  opacity: 1;
}

.c-dropdown__icon {
  margin-right: 0.5rem;
}

.float-menu--link:hover + .float-menu {
  display: block;
}

.header-framework .idioma-link.show,
.sticky.header-framework .idioma-link.show {
  border-bottom: 2px solid #d4d4d4;
}

.header-framework__img .idioma-link.show {
  border-bottom: 2px solid #fff;
}

.header-framework__img .dropdown-idiomas__link {
  color: #008168 !important;
}

.dropdown-idiomas {
  position: absolute;
  display: none;
  top: 1rem;
  left: 0;
}

.dropdown-idiomas.show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dropdown-idiomas li {
  padding-right: 0.5rem;
  border-right: 1px solid #d4d4d4;
  margin: 0 0.5rem 0.5rem 0;
}

.dropdown-idiomas li:last-child {
  border-right: 0;
}

.nav-idiomas__list {
  display: none;
}

.nav-idiomas__list.show {
  display: block;
}

.c-cms-content a {
  color: #008168;
  text-decoration: underline;
}

.c-cms-content h2 {
  font-size: 1.520875rem;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-top: 1.5rem;
}

@media all and (min-width: 768px) {
  .c-cms-content h2 {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

@media all and (min-width: 768px) {
  .c-cms-content h2 {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

.c-cms-content h3 {
  font-size: 1.520875rem;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-top: 1.5rem;
}

.c-cms-content p {
  margin-top: 1.5rem;
}

.c-cms-content ul,
.c-cms-content ol {
  margin-top: 1.5rem;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

.c-cms-content ul li,
.c-cms-content ol li {
  position: relative;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  padding-left: 1.5rem;
}

.c-cms-content ul li::before,
.c-cms-content ol li::before {
  position: absolute;
  top: 0;
  left: -4px;
  margin-right: 0.75rem;
  width: 24px;
  height: 24px;
  font-family: "educo-icons";
  content: "";
  color: #008168;
  font-size: 1.5rem;
}

.cita-texto {
  width: 60%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #fff;
}

.cita-texto .img {
  width: 150px;
  position: absolute;
  top: -60px;
  left: -90px;
}

.cita-texto .img svg {
  fill: #003e2c;
}

.cita-texto .cita-texto--cita {
  font-size: 2.0113571875rem;
  line-height: 40px;
}

@media all and (min-width: 768px) {
  .cita-texto .cita-texto--cita {
    font-size: 2.3130607656rem;
    line-height: 44px;
  }
}

.cita-texto .cita-texto--autor {
  text-align: right;
  text-transform: uppercase;
  font-size: 100%;
  line-height: 2;
}

.cita-texto--sinfondo {
  width: 60%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #008168;
}

.cita-texto--sinfondo .img {
  width: 150px;
  position: absolute;
  top: -60px;
  left: -90px;
}

.cita-texto--sinfondo .img svg {
  fill: #003e2c;
}

.cita-texto--sinfondo .cita-texto--cita--sinfondo {
  font-size: 2.0113571875rem;
  line-height: 40px;
}

@media all and (min-width: 768px) {
  .cita-texto--sinfondo .cita-texto--cita--sinfondo {
    font-size: 2.3130607656rem;
    line-height: 44px;
  }
}

.cita-texto--sinfondo .cita-texto--autor--sinfondo {
  text-align: right;
  font-size: 100%;
  line-height: 2;
  margin-top: -20px;
}

.c-divider {
  display: block;
  position: relative;
  margin: 2rem auto;
  width: 100px;
  height: 4px;
  border-radius: 0.25rem;
  background-color: #008168;
  content: '';
}

.c-divider.c-divider-line__negativo {
  background-color: #fff;
}

.c-divider.c-divider-line__full {
  width: 100%;
  background-color: #dfdfdf;
}

.c-divider.c-divider-line--small {
  width: 36px;
}

.c-divider.c-divider-line--right {
  margin-right: 0 !important;
}

.c-divider.c-divider-line--left {
  margin-left: 0 !important;
}

.c-divider.c-divider-line--opacity {
  opacity: 0.25;
}

/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
OLD THEME

$bg-pattern-base-url: '../images/bk-pattern-turquoise.png';
$bg-datos-base-url: '../images/foto-desgravacion.jpg';
$bg-cita-base-url: '../images/bk-cita-negativo.png';

$base-color: $turquoise;
$base-color-light: $turquoise-light;
$base-second-color: $blue-dark;
$base-third-color: $magenta;
*/
/*
NEW THEME
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  varios  ===============================
===========================================
*/
.indice {
  background: #153e61;
  height: 100%;
}

.u-link-index {
  color: #fff;
  text-decoration: none;
  transition: color 0.15s ease-in;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: bold;
}

.u-link-index:hover {
  color: #fff;
}

.u-link-index:active {
  transition: color 0.15s ease-in;
}

.u-link-index:focus,
.u-link-index:visited {
  color: #fff;
  transition: color 0.15s ease-in;
  outline: 1px dotted currentColor;
}

@-webkit-keyframes scrolldown {
  from {
    top: 0;
  }
  to {
    top: 15px;
  }
}

@keyframes scrolldown {
  from {
    top: 0;
  }
  to {
    top: 15px;
  }
}

.u-grid-undo-horizontal-margins {
  margin-left: -16px;
  margin-right: -16px;
}

@media (min-width: 576px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 768px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 992px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 1200px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 1440px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.u-grid-add-horizontal-spacings {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1200px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1440px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.u-background-color-turquoise {
  background-color: #72ad91;
}

.u-text-color-turquoise {
  color: #72ad91 !important;
}

.u-background-color-turquoise-light {
  background-color: #a9d3bd;
}

.u-text-color-turquoise-light {
  color: #a9d3bd !important;
}

.u-background-color-magenta {
  background-color: #e84249;
}

.u-text-color-magenta {
  color: #e84249 !important;
}

.u-background-color-blue-dark {
  background-color: #153e61;
}

.u-text-color-blue-dark {
  color: #153e61 !important;
}

.u-background-color-beige {
  background-color: #f5f4ee;
}

.u-text-color-beige {
  color: #f5f4ee !important;
}

.u-background-color-gray-light {
  background-color: #dfdfdf;
}

.u-text-color-gray-light {
  color: #dfdfdf !important;
}

.u-background-color-gray-middle {
  background-color: #999;
}

.u-text-color-gray-middle {
  color: #999 !important;
}

.u-background-color-gray-dark {
  background-color: #666;
}

.u-text-color-gray-dark {
  color: #666 !important;
}

.u-background-color-black {
  background-color: #000;
}

.u-text-color-black {
  color: #000 !important;
}

.u-background-color-white {
  background-color: #fff;
}

.u-text-color-white {
  color: #fff !important;
}

.u-background-pattern-white {
  background: url("../images/bk-pattern-white.png");
}

.u-background-pattern-beige {
  background: url("../images/bk-pattern-beige.png");
}

.u-background-pattern-blue {
  background: url("../images/bk-pattern-blue.png");
}

.u-background-pattern-turquoise {
  background: #72ad91;
}

.u-text-color-white {
  color: #fff;
}

.u-text-color-black {
  color: #000;
}

.u-text-color-gray-middle {
  color: #999;
}

.u-text-color-base-color {
  color: #008168 !important;
}

.u-background-pattern-turquoise--middle {
  position: relative;
}

@media (min-width: 1200px) {
  .u-background-pattern-turquoise--middle::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 55%;
    top: 0;
    left: 0;
    background: url("../images/bk-pattern-green.png");
    background-position: 0% 100%;
  }
}

.u-background-turquoise-beige {
  position: relative;
  background: url("../images/bk-pattern-beige.png");
}

.u-background-turquoise-beige::before {
  width: 100%;
  height: 55%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url("../images/bk-pattern-green.png");
}

.u-background-beige-white {
  position: relative;
  background: url("../images/bk-pattern-white.png");
}

.u-background-beige-white::before {
  width: 100%;
  height: 14%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url("../images/bk-pattern-beige.png");
}

.u-background-white-beige {
  position: relative;
  background: url("../images/bk-pattern-beige.webp");
}

.u-background-white-beige::before {
  width: 100%;
  height: 24%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url("../images/bk-pattern-white.webp");
}

@media (min-width: 768px) {
  .u-background-white-beige::before {
    height: 30%;
  }
}

@media (min-width: 992px) {
  .u-background-white-beige::before {
    height: 60%;
  }
}

@media (min-width: 576px) {
  .u-display-block-mobile-large {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .u-display-block-tablet {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .u-display-block-desktop {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .u-display-block-desktop-large {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .u-display-block-only-mobile-small {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .u-display-block-only-mobile {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .u-display-block-only-mobile-tablet {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .u-display-block-only-down-desktop {
    display: block !important;
  }
}

.u-display-block {
  display: block !important;
}

@media (min-width: 576px) {
  .u-display-inline-mobile-large {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .u-display-inline-tablet {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .u-display-inline-desktop {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .u-display-inline-desktop-large {
    display: inline !important;
  }
}

@media (max-width: 575px) {
  .u-display-inline-only-mobile-small {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .u-display-inline-only-mobile {
    display: inline !important;
  }
}

@media (max-width: 991px) {
  .u-display-inline-only-mobile-tablet {
    display: inline !important;
  }
}

@media (max-width: 1199px) {
  .u-display-inline-only-down-desktop {
    display: inline !important;
  }
}

.u-display-inline {
  display: inline !important;
}

@media (min-width: 576px) {
  .u-display-inline-block-mobile-large {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .u-display-inline-block-tablet {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .u-display-inline-block-desktop {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .u-display-inline-block-desktop-large {
    display: inline-block !important;
  }
}

@media (max-width: 575px) {
  .u-display-inline-block-only-mobile-small {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .u-display-inline-block-only-mobile {
    display: inline-block !important;
  }
}

@media (max-width: 991px) {
  .u-display-inline-block-only-mobile-tablet {
    display: inline-block !important;
  }
}

@media (max-width: 1199px) {
  .u-display-inline-block-only-down-desktop {
    display: inline-block !important;
  }
}

.u-display-inline-block {
  display: inline-block !important;
}

@media (min-width: 576px) {
  .u-display-inline-flex-mobile-large {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .u-display-inline-flex-tablet {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .u-display-inline-flex-desktop {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .u-display-inline-flex-desktop-large {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 575px) {
  .u-display-inline-flex-only-mobile-small {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .u-display-inline-flex-only-mobile {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 991px) {
  .u-display-inline-flex-only-mobile-tablet {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1199px) {
  .u-display-inline-flex-only-down-desktop {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.u-display-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .u-display-flex-mobile-large {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .u-display-flex-tablet {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .u-display-flex-desktop {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .u-display-flex-desktop-large {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 575px) {
  .u-display-flex-only-mobile-small {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .u-display-flex-only-mobile {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .u-display-flex-only-mobile-tablet {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1199px) {
  .u-display-flex-only-down-desktop {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.u-display-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .u-display-none-mobile-large {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-display-none-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .u-display-none-desktop {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u-display-none-desktop-large {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .u-display-none-only-mobile-small {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-display-none-only-mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .u-display-none-only-mobile-tablet {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .u-display-none-only-down-desktop {
    display: none !important;
  }
}

.u-display-none {
  display: none !important;
}

@media (min-width: 576px) {
  .u-display-initial-mobile-large {
    display: initial !important;
  }
}

@media (min-width: 768px) {
  .u-display-initial-tablet {
    display: initial !important;
  }
}

@media (min-width: 992px) {
  .u-display-initial-desktop {
    display: initial !important;
  }
}

@media (min-width: 1200px) {
  .u-display-initial-desktop-large {
    display: initial !important;
  }
}

@media (max-width: 575px) {
  .u-display-initial-only-mobile-small {
    display: initial !important;
  }
}

@media (max-width: 767px) {
  .u-display-initial-only-mobile {
    display: initial !important;
  }
}

@media (max-width: 991px) {
  .u-display-initial-only-mobile-tablet {
    display: initial !important;
  }
}

@media (max-width: 1199px) {
  .u-display-initial-only-down-desktop {
    display: initial !important;
  }
}

.u-display-initial {
  display: initial !important;
}

@media (min-width: 576px) {
  .u-display-inherit-mobile-large {
    display: inherit !important;
  }
}

@media (min-width: 768px) {
  .u-display-inherit-tablet {
    display: inherit !important;
  }
}

@media (min-width: 992px) {
  .u-display-inherit-desktop {
    display: inherit !important;
  }
}

@media (min-width: 1200px) {
  .u-display-inherit-desktop-large {
    display: inherit !important;
  }
}

@media (max-width: 575px) {
  .u-display-inherit-only-mobile-small {
    display: inherit !important;
  }
}

@media (max-width: 767px) {
  .u-display-inherit-only-mobile {
    display: inherit !important;
  }
}

@media (max-width: 991px) {
  .u-display-inherit-only-mobile-tablet {
    display: inherit !important;
  }
}

@media (max-width: 1199px) {
  .u-display-inherit-only-down-desktop {
    display: inherit !important;
  }
}

.u-display-inherit {
  display: inherit !important;
}

@media (min-width: 576px) {
  .u-display-grid-mobile-large {
    display: grid !important;
  }
}

@media (min-width: 768px) {
  .u-display-grid-tablet {
    display: grid !important;
  }
}

@media (min-width: 992px) {
  .u-display-grid-desktop {
    display: grid !important;
  }
}

@media (min-width: 1200px) {
  .u-display-grid-desktop-large {
    display: grid !important;
  }
}

@media (max-width: 575px) {
  .u-display-grid-only-mobile-small {
    display: grid !important;
  }
}

@media (max-width: 767px) {
  .u-display-grid-only-mobile {
    display: grid !important;
  }
}

@media (max-width: 991px) {
  .u-display-grid-only-mobile-tablet {
    display: grid !important;
  }
}

@media (max-width: 1199px) {
  .u-display-grid-only-down-desktop {
    display: grid !important;
  }
}

.u-display-grid {
  display: grid !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-full-height {
  height: 100%;
}

@media (max-width: 1199px) {
  .u-full-width\@only-down-desktop {
    width: 100%;
  }
}

.u-full-width {
  width: 100%;
}

.u-max-full-width {
  max-width: 100%;
}

.u-display-none {
  display: none;
}

.u-display-none\@only-tablet {
  display: block;
}

@media (min-width: 768px) {
  .u-display-none\@only-tablet {
    display: none;
  }
}

@media (min-width: 1200px) {
  .u-display-none\@only-tablet {
    display: block;
  }
}

@media (min-width: 992px) {
  .u-display-fly {
    margin-bottom: -80px;
  }
}

@media (max-width: 767px) {
  .u-display-block\@only-mobile {
    display: block;
  }
}

.u-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-grow-1 {
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.u-flex-grow-0 {
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.u-flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.u-flex-1 {
  -webkit-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.u-flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.u-flex-direction-column {
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.u-flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-flex-wrap-no-wrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.u-align-items-start {
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.u-align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.u-align-items-end {
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.u-align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.u-align-items-center {
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.u-align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.u-align-items-baseline {
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.u-align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.u-align-content-baseline {
  -webkit-align-content: baseline !important;
      -ms-flex-line-pack: baseline !important;
          align-content: baseline !important;
}

.u-align-items-stretch {
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.u-align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

.u-align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.u-align-content-space-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.u-align-content-space-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.u-justify-content-start {
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.u-justify-content-end {
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-justify-content-center {
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-justify-content-space-between {
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-justify-content-space-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.u-justify-content-space-evenly {
  -webkit-justify-content: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.u-flex-order-2 {
  -webkit-order: 2 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.u-grid-undo-horizontal-margins {
  margin-left: -16px;
  margin-right: -16px;
}

@media (min-width: 576px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 768px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 992px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 1200px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 1440px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 767px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 767px) and (min-width: 992px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 767px) and (min-width: 1200px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 767px) and (min-width: 1440px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 991px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 991px) and (min-width: 1200px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 991px) and (min-width: 1440px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.u-grid-add-horizontal-spacings {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1200px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1440px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.u-grid-add-horizontal-spacings-medium {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.u-grid-add-horizontal-spacings-large {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 767px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) and (min-width: 992px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) and (min-width: 1200px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) and (min-width: 1440px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.u-img-full-width {
  width: 100%;
}

@media (max-width: 767px) {
  .u-img-full-width\@only-mobile {
    width: 100%;
  }
}

.u-margin-top-mini {
  margin-top: 0.25rem !important;
}

.u-undo-margin-top-mini {
  margin-top: -0.25rem !important;
}

.u-margin-right-mini {
  margin-right: 0.25rem !important;
}

.u-undo-margin-right-mini {
  margin-right: -0.25rem !important;
}

.u-margin-bottom-mini {
  margin-bottom: 0.25rem !important;
}

.u-undo-margin-bottom-mini {
  margin-bottom: -0.25rem !important;
}

.u-margin-left-mini {
  margin-left: 0.25rem !important;
}

.u-undo-margin-left-mini {
  margin-left: -0.25rem !important;
}

.u-margin-top-xtiny {
  margin-top: 0.5rem !important;
}

.u-undo-margin-top-xtiny {
  margin-top: -0.5rem !important;
}

.u-margin-right-xtiny {
  margin-right: 0.5rem !important;
}

.u-undo-margin-right-xtiny {
  margin-right: -0.5rem !important;
}

.u-margin-bottom-xtiny {
  margin-bottom: 0.5rem !important;
}

.u-undo-margin-bottom-xtiny {
  margin-bottom: -0.5rem !important;
}

.u-margin-left-xtiny {
  margin-left: 0.5rem !important;
}

.u-undo-margin-left-xtiny {
  margin-left: -0.5rem !important;
}

.u-margin-top-tiny {
  margin-top: 0.75rem !important;
}

.u-undo-margin-top-tiny {
  margin-top: -0.75rem !important;
}

.u-margin-right-tiny {
  margin-right: 0.75rem !important;
}

.u-undo-margin-right-tiny {
  margin-right: -0.75rem !important;
}

.u-margin-bottom-tiny {
  margin-bottom: 0.75rem !important;
}

.u-undo-margin-bottom-tiny {
  margin-bottom: -0.75rem !important;
}

.u-margin-left-tiny {
  margin-left: 0.75rem !important;
}

.u-undo-margin-left-tiny {
  margin-left: -0.75rem !important;
}

.u-margin-top-xsmall {
  margin-top: 1rem !important;
}

.u-undo-margin-top-xsmall {
  margin-top: -1rem !important;
}

.u-margin-right-xsmall {
  margin-right: 1rem !important;
}

.u-undo-margin-right-xsmall {
  margin-right: -1rem !important;
}

.u-margin-bottom-xsmall {
  margin-bottom: 1rem !important;
}

.u-undo-margin-bottom-xsmall {
  margin-bottom: -1rem !important;
}

.u-margin-left-xsmall {
  margin-left: 1rem !important;
}

.u-undo-margin-left-xsmall {
  margin-left: -1rem !important;
}

.u-margin-top-small {
  margin-top: 1.5rem !important;
}

.u-undo-margin-top-small {
  margin-top: -1.5rem !important;
}

.u-margin-right-small {
  margin-right: 1.5rem !important;
}

.u-undo-margin-right-small {
  margin-right: -1.5rem !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-undo-margin-bottom-small {
  margin-bottom: -1.5rem !important;
}

.u-margin-left-small {
  margin-left: 1.5rem !important;
}

.u-undo-margin-left-small {
  margin-left: -1.5rem !important;
}

.u-margin-top {
  margin-top: 2rem !important;
}

.u-undo-margin-top {
  margin-top: -2rem !important;
}

.u-margin-right {
  margin-right: 2rem !important;
}

.u-undo-margin-right {
  margin-right: -2rem !important;
}

.u-margin-bottom {
  margin-bottom: 2rem !important;
}

.u-undo-margin-bottom {
  margin-bottom: -2rem !important;
}

.u-margin-left {
  margin-left: 2rem !important;
}

.u-undo-margin-left {
  margin-left: -2rem !important;
}

.u-margin-top-medium {
  margin-top: 3rem !important;
}

.u-undo-margin-top-medium {
  margin-top: -3rem !important;
}

.u-margin-right-medium {
  margin-right: 3rem !important;
}

.u-undo-margin-right-medium {
  margin-right: -3rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 3rem !important;
}

.u-undo-margin-bottom-medium {
  margin-bottom: -3rem !important;
}

.u-margin-left-medium {
  margin-left: 3rem !important;
}

.u-undo-margin-left-medium {
  margin-left: -3rem !important;
}

.u-margin-top-large {
  margin-top: 4rem !important;
}

.u-undo-margin-top-large {
  margin-top: -4rem !important;
}

.u-margin-right-large {
  margin-right: 4rem !important;
}

.u-undo-margin-right-large {
  margin-right: -4rem !important;
}

.u-margin-bottom-large {
  margin-bottom: 4rem !important;
}

.u-undo-margin-bottom-large {
  margin-bottom: -4rem !important;
}

.u-margin-left-large {
  margin-left: 4rem !important;
}

.u-undo-margin-left-large {
  margin-left: -4rem !important;
}

.u-margin-top-xlarge {
  margin-top: 6rem !important;
}

.u-undo-margin-top-xlarge {
  margin-top: -6rem !important;
}

.u-margin-right-xlarge {
  margin-right: 6rem !important;
}

.u-undo-margin-right-xlarge {
  margin-right: -6rem !important;
}

.u-margin-bottom-xlarge {
  margin-bottom: 6rem !important;
}

.u-undo-margin-bottom-xlarge {
  margin-bottom: -6rem !important;
}

.u-margin-left-xlarge {
  margin-left: 6rem !important;
}

.u-undo-margin-left-xlarge {
  margin-left: -6rem !important;
}

.u-margin-top-xxlarge {
  margin-top: 8rem !important;
}

.u-undo-margin-top-xxlarge {
  margin-top: -8rem !important;
}

.u-margin-right-xxlarge {
  margin-right: 8rem !important;
}

.u-undo-margin-right-xxlarge {
  margin-right: -8rem !important;
}

.u-margin-bottom-xxlarge {
  margin-bottom: 8rem !important;
}

.u-undo-margin-bottom-xxlarge {
  margin-bottom: -8rem !important;
}

.u-margin-left-xxlarge {
  margin-left: 8rem !important;
}

.u-undo-margin-left-xxlarge {
  margin-left: -8rem !important;
}

.u-margin-top-huge {
  margin-top: 12rem !important;
}

.u-undo-margin-top-huge {
  margin-top: -12rem !important;
}

.u-margin-right-huge {
  margin-right: 12rem !important;
}

.u-undo-margin-right-huge {
  margin-right: -12rem !important;
}

.u-margin-bottom-huge {
  margin-bottom: 12rem !important;
}

.u-undo-margin-bottom-huge {
  margin-bottom: -12rem !important;
}

.u-margin-left-huge {
  margin-left: 12rem !important;
}

.u-undo-margin-left-huge {
  margin-left: -12rem !important;
}

.u-margin-top-xhuge {
  margin-top: 16rem !important;
}

.u-undo-margin-top-xhuge {
  margin-top: -16rem !important;
}

.u-margin-right-xhuge {
  margin-right: 16rem !important;
}

.u-undo-margin-right-xhuge {
  margin-right: -16rem !important;
}

.u-margin-bottom-xhuge {
  margin-bottom: 16rem !important;
}

.u-undo-margin-bottom-xhuge {
  margin-bottom: -16rem !important;
}

.u-margin-left-xhuge {
  margin-left: 16rem !important;
}

.u-undo-margin-left-xhuge {
  margin-left: -16rem !important;
}

.u-margin-top-xxhuge {
  margin-top: 24rem !important;
}

.u-undo-margin-top-xxhuge {
  margin-top: -24rem !important;
}

.u-margin-right-xxhuge {
  margin-right: 24rem !important;
}

.u-undo-margin-right-xxhuge {
  margin-right: -24rem !important;
}

.u-margin-bottom-xxhuge {
  margin-bottom: 24rem !important;
}

.u-undo-margin-bottom-xxhuge {
  margin-bottom: -24rem !important;
}

.u-margin-left-xxhuge {
  margin-left: 24rem !important;
}

.u-undo-margin-left-xxhuge {
  margin-left: -24rem !important;
}

.u-margin-top-hero {
  margin-top: 32rem !important;
}

.u-undo-margin-top-hero {
  margin-top: -32rem !important;
}

.u-margin-right-hero {
  margin-right: 32rem !important;
}

.u-undo-margin-right-hero {
  margin-right: -32rem !important;
}

.u-margin-bottom-hero {
  margin-bottom: 32rem !important;
}

.u-undo-margin-bottom-hero {
  margin-bottom: -32rem !important;
}

.u-margin-left-hero {
  margin-left: 32rem !important;
}

.u-undo-margin-left-hero {
  margin-left: -32rem !important;
}

.u-margin-top-xhero {
  margin-top: 40rem !important;
}

.u-undo-margin-top-xhero {
  margin-top: -40rem !important;
}

.u-margin-right-xhero {
  margin-right: 40rem !important;
}

.u-undo-margin-right-xhero {
  margin-right: -40rem !important;
}

.u-margin-bottom-xhero {
  margin-bottom: 40rem !important;
}

.u-undo-margin-bottom-xhero {
  margin-bottom: -40rem !important;
}

.u-margin-left-xhero {
  margin-left: 40rem !important;
}

.u-undo-margin-left-xhero {
  margin-left: -40rem !important;
}

.u-margin-top-xxhero {
  margin-top: 48rem !important;
}

.u-undo-margin-top-xxhero {
  margin-top: -48rem !important;
}

.u-margin-right-xxhero {
  margin-right: 48rem !important;
}

.u-undo-margin-right-xxhero {
  margin-right: -48rem !important;
}

.u-margin-bottom-xxhero {
  margin-bottom: 48rem !important;
}

.u-undo-margin-bottom-xxhero {
  margin-bottom: -48rem !important;
}

.u-margin-left-xxhero {
  margin-left: 48rem !important;
}

.u-undo-margin-left-xxhero {
  margin-left: -48rem !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .u-margin-bottom-tiny\@only-mobile {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom\@only-mobile-tablet {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom-medium\@only-mobile-tablet {
    margin-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom-small\@only-mobile-tablet {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom-large\@only-mobile-tablet {
    margin-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom-base\@only-mobile-tablet {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .u-margin-top-xsmall\@only-mobile-tablet {
    margin-top: 1rem;
  }
}

@media (max-width: 991px) {
  .u-margin-top-small\@only-mobile-tablet {
    margin-top: 1.5rem;
  }
}

@media (max-width: 991px) {
  .u-margin-top\@only-mobile-tablet {
    margin-top: 2rem;
  }
}

@media (max-width: 991px) {
  .u-margin-top-medium\@only-mobile-tablet {
    margin-top: 3rem;
  }
}

@media (max-width: 991px) {
  .u-margin-top-large\@only-mobile-tablet {
    margin-top: 4rem;
  }
}

@media (max-width: 991px) {
  .u-margin-top-huge\@only-mobile-tablet {
    margin-top: 12rem;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-medium\@only-down-desktop {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-large\@only-down-desktop {
    margin-bottom: 4rem;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-xlarge\@only-down-desktop {
    margin-bottom: 6rem;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom\@only-down-desktop {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-tiny\@only-down-desktop {
    margin-top: 0.75rem;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-large\@only-down-desktop {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .u-margin-top\@only-mobile {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .u-margin-top-medium\@only-mobile {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom\@tablet {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-none\@desktop {
    margin-bottom: none;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom\@desktop {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom-medium\@tablet {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom-large\@tablet {
    margin-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom\@only-mobile-tablet {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .u-margin-top\@desktop {
    margin-top: 2rem !important;
  }
}

@media (min-width: 992px) {
  .u-margin-top-medium\@desktop {
    margin-top: 3rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-medium\@only-down-desktop {
    margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .u-margin-top-large\@desktop {
    margin-top: 4rem !important;
  }
}

@media (min-width: 992px) {
  .u-margin-top-xlarge\@desktop {
    margin-top: 6rem;
  }
}

@media (min-width: 992px) {
  .u-margin-top-superhero\@desktop {
    margin-top: 40rem;
  }
}

@media (min-width: 992px) {
  .u-margin-top-xxhuge\@desktop {
    margin-top: 24rem;
  }
}

@media (max-width: 767px) {
  .u-margin-top-xsmall\@only-mobile {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .u-margin-bottom\@only-mobile {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .u-margin-bottom-small\@only-mobile {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .u-margin-bottom-medium\@only-mobile {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .u-margin-bottom-large\@only-mobile {
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-medium\@desktop {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-large\@desktop {
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-xlarge\@desktop {
    margin-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-huge\@desktop {
    margin-bottom: 12rem;
  }
}

@media (min-width: 992px) {
  .u-margin-right-tiny\@desktop {
    margin-right: 0.75rem;
  }
}

@media (min-width: 992px) {
  .u-margin-left-medium\@desktop {
    margin-left: 3rem;
  }
}

@media (min-width: 992px) {
  .u-margin-top-xsmall\@desktop {
    margin-top: 1rem;
  }
}

.u-margin-auto {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .u-margin-bottom\@only-down-desktop {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-medium\@only-down-desktop {
    margin-bottom: 3rem;
  }
}

.u-first-block {
  overflow: hidden;
}

@media (min-width: 768px) {
  .u-first-block {
    margin-top: 9.0625rem;
  }
}

@media (min-width: 1200px) {
  .u-first-block {
    margin-top: 6.3125rem;
  }
}

.u-padding-top-mini {
  padding-top: 0.25rem !important;
}

.u-undo-padding-top-mini {
  padding-top: -0.25rem !important;
}

.u-padding-right-mini {
  padding-right: 0.25rem !important;
}

.u-undo-padding-right-mini {
  padding-right: -0.25rem !important;
}

.u-padding-bottom-mini {
  padding-bottom: 0.25rem !important;
}

.u-undo-padding-bottom-mini {
  padding-bottom: -0.25rem !important;
}

.u-padding-left-mini {
  padding-left: 0.25rem !important;
}

.u-undo-padding-left-mini {
  padding-left: -0.25rem !important;
}

.u-padding-top-xtiny {
  padding-top: 0.5rem !important;
}

.u-undo-padding-top-xtiny {
  padding-top: -0.5rem !important;
}

.u-padding-right-xtiny {
  padding-right: 0.5rem !important;
}

.u-undo-padding-right-xtiny {
  padding-right: -0.5rem !important;
}

.u-padding-bottom-xtiny {
  padding-bottom: 0.5rem !important;
}

.u-undo-padding-bottom-xtiny {
  padding-bottom: -0.5rem !important;
}

.u-padding-left-xtiny {
  padding-left: 0.5rem !important;
}

.u-undo-padding-left-xtiny {
  padding-left: -0.5rem !important;
}

.u-padding-top-tiny {
  padding-top: 0.75rem !important;
}

.u-undo-padding-top-tiny {
  padding-top: -0.75rem !important;
}

.u-padding-right-tiny {
  padding-right: 0.75rem !important;
}

.u-undo-padding-right-tiny {
  padding-right: -0.75rem !important;
}

.u-padding-bottom-tiny {
  padding-bottom: 0.75rem !important;
}

.u-undo-padding-bottom-tiny {
  padding-bottom: -0.75rem !important;
}

.u-padding-left-tiny {
  padding-left: 0.75rem !important;
}

.u-undo-padding-left-tiny {
  padding-left: -0.75rem !important;
}

.u-padding-top-xsmall {
  padding-top: 1rem !important;
}

.u-undo-padding-top-xsmall {
  padding-top: -1rem !important;
}

.u-padding-right-xsmall {
  padding-right: 1rem !important;
}

.u-undo-padding-right-xsmall {
  padding-right: -1rem !important;
}

.u-padding-bottom-xsmall {
  padding-bottom: 1rem !important;
}

.u-undo-padding-bottom-xsmall {
  padding-bottom: -1rem !important;
}

.u-padding-left-xsmall {
  padding-left: 1rem !important;
}

.u-undo-padding-left-xsmall {
  padding-left: -1rem !important;
}

.u-padding-top-small {
  padding-top: 1.5rem !important;
}

.u-undo-padding-top-small {
  padding-top: -1.5rem !important;
}

.u-padding-right-small {
  padding-right: 1.5rem !important;
}

.u-undo-padding-right-small {
  padding-right: -1.5rem !important;
}

.u-padding-bottom-small {
  padding-bottom: 1.5rem !important;
}

.u-undo-padding-bottom-small {
  padding-bottom: -1.5rem !important;
}

.u-padding-left-small {
  padding-left: 1.5rem !important;
}

.u-undo-padding-left-small {
  padding-left: -1.5rem !important;
}

.u-padding-top {
  padding-top: 2rem !important;
}

.u-undo-padding-top {
  padding-top: -2rem !important;
}

.u-padding-right {
  padding-right: 2rem !important;
}

.u-undo-padding-right {
  padding-right: -2rem !important;
}

.u-padding-bottom {
  padding-bottom: 2rem !important;
}

.u-undo-padding-bottom {
  padding-bottom: -2rem !important;
}

.u-padding-left {
  padding-left: 2rem !important;
}

.u-undo-padding-left {
  padding-left: -2rem !important;
}

.u-padding-top-medium {
  padding-top: 3rem !important;
}

.u-undo-padding-top-medium {
  padding-top: -3rem !important;
}

.u-padding-right-medium {
  padding-right: 3rem !important;
}

.u-undo-padding-right-medium {
  padding-right: -3rem !important;
}

.u-padding-bottom-medium {
  padding-bottom: 3rem !important;
}

.u-undo-padding-bottom-medium {
  padding-bottom: -3rem !important;
}

.u-padding-left-medium {
  padding-left: 3rem !important;
}

.u-undo-padding-left-medium {
  padding-left: -3rem !important;
}

.u-padding-top-large {
  padding-top: 4rem !important;
}

.u-undo-padding-top-large {
  padding-top: -4rem !important;
}

.u-padding-right-large {
  padding-right: 4rem !important;
}

.u-undo-padding-right-large {
  padding-right: -4rem !important;
}

.u-padding-bottom-large {
  padding-bottom: 4rem !important;
}

.u-undo-padding-bottom-large {
  padding-bottom: -4rem !important;
}

.u-padding-left-large {
  padding-left: 4rem !important;
}

.u-undo-padding-left-large {
  padding-left: -4rem !important;
}

.u-padding-top-xlarge {
  padding-top: 6rem !important;
}

.u-undo-padding-top-xlarge {
  padding-top: -6rem !important;
}

.u-padding-right-xlarge {
  padding-right: 6rem !important;
}

.u-undo-padding-right-xlarge {
  padding-right: -6rem !important;
}

.u-padding-bottom-xlarge {
  padding-bottom: 6rem !important;
}

.u-undo-padding-bottom-xlarge {
  padding-bottom: -6rem !important;
}

.u-padding-left-xlarge {
  padding-left: 6rem !important;
}

.u-undo-padding-left-xlarge {
  padding-left: -6rem !important;
}

.u-padding-top-xxlarge {
  padding-top: 8rem !important;
}

.u-undo-padding-top-xxlarge {
  padding-top: -8rem !important;
}

.u-padding-right-xxlarge {
  padding-right: 8rem !important;
}

.u-undo-padding-right-xxlarge {
  padding-right: -8rem !important;
}

.u-padding-bottom-xxlarge {
  padding-bottom: 8rem !important;
}

.u-undo-padding-bottom-xxlarge {
  padding-bottom: -8rem !important;
}

.u-padding-left-xxlarge {
  padding-left: 8rem !important;
}

.u-undo-padding-left-xxlarge {
  padding-left: -8rem !important;
}

.u-padding-top-huge {
  padding-top: 12rem !important;
}

.u-undo-padding-top-huge {
  padding-top: -12rem !important;
}

.u-padding-right-huge {
  padding-right: 12rem !important;
}

.u-undo-padding-right-huge {
  padding-right: -12rem !important;
}

.u-padding-bottom-huge {
  padding-bottom: 12rem !important;
}

.u-undo-padding-bottom-huge {
  padding-bottom: -12rem !important;
}

.u-padding-left-huge {
  padding-left: 12rem !important;
}

.u-undo-padding-left-huge {
  padding-left: -12rem !important;
}

.u-padding-top-xhuge {
  padding-top: 16rem !important;
}

.u-undo-padding-top-xhuge {
  padding-top: -16rem !important;
}

.u-padding-right-xhuge {
  padding-right: 16rem !important;
}

.u-undo-padding-right-xhuge {
  padding-right: -16rem !important;
}

.u-padding-bottom-xhuge {
  padding-bottom: 16rem !important;
}

.u-undo-padding-bottom-xhuge {
  padding-bottom: -16rem !important;
}

.u-padding-left-xhuge {
  padding-left: 16rem !important;
}

.u-undo-padding-left-xhuge {
  padding-left: -16rem !important;
}

.u-padding-top-xxhuge {
  padding-top: 24rem !important;
}

.u-undo-padding-top-xxhuge {
  padding-top: -24rem !important;
}

.u-padding-right-xxhuge {
  padding-right: 24rem !important;
}

.u-undo-padding-right-xxhuge {
  padding-right: -24rem !important;
}

.u-padding-bottom-xxhuge {
  padding-bottom: 24rem !important;
}

.u-undo-padding-bottom-xxhuge {
  padding-bottom: -24rem !important;
}

.u-padding-left-xxhuge {
  padding-left: 24rem !important;
}

.u-undo-padding-left-xxhuge {
  padding-left: -24rem !important;
}

.u-padding-top-hero {
  padding-top: 32rem !important;
}

.u-undo-padding-top-hero {
  padding-top: -32rem !important;
}

.u-padding-right-hero {
  padding-right: 32rem !important;
}

.u-undo-padding-right-hero {
  padding-right: -32rem !important;
}

.u-padding-bottom-hero {
  padding-bottom: 32rem !important;
}

.u-undo-padding-bottom-hero {
  padding-bottom: -32rem !important;
}

.u-padding-left-hero {
  padding-left: 32rem !important;
}

.u-undo-padding-left-hero {
  padding-left: -32rem !important;
}

.u-padding-top-xhero {
  padding-top: 40rem !important;
}

.u-undo-padding-top-xhero {
  padding-top: -40rem !important;
}

.u-padding-right-xhero {
  padding-right: 40rem !important;
}

.u-undo-padding-right-xhero {
  padding-right: -40rem !important;
}

.u-padding-bottom-xhero {
  padding-bottom: 40rem !important;
}

.u-undo-padding-bottom-xhero {
  padding-bottom: -40rem !important;
}

.u-padding-left-xhero {
  padding-left: 40rem !important;
}

.u-undo-padding-left-xhero {
  padding-left: -40rem !important;
}

.u-padding-top-xxhero {
  padding-top: 48rem !important;
}

.u-undo-padding-top-xxhero {
  padding-top: -48rem !important;
}

.u-padding-right-xxhero {
  padding-right: 48rem !important;
}

.u-undo-padding-right-xxhero {
  padding-right: -48rem !important;
}

.u-padding-bottom-xxhero {
  padding-bottom: 48rem !important;
}

.u-undo-padding-bottom-xxhero {
  padding-bottom: -48rem !important;
}

.u-padding-left-xxhero {
  padding-left: 48rem !important;
}

.u-undo-padding-left-xxhero {
  padding-left: -48rem !important;
}

.u-padding-vertical-mini {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.u-padding-horizontal-mini {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.u-padding {
  padding: 0.25rem;
}

.u-padding-vertical-xtiny {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.u-padding-horizontal-xtiny {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.u-padding {
  padding: 0.5rem;
}

.u-padding-vertical-tiny {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.u-padding-horizontal-tiny {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.u-padding {
  padding: 0.75rem;
}

.u-padding-vertical-xsmall {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-padding-horizontal-xsmall {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u-padding {
  padding: 1rem;
}

.u-padding-vertical-small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.u-padding-horizontal-small {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.u-padding {
  padding: 1.5rem;
}

.u-padding-vertical {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-padding-horizontal {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-padding {
  padding: 2rem;
}

.u-padding-vertical-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-padding-horizontal-medium {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u-padding {
  padding: 3rem;
}

.u-padding-vertical-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-padding-horizontal-large {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u-padding {
  padding: 4rem;
}

.u-padding-vertical-xlarge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.u-padding-horizontal-xlarge {
  padding-left: 6rem;
  padding-right: 6rem;
}

.u-padding {
  padding: 6rem;
}

.u-padding-vertical-xxlarge {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.u-padding-horizontal-xxlarge {
  padding-left: 8rem;
  padding-right: 8rem;
}

.u-padding {
  padding: 8rem;
}

.u-padding-vertical-huge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.u-padding-horizontal-huge {
  padding-left: 12rem;
  padding-right: 12rem;
}

.u-padding {
  padding: 12rem;
}

.u-padding-vertical-xhuge {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.u-padding-horizontal-xhuge {
  padding-left: 16rem;
  padding-right: 16rem;
}

.u-padding {
  padding: 16rem;
}

.u-padding-vertical-xxhuge {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.u-padding-horizontal-xxhuge {
  padding-left: 24rem;
  padding-right: 24rem;
}

.u-padding {
  padding: 24rem;
}

.u-padding-vertical-hero {
  padding-top: 32rem;
  padding-bottom: 32rem;
}

.u-padding-horizontal-hero {
  padding-left: 32rem;
  padding-right: 32rem;
}

.u-padding {
  padding: 32rem;
}

.u-padding-vertical-xhero {
  padding-top: 40rem;
  padding-bottom: 40rem;
}

.u-padding-horizontal-xhero {
  padding-left: 40rem;
  padding-right: 40rem;
}

.u-padding {
  padding: 40rem;
}

.u-padding-vertical-xxhero {
  padding-top: 48rem;
  padding-bottom: 48rem;
}

.u-padding-horizontal-xxhero {
  padding-left: 48rem;
  padding-right: 48rem;
}

.u-padding {
  padding: 48rem;
}

.u-padding-none-left {
  padding-left: 0;
}

.u-padding-none-top {
  padding-top: 0;
}

.u-padding-horizontal-none {
  padding-left: 0;
  padding-right: 0;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-medium {
  padding: 3rem;
}

@media (min-width: 992px) {
  .u-padding-bottom-xlarge\@desktop {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-medium\@desktop {
    padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-large\@desktop {
    padding-top: 4rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-xlarge\@desktop {
    padding-top: 6rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-medium\@desktop {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-large\@desktop {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-xlarge\@desktop {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 768px) {
  .u-padding-top-huge\@tablet {
    padding-top: 12rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-xxlarge\@desktop {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-xxlarge\@desktop-large {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-huge\@desktop-large {
    padding-top: 12rem !important;
  }
}

@media (max-width: 767px) {
  .u-padding-top-xxlarge\@only-mobile {
    padding-top: 8rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-top-huge\@desktop {
    padding-top: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-huge\@desktop-large {
    padding-top: 12rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-vertical-large\@desktop {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-vertical-medium\@desktop {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .u-padding-horizontal-medium\@desktop {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.u-card-spacing .c-card {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .u-card-spacing .c-card {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .u-position-relative-mobile-large {
    position: relative !important;
  }
}

@media (min-width: 768px) {
  .u-position-relative-tablet {
    position: relative !important;
  }
}

@media (min-width: 992px) {
  .u-position-relative-desktop {
    position: relative !important;
  }
}

@media (min-width: 1200px) {
  .u-position-relative-desktop-large {
    position: relative !important;
  }
}

@media (max-width: 575px) {
  .u-position-relative-only-mobile-small {
    position: relative !important;
  }
}

@media (max-width: 767px) {
  .u-position-relative-only-mobile {
    position: relative !important;
  }
}

@media (max-width: 991px) {
  .u-position-relative-only-mobile-tablet {
    position: relative !important;
  }
}

@media (max-width: 1199px) {
  .u-position-relative-only-down-desktop {
    position: relative !important;
  }
}

.u-position-relative {
  position: relative !important;
}

@media (min-width: 576px) {
  .u-position-absolute-mobile-large {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .u-position-absolute-tablet {
    position: absolute !important;
  }
}

@media (min-width: 992px) {
  .u-position-absolute-desktop {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .u-position-absolute-desktop-large {
    position: absolute !important;
  }
}

@media (max-width: 575px) {
  .u-position-absolute-only-mobile-small {
    position: absolute !important;
  }
}

@media (max-width: 767px) {
  .u-position-absolute-only-mobile {
    position: absolute !important;
  }
}

@media (max-width: 991px) {
  .u-position-absolute-only-mobile-tablet {
    position: absolute !important;
  }
}

@media (max-width: 1199px) {
  .u-position-absolute-only-down-desktop {
    position: absolute !important;
  }
}

.u-position-absolute {
  position: absolute !important;
}

@media (min-width: 576px) {
  .u-position-static-mobile-large {
    position: static !important;
  }
}

@media (min-width: 768px) {
  .u-position-static-tablet {
    position: static !important;
  }
}

@media (min-width: 992px) {
  .u-position-static-desktop {
    position: static !important;
  }
}

@media (min-width: 1200px) {
  .u-position-static-desktop-large {
    position: static !important;
  }
}

@media (max-width: 575px) {
  .u-position-static-only-mobile-small {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .u-position-static-only-mobile {
    position: static !important;
  }
}

@media (max-width: 991px) {
  .u-position-static-only-mobile-tablet {
    position: static !important;
  }
}

@media (max-width: 1199px) {
  .u-position-static-only-down-desktop {
    position: static !important;
  }
}

.u-position-static {
  position: static !important;
}

@media (min-width: 576px) {
  .u-position-fixed-mobile-large {
    position: fixed !important;
  }
}

@media (min-width: 768px) {
  .u-position-fixed-tablet {
    position: fixed !important;
  }
}

@media (min-width: 992px) {
  .u-position-fixed-desktop {
    position: fixed !important;
  }
}

@media (min-width: 1200px) {
  .u-position-fixed-desktop-large {
    position: fixed !important;
  }
}

@media (max-width: 575px) {
  .u-position-fixed-only-mobile-small {
    position: fixed !important;
  }
}

@media (max-width: 767px) {
  .u-position-fixed-only-mobile {
    position: fixed !important;
  }
}

@media (max-width: 991px) {
  .u-position-fixed-only-mobile-tablet {
    position: fixed !important;
  }
}

@media (max-width: 1199px) {
  .u-position-fixed-only-down-desktop {
    position: fixed !important;
  }
}

.u-position-fixed {
  position: fixed !important;
}

@media (min-width: 576px) {
  .u-position-sticky-mobile-large {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .u-position-sticky-tablet {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .u-position-sticky-desktop {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .u-position-sticky-desktop-large {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (max-width: 575px) {
  .u-position-sticky-only-mobile-small {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (max-width: 767px) {
  .u-position-sticky-only-mobile {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (max-width: 991px) {
  .u-position-sticky-only-mobile-tablet {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (max-width: 1199px) {
  .u-position-sticky-only-down-desktop {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

.u-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (min-width: 576px) {
  .u-position-inherit-mobile-large {
    position: inherit !important;
  }
}

@media (min-width: 768px) {
  .u-position-inherit-tablet {
    position: inherit !important;
  }
}

@media (min-width: 992px) {
  .u-position-inherit-desktop {
    position: inherit !important;
  }
}

@media (min-width: 1200px) {
  .u-position-inherit-desktop-large {
    position: inherit !important;
  }
}

@media (max-width: 575px) {
  .u-position-inherit-only-mobile-small {
    position: inherit !important;
  }
}

@media (max-width: 767px) {
  .u-position-inherit-only-mobile {
    position: inherit !important;
  }
}

@media (max-width: 991px) {
  .u-position-inherit-only-mobile-tablet {
    position: inherit !important;
  }
}

@media (max-width: 1199px) {
  .u-position-inherit-only-down-desktop {
    position: inherit !important;
  }
}

.u-position-inherit {
  position: inherit !important;
}

@media (min-width: 576px) {
  .u-position-initial-mobile-large {
    position: initial !important;
  }
}

@media (min-width: 768px) {
  .u-position-initial-tablet {
    position: initial !important;
  }
}

@media (min-width: 992px) {
  .u-position-initial-desktop {
    position: initial !important;
  }
}

@media (min-width: 1200px) {
  .u-position-initial-desktop-large {
    position: initial !important;
  }
}

@media (max-width: 575px) {
  .u-position-initial-only-mobile-small {
    position: initial !important;
  }
}

@media (max-width: 767px) {
  .u-position-initial-only-mobile {
    position: initial !important;
  }
}

@media (max-width: 991px) {
  .u-position-initial-only-mobile-tablet {
    position: initial !important;
  }
}

@media (max-width: 1199px) {
  .u-position-initial-only-down-desktop {
    position: initial !important;
  }
}

.u-position-initial {
  position: initial !important;
}

.u-font-size-xs {
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.u-font-size-s {
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.u-font-size-base {
  font-size: 100%;
  line-height: 2;
}

.u-font-size-m {
  font-size: 1.15rem;
  line-height: 24px;
}

.u-font-size-l {
  font-size: 1.15rem;
  line-height: 24px;
}

@media all and (min-width: 768px) {
  .u-font-size-l {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.u-font-size-xl {
  font-size: 1.520875rem;
  line-height: 32px;
}

.u-font-size-xxl {
  font-size: 1.520875rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .u-font-size-xxl {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

.u-font-size-xxxl {
  font-size: 1.520875rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .u-font-size-xxxl {
    font-size: 2.3130607656rem;
    line-height: 52px;
  }
}

.u-font-size-xxxxl {
  font-size: 2.0113571875rem;
  line-height: 40px;
}

@media all and (min-width: 768px) {
  .u-font-size-xxxxl {
    font-size: 2.3130607656rem;
    line-height: 44px;
  }
}

.u-font-size-xxxxxl {
  font-size: 2.3130607656rem;
  line-height: 44px;
}

@media all and (min-width: 768px) {
  .u-font-size-xxxxxl {
    font-size: 3.0590228625rem;
    line-height: 52px;
  }
}

.u-font-title {
  font-family: "Raleway", sans-serif;
}

.u-valign-super {
  vertical-align: super !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-baseline {
  vertical-align: baseline !important;
}

.u-text-transform-uppercase {
  text-transform: uppercase !important;
}

.u-text-transform-lowercase {
  text-transform: lowercase !important;
}

.u-text-transform-capitalize {
  text-transform: capitalize !important;
}

.u-text-transform-none {
  text-transform: none !important;
}

.u-screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-normal {
  font-weight: normal !important;
}

.u-text-italic {
  font-style: italic !important;
}

.u-font-size-base {
  font-size: 100%;
  line-height: 2;
  line-height: 24px;
}

.u-font-size-xs {
  font-size: 0.7561436673rem;
  line-height: 16px;
}

.u-font-size-s {
  font-size: 0.8695652174rem;
  line-height: 20px;
}

.u-font-size-m {
  font-size: 1.15rem;
  line-height: 24px;
}

.u-font-size-l {
  font-size: 1.15rem;
  line-height: 24px;
}

@media all and (min-width: 768px) {
  .u-font-size-l {
    font-size: 1.3225rem;
    line-height: 28px;
  }
}

.u-font-size-xl {
  font-size: 1.520875rem;
  line-height: 32px;
}

.u-font-size-xxl {
  font-size: 1.520875rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .u-font-size-xxl {
    font-size: 2.0113571875rem;
    line-height: 40px;
  }
}

.u-font-size-xxxl {
  font-size: 1.520875rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .u-font-size-xxxl {
    font-size: 2.3130607656rem;
    line-height: 52px;
  }
}

.u-font-size-xxxxl {
  font-size: 2.0113571875rem;
  line-height: 40px;
}

@media all and (min-width: 768px) {
  .u-font-size-xxxxl {
    font-size: 2.3130607656rem;
    line-height: 44px;
  }
}

.u-font-size-xxxxxl {
  font-size: 2.3130607656rem;
  line-height: 44px;
}

@media all and (min-width: 768px) {
  .u-font-size-xxxxxl {
    font-size: 3.0590228625rem;
    line-height: 52px;
  }
}

.u-text-decoration-none {
  text-decoration: none !important;
}

.u-text-decoration-underline {
  text-decoration: underline !important;
}

.u-text-decoration-strike {
  text-decoration: line-through !important;
}

.u-text-center {
  text-align: center !important;
}

@media (max-width: 767px) {
  .u-text-center\@only-mobile {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .u-text-center\@only-mobile-tablet {
    text-align: center !important;
  }
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-letter-spacing-base {
  letter-spacing: 0.5px;
}

.u-letter-spacing-medium {
  letter-spacing: 1px;
}

.u-letter-spacing-large {
  letter-spacing: 2px;
}

.u-white-space-nowrap {
  white-space: nowrap;
}

.u-white-space-normal {
  white-space: normal !important;
}

.u-opacity-0 {
  opacity: 0;
}

.u-text-shadow {
  font-weight: bold;
  text-shadow: 2px 2px #000;
}

.u-link {
  color: #003e2c;
  text-decoration: none;
  transition: color 0.15s ease-in;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.u-link:link,
.u-link:visited {
  color: #003e2c;
  transition: color 0.15s ease-in;
}

.u-link:hover {
  transition: color 0.15s ease-in;
  color: #153e61 !important;
}

.u-link:active {
  transition: color 0.15s ease-in;
}

.u-link:focus {
  color: #003e2c;
  transition: color 0.15s ease-in;
  outline: 1px dotted currentColor;
}

.u-link-reverse {
  text-decoration: underline;
}

.u-link-reverse:hover {
  text-decoration: none;
}

.u-link-highlited:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.u-link-underline-effect {
  text-decoration: none;
}

.u-link-underline-effect::after {
  background: #003e2c;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.u-link-underline-effect:hover {
  text-decoration: none;
}

.u-link-underline-effect:hover::after {
  width: 100%;
  left: 0;
}

.u-link-underline-effect.u-link-underline-effect--active::after {
  width: 100%;
  left: 0;
}

.u-link-underline-effect.u-link-underline-effect--white::after {
  background: #fff;
}

.u-link-underline-effect.u-link-underline-effect--turquoise::after {
  background: #008168;
}

.u-border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.u-border-top {
  border-top: 1px solid #dfdfdf;
}

.u-title-borde {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.5rem;
}

.u-iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.u-iframe iframe,
.u-iframe object,
.u-iframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */

.home-section {
    background-repeat: no-repeat;
    background-size: cover;
}


input.input-validation-error {
    border: 0.125rem solid #ea0054;
    margin-bottom: 1.5rem;
}

select.input-validation-error {
    border: 0.125rem solid #e43900;
    margin-bottom: 1.5rem;
}

.form-control-label__error.form-control-label__error-check {
    position: inherit;
}

.mapaApadrinado {
    Width: 100%;
    Height: 350px;
}

.nomapaApadrinado {
    font-weight: bold;
    color: red;
    font-size: 1em;
    text-align: center;
    /*margin-top: 50%;*/
}

.input-validation-error {
    border: 0.125rem solid #ea0054;
    margin-bottom: 1.5rem;
}

.form-control-label--textarea__error {
    position: absolute;
    display: block;
    top: 5.60rem;
    color: #e43900;
    font-size: 0.7561436673rem;
    line-height: 16px;
}

.c-column-challenge.no-comments {
    width: 100%;
}
.seccion-novisible {
    display:none;
}
li.bizum {
    margin-right: 0;
    margin-left: -0.5rem;
}
img.bizum {
    width: 100px;
    height:30px;
}
/*Pepsico botón confirmar */
span.literalConfirmar {
    background-color: gray;
    color: white;
    padding: 20px;
    border-radius: 10px;
}


.select-selected::after { font-family: "educo-icons"; content: '\e919'; font-size: 28px; position: absolute; top: 37px; right: 30px; color: #184239; pointer-events: none; }





a.btn-rechazar { text-decoration: none; }



/*Css para landing de coworking*/
div[id^="form-CoworkingContactoInferior"] {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 2rem
}
/*Fin de css landing coworking*/


/*Todo: revisar para mejorar*/
/*Esta línea oculta el menú involucrate del menú general y solo es accesible desde el móvil*/
/*Se ha hecho así para seguir manteniendo el sistema de menús si añadir código especifico para este menú*/
li[data-menuid="menu-id-34101"] {
    display:none;
}


/*Css para landing de Reto solidario empresa-ejemplo*/
form[action="/involucrate/reto-solidario/reto-solidario-empresas-emergencia-dana"] input[name="ActionButton"] { display: none; }
/*Fin de css landing Reto solidario*/


