/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Reinicio de estilos */
@font-face {
  font-family: 'Addington CF Extra';
  src: url('assets/fonts/AddingtonCF-ExtraBold.eot');
  src: url('assets/fonts/AddingtonCF-ExtraBold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-ExtraBold.woff2') format('woff2'), url('assets/fonts/AddingtonCF-ExtraBold.woff') format('woff'), url('assets/fonts/AddingtonCF-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF Extra';
  src: url('assets/fonts/AddingtonCF-ExtraBoldItalic.eot');
  src: url('assets/fonts/AddingtonCF-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-ExtraBoldItalic.woff2') format('woff2'), url('assets/fonts/AddingtonCF-ExtraBoldItalic.woff') format('woff'), url('assets/fonts/AddingtonCF-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-BoldItalic.eot');
  src: url('assets/fonts/AddingtonCF-BoldItalic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-BoldItalic.woff2') format('woff2'), url('assets/fonts/AddingtonCF-BoldItalic.woff') format('woff'), url('assets/fonts/AddingtonCF-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF Demi';
  src: url('assets/fonts/AddingtonCF-DemiBoldItalic.eot');
  src: url('assets/fonts/AddingtonCF-DemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-DemiBoldItalic.woff2') format('woff2'), url('assets/fonts/AddingtonCF-DemiBoldItalic.woff') format('woff'), url('assets/fonts/AddingtonCF-DemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-Bold.eot');
  src: url('assets/fonts/AddingtonCF-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-Bold.woff2') format('woff2'), url('assets/fonts/AddingtonCF-Bold.woff') format('woff'), url('assets/fonts/AddingtonCF-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF Demi';
  src: url('assets/fonts/AddingtonCF-DemiBold.eot');
  src: url('assets/fonts/AddingtonCF-DemiBold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-DemiBold.woff2') format('woff2'), url('assets/fonts/AddingtonCF-DemiBold.woff') format('woff'), url('assets/fonts/AddingtonCF-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-MediumItalic.eot');
  src: url('assets/fonts/AddingtonCF-MediumItalic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-MediumItalic.woff2') format('woff2'), url('assets/fonts/AddingtonCF-MediumItalic.woff') format('woff'), url('assets/fonts/AddingtonCF-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-Light.eot');
  src: url('assets/fonts/AddingtonCF-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-Light.woff2') format('woff2'), url('assets/fonts/AddingtonCF-Light.woff') format('woff'), url('assets/fonts/AddingtonCF-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-Medium.eot');
  src: url('assets/fonts/AddingtonCF-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-Medium.woff2') format('woff2'), url('assets/fonts/AddingtonCF-Medium.woff') format('woff'), url('assets/fonts/AddingtonCF-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-LightItalic.eot');
  src: url('assets/fonts/AddingtonCF-LightItalic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-LightItalic.woff2') format('woff2'), url('assets/fonts/AddingtonCF-LightItalic.woff') format('woff'), url('assets/fonts/AddingtonCF-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-Regular.eot');
  src: url('assets/fonts/AddingtonCF-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-Regular.woff2') format('woff2'), url('assets/fonts/AddingtonCF-Regular.woff') format('woff'), url('assets/fonts/AddingtonCF-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-RegularItalic.eot');
  src: url('assets/fonts/AddingtonCF-RegularItalic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-RegularItalic.woff2') format('woff2'), url('assets/fonts/AddingtonCF-RegularItalic.woff') format('woff'), url('assets/fonts/AddingtonCF-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-ThinItalic.eot');
  src: url('assets/fonts/AddingtonCF-ThinItalic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-ThinItalic.woff2') format('woff2'), url('assets/fonts/AddingtonCF-ThinItalic.woff') format('woff'), url('assets/fonts/AddingtonCF-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Addington CF';
  src: url('assets/fonts/AddingtonCF-Thin.eot');
  src: url('assets/fonts/AddingtonCF-Thin.eot?#iefix') format('embedded-opentype'), url('assets/fonts/AddingtonCF-Thin.woff2') format('woff2'), url('assets/fonts/AddingtonCF-Thin.woff') format('woff'), url('assets/fonts/AddingtonCF-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Bold.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Bold.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Bold.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BlackItalic.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BlackItalic.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BlackItalic.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BlackItalic.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Black.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Black.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Black.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBold.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBold.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBold.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLightItalic.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLightItalic.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLightItalic.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBoldItalic.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBoldItalic.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBoldItalic.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BoldItalic.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BoldItalic.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BoldItalic.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLight.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLight.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLight.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Light.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Light.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Light.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Medium.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Medium.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Medium.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Italic.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Italic.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Italic.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Italic.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-LightItalic.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-LightItalic.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-LightItalic.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-LightItalic.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Thin.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Thin.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Thin.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBoldItalic.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBoldItalic.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBoldItalic.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ThinItalic.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ThinItalic.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ThinItalic.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ThinItalic.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBold.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBold.woff2') format('woff2');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBold.woff') format('woff');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-MediumItalic.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-MediumItalic.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-MediumItalic.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Regular.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Regular.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Regular.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/SegoeUI.eot');
  src: url('/wp-content/themes/graduaciones_theme/assets/fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/graduaciones_theme/assets/fonts/SegoeUI.woff2') format('woff2'), url('/wp-content/themes/graduaciones_theme/assets/fonts/SegoeUI.woff') format('woff'), url('/wp-content/themes/graduaciones_theme/assets/fonts/SegoeUI.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}

/* Fuentes */
*,
html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1380px;
}

.grecaptcha-badge {
  display: none;
}

.h-h1 {
  font-family: 'Addington CF', sans-serif;
  font-size: 60px;
  line-height: 45px;
  font-weight: normal;
}

.h-h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  line-height: 35px;
  font-weight: normal;
}

.h-h2.h2-bold {
  font-weight: 600;
}

.h-h2.h2-light {
  font-weight: 400;
}

.h-h2.h2-medium {
  font-weight: 500;
}

@media (min-width: 1024px) {
  .h-h2 {
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h-h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .h-h1 {
    font-size: 40px;
  }

  .h-h2 {
    font-size: 30px;
  }
}

p {
  font-family: 'Raleway';
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

p.parah-light {
  font-weight: 400;
}

p.parah-bold {
  font-weight: 600;
}

p strong {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 17px;
  }
}

.fc-white {
  color: #fff;
}

.fc-primary {
  color: #134C8F;
}

.uni-button {
  background-color: #134C8F;
  color: #fff;
  display: block;
  border-radius: 25px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  padding: 10px 30px;
  margin: 20px 0;
}

.uni-button:visited {
  color: #fff;
}

.uni-button-green {
  background-color: #45B8AC;
  color: #fff;
  display: block;
  border-radius: 25px;
  border: 2px solid #45B8AC;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  padding: 5px 25px;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.uni-button-green:visited {
  color: #fff;
}

.uni-button-green:active,
.uni-button-green:focus {
  outline: none;
}

.uni-button-green:hover {
  background-color: #fff;
  color: #134C8F;
  border: 2px solid #45B8AC;
}

.uni-button-orange {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 500;
  background-color: #FF9C00;
  border-radius: 30px;
  border: 2px solid #FF9C00;
  color: #fff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 7px 22px;
  width: fit-content;
  outline: none;
}

.uni-button-orange:focus,
.uni-button-orange:active,
.uni-button-orange:hover {
  outline: none;
  border-color: #FF9C00;
}

.uni-button-orange:hover {
  background-color: #fff;
  color: #134C8F;
  border: 2px solid #FF9C00;
}

@media (max-width: 1023px) {
  .uni-button-orange {
    padding: 6px 22px;
  }
}

@media (max-width: 767px) {
  .uni-button-orange {
    font-size: 17px;
  }
}

.cust-divider-botom {
  position: relative;
}

.cust-divider-botom::after {
  content: '';
  background-color: #45B8AC;
  bottom: -12px;
  left: 0;
  position: absolute;
  width: 55px;
  height: 3px;
}

.uni-m-0 {
  margin: 0;
}

a {
  color: #45B8AC;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

a:visited,
a:hover {
  color: #45B8AC;
  text-decoration: none;
}

.discounts-labels {
  background-color: #FF9C00;
  border-radius: 0 15px 15px 0;
  color: #fff;
  font-size: 13px;
  padding: 2px 13px;
}

/* CSS Template for WooCommercer alert */
/* .woocommerce-message {

  border-left: 5px solid @bc-second;
  border-top: none;
  color: @c-primary;
  font-family: @f-second, sans-serif; 
  font-size: 16px;
  font-weight: 600;
  margin-left: 45px;    
  padding: 10px 16px;
  position: relative;

  &::after{

    content: '';
    background-image: url(/wp-content/themes/shop_universae/assets/images/icono-correct-blanco.svg);

    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;

    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 16px;

  }

  &::before{

    content: '';
    position: absolute;
    background-color: @bc-green-light;
    left: -45px;
    top: 0;
    height: 100%;
    width: 40px;

  }

  .restore-item{
    color: @bc-second;
    font-family: @f-second, sans-serif; 
    font-size: 17px;
  }

} */
@keyframes rebote {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(0.8);
  }

  40% {
    transform: scale(1.2);
  }

  60% {
    transform: scale(0.9);
  }

  80% {
    transform: scale(1.1);
  }
}

/* Estilos Generales */
.site:has(.is-scrollable)>.container {
  padding-top: 15px;
  padding-bottom: 20px;
}

.site:has(.is-scrollable) .navigation_mobile_wrapper {
  height: calc(100dvh - var(--offsetTop));
}

.site-header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  height: fit-content;
  transition: height 0.4s ease-in-out;
  display: flex;
  align-items: center;
  border-bottom: 5px solid #B6E1F9;
  transition: all 0.1s ease-in-out;
  z-index: 3;
}

.site-header:has(.custom-menu-desktop.open) {
  transition: all 0.4s ease-in-out;
  transition-delay: 0.35s;
}

.site-header:has(.custom-menu-desktop.open)>.container {
  background-color: unset;
  transition: all 0.4s ease-in-out;
}

.site-header>.container {
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  transition: all 0.1s ease-in-out;
}

.site-header>.container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 0;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header nav>a {
  position: relative;
}

.site-header nav>a>img {
  height: 38px;
}

@media (min-width: 768px) {
  .site-header nav>a>img {
    height: 45px;
  }
}

.site-header nav .menu {
  display: none;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .site-header nav .menu {
    display: flex;
  }
}

.site-header nav .menu li#menu-item-901 a::before {
  content: url(/wp-content/themes/graduaciones_theme/assets/images/icono-flecha-verde-filtro.svg);
  position: absolute;
  top: 0;
  right: -20px;
}

@media (min-width: 768px) {
  .site-header nav .menu li img {
    display: none;
  }
}

.site-header nav .menu li a {
  position: relative;
  color: #134C8F;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.site-header nav .hamburger {
  font: inherit;
  text-transform: none;
  display: inline-flex;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  color: inherit;
  border: 0;
  background-color: transparent;
  outline: none;
  overflow: visible;
}

@media (min-width: 768px) {
  .site-header nav .hamburger {
    display: none;
  }
}

.site-header nav .hamburger.is-active {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-header nav .hamburger.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
  background-color: #FFFFFF;
}

.site-header nav .hamburger.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}

.site-header nav .hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.site-header nav .hamburger-box {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px;
}

.site-header nav .hamburger-box .hamburger-inner {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -2px;
  width: 35px;
  height: 3px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
  transition-property: transform, background-color;
  border-radius: 4px;
  background-color: #134C8F;
}

.site-header nav .hamburger-box .hamburger-inner::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 35px;
  height: 3px;
  display: block;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, background-color;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in, background-color 0.25s ease-in-out;
  border-radius: 4px;
  background-color: #134C8F;
  box-sizing: inherit;
}

.site-header nav .hamburger-box .hamburger-inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 35px;
  height: 3px;
  display: block;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, background-color;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.25s ease-in-out;
  border-radius: 4px;
  background-color: #134C8F;
  box-sizing: inherit;
}

.site-header .custom-menu-desktop {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  backdrop-filter: blur(10px);
  border-image: linear-gradient(90deg, #B6E1F9, #45B8AC) 1;
  border-bottom: 7px solid transparent;
  position: absolute;
  display: none;
  padding: 50px 0 65px;
  top: -215px;
  left: 0;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .site-header .custom-menu-desktop {
    display: block;
  }
}

.site-header .custom-menu-desktop .cards-container {
  position: relative;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1380px;
  overflow: visible;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu::before {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;
  height: 80%;
  z-index: 10;
  pointer-events: none;
  left: -22vw;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.2));
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;
  height: 80%;
  z-index: 10;
  pointer-events: none;
  right: -22vw;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.2));
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-wrapper .swiper-slide a.link-slide {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  min-height: 200px;
  position: relative;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-wrapper .swiper-slide a.link-slide::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #0473BA 0%, #45B8AC 100%);
  pointer-events: none;
  z-index: -1;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-wrapper .swiper-slide a.link-slide .banner-slide {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 20px 20px;
  background: #FFFFFFE0 0% 0% no-repeat padding-box;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-wrapper .swiper-slide a.link-slide .banner-slide p {
  color: #134C8F;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 875px) {
  .site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-wrapper .swiper-slide a.link-slide .banner-slide p {
    font-size: 1.95dvw;
  }
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-wrapper .swiper-slide a.link-slide .banner-slide span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: -10px;
  padding: 1px 30px;
  min-height: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  background: transparent linear-gradient(103deg, #45B8AC 0%, #0473BA 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions {
  position: relative;
  margin: 40px auto 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
  gap: 5px;
}

@media (min-width: 1380px) {
  .site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions {
    margin: 55px auto 0;
  }
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions .swiper-button-prev {
  position: relative;
  top: unset;
  right: -10px;
  left: unset;
  display: block;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  opacity: 1;
  user-select: none;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions .swiper-button-prev::after {
  content: unset;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions .swiper-button-next {
  position: relative;
  top: unset;
  right: -10px;
  left: unset;
  display: block;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  opacity: 1;
  user-select: none;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions .swiper-button-next::after {
  content: unset;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions .swiper-button-prev>img,
.site-header .custom-menu-desktop .cards-container .swipper_desktop_menu .swiper-actions .swiper-button-next>img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header .custom-menu-desktop .cards-container .text-link {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0);
  z-index: 1;
}

.site-header .custom-menu-desktop .cards-container .text-link a.link-to {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: auto;
  padding: 10px 25px;
  width: fit-content;
  border: 2px solid #FF9C00;
  border-radius: 25px;
  background-color: transparent;
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.site-header .custom-menu-desktop .cards-container .text-link a.link-to::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF9C00;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.site-header .custom-menu-desktop .cards-container .text-link a.link-to::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 25px;
  background-color: #fff;
  width: 15%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.site-header .custom-menu-desktop .cards-container .text-link a.link-to:hover {
  color: #134C8F;
}

.site-header .custom-menu-desktop .cards-container .text-link a.link-to:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.site-header .custom-menu-desktop .cards-container .text-link a.link-to:hover>img {
  filter: invert(37%) sepia(70%) saturate(342%) hue-rotate(124deg) brightness(94%) contrast(86%);
}

.site-header .custom-menu-desktop .cards-container .text-link a.link-to img.arrow {
  display: block;
  width: 22px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(92%) saturate(5%) hue-rotate(341deg) brightness(107%) contrast(100%);
  transition: all 0.3s ease-in-out;
}

.site-header .custom-menu-desktop .cards-container .text-link a.link-to:hover img.arrow {
  filter: brightness(0) saturate(100%) invert(55%) sepia(72%) saturate(309%) hue-rotate(124deg) brightness(99%) contrast(95%);
}

.site-header .custom-menu-desktop.open {
  top: 83px;
  visibility: visible;
  opacity: 1;
}

.site .navigation_mobile {
  overflow: auto;
}

.site .navigation_mobile_wrapper {
  position: fixed;
  top: -85px;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
  height: calc(100dvh - 75px);
  z-index: 2;
}

@media (min-width: 768px) {
  .site .navigation_mobile_wrapper {
    display: none;
  }
}

.site .navigation_mobile_wrapper.is-animated {
  animation: comin-out 0.4s forwards;
}

.site .navigation_mobile_wrapper.is-visible {
  animation: comin-in 0.4s forwards;
}

.site .navigation_mobile_wrapper .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.site .navigation_mobile_wrapper footer {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 8px solid;
  border-image: linear-gradient(90deg, #D4F0FF, #1F88A6) 1;
  background: #144179;
  padding: 19px;
}

.site .navigation_mobile_wrapper footer ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
  margin: 0;
}

.site .navigation_mobile_wrapper footer li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site .navigation_mobile_wrapper footer a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.site .navigation_mobile_wrapper footer a:visited,
.site .navigation_mobile_wrapper footer a:focus,
.site .navigation_mobile_wrapper footer a:hover {
  outline: none;
}

.site .navigation_mobile_wrapper footer img {
  width: 17px;
  height: auto;
  display: block;
}

.site .navigation_mobile ul {
  margin: 0;
  padding: 30px 0;
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.site .navigation_mobile ul>li {
  display: block;
  width: 98%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #D4F0FF;
}

.site .navigation_mobile ul>li img {
  position: absolute;
  left: 8px;
  bottom: -1px;
  width: auto;
  height: 89px;
  z-index: 1;
}

.site .navigation_mobile ul>li>a {
  display: block;
  min-height: 70px;
  padding: 0 110px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.site .navigation_mobile ul>li>a>p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 50px;
}

.site .navigation_mobile ul>li>a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -127px;
  z-index: -1;
  width: 396px;
  height: 76px;
}

.site .navigation_mobile ul>li:first-of-type>a::after {
  background: url('/wp-content/uploads/2024/01/ICONOS-FLECHAS-1.svg') center center no-repeat;
}

.site .navigation_mobile ul>li:nth-of-type(2)>a::after {
  background: url('/wp-content/uploads/2024/01/ICONOS-FLECHAS-1.svg') center center no-repeat;
}

.site .navigation_mobile ul>li:nth-child(2) img {
  width: 102px;
  height: 77px;
  left: 2px;
}

@keyframes comin-in {
  from {
    top: -var(--offsetTop);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }

  to {
    top: var(--offsetTop);
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes comin-out {
  from {
    top: var(--offsetTop);
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }

  to {
    top: -var(--offsetTop);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}

/* Header */
footer.site-footer {
  background: url('assets/images/fondo-footer-mobile.webp') center center no-repeat;
  background-size: cover;
  height: 100%;
}

@media (min-width: 992px) {
  footer.site-footer {
    background: url('assets/images/fondo-footer-desktop.webp');
    background-size: cover;
  }
}

footer.site-footer .wrapper-footer {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  footer.site-footer .wrapper-footer {
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media (min-width: 1240px) {
  footer.site-footer .wrapper-footer {
    justify-content: space-between;
  }
}

footer.site-footer .wrapper-footer .first_column img {
  display: block;
  width: 205px;
  height: auto;
  margin-top: 30px;
}

@media (min-width: 768px) {
  footer.site-footer .wrapper-footer .first_column img {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  footer.site-footer .wrapper-footer .last_column {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    gap: 70px;
  }
}

footer.site-footer .wrapper-footer .last_column .legal_links {
  display: flex;
  flex-direction: column;
}

footer.site-footer .wrapper-footer .last_column .legal_links h3 {
  color: #fff;
  font-family: 'Addington CF', 'sans-serif';
  font-size: 20px;
  margin-top: 30px;
  font-weight: 500;
}

@media (min-width: 768px) {
  footer.site-footer .wrapper-footer .last_column .legal_links h3 {
    font-size: 23px;
    margin-top: 0;
  }
}

footer.site-footer .wrapper-footer .last_column .legal_links .separador {
  background-color: #45B8AC;
  width: 34px;
  height: 2px;
  margin-block: 15px 17px;
}

@media (min-width: 768px) {
  footer.site-footer .wrapper-footer .last_column .legal_links .separador {
    margin-block: 14px 29px;
  }
}

footer.site-footer .wrapper-footer .last_column .legal_links a {
  font-family: 'Raleway', 'sans-serif';
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

footer.site-footer .wrapper-footer .last_column .legal_links a:hover {
  color: #45B8AC;
}

footer.site-footer .wrapper-footer .last_column .info_contact h3 {
  color: #fff;
  font-family: 'Addington CF', 'sans-serif';
  font-size: 20px;
  margin-top: 30px;
  font-weight: 500;
}

@media (min-width: 768px) {
  footer.site-footer .wrapper-footer .last_column .info_contact h3 {
    font-size: 23px;
    margin-top: 0;
  }
}

footer.site-footer .wrapper-footer .last_column .info_contact .separador {
  background-color: #45B8AC;
  width: 34px;
  height: 2px;
  margin-block: 15px 17px;
}

@media (min-width: 768px) {
  footer.site-footer .wrapper-footer .last_column .info_contact .separador {
    margin-block: 14px 29px;
  }
}

footer.site-footer .wrapper-footer .last_column .info_contact p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 11px;
  line-height: 1;
}

footer.site-footer .wrapper-footer .last_column .info_contact p:last-child {
  margin-bottom: 0;
}

footer.site-footer .wrapper-footer .last_column .rrss h3 {
  color: #fff;
  font-family: 'Addington CF', 'sans-serif';
  font-size: 20px;
  margin-top: 30px;
  font-weight: 500;
}

@media (min-width: 768px) {
  footer.site-footer .wrapper-footer .last_column .rrss h3 {
    font-size: 23px;
    margin-top: 0;
  }
}

footer.site-footer .wrapper-footer .last_column .rrss .separador {
  background-color: #45B8AC;
  width: 34px;
  height: 2px;
  margin-block: 15px 17px;
}

@media (min-width: 768px) {
  footer.site-footer .wrapper-footer .last_column .rrss .separador {
    margin-block: 14px 29px;
  }
}

footer.site-footer .wrapper-footer .last_column .rrss .link-rrss {
  margin-right: 11px;
  padding-bottom: 30px;
}

footer.site-footer .wrapper-footer .last_column .rrss .link-rrss:last-child {
  margin-right: 0;
}

footer.site-footer .wrapper-footer .last_column .rrss .link-rrss img {
  display: inline-block;
  height: 20px;
  width: auto;
}

footer.site-footer .last_text_footer {
  background-color: #1A3359;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 1150px) {
  footer.site-footer .last_text_footer {
    margin-top: 0;
  }
}

footer.site-footer .last_text_footer p {
  padding: 16px 3px;
  font-size: 16px;
  font-weight: 400;
}

/* Footer */
/*CSS HEADER*/
.header-noticias {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  background: var(--backgroundResponsive);
  background-size: cover;
}

@media (min-width: 768px) {
  .header-noticias {
    background: var(--backgroundDesktop);
    background-size: cover;
    height: 400px;
  }
}

@media (min-width: 768px) {
  .header-noticias>.container {
    margin-top: 75px;
    width: 100%;
  }
}

.header-noticias .title h1 {
  font-family: 'Raleway';
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .header-noticias .title h1 {
    font-size: 38px;
    width: 50%;
  }
}

/*Fin CSS HEADER*/
.section-filter-news {
  margin-block: 70px;
}

.section-filter-news .title-container {
  margin-bottom: 40px;
}

.section-filter-news .title-container h2 {
  text-align: center;
  font-family: 'Addington CF';
  font-weight: 500;
  color: #134C8F;
}

.section-filter-news .title-container .separador {
  background-color: #45B8AC;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 2px;
  width: 50%;
}

.section-filter-news .title-container p {
  text-align: center;
}

.section-filter-news p.no-news-found {
  color: #134C8F;
  font-weight: 400;
  margin: 30px 0;
  font-size: 16px;
  text-align: center;
}

.section-filter-news .filter-container {
  border-radius: 10px;
  background: linear-gradient(0deg, #134C8F, #45B8AC);
  height: fit-content;
  margin-bottom: 50px;
}

.section-filter-news .filter-container form#form-news-filter {
  padding: 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-filter-news .filter-container form#form-news-filter .form-row {
  margin-right: 15px;
}

.section-filter-news .filter-container form#form-news-filter .form-row ul.custom-select {
  background: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Raleway', Sans-serif;
  padding: 7px 41px 7px 20px;
  position: relative;
  text-align: center;
  width: 205px;
  margin-bottom: 0;
  height: auto;
  margin-top: 0;
}

.section-filter-news .filter-container form#form-news-filter .form-row ul.custom-select span {
  pointer-events: none;
}

.section-filter-news .filter-container form#form-news-filter .form-row ul.custom-select .custom-options {
  background-color: #ffffff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 45px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}

.section-filter-news .filter-container form#form-news-filter .form-row ul.custom-select .custom-options li {
  color: #134C8F;
  border-radius: 8px;
  padding: 0.25rem 1.5rem;
  list-style: none;
}

.section-filter-news .filter-container form#form-news-filter .form-row ul.custom-select .custom-options li:hover {
  background-color: #F4FCFF;
}

.section-filter-news .filter-container form#form-news-filter .form-row ul.custom-select .custom-options.open {
  pointer-events: all;
  opacity: 1;
}

.section-filter-news .filter-container form#form-news-filter .form-row ul.custom-select::after {
  content: '';
  background: url(https://universae.com/wp-content/uploads/2022/12/icono-flecha-filtro.svg) no-repeat center center;
  width: 13px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.section-filter-news .filter-container form#form-news-filter .form-row .uni-btn-border-white {
  background-color: transparent;
  font-family: 'Raleway', sans-serif;
  border: solid 2px #fff;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.section-filter-news .filter-container form#form-news-filter .form-row .text-search {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

.section-filter-news .news-container {
  display: grid;
  margin-bottom: 0px;
  margin-top: 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.section-filter-news .news-container .single-new {
  border-bottom: 8px solid #3F9FC0;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.section-filter-news .news-container .single-new .img-container .img-new {
  display: block;
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.section-filter-news .news-container .single-new .new-link {
  position: absolute;
  bottom: 8px;
  right: 0;
  color: #45B8AC;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Raleway', Sans-serif;
  text-transform: uppercase;
}

.section-filter-news .news-container .single-new .new-tag {
  margin: 29px 0 0 9px;
  position: relative;
  color: #45B8AC;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Raleway', Sans-serif;
  text-transform: uppercase;
}

.section-filter-news .news-container .single-new .new-tag::before {
  content: '';
  background-color: #134C8F;
  height: 16px;
  position: absolute;
  left: -9px;
  top: 47%;
  transform: translateY(-50%);
  width: 3px;
}

.section-filter-news .news-container .single-new .new-title {
  font-family: 'Raleway', Sans-serif;
  margin: 18px 0px 27px;
  font-weight: 600;
}

.section-filter-news #uni-custom-pagination {
  font-family: 'Raleway', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-filter-news #uni-custom-pagination .page-numbers {
  color: #134C8F;
  cursor: pointer;
  margin: 0 12px;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 400;
}

.section-filter-news #uni-custom-pagination .page-numbers:hover {
  color: #45B8AC;
}

.section-filter-news #uni-custom-pagination .page-numbers.current {
  background: linear-gradient(0deg, #134C8F, #45B8AC);
  border-radius: 12px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 52px;
  width: 52px;
  font-weight: 500;
}

.section-filter-news #uni-custom-pagination .page-numbers.current:hover {
  color: #fff;
}

.section-filter-news #uni-custom-pagination .page-numbers.dots {
  color: #134C8F;
  cursor: default;
}

.section-filter-news #uni-custom-pagination .page-numbers.dots:hover {
  color: #134C8F;
}

@media (max-width: 640px) {
  .section-filter-news .title-container .separador {
    margin-top: 20px;
    margin-bottom: 24px;
    width: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-filter-news .filter-container #form-news-filter .form-row img.icon-search {
    display: none;
  }

  .section-filter-news .news-container {
    grid-template-columns: repeat(2, 1fr);
  }

  form#form-news-filter .form-row.icon-search-container {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-filter-news {
    margin-top: 30px;
  }

  .section-filter-news .title-container {
    margin-bottom: 36px;
  }

  .section-filter-news .title-container .separador {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-filter-news .filter-container form#form-news-filter {
    flex-direction: column;
    padding: 20px;
  }

  .section-filter-news .filter-container form#form-news-filter .form-row {
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0 10px;
    width: 100%;
  }

  .section-filter-news .filter-container form#form-news-filter .form-row ul.custom-select {
    width: 100%;
  }

  .section-filter-news .filter-container form#form-news-filter .form-row:last-of-type {
    margin-bottom: 0;
  }

  .section-filter-news .filter-container form#form-news-filter .form-row input[type='submit'] {
    width: 100%;
  }

  .section-filter-news .filter-container form#form-news-filter .form-row.icon-search-container {
    display: none;
  }

  .section-filter-news .news-container {
    margin-bottom: 0;
    margin-top: 5%;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* page news */
.page-404 {
  padding-top: 130px;
}

@media (min-width: 767px) {
  .page-404 {
    padding-top: 13svh;
  }
}

.page-404 .title h1 {
  text-align: center;
  font-family: 'Raleway';
  font-weight: 500;
}

@media (min-width: 767px) {
  .page-404 .title h1 {
    font-size: 40px;
  }
}

.page-404 .title .separador {
  height: 2px;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 45px;
  background-color: #45B8AC;
}

@media (min-width: 767px) {
  .page-404 .title .separador {
    width: 44%;
    margin-top: 35px;
    margin-bottom: 45px;
  }
}

.page-404 .message {
  background-color: #B6E1F978;
  padding: 20px;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .page-404 .message {
    margin-bottom: 23px;
  }
}

.page-404 .text-page-404 {
  display: block;
  padding: 5px 0px 0px 20px;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .page-404 .img-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
  }
}

.page-404 .img-links .image-404 {
  margin-top: 40px;
}

@media (min-width) {
  .page-404 .img-links .image-404 {
    max-width: 35%;
  }
}

.page-404 .img-links .image-404 img {
  width: 100%;
  height: 100%;
  max-width: 320px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .page-404 .img-links .image-404 img {
    margin: initial;
  }
}

@media (min-width: 1200px) {
  .page-404 .img-links .image-404 img {
    max-width: 420px;
  }
}

.page-404 .img-links ul {
  padding: 0;
}

.page-404 .img-links ul li {
  list-style: none;
  margin: 0 auto 30px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px #B6E1F9;
}

@media (min-width: 767px) {
  .page-404 .img-links ul li {
    width: 100%;
    max-width: 480px;
  }
}

.page-404 .img-links ul li a {
  padding: 10px 30px 10px 15px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Raleway';
  color: #134C8F;
  font-weight: 500;
  gap: 13px;
  min-height: 33px;
}

@media (min-width: 767px) {
  .page-404 .img-links ul li a {
    font-size: 19px;
  }
}

.page-404 .img-links ul li a img {
  width: 15px;
  height: 15px;
}

.page-404 .search-wrapper {
  background: url("/wp-content/uploads/2024/01/pastilla-contacto-1.webp") center center no-repeat;
  background-size: cover;
  margin: 50px auto 50px auto;
  padding: 27px;
  border-radius: 20px;
}

@media (min-width: 767px) {
  .page-404 .search-wrapper {
    padding: 40px 70px;
    margin: 70px auto;
  }
}

.page-404 .search-wrapper .search-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.page-404 .search-wrapper .search-text svg {
  height: 70px;
  width: auto;
}

@media (min-width: 767px) {
  .page-404 .search-wrapper .search-text svg {
    height: 50px;
  }
}

@media (min-width: 1064px) {
  .page-404 .search-wrapper .search-text svg {
    height: 35px;
  }
}

.page-404 .search-wrapper .search-text p {
  width: auto;
  padding: 0 0 0 20px;
  font-size: 18px;
}

@media (min-width: 767px) {
  .page-404 .search-wrapper .search-text p {
    font-size: 25px;
  }
}

.page-404 .search-wrapper .search-text p a {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .page-404 .search-wrapper .search-text p a {
    font-size: 25px;
  }
}

.page-404 .search-wrapper #searchform {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  margin: 30px auto 0 auto;
}

@media (min-width: 767px) {
  .page-404 .search-wrapper #searchform {
    margin: 35px auto 0 auto;
  }
}

.page-404 .search-wrapper #searchform input[type="text"] {
  padding: 0 20px;
  margin: 0;
  border-radius: 50px 0 0 50px;
  border: none;
  box-sizing: border-box;
  color: #134C8F;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(182, 225, 249, 0.52);
  font-size: 16px;
  font-family: 'Raleway';
  display: flex;
}

@media (min-width: 767px) {
  .page-404 .search-wrapper #searchform input[type="text"] {
    padding: 0 30px;
  }
}

.page-404 .search-wrapper #searchform input[type="text"]::placeholder {
  color: #134C8F;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  transform: translateY(1px);
}

@media (min-width: 767px) {
  .page-404 .search-wrapper #searchform input[type="text"]::placeholder {
    font-size: 18px;
  }
}

.page-404 .search-wrapper #searchform input[type="text"]:focus {
  outline: 0;
}

.page-404 .search-wrapper #searchform button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  background-color: #45B8AC;
  border-radius: 0 50px 50px 0;
  box-shadow: 0px 0px 10px 0px rgba(182, 225, 249, 0.52);
  width: 130px;
  cursor: pointer;
  color: white;
  min-height: 50px;
}

.page-404 .search-wrapper #searchform button>svg {
  color: white;
  height: 20px;
  width: auto;
}

/* page 404 */
.search-cabecera {
  background: url('/wp-content/uploads/2024/01/cabecera-buscador-universae-mobile.webp') center center no-repeat;
  background-size: cover;
  padding-block: 154px 100px;
}

@media (min-width: 768px) {
  .search-cabecera {
    background: url('/wp-content/uploads/2024/01/cabecera-buscador-universae-desktop-scaled-1.webp') center center no-repeat;
  }
}

.search-cabecera h1 {
  font-family: 'Addington CF', sans-serif;
  text-align: center;
  margin-bottom: 53px;
}

.search-cabecera form {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 80% 1fr;
}

.search-cabecera #page-search-form #page-select-area {
  background: #D8F2FF;
  border-radius: 0 0 0 15px;
  box-shadow: 0 0 6px #B6E1F9;
  border-top: 2px solid #B6E1F9;
  height: auto;
  min-height: 50px;
  padding: 7px 22px;
  display: flex;
  justify-content: start;
  align-items: center;
  grid-row: 2;
  font-family: 'Raleway', Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #134C8F;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .search-cabecera #page-search-form #page-select-area {
    min-height: 36px;
  }
}

.search-cabecera #page-search-form #page-select-area[data-active="active"] {
  border-radius: 0;
}

@media (min-width: 1024px) {
  .search-cabecera #page-search-form #page-select-area[data-active="active"] {
    border-radius: 25px 0 0 0;
  }
}

.search-cabecera #page-search-form #page-select-area::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 18px;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  background: url(/wp-content/uploads/2024/01/icono-flecha-filtro.svg) no-repeat center center;
  background-size: contain;
}

.search-cabecera #page-search-form #page-select-area>span {
  position: relative;
}

.search-cabecera #page-search-form #page-select-area ul {
  padding: 0;
  margin: 0;
  background-color: white;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 3px 6px #00000029;
  list-style: none;
  color: #134c8f;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 48px);
  z-index: 2;
  width: 100%;
  max-height: 166px;
  word-break: break-word;
  overflow: auto;
  pointer-events: none;
  height: fit-content;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

@media (min-width: 1024px) {
  .search-cabecera #page-search-form #page-select-area ul {
    transform: translate(0, 50px);
  }
}

.search-cabecera #page-search-form #page-select-area ul>li {
  padding: 10px;
  line-height: 17px;
  font-size: 16px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.search-cabecera #page-search-form #page-select-area ul>li:hover {
  background-color: #B6E1F938;
}

.search-cabecera #page-search-form #page-select-area ul.show {
  pointer-events: all;
  opacity: 1;
}

@media (min-width: 1024px) {
  .search-cabecera #page-search-form #page-select-area {
    font-size: 18px;
    border-radius: 25px 0 0 25px;
    border-top: none;
    border-right: 2px solid #B6E1F9;
    padding: 7px 0;
    justify-content: center;
    flex: 1 1 20%;
  }
}

.search-cabecera #page-search-form .search-area {
  grid-row: 1;
  position: relative;
}

.search-cabecera #page-search-form .search-area input[type="text"] {
  font-family: 'Raleway', sans-serif;
  padding: 0 32px 0 22px;
  margin: 0;
  border: none;
  border-radius: 15px 0 0 0;
  box-sizing: border-box;
  color: #134C8F;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(182, 225, 249, 0.52);
  background-color: #ffffff;
}

.search-cabecera #page-search-form .search-area input[type="text"]:-webkit-autofill,
.search-cabecera #page-search-form .search-area input[type="text"]:-webkit-autofill:hover,
.search-cabecera #page-search-form .search-area input[type="text"]:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #134C8F;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(182, 225, 249, 0.52), 0 0 0px 1000px #fff inset;
}

.search-cabecera #page-search-form .search-area input[type="text"]::placeholder {
  color: #134C8F;
  font-weight: 600;
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .search-cabecera #page-search-form .search-area input[type="text"] {
    padding: 0 50px 0 22px;
    font-size: 18px;
    border-radius: 0;
  }
}

.search-cabecera #page-search-form .search-area input[type="text"]:focus {
  outline: none;
}

.search-cabecera #page-search-form .search-area .page-clear {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #134C8F;
  cursor: pointer;
  padding: 15px 10px 15px 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.search-cabecera #page-search-form .search-area .page-clear.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.search-cabecera #page-search-form .search-area .page-clear>svg {
  width: 15px;
  height: auto;
}

@media (min-width: 1024px) {
  .search-cabecera #page-search-form .search-area {
    flex: 1 1 70%;
  }
}

.search-cabecera #page-search-form button {
  grid-row: span 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 20px;
  outline: none;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(182, 225, 249, 0.52);
  cursor: pointer;
  color: #fff;
  border-radius: 0 15px 15px 0;
  background-color: #45B8AC;
  min-height: unset;
  height: 100%;
}

@media (min-width: 1024px) {
  .search-cabecera #page-search-form button {
    flex: 1 1 10%;
    border-radius: 0 50px 50px 0;
    min-height: 50px;
  }
}

@media (min-width: 1024px) {
  .search-cabecera #page-search-form {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
    margin: 30px auto 0 auto;
  }
}

.search-cabecera .close-button {
  position: absolute;
  top: 40px;
  right: 30px;
  border: 2px solid #45B8AC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .search-cabecera .close-button {
    top: 65px;
    right: 80px;
  }
}

.search-items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #B6E1F9;
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .search-items .item {
    flex-direction: row;
  }
}

.search-items .item a:has(> .item-img) {
  width: 100%;
}

@media (min-width: 1024px) {
  .search-items .item a:has(> .item-img) {
    width: auto;
  }
}

.search-items .item .item-img {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .search-items .item .item-img {
    width: 500px;
  }
}

.search-items .item .item-content .item-fecha {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
}

.search-items .item .item-content :not(.item-fecha).item-titulo {
  margin-top: 20px;
}

.search-items .item .item-content .item-titulo {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.search-items .item .item-content .item-extracto {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}

.search-items .item .item-content .item-boton {
  margin-top: 25px;
  color: #45B8AC;
  font-size: 15px;
  font-weight: 600;
  width: max-content;
  display: flex;
  align-items: center;
}

.search-items .item .item-content .item-boton>img {
  height: 13px;
  width: auto;
  margin-left: 5px;
  margin-top: -2px;
}

.search-items .item .item-content .uni-mini-separador-left {
  height: 2px;
  background-color: #45B8AC;
  width: 40px;
  margin: 15px 0;
}

@media (min-width: 1024px) {
  .item {
    padding: 40px 0;
  }

  .item a:has(> .item-img) {
    width: auto;
  }

  .item-img {
    width: 500px;
    height: 300px;
  }

  .item-fecha {
    margin-top: 0;
  }

  .item-titulo {
    margin-top: 0;
  }

  .item-content {
    flex: 1;
    padding: 20px 10px 30px 30px;
  }

  .item-content .item-titulo {
    font-size: 21px;
    margin-top: 0;
  }

  .item-content :not(.item-fecha).item-titulo {
    margin-top: 0;
  }
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}

#pagination {
  z-index: 0;
  font-family: 'Roboto', 'Raleway', sans-serif;
}

#pagination.links {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin: 40px 0;
}

#pagination.links .pagination-list {
  position: relative;
  display: flex;
  max-width: calc(53px * 3);
  overflow: hidden;
}

#pagination.links a.link {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #134C8F91;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#pagination.links a.link.arrow {
  color: #134C8F !important;
  font-weight: 500;
}

#pagination.links a.link.arrow.rotated {
  transform: rotate(180deg);
}

#pagination.links a.link.arrow path {
  transition: all 0.2s ease-in-out;
}

#pagination.links a.link.arrow:active path {
  fill: #45B8AC !important;
}

#pagination.links a.link:hover::after {
  opacity: 1;
}

#pagination.links .pagination-list>a {
  margin-right: 5px;
  flex: 0 0 48px;
}

#pagination.links .pagination-list a:last-of-type {
  margin-right: 0;
}

#menu-backdrop {
  position: absolute;
  top: 0;
  left: var(--left);
  width: var(--width);
  height: var(--height);
  background-image: linear-gradient(-225deg, #134c8f, #45b8ac);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: block !important;
}

@media (min-width: 1024px) {
  #pagination.links .pagination-list {
    max-width: calc(53px * 5);
  }
}

/* page search */
#cmplz-cookiebanner-container .cmplz-cookiebanner {
  font-family: 'Raleway', san-serif;
  max-width: 600px;
  width: 90%;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header {
  text-align: center;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
  display: block;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body .cmplz-message {
  margin: 0 auto;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body .cmplz-message p {
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin: 0 auto;
  width: 100%;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body .cmplz-categories {
  margin-top: 15px;
  width: 100%;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-footer {
  margin: 0;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links {
  margin-top: 5px;
}

#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent {
  display: none;
}

/* Cookies Banner */
.header-graduaciones {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  background: var(--backgroundResponsive);
  background-size: cover;
}

@media (min-width: 768px) {
  .header-graduaciones {
    background: var(--backgroundDesktop);
    background-size: cover;
    height: 384px;
  }
}

@media (min-width: 768px) {
  .header-graduaciones:has(+ .gallery_filter) {
    height: 625px;
  }
}

@media (min-width: 768px) {
  .header-graduaciones>.container {
    margin-top: 75px;
    width: 100%;
  }
}

.header-graduaciones .title h1 {
  font-family: 'Raleway';
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .header-graduaciones .title h1 {
    font-size: 38px;
    width: 50%;
  }
}

#galery_banner .section_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 60px;
}

@media (max-width: 768px) {
  #galery_banner .section_header {
    margin-block: 0 55px;
  }
}

#galery_banner .section_header_title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 28px;
  font-stretch: normal;
  line-height: 1.2em;
  color: #134C8F;
  margin: 30px 0px 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 767px) {
  #galery_banner .section_header_title {
    font-size: 32px;
  }
}

#galery_banner .section_header_title::after {
  content: "";
  width: 110%;
  display: block;
  margin-top: 35px;
  border: solid 1px #45B8AC;
  box-sizing: border-box;
}

#galery_banner .section_header_description {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #134C8F;
  margin: 0px;
}

@media (min-width: 767px) {
  #galery_banner .section_header_description {
    font-size: 20px;
  }
}

#galery_banner .section_header+h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #134C8F;
  line-height: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #galery_banner .section_header+h2 {
    font-size: 30px;
    gap: 10px;
    margin: 80px 0 40px;
  }
}

#galery_banner .section_header+h2>img {
  display: block;
  width: 20px;
  height: auto;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  #galery_banner .section_header+h2>img {
    width: 22px;
  }
}

#galery_banner .section_body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: solid 16px #45B8AC;
  border-image: linear-gradient(180deg, #0473BA 0%, #45B8AC 100%) 1;
  background-image: var(--backgroundDesktop);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px;
  padding: 61px 72px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}

#galery_banner .section_body::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 56%;
  display: inline;
  transform: skew(55deg);
  z-index: 0;
  border: 1px solid transparent;
  background-color: hsla(0, 0%, 100%, 0.6);
}

#galery_banner .section_body::after {
  content: '';
  width: 86%;
  height: 22px;
  position: absolute;
  left: 30px;
  background-color: hsla(0, 0%, 100%, 0.2);
  rotate: 35deg;
}

@media (min-width: 768px) {
  #galery_banner .section_body::after {
    left: 2.6%;
  }
}

@media (min-width: 1300px) {
  #galery_banner .section_body::after {
    left: 2.3%;
  }
}

#galery_banner .section_body_icon {
  z-index: 1;
}

#galery_banner .section_body_date {
  font-weight: 600;
  font-size: 20px;
  color: #0473BA;
  margin-bottom: 0;
  z-index: 1;
}

#galery_banner .section_body_title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 32px;
  width: 50%;
  color: #134C8F;
  line-height: 1.2em;
  margin: 10px 0 30px;
  z-index: 1;
}

#galery_banner .section_body_btn {
  font-size: 18px;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #134C8F;
  padding: 5px 25px;
  margin: 0;
  display: block;
  border: 2px solid #45B8AC;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#galery_banner .section_body_btn:hover {
  background-color: #45B8AC;
  color: #FFFFFF;
}

#galery_banner a.toGalleries {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: auto;
  padding: 10px 25px;
  width: fit-content;
  border: 2px solid #FF9B00;
  border-radius: 25px;
  background-color: transparent;
  color: white;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 768px) {
  #galery_banner a.toGalleries:focus {
    color: #134C8F;
  }

  #galery_banner a.toGalleries:focus::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  #galery_banner a.toGalleries:focus>img {
    filter: invert(37%) sepia(70%) saturate(342%) hue-rotate(124deg) brightness(94%) contrast(86%);
  }
}

@media (min-width: 768px) {
  #galery_banner a.toGalleries:hover {
    color: #134C8F;
  }

  #galery_banner a.toGalleries:hover::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  #galery_banner a.toGalleries:hover>img {
    filter: invert(37%) sepia(70%) saturate(342%) hue-rotate(124deg) brightness(94%) contrast(86%);
  }
}

#galery_banner a.toGalleries::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF9B00;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#galery_banner a.toGalleries::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 25px;
  background-color: #FFFFFF;
  z-index: -1;
  width: 15%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

#galery_banner a.toGalleries>img {
  display: block;
  width: 22px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  #galery_banner .section_header_title {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  #galery_banner .section_header_title::after {
    margin-top: 25px;
    width: 20%;
  }

  #galery_banner .section_body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--backgroundMobile);
    background-position: center center;
    background-size: cover;
    height: 540px;
    max-width: 550px;
    padding: 16px 0px 45px 0px;
    margin: 0 auto 40px;
  }

  #galery_banner .section_body::before {
    content: '';
    width: 514px;
    height: 670px;
    position: absolute;
    top: -75px;
    right: initial;
    border: none;
    background-color: hsla(0, 0%, 100%, 0.87);
    transform: rotate(0.29turn) translateX(-43%) translateY(29px);
  }

  #galery_banner .section_body::after {
    content: '';
    width: 110%;
    height: 20px;
    position: absolute;
    top: 296px;
    left: -15px;
    background: hsla(0, 0%, 100%, 0.2);
    rotate: 14deg;
  }

  #galery_banner .section_body_icon {
    width: 80px;
  }

  #galery_banner .section_body_title {
    font-size: 26px;
    text-align: center;
    width: 100%;
  }

  #galery_banner .section_body_btn {
    font-size: 16px;
  }

  #galery_banner .section_body_date {
    font-size: 18px;
  }
}

section.slider_news {
  margin-block: 50px 64px;
}

section.slider_news>.container .title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  flex-direction: column;
}

@media (min-width: 768px) {
  section.slider_news>.container .title {
    flex-direction: row;
    margin-bottom: 57px;
    gap: 30px;
  }
}

section.slider_news>.container .title h2 {
  font-size: 28px;
  flex: 1 0 auto;
}

@media (min-width: 768px) {
  section.slider_news>.container .title h2 {
    font-size: 32px;
  }
}

section.slider_news>.container .title .separador {
  height: 2px;
  background-color: #45B8AC;
  width: 75px;
  margin: 0 auto 0 0;
}

@media (min-width: 530px) {
  section.slider_news>.container .title .separador {
    margin: 0 auto 0 auto;
    width: 490px;
  }
}

@media (min-width: 768px) {
  section.slider_news>.container .title .separador {
    width: 57%;
  }
}

section.slider_news>.container .swipper_news {
  padding-bottom: 30px;
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice {
  background: var(--backgroundNotice);
  background-size: cover;
  box-shadow: 0px 0px 6px #00000029;
  height: auto;
  min-height: 340px;
  border-radius: 21px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

@media (min-width: 640px) {
  section.slider_news>.container .swipper_news .swiper-wrapper .notice {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 902px) {
  section.slider_news>.container .swipper_news .swiper-wrapper .notice {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  section.slider_news>.container .swipper_news .swiper-wrapper .notice {
    min-height: 280px;
  }
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice::before {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  opacity: 0.9;
  transform: skew(0) translateX(50%);
  background-color: #ffffff;
  left: -26%;
  z-index: -1;
}

@media (min-width: 767px) {
  section.slider_news>.container .swipper_news .swiper-wrapper .notice::before {
    left: 30%;
    transform: skew(-20deg);
  }
}

@media (min-width: 1200px) {
  section.slider_news>.container .swipper_news .swiper-wrapper .notice::before {
    left: 36%;
  }
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice .content-slider {
  margin: auto;
  grid-column-start: 2;
  position: absolute;
  left: -30%;
  top: 46%;
  transform: translateY(-50%);
}

@media (min-width: 902px) {
  section.slider_news>.container .swipper_news .swiper-wrapper .notice .content-slider {
    left: -10%;
    top: 50%;
  }
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice .content-slider>p {
  color: #45B8AC;
  font-size: 17px;
  border-left: 3px solid #134C8F;
  text-transform: uppercase;
  padding: 0 0 0 9px;
  font-weight: 600;
}

@media (min-width: 420px) {
  section.slider_news>.container .swipper_news .swiper-wrapper .notice .content-slider>p {
    font-size: 18px;
  }
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice .content-slider span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 15px;
  padding-right: 20px;
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice .read_news {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(270deg, #45B8AC 0%, #2969B5 100%);
  margin-top: 30px;
  box-shadow: 0px 2px 6px #2969B533;
  height: 27px;
  position: absolute;
  bottom: 17px;
  right: 0;
  max-width: 154px;
  width: 100%;
  padding-right: 10px;
}

@media (min-width: 992px) {
  section.slider_news>.container .swipper_news .swiper-wrapper .notice .read_news {
    margin-left: auto;
    width: 40%;
    margin-top: 20px;
    bottom: 18px;
  }
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice .read_news a {
  padding: 10px;
  text-transform: uppercase;
  padding: 6px 3px 6px 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice .read_news a:hover {
  color: #fff;
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice .read_news a:visited {
  color: #fff;
}

section.slider_news>.container .swipper_news .swiper-wrapper .notice .read_news img {
  width: 12px;
  height: auto;
}

section.slider_news>.container .swipper_news .buttons_slide {
  position: relative;
  bottom: -27px;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
  gap: 24px;
}

section.slider_news>.container .swipper_news .buttons_slide .swiper-button-prev,
section.slider_news>.container .swipper_news .buttons_slide .swiper-button-next {
  display: block;
  cursor: pointer;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0;
  z-index: 10;
  color: white;
  background-color: #45B8AC;
  border-radius: 50%;
  position: relative;
}

section.slider_news>.container .swipper_news .buttons_slide .swiper-button-prev::after,
section.slider_news>.container .swipper_news .buttons_slide .swiper-button-next::after {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 52%;
  left: 54%;
  transform: translate(-50%, -50%);
}

section.slider_news>.container .swipper_news .buttons_slide .swiper-button-prev::after {
  top: 51%;
  left: 50%;
}

section.slider_news>.container .swipper_news .swiper-pagination {
  color: #134C8F;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-align: right;
  bottom: 9px;
  transform: translateX(-84px);
}

section.slider_news>.container .swipper_news .swiper-pagination span {
  color: #134C8F;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.slider_category {
  /* Swiper CSS */
  /* End of Swiper CSS */
}

@media (max-width: 768px) {
  .slider_category>.container {
    padding: 0;
  }
}

.slider_category h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 35px 15px 35px;
  padding-left: 13px;
  border-left: 7px solid #45B8AC;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .slider_category h2 {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .slider_category h2 {
    margin: 50px 0 50px;
  }
}

.slider_category a.button_slider_category {
  padding: 5px 20px;
  margin: 20px auto;
  text-align: center;
  display: flex;
  gap: 10px;
}

.slider_category a.button_slider_category:visited {
  color: #fff;
}

.slider_category a.button_slider_category:hover {
  color: #134C8F;
}

.slider_category a.button_slider_category:hover img {
  filter: invert(37%) sepia(70%) saturate(342%) hue-rotate(124deg) brightness(94%) contrast(86%);
}

@media (min-width: 768px) {
  .slider_category a.button_slider_category {
    margin: 20px auto;
  }
}

.slider_category a.button_slider_category img {
  display: block;
  width: 20px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.slider_category .swiper-category {
  padding-bottom: 45px;
}

@media (max-width: 768px) {
  .slider_category .swiper-category .swiper-wrapper {
    padding: 0 15px;
  }
}

.slider_category .swiper-category .swiper-slide {
  width: 85%;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .slider_category .swiper-category .swiper-slide {
    height: 315px;
  }
}

.slider_category .swiper-category .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.slider_category .swiper-category .swiper-slide:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.slider_category .swiper-category .swiper-slide:hover img.loupe {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.slider_category .swiper-category .swiper-slide:last-of-type {
  margin-right: 30px !important;
}

.slider_category .swiper-category .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.slider_category .swiper-category .swiper-slide img.loupe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.slider_category .swiper-category .swiper-pagination {
  bottom: 0;
}

.slider_category .swiper-category .swiper-pagination-bullet {
  width: 45px;
  height: 9px;
  background: linear-gradient(90deg, #9CDCFF 0%, #70DFD4 100%);
  border: solid 1px #69CEC3;
  border-radius: 15px;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.slider_category .swiper-category .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0px;
  border-radius: 20px;
  background: linear-gradient(90deg, #9CDCFF 0%, #70DFD4 100%);
}

.slider_category .swiper-category .swiper-pagination-bullet-active {
  background: #FFFFFF;
  transition: all 0.3s ease-in;
}

.slider_category .swiper-category .swiper-pagination-bullet-active::before {
  animation: progressBar var(--animationTime) forwards;
}

.slider_category .swiper-category .swiper-pagination-bullet-active~span {
  background: #FFFFFF;
  transition: all 0.4s ease-in-out;
}

.slider_category .swiper-category .gallery-footer {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.slider_category .swiper-category .gallery-footer .center {
  flex: 1;
}

.slider_category .swiper-category .gallery-footer .right {
  position: absolute;
  right: 0;
  padding-right: 15px;
}

@media (min-width: 769px) {
  .slider_category .swiper-category .gallery-footer .right {
    padding: unset;
  }
}

.slider_category .swiper-category .swiper-actions {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider_category .swiper-category .swiper-actions .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  width: 35px !important;
  height: 35px !important;
  margin: 20px 0;
  background: unset;
  opacity: 1;
  user-select: none;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
}

.slider_category .swiper-category .swiper-actions .swiper-button-prev::after {
  content: unset;
}

.slider_category .swiper-category .swiper-actions .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

.slider_category .swiper-category .swiper-actions .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 35px !important;
  height: 35px !important;
  margin: 20px 0;
  background: unset;
  opacity: 1;
  user-select: none;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
}

.slider_category .swiper-category .swiper-actions .swiper-button-next::after {
  content: unset;
}

.slider_category .swiper-category .swiper-actions .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.slider_category .swiper-category .swiper-actions .swiper-button-prev>img,
.slider_category .swiper-category .swiper-actions .swiper-button-next>img {
  display: block;
  width: 100%;
  height: auto;
}

/* Category Slider */
.category_slider {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #001624e0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

.category_slider.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}

.category_slider.show a.category-button-download {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  position: absolute;
  bottom: 0px;
  background-color: #ffffff24;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  z-index: 2;
  left: calc(100vw - 97px);
  padding: 10px;
}

@media (min-width: 1240px) {
  .category_slider.show a.category-button-download {
    left: 1042px;
  }
}

@media (min-width: 1380px) {
  .category_slider.show a.category-button-download {
    bottom: 10px;
  }
}

.category_slider>.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.category_slider_wrapper {
  position: relative;
  /* Swiper CSS */
  /* End of Swiper CSS */
}

.category_slider_wrapper #close-slider {
  position: absolute;
  top: -40px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

@media (min-width: 1024px) {
  .category_slider_wrapper #close-slider {
    top: -20px;
  }
}

.category_slider_wrapper #close-slider:active,
.category_slider_wrapper #close-slider:focus,
.category_slider_wrapper #close-slider:focus-visible {
  outline: none;
}

.category_slider_wrapper #close-slider img {
  width: 35px;
  height: auto;
  display: block;
}

.category_slider_wrapper .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  /* Types */
  /* End of Types */
}

.category_slider_wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  background: transparent;
  background-size: cover;
  background-position: center;
}

.category_slider_wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.category_slider_wrapper .swiper.category-swiper-2 {
  height: 300px;
  width: calc(100% - 30px);
  padding: 30px 0 0;
}

@media (min-width: 1024px) {
  .category_slider_wrapper .swiper.category-swiper-2 {
    height: calc(100vh - 300px);
  }
}

@media (min-width: 1240px) {
  .category_slider_wrapper .swiper.category-swiper-2 {
    width: 1080px;
  }
}

.category_slider_wrapper .swiper.category-swiper-2 .swiper-counter {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: calc(50% - 46px);
  color: #FFFFFF;
}

.category_slider_wrapper .swiper.category-swiper-2 .swiper-slide>img {
  object-fit: contain;
}

.category_slider_wrapper .swiper.category-swiper-2>a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  right: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff24;
}

.category_slider_wrapper .swiper.category-swiper-2>a.transition {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.category_slider_wrapper .swiper.category-swiper-2>a>img {
  width: 17px;
  height: auto;
  display: block;
}

.category_slider_wrapper .swiper.category-swiper-2~.swiper-button-prev::after,
.category_slider_wrapper .swiper.category-swiper-2~.swiper-button-next::after {
  content: unset;
}

.category_slider_wrapper .swiper.category-swiper-2~.swiper-button-next {
  right: -15px;
  left: auto;
  transform: translate(0px, -100%);
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .category_slider_wrapper .swiper.category-swiper-2~.swiper-button-next {
    right: 15px;
  }
}

@media (min-width: 1410px) {
  .category_slider_wrapper .swiper.category-swiper-2~.swiper-button-next {
    right: 0;
  }
}

.category_slider_wrapper .swiper.category-swiper-2~.swiper-button-next img {
  width: 13px;
  height: auto;
  display: block;
}

@media (min-width: 1024px) {
  .category_slider_wrapper .swiper.category-swiper-2~.swiper-button-next img {
    width: 20px;
  }
}

.category_slider_wrapper .swiper.category-swiper-2~.swiper-button-prev {
  left: -15px;
  right: auto;
  transform: translate(0px, -100%);
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .category_slider_wrapper .swiper.category-swiper-2~.swiper-button-prev {
    left: 15px;
  }
}

@media (min-width: 1410px) {
  .category_slider_wrapper .swiper.category-swiper-2~.swiper-button-prev {
    left: 0;
  }
}

.category_slider_wrapper .swiper.category-swiper-2~.swiper-button-prev img {
  width: 13px;
  height: auto;
  display: block;
}

@media (min-width: 1024px) {
  .category_slider_wrapper .swiper.category-swiper-2~.swiper-button-prev img {
    width: 20px;
  }
}

.category_slider_wrapper .swiper.category-swiper {
  width: calc(100% - 30px);
  height: 90px;
  padding: 10px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .category_slider_wrapper .swiper.category-swiper {
    height: 160px;
  }
}

@media (min-width: 1240px) {
  .category_slider_wrapper .swiper.category-swiper {
    width: 1080px;
  }
}

.category_slider_wrapper .swiper.category-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  border: 3px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: border 0.3s ease-in-out;
}

.category_slider_wrapper .swiper.category-swiper .swiper-slide-thumb-active {
  border: 3px solid #B6E1F9;
  transition: border 0.3s ease-in-out;
}

.category_slider_wrapper .swiper.category-swiper .swiper-slide img {
  object-fit: cover;
}

/* End of Category Slider */
@keyframes progressBar {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.basic_category {
  /* Category Slider */
  /* End of Category Slider */
}

.basic_category h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 35px 0 35px;
  padding-left: 13px;
  border-left: 7px solid #45B8AC;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .basic_category h2 {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .basic_category h2 {
    margin: 50px 0 50px;
  }
}

.basic_category a.uni-button-green {
  margin: 20px auto;
}

.basic_category_boxes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

@media (min-width: 768px) {
  .basic_category_boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .basic_category_boxes {
    grid-template-columns: repeat(3, 1fr);
    height: 315px;
  }
}

.basic_category_box {
  height: 260px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
}

@media (min-width: 1024px) {
  .basic_category_box {
    height: 285px;
  }
}

.basic_category_box::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.basic_category_box:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.basic_category_box:hover img.loupe {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.basic_category_box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.basic_category_box img.loupe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.basic_category_slider {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #001624e0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

.basic_category_slider.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}

.basic_category_slider.show a.basic-button-download {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.basic_category_slider>.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.basic_category_slider_wrapper {
  position: relative;
  /* Swiper CSS */
  /* End of Swiper CSS */
}

.basic_category_slider_wrapper #close-slider {
  position: absolute;
  top: -40px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

@media (min-width: 1024px) {
  .basic_category_slider_wrapper #close-slider {
    top: -20px;
  }
}

.basic_category_slider_wrapper #close-slider:active,
.basic_category_slider_wrapper #close-slider:focus,
.basic_category_slider_wrapper #close-slider:focus-visible {
  outline: none;
}

.basic_category_slider_wrapper #close-slider img {
  width: 35px;
  height: auto;
  display: block;
}

.basic_category_slider_wrapper .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  /* Types */
  /* End of Types */
}

.basic_category_slider_wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  background: transparent;
  background-size: cover;
  background-position: center;
}

.basic_category_slider_wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2 {
  height: 300px;
  width: calc(100% - 30px);
  padding: 30px 0 0;
}

@media (min-width: 1024px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper-2 {
    height: calc(100vh - 300px);
  }
}

@media (min-width: 1240px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper-2 {
    width: 1080px;
  }
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2 .swiper-counter {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: calc(50% - 46px);
  color: #FFFFFF;
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2 .swiper-slide>img {
  object-fit: contain;
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2>a {
  position: absolute;
  top: 0;
  left: calc(50% + 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: auto;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2>a.transition {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2>a>img {
  width: 17px;
  height: auto;
  display: block;
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-prev::after,
.basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-next::after {
  content: unset;
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-next {
  right: -15px;
  left: auto;
  transform: translate(0px, -100%);
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-next {
    right: 15px;
  }
}

@media (min-width: 1410px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-next {
    right: 0;
  }
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-next img {
  width: 13px;
  height: auto;
  display: block;
}

@media (min-width: 1024px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-next img {
    width: 20px;
  }
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-prev {
  left: -15px;
  right: auto;
  transform: translate(0px, -100%);
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-prev {
    left: 15px;
  }
}

@media (min-width: 1410px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-prev {
    left: 0;
  }
}

.basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-prev img {
  width: 13px;
  height: auto;
  display: block;
}

@media (min-width: 1024px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper-2~.swiper-button-prev img {
    width: 20px;
  }
}

.basic_category_slider_wrapper .swiper.basic_category-swiper {
  width: calc(100% - 30px);
  height: 90px;
  padding: 10px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper {
    height: 160px;
  }
}

@media (min-width: 1240px) {
  .basic_category_slider_wrapper .swiper.basic_category-swiper {
    width: 1080px;
  }
}

.basic_category_slider_wrapper .swiper.basic_category-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  border: 3px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: border 0.3s ease-in-out;
}

.basic_category_slider_wrapper .swiper.basic_category-swiper .swiper-slide-thumb-active {
  border: 3px solid #B6E1F9;
  transition: border 0.3s ease-in-out;
}

.basic_category_slider_wrapper .swiper.basic_category-swiper .swiper-slide img {
  object-fit: cover;
}

body.fixed {
  overflow: hidden;
}

.masonry {
  padding: 25px 0 60px;
  position: relative;
  /* Masonry Slider */
  /* End of Masonry Slider */
}

.masonry h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 35px 0 35px;
  padding-left: 13px;
  border-left: 7px solid #45B8AC;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .masonry h2 {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .masonry h2 {
    margin: 50px 0 50px;
  }
}

.masonry_wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.masonry_gallery {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.masonry_gallery .grid-sizer {
  width: 100%;
}

@media (min-width: 768px) {
  .masonry_gallery .grid-sizer {
    width: calc((100% / 2) - (20px / 2));
  }
}

@media (min-width: 1024px) {
  .masonry_gallery .grid-sizer {
    width: calc((100% / 3) - (40px / 3));
  }
}

@media (min-width: 1440px) {
  .masonry_gallery .grid-sizer {
    width: calc((100% / 4) - (60px / 4));
  }
}

.masonry_gallery.button-active {
  margin-bottom: -160px;
  transition: all 0.4s ease-in-out;
}

.masonry_item {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

@media (min-width: 768px) {
  .masonry_item {
    width: calc((100% / 2) - (20px / 2));
  }
}

@media (min-width: 1024px) {
  .masonry_item {
    width: calc((100% / 3) - (40px / 3));
  }
}

@media (min-width: 1440px) {
  .masonry_item {
    width: calc((100% / 4) - (60px / 4));
  }
}

.masonry_item img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.masonry_item img.loupe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.masonry_item>img {
  height: auto;
}

.masonry_item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.masonry_item:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.masonry_item:hover img.loupe {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.masonry_item>a {
  position: absolute;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #134C8FA8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.masonry_item>a>img {
  width: 17px;
  height: auto;
  display: block;
}

.masonry_button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 80px;
  transform: translate(-50%, 0%);
  height: 200px;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFFDE 63%, #FFFFFF 100%);
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .masonry_button {
    height: 260px;
  }
}

.masonry_button:has(.disappear) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.masonry_button button {
  border: none;
  border-radius: 23px;
  padding: 10px 30px;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #45B8AC;
  color: #FFFFFF;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.4s ease-in-out;
}

.masonry_button button::before {
  content: " ";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #45B8AC;
  transition: all 0.4s ease-in-out;
}

.masonry_button button::after {
  content: " ";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  background-color: #45B8AC;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: lds-dual-ring 1.2s linear infinite;
  transition: all 0.4s ease-in-out;
}

.masonry_button button.spinnin {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.masonry_button button.spinnin::before,
.masonry_button button.spinnin::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.masonry_button button.disappear {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.masonry_slider {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #001624e0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

.masonry_slider.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}

.masonry_slider>.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.masonry_slider_wrapper {
  position: relative;
  /* Swiper CSS */
  /* End of Swiper CSS */
}

.masonry_slider_wrapper #close-slider {
  position: absolute;
  top: -40px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

@media (min-width: 1024px) {
  .masonry_slider_wrapper #close-slider {
    top: -20px;
  }
}

.masonry_slider_wrapper #close-slider:active,
.masonry_slider_wrapper #close-slider:focus,
.masonry_slider_wrapper #close-slider:focus-visible {
  outline: none;
}

.masonry_slider_wrapper #close-slider img {
  width: 35px;
  height: auto;
  display: block;
}

.masonry_slider_wrapper .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  /* Types */
  /* End of Types */
}

.masonry_slider_wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  background: transparent;
  background-size: cover;
  background-position: center;
}

.masonry_slider_wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.masonry_slider_wrapper .swiper.masonry-swiper-2 {
  height: 300px;
  width: calc(100% - 30px);
  padding: 30px 0 0;
}

@media (min-width: 1024px) {
  .masonry_slider_wrapper .swiper.masonry-swiper-2 {
    height: calc(100vh - 300px);
  }
}

@media (min-width: 1240px) {
  .masonry_slider_wrapper .swiper.masonry-swiper-2 {
    width: 1080px;
  }
}

.masonry_slider_wrapper .swiper.masonry-swiper-2 .swiper-counter {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: calc(50% - 46px);
  color: #FFFFFF;
}

.masonry_slider_wrapper .swiper.masonry-swiper-2 .swiper-slide>img {
  object-fit: contain;
}

.masonry_slider_wrapper .swiper.masonry-swiper-2>a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: auto;
  border-radius: 50%;
  background-color: #ffffff24;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.masonry_slider_wrapper .swiper.masonry-swiper-2>a.transition {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.masonry_slider_wrapper .swiper.masonry-swiper-2>a>img {
  width: 17px;
  height: auto;
  display: block;
}

.masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-prev::after,
.masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-next::after {
  content: unset;
}

.masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-next {
  right: -15px;
  left: auto;
  transform: translate(0px, -100%);
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-next {
    right: 15px;
  }
}

@media (min-width: 1410px) {
  .masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-next {
    right: 0;
  }
}

.masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-next img {
  width: 13px;
  height: auto;
  display: block;
}

@media (min-width: 1024px) {
  .masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-next img {
    width: 20px;
  }
}

.masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-prev {
  left: -15px;
  right: auto;
  transform: translate(0px, -100%);
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-prev {
    left: 15px;
  }
}

@media (min-width: 1410px) {
  .masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-prev {
    left: 0;
  }
}

.masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-prev img {
  width: 13px;
  height: auto;
  display: block;
}

@media (min-width: 1024px) {
  .masonry_slider_wrapper .swiper.masonry-swiper-2~.swiper-button-prev img {
    width: 20px;
  }
}

.masonry_slider_wrapper .swiper.masonry-swiper {
  width: calc(100% - 30px);
  height: 90px;
  padding: 10px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .masonry_slider_wrapper .swiper.masonry-swiper {
    height: 160px;
  }
}

@media (min-width: 1240px) {
  .masonry_slider_wrapper .swiper.masonry-swiper {
    width: 1080px;
  }
}

.masonry_slider_wrapper .swiper.masonry-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  border: 3px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: border 0.3s ease-in-out;
}

.masonry_slider_wrapper .swiper.masonry-swiper .swiper-slide-thumb-active {
  border: 3px solid #B6E1F9;
  transition: border 0.3s ease-in-out;
}

.masonry_slider_wrapper .swiper.masonry-swiper .swiper-slide img {
  object-fit: cover;
}

@keyframes lds-dual-ring {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

section.embed_posts {
  background: var(--backgroundMobile);
  padding-top: 35px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  section.embed_posts {
    background: var(--background);
    background-size: cover;
    padding-top: 0;
  }
}

section.embed_posts .container .hashtags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 38px;
}

@media (min-width: 767px) {
  section.embed_posts .container .hashtags {
    flex-direction: row;
    margin-bottom: 100px;
  }
}

section.embed_posts .container .hashtags_content {
  background: linear-gradient(277deg, #B6E1F9 0%, #B6E1F9 100%);
  transform: skew(-20deg);
}

@media (min-width: 767px) {
  section.embed_posts .container .hashtags_content {
    background: linear-gradient(277deg, #B6E1F97A 0%, #B6E1F9 100%);
  }
}

section.embed_posts .container .hashtags_content>p {
  padding: 7px;
  transform: skew(20deg);
  font-size: 18px;
}

@media (min-width: 767px) {
  section.embed_posts .container .hashtags_content>p {
    font-size: 22px;
  }
}

@media (min-width: 767px) {
  section.embed_posts .container .swiper-posts {
    padding: 5px 1px 20px;
  }
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide {
  height: auto;
  margin-top: 20px !important;
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss {
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000028;
  border-radius: 20px;
  padding: 20px;
}

@media (min-width: 767px) {
  section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss {
    display: flex;
    flex-direction: column;
    height: 90%;
    padding: 30px;
  }
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._header ._left {
  display: flex;
  align-items: center;
  gap: 14px;
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._header ._left .name_user {
  color: #484848;
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._content {
  margin-bottom: 30px;
}

@media (min-width: 1070px) {
  section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._content {
    margin-bottom: 24px;
  }
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._content p {
  color: #484848;
}

@media (min-width: 767px) {
  section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._content p {
    min-height: 225px;
  }
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._image {
  display: block;
  position: relative;
  margin: auto;
  max-width: 337px;
}

@media (min-width: 768px) {
  section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._image {
    margin: auto auto 0;
  }
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._image img {
  width: 100%;
  height: auto;
  border-radius: 21px;
}

section.embed_posts .container .swiper-posts .swiper-wrapper .swiper-slide .card_rrss ._image img:last-of-type {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 15px;
  border-radius: 0;
}

.header_with_images {
  background-image: var(--backgroundImageResponsive);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .header_with_images {
    background-image: var(--backgroundImage);
    min-height: initial;
  }
}

.header_with_images>.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .header_with_images>.container {
    margin-top: 90px;
    width: 100%;
    max-width: unset;
  }
}

@media (min-width: 1600px) {
  .header_with_images>.container {
    padding: 0 80px;
  }
}

@media (min-width: 1024px) {
  .header_with_images_wrapper {
    width: 100%;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .header_with_images_wrapper img {
    height: 60%;
    width: auto;
    align-self: end;
  }
}

@media (min-width: 1440px) {
  .header_with_images_wrapper img {
    height: 80%;
  }
}

.header_with_images_wrapper img:first-child {
  display: none;
}

@media (min-width: 1024px) {
  .header_with_images_wrapper img:first-child {
    display: block;
  }
}

.header_with_images_wrapper img:last-child {
  position: absolute;
  bottom: -36px;
  right: -61px;
  height: 240px;
  width: auto;
  display: block;
}

@media (min-width: 1024px) {
  .header_with_images_wrapper img:last-child {
    position: initial;
    height: 60%;
  }
}

@media (min-width: 1440px) {
  .header_with_images_wrapper img:last-child {
    height: 80%;
  }
}

.header_with_images_title h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 600;
  width: 80%;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

@media (min-width: 1024px) {
  .header_with_images_title h1 {
    font-size: 32px;
    text-align: center;
    width: 100%;
  }
}

.header_with_images_title span {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: block;
}

@media (min-width: 1024px) {
  .header_with_images_title span {
    font-size: 28px;
    text-align: center;
  }
}

.gallery_filter {
  background-image: var(--bg-image-responsive);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .gallery_filter {
    background-image: var(--bg-image);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 70%;
  }
}

@media (min-width: 1440px) {
  .gallery_filter {
    background-size: contain;
  }
}

.gallery_filter_title>h2 {
  font-family: 'Raleway';
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 60px 0 25px;
  margin: 0;
}

@media (min-width: 768px) {
  .gallery_filter_title>h2 {
    font-size: 34px;
    padding: 75px 0 30px;
  }
}

.gallery_filter_title>img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 22px;
  height: auto;
}

@media (min-width: 768px) {
  .gallery_filter_title>img {
    max-width: 30px;
  }
}

.gallery_filter_fields {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 45px);
}

@media (min-width: 768px) {
  .gallery_filter_fields {
    display: flex;
    width: 100%;
    max-width: 745px;
    margin: 50px auto 0;
    border-radius: 25px;
    box-shadow: 0px 0px 6px #B6E1F9;
  }
}

.gallery_filter_fields_office,
.gallery_filter_fields_year {
  grid-column: span 5;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 6px #B6E1F9;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {

  .gallery_filter_fields_office,
  .gallery_filter_fields_year {
    grid-column: unset;
    flex: 1 1 320px;
    padding: 15px 20px;
    box-shadow: unset;
  }
}

.gallery_filter_fields_office.show,
.gallery_filter_fields_year.show {
  transition: all 0.3s ease-in-out;
}

.gallery_filter_fields_office.show ul,
.gallery_filter_fields_year.show ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}

.gallery_filter_fields_office span,
.gallery_filter_fields_year span {
  font-family: 'Raleway';
  font-size: 17px;
  font-weight: 600;
  color: #0473BA;
}

@media (min-width: 768px) {

  .gallery_filter_fields_office span,
  .gallery_filter_fields_year span {
    font-size: 20px;
  }
}

.gallery_filter_fields_office ul,
.gallery_filter_fields_year ul {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 6px #66666638;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {

  .gallery_filter_fields_office ul,
  .gallery_filter_fields_year ul {
    border-top: 1px solid #B6E1F9;
  }
}

.gallery_filter_fields_office ul li,
.gallery_filter_fields_year ul li {
  font-family: 'Raleway';
  font-size: 17px;
  font-weight: 600;
  color: #134C8F;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {

  .gallery_filter_fields_office ul li,
  .gallery_filter_fields_year ul li {
    font-size: 18px;
  }
}

.gallery_filter_fields_office ul li:hover,
.gallery_filter_fields_year ul li:hover {
  background-color: #B6E1F94D;
  transition: all 0.3s ease-in-out;
}

.gallery_filter_fields_office {
  border-radius: 10px 0 0 0;
}

@media (min-width: 768px) {
  .gallery_filter_fields_office {
    border-radius: 25px 0 0 25px;
  }
}

@media (min-width: 768px) {
  .gallery_filter_fields_office.show {
    border-radius: 25px 0 0 0;
  }
}

.gallery_filter_fields_office ul {
  z-index: 2;
}

.gallery_filter_fields_year {
  border-radius: 0 0 0 10px;
  border-top: 1px solid #B6E1F9;
}

@media (min-width: 768px) {
  .gallery_filter_fields_year {
    border-radius: unset;
    border-top: unset;
    border-left: 1px solid #B6E1F9;
  }
}

.gallery_filter_fields_year.show {
  border-radius: 0;
}

@media (min-width: 768px) {
  .gallery_filter_fields_year.show {
    border-radius: unset;
  }
}

.gallery_filter_fields button {
  grid-column: 6 / 7;
  grid-row: 1 / 3;
  border: none;
  border-radius: 0 10px 10px 0;
  background-color: #FF9B00;
  outline: unset;
  cursor: pointer;
}

@media (min-width: 768px) {
  .gallery_filter_fields button {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: unset;
    grid-row: unset;
    flex: 1 1 105px;
    border-radius: 0 25px 25px 0;
  }
}

.gallery_filter_noResults {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #134C8F;
  display: block;
  text-align: center;
}

@media (min-width: 1024px) {
  .gallery_filter_noResults {
    font-size: 36px;
  }
}

.gallery_filter_container {
  position: relative;
  z-index: 0;
  padding: 40px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (min-width: 768px) {
  .gallery_filter_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 80px 0;
  }
}

.gallery_filter_container:has(.gallery_filter_noResults) {
  grid-template-columns: repeat(1, 1fr);
}

.gallery_filter_card {
  position: relative;
  width: calc(100% - 10px);
  margin: auto;
}

@media (min-width: 768px) {
  .gallery_filter_card {
    width: 100%;
    margin: 0;
  }
}

.gallery_filter_card::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #0473ba 0, #45b8ac 100%);
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 768px) {
  .gallery_filter_card::before {
    top: 10px;
    left: 10px;
  }
}

.gallery_filter_card:hover picture[data-function="bg-image"]>img {
  transform: scale(1.05);
}

.gallery_filter_card:hover .gallery_filter_card_content>img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(601%) hue-rotate(160deg) brightness(97%) contrast(91%);
}

.gallery_filter_card picture[data-function="bg-image"]>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  transition: transform 0.4s ease-in-out;
}

.gallery_filter_card_wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  height: 100%;
  min-height: 210px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .gallery_filter_card_wrapper {
    min-height: 275px;
  }
}

.gallery_filter_card_wrapper+span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: unset;
  bottom: 62px;
  left: -10px;
  padding: 1px 30px;
  min-height: 30px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  background: transparent linear-gradient(103deg, #45b8ac 0, #0473ba 100%) 0 0 no-repeat padding-box;
  color: #fff;
}

@media (min-width: 768px) {
  .gallery_filter_card_wrapper+span {
    font-size: 20px;
    padding: 5px 30px;
    bottom: 75px;
  }
}

.gallery_filter_card_content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 30px 20px 20px 20px;
  width: 100%;
  background: #FFFFFFE6 0% 0% no-repeat padding-box;
}

@media (min-width: 768px) {
  .gallery_filter_card_content {
    padding: 40px 40px 30px 30px;
  }
}

.gallery_filter_card_content>img {
  display: block;
  width: 25px;
  height: auto;
  transition: filter 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .gallery_filter_card_content>img {
    width: 30px;
  }
}

.gallery_filter_card_content_name>p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  color: #134c8f;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .gallery_filter_card_content_name>p {
    font-size: 20px;
  }
}

.gallery_filter_card_content>a {
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: 600;
  color: #134C8F;
  border: 2px solid #45B8AC;
  border-radius: 50px;
  background-color: #FFFFFF;
  text-transform: uppercase;
  margin: 15px 0 0;
  padding: 6px 15px;
  width: 100%;
  max-width: 125px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

@media (min-width: 768px) {
  .gallery_filter_card_content>a {
    font-size: 17px;
    padding: 6px 20px;
    margin: 25px 0 0;
    max-width: 135px;
  }
}

.gallery_filter_card_content>a>img {
  display: block;
  width: 100%;
  max-width: 16px;
  height: auto;
}

@media (min-width: 768px) {
  .gallery_filter_card_content>a>img {
    max-width: 17px;
  }
}

.video h2 {
  font-family: 'Raleway';
  font-size: 28px;
  font-weight: 600;
  color: #134C8F;
  text-align: center;
  display: block;
  padding: 60px 0 25px;
  margin: 0;
}

@media (min-width: 768px) {
  .video h2 {
    font-size: 34px;
    padding: 75px 0 30px;
  }
}

.video img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 22px;
  height: auto;
}

@media (min-width: 768px) {
  .video img {
    max-width: 30px;
  }
}

.video video {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 45px;
  aspect-ratio: 16 / 9;
}

.header_news {
  margin-top: 60px;
}

.header_news .cards_info_header {
  display: flex;
  gap: 20px;
  align-content: center;
  margin: 25px 0 50px;
}

@media (min-width: 768px) {
  .header_news .cards_info_header {
    margin: 0 0 50px;
  }
}

.header_news .taxonomy {
  background-color: #F8F8F8;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 10px;
  display: flex;
}

.header_news .taxonomy p {
  margin: 0;
  display: flex;
  align-items: center;
}

.header_news .taxonomy p span {
  margin-right: 10px;
  height: auto;
  transform: translateY(2px);
}

.header_news .date_post {
  background-color: #F8F8F8;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 10px;
  display: flex;
}

.header_news .date_post p {
  margin: 0;
  display: flex;
  align-items: center;
}

.header_news .date_post p span {
  margin-right: 10px;
  height: auto;
  transform: translateY(1px);
}

.header_news p {
  font-size: 18px;
}

.header_news h1 {
  font-size: 50px;
  line-height: 1em;
  font-weight: 500;
}

.header_news .cust-divider-botom {
  margin: 22px auto 69px 4px;
}

.header_news .cust-divider-botom::after {
  height: 2px;
  width: 270px;
}

.header_news .highlightedParagraph {
  background-color: #B6E1F938;
  padding: 20px 30px;
  margin-bottom: 40px;
}

.header_news .highlightedParagraph h2 {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Raleway';
  font-weight: 500;
}

.header_news .highlightedMessage {
  position: relative;
  margin: 30px 26px 0px 26px;
  padding-left: 20px;
  border-left: 9px solid #45B8AC;
  height: fit-content;
}

@media (max-width: 768px) {
  .header_news {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .header_news .highlightedMessage {
    margin-bottom: 30px;
  }

  .header_news .taxonomy p {
    font-size: 16px;
  }

  .header_news .date_post p {
    font-size: 16px;
  }

  .header_news .highlightedParagraph {
    padding: 25px;
    margin: 0;
  }

  .header_news .highlightedParagraph h2 {
    font-size: 17px;
  }

  .header_news p {
    font-size: 17px;
  }

  .header_news .cards_info_header {
    flex-direction: column;
    margin: 0px 0x 50px 0px;
  }

  .header_news h1 {
    font-size: 30px;
  }

  .header_news .cust-divider-m {
    width: 97%;
    margin: 30px auto 35px 6px;
  }
}

.gallery-carousel {
  padding: 10px 0;
}

.gallery-carousel .swiper.gallerySwiper {
  width: 100%;
}

@media (min-width: 768px) {
  .gallery-carousel .swiper.gallerySwiper {
    height: 500px;
  }
}

.gallery-carousel .gallerySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-carousel .gallerySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-carousel .gallerySwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #45B8AC;
}

.gallery-carousel .gallerySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
  border: solid 1px #45B8AC;
}

.gallery-carousel .gallerySwiper .swiper-button-next>svg,
.gallery-carousel .gallerySwiper .swiper-button-prev>svg {
  height: 32px;
  fill: #fff;
}

.gallery-carousel .gallerySwiper .swiper-button-next {
  background-image: url();
  opacity: 1;
}

.gallery-carousel .gallerySwiper .swiper-button-next::after {
  content: '';
}

.gallery-carousel .gallerySwiper .swiper-button-prev {
  background-image: url();
  transform: rotate(180deg);
  opacity: 1;
}

.gallery-carousel .gallerySwiper .swiper-button-prev::after {
  content: '';
}

@media (min-width: 767px) {
  .gallery-carousel {
    padding: 30px 0;
  }

  .gallery-carousel .swiper.gallerySwiper {
    width: 65%;
  }
}

.content_notice .image_notice {
  float: right;
  width: 40%;
  margin-left: 30px;
}

.content_notice .image_notice img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.content_notice a.image_notice {
  position: relative;
}

.content_notice a.image_notice::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url(https://universae.com/wp-content/uploads/2022/08/icono-play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.content_notice a.image_notice:hover::after {
  animation: 1s rebote-express 1;
}

.content_notice .text_notice {
  margin: 30px 0px;
}

.content_notice .text_notice:nth-child(2) {
  margin-bottom: 36px;
  min-height: 340px;
}

.content_notice .text_notice .content_text_notice {
  color: #666;
  font-size: 18px;
}

.content_notice .text_notice .content_text_notice p {
  color: #666;
  font-size: 17px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .content_notice .text_notice .content_text_notice p {
    font-size: 18px;
  }
}

.content_notice .text_notice .content_text_notice ul {
  margin-top: -14px;
}

.content_notice .text_notice .content_text_notice ul li {
  color: #666;
  font-size: 18px;
  margin-bottom: 10px;
}

.content_notice .text_notice a {
  color: #45B8AC;
  font-weight: 600;
}

.header_news .highlightedParagraph h2 {
  color: #134C8F;
  font-size: 18px;
  font-weight: 500;
}

.text_notice .title_paragraph .title {
  min-width: 150px;
  width: fit-content;
}

.text_notice .title_paragraph .title h3 {
  color: #134C8F;
  font-size: 22px;
  font-family: "Raleway", Sans-serif;
  font-weight: 600;
  margin: 0;
}

.text_notice .title_paragraph .cust-divider-m {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: 0px;
  width: 10%;
  height: 2px;
  background-color: #45B8AC;
}

@keyframes rebote-express {
  20% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  40% {
    transform: translate(-50%, -50%) scale(1.2);
  }

  60% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  80% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@media (max-width: 768px) {
  .text_notice .title_paragraph {
    position: relative;
  }

  .text_notice .title_paragraph h3 {
    font-size: 18px;
    width: fit-content;
  }

  .text_notice .title_paragraph .title h3 {
    font-size: 20px;
  }

  .text_notice .title_paragraph .cust-divider-m {
    width: 20%;
    margin-bottom: 20px;
  }

  .content_notice .text_notice .content_text_notice {
    font-size: 17px;
  }

  .content_notice .text_notice:nth-child(2) {
    margin-bottom: 0px;
    min-height: 180px;
  }

  .content_notice .image_notice {
    float: none;
    margin: auto;
    max-width: 600px;
    margin-bottom: 40px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .text_notice .title_paragraph h3 {
    min-width: initial;
    width: 100%;
  }
}

.footer_notice .share_buttons .title_buttons h3 {
  color: #134C8F;
  font-size: 22px;
  font-family: 'Raleway';
  text-align: center;
}

.footer_notice .source_pdf {
  font-family: 'Raleway', Sans-serif;
  margin-top: 30px;
}

.footer_notice .source_pdf span {
  color: #134C8F;
  font-weight: 600;
}

.footer_notice .source_pdf a {
  text-decoration: none;
  color: #45B8AC;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.footer_notice .source_no_link {
  text-decoration: none;
  color: #45B8AC;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.footer_notice .download_notice {
  font-family: 'Raleway', Sans-serif;
  font-weight: 500;
  background-image: linear-gradient(240deg, #45B8AC 0%, #134C8F 100%);
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  display: flex;
  align-items: center;
  width: 206px;
  margin-top: 30px;
  justify-content: center;
}

.footer_notice .download_notice svg {
  margin-right: 12px;
  width: 15px;
  height: auto;
}

.share-links-container {
  width: 100%;
  margin-top: 60px;
}

.share-links-container h3 {
  text-align: center;
  font-family: 'Addington CF', sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.share-links-container .separador {
  background-color: #45B8AC;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 45px;
  height: 2px;
  width: 100%;
}

.share-links-container .share-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  margin-block: 30px;
  row-gap: 15px;
}

.share-links-container .social-networks {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 0 13px;
  padding: 0 20px;
  border-radius: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: fit-content;
  word-break: break-word;
  transition: 0.3s all ease-in-out;
}

.share-links-container .social-networks:hover {
  color: #fff;
  filter: saturate(1.5) brightness(1.2);
  transition: 0.3s all ease-in-out;
}

.share-links-container .social-networks .social-logo {
  width: 14px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  margin-right: 12px;
}

.share-links-container .social-networks .social-name {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  padding: 8px 0px 8px 15px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .share-links-container {
    margin-top: 30px;
  }

  .share-links-container h3 {
    font-size: 30px;
  }

  .footer_notice .source_pdf span {
    font-size: 17px;
  }

  .footer_notice .source_pdf a,
  .footer_notice .source_pdf .source_no_link {
    font-size: 17px;
  }
}

.podcast_spotify .podcast iframe {
  width: 100%;
  margin: 30px 0px;
}

.bjmAIV video {
  object-fit: cover !important;
}

.video_youtube {
  max-width: 770px;
  max-height: 433px;
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  margin: 30px auto 60px auto;
}

.video_youtube .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video_youtube .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.legal-header {
  width: 100%;
  background-image: var(--backgroundImageResponsive);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  height: fit-content;
  min-height: 70vh;
  min-height: 70svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-header>.container {
  display: flex;
  align-items: center;
  width: 100%;
}

.legal-header_title {
  color: #fff;
}

.legal-header_title>h1 {
  font-family: 'Raleway';
  font-size: 30px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .legal-header_title>h1 {
    font-size: 40px;
  }
}

@media (min-width: 500px) {
  .legal-header {
    background-position: center center;
  }
}

@media (min-width: 768px) {
  .legal-header {
    background-image: var(--backgroundImage);
    height: fit-content;
    min-height: 625px;
  }
}

.accordion .accordion_wrapper .accordion_element {
  margin: 50px 0;
}

@media (min-width: 1024px) {
  .accordion .accordion_wrapper .accordion_element {
    margin: 100px 0;
  }
}

.accordion .accordion_wrapper .accordion_element_title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 60px;
  background: transparent;
}

.accordion .accordion_wrapper .accordion_element_title>img {
  display: block;
  height: 60px;
  width: auto;
}

.accordion .accordion_wrapper .accordion_element_title>h2 {
  font-family: 'Raleway';
  font-size: 22px;
  margin: auto;
  text-align: center;
}

.accordion .accordion_wrapper .accordion_element_title>h2::after {
  bottom: -13px !important;
}

@media (min-width: 1024px) {
  .accordion .accordion_wrapper .accordion_element_title>h2 {
    font-size: 30px;
    margin: 0;
    text-align: start;
  }
}

.accordion .accordion_wrapper .accordion_element_title>h2.cust-divider-botom::after {
  content: none;
}

@media (min-width: 1024px) {
  .accordion .accordion_wrapper .accordion_element_title>h2.cust-divider-botom::after {
    content: '';
    bottom: 4px;
  }
}

.accordion .accordion_wrapper .accordion_element_title p.dropdown-description {
  font-size: 17px !important;
  font-weight: 400;
  color: #0473BA;
}

.accordion .accordion_wrapper .accordion_element_title p.dropdown-description a {
  color: #45B8AC;
  font-size: 17px !important;
}

@media (min-width: 768px) {
  .accordion .accordion_wrapper .accordion_element_title p.dropdown-description {
    font-size: 18px !important;
  }

  .accordion .accordion_wrapper .accordion_element_title p.dropdown-description a {
    font-size: 18px !important;
  }
}

@media (min-width: 1024px) {
  .accordion .accordion_wrapper .accordion_element:has(.accordion_element_title > img) .accordion_element_content {
    margin: 25px 0 0 80px;
  }
}

.accordion .accordion_wrapper .accordion_element_content {
  display: block;
  margin: 25px 0;
  border: 2px solid #B6E1F9;
  border-radius: 10px;
}

.accordion .accordion_wrapper .accordion_element_content_title {
  display: flex;
  gap: 15px;
  background: linear-gradient(90deg, #B6E1F900 0%, #B6E1F966 100%) 0% 0% no-repeat padding-box;
  cursor: pointer;
  padding: 15px;
  align-items: center;
}

.accordion .accordion_wrapper .accordion_element_content_title>img {
  width: auto;
  display: block;
  height: 20px;
  transition: transform 0.3s ease-in-out;
}

.accordion .accordion_wrapper .accordion_element_content_title>h3 {
  font-family: 'Raleway';
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 1024px) {
  .accordion .accordion_wrapper .accordion_element_content_title>h3 {
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .accordion .accordion_wrapper .accordion_element_content_title {
    padding: 25px;
  }
}

.accordion .accordion_wrapper .accordion_element_content_text {
  padding: 22px;
  display: none;
  color: #0473BA;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
}

@media (min-width: 768px) {
  .accordion .accordion_wrapper .accordion_element_content_text {
    font-size: 18px;
  }
}

.accordion .accordion_wrapper .accordion_element_content_text>p {
  margin: 0;
  color: #0473BA;
}

.accordion .accordion_wrapper .accordion_element_content_text>ul {
  list-style: circle;
  color: #0473BA;
  margin: 0;
}

@media (min-width: 768px) {
  .accordion .accordion_wrapper .accordion_element_content_text>ul {
    margin: 0 0 0 40px;
  }
}

.accordion .accordion_wrapper .accordion_element_content_text strong {
  font-weight: 600;
}

.accordion .accordion_wrapper .accordion_element_content_text a {
  font-size: 17px;
  line-break: auto;
}

@media (min-width: 768px) {
  .accordion .accordion_wrapper .accordion_element_content_text a {
    font-size: 18px;
  }
}

.accordion .accordion_wrapper .accordion_element_content_text a:hover {
  color: #45B8AC;
}

.accordion .accordion_wrapper .accordion_element_content_text a strong {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .accordion .accordion_wrapper .accordion_element_content_text {
    padding: 25px 25px 25px 50px;
  }
}

@media (max-width: 1024px) {
  .accordion .accordion_wrapper {
    width: 100%;
  }
}