@charset "UTF-8";
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a, a svg {
  transition: all 0.1s ease-in-out; }

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

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

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

/* Forms
--------------------------------------------- */
/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  position: relative;
  overflow: hidden; }
  .search-form .search-field {
    border: none;
    padding-right: 32px; }
  .search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 4px; }
    .search-form .search-submit svg {
      fill: #ff0000;
      width: 24px;
      height: 24px; }

/*
 * Contact form 7
 * ----------------------------- */
.wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 1em 0; }
  .wpcf7-form label {
    color: #fff; }
  .wpcf7-form input,
  .wpcf7-form optgroup,
  .wpcf7-form select,
  .wpcf7-form textarea {
    width: 100%;
    padding: 0.5em;
    border: none;
    margin-top: 0.2em; }
  .wpcf7-form button,
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button] {
    width: auto;
    padding: 12px 24px;
    background-color: #ff0000; }
    .wpcf7-form button:hover,
    .wpcf7-form input[type=submit]:hover,
    .wpcf7-form input[type=button]:hover {
      background-color: #D83023; }

/* Blocks
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  color: #fff;
  background-color: #2b2b2b;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

a {
  color: #ff0000;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

strong {
  font-weight: 700; }

ol,
ul {
  margin: 0;
  padding: 0; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px; }

code {
  padding: 2px 4px;
  white-space: nowrap; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap; }

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

cite {
  font-style: normal; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 32px;
  padding: 0; }
  p.large, p.has-large-font-size {
    font-size: 18px; }
    @media (min-width: 992px) {
      p.large, p.has-large-font-size {
        font-size: 20px; } }
  p.has-regular-font-size {
    font-size: 16px; }
  p.small, p.has-small-font-size {
    font-size: 12px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Niramit', sans-serif;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding: 0 10px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #fff;
    /*
		&:hover {
			color: $highlight;
			text-decoration: none;
		}
		*/ }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

h1 {
  font-size: 3em; }
  @media (min-width: 992px) {
    h1 {
      font-size: 5em; } }

h2 {
  font-size: 2.65em; }
  @media (min-width: 992px) {
    h2 {
      font-size: 4em; } }

h3 {
  font-size: 2.35em; }
  @media (min-width: 992px) {
    h3 {
      font-size: 3em; } }

h4 {
  font-size: 2em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.2em; }

/* Button
--------------------------------------------- */
.wp-block-button {
  display: block !important; }

.wp-block-button__link, .wpcf7-form button,
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button] {
  border-radius: 28px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em; }
  .wp-block-button__link:hover, .wpcf7-form button:hover,
  .wpcf7-form input:hover[type=submit],
  .wpcf7-form input:hover[type=button] {
    text-decoration: none; }
  .wp-block-button__link:not(.has-text-color), .wpcf7-form button:not(.has-text-color),
  .wpcf7-form input:not(.has-text-color)[type=submit],
  .wpcf7-form input:not(.has-text-color)[type=button] {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover, .wpcf7-form button:not(.has-text-color):hover,
    .wpcf7-form input:not(.has-text-color):hover[type=submit],
    .wpcf7-form input:not(.has-text-color):hover[type=button] {
      color: white; }
  .wp-block-button__link:not(.has-background), .wpcf7-form button:not(.has-background),
  .wpcf7-form input:not(.has-background)[type=submit],
  .wpcf7-form input:not(.has-background)[type=button] {
    background-color: #ff0000; }
    .wp-block-button__link:not(.has-background):hover, .wpcf7-form button:not(.has-background):hover,
    .wpcf7-form input:not(.has-background):hover[type=submit],
    .wpcf7-form input:not(.has-background):hover[type=button], .wp-block-button__link:not(.has-background):focus, .wpcf7-form button:not(.has-background):focus,
    .wpcf7-form input:not(.has-background):focus[type=submit],
    .wpcf7-form input:not(.has-background):focus[type=button] {
      background-color: #990000; }
  .wp-block-button__link.has-rojo-color:hover, .wpcf7-form button.has-rojo-color:hover,
  .wpcf7-form input.has-rojo-color:hover[type=submit],
  .wpcf7-form input.has-rojo-color:hover[type=button], .wp-block-button__link.has-rojo-color:focus, .wpcf7-form button.has-rojo-color:focus,
  .wpcf7-form input.has-rojo-color:focus[type=submit],
  .wpcf7-form input.has-rojo-color:focus[type=button] {
    color: #ff0000; }
  .wp-block-button__link.has-rojo-background-color:hover, .wpcf7-form button.has-rojo-background-color:hover,
  .wpcf7-form input.has-rojo-background-color:hover[type=submit],
  .wpcf7-form input.has-rojo-background-color:hover[type=button], .wp-block-button__link.has-rojo-background-color:focus, .wpcf7-form button.has-rojo-background-color:focus,
  .wpcf7-form input.has-rojo-background-color:focus[type=submit],
  .wpcf7-form input.has-rojo-background-color:focus[type=button] {
    background-color: #990000; }
  .wp-block-button__link.has-blanco-color:hover, .wpcf7-form button.has-blanco-color:hover,
  .wpcf7-form input.has-blanco-color:hover[type=submit],
  .wpcf7-form input.has-blanco-color:hover[type=button], .wp-block-button__link.has-blanco-color:focus, .wpcf7-form button.has-blanco-color:focus,
  .wpcf7-form input.has-blanco-color:focus[type=submit],
  .wpcf7-form input.has-blanco-color:focus[type=button] {
    color: #fff; }
  .wp-block-button__link.has-blanco-background-color:hover, .wpcf7-form button.has-blanco-background-color:hover,
  .wpcf7-form input.has-blanco-background-color:hover[type=submit],
  .wpcf7-form input.has-blanco-background-color:hover[type=button], .wp-block-button__link.has-blanco-background-color:focus, .wpcf7-form button.has-blanco-background-color:focus,
  .wpcf7-form input.has-blanco-background-color:focus[type=submit],
  .wpcf7-form input.has-blanco-background-color:focus[type=button] {
    background-color: #cccccc; }
  .wp-block-button__link.has-negro-color:hover, .wpcf7-form button.has-negro-color:hover,
  .wpcf7-form input.has-negro-color:hover[type=submit],
  .wpcf7-form input.has-negro-color:hover[type=button], .wp-block-button__link.has-negro-color:focus, .wpcf7-form button.has-negro-color:focus,
  .wpcf7-form input.has-negro-color:focus[type=submit],
  .wpcf7-form input.has-negro-color:focus[type=button] {
    color: #000; }
  .wp-block-button__link.has-negro-background-color:hover, .wpcf7-form button.has-negro-background-color:hover,
  .wpcf7-form input.has-negro-background-color:hover[type=submit],
  .wpcf7-form input.has-negro-background-color:hover[type=button], .wp-block-button__link.has-negro-background-color:focus, .wpcf7-form button.has-negro-background-color:focus,
  .wpcf7-form input.has-negro-background-color:focus[type=submit],
  .wpcf7-form input.has-negro-background-color:focus[type=button] {
    background-color: black; }
  .wp-block-button__link.has-gris-claro-color:hover, .wpcf7-form button.has-gris-claro-color:hover,
  .wpcf7-form input.has-gris-claro-color:hover[type=submit],
  .wpcf7-form input.has-gris-claro-color:hover[type=button], .wp-block-button__link.has-gris-claro-color:focus, .wpcf7-form button.has-gris-claro-color:focus,
  .wpcf7-form input.has-gris-claro-color:focus[type=submit],
  .wpcf7-form input.has-gris-claro-color:focus[type=button] {
    color: #EFEFEF; }
  .wp-block-button__link.has-gris-claro-background-color:hover, .wpcf7-form button.has-gris-claro-background-color:hover,
  .wpcf7-form input.has-gris-claro-background-color:hover[type=submit],
  .wpcf7-form input.has-gris-claro-background-color:hover[type=button], .wp-block-button__link.has-gris-claro-background-color:focus, .wpcf7-form button.has-gris-claro-background-color:focus,
  .wpcf7-form input.has-gris-claro-background-color:focus[type=submit],
  .wpcf7-form input.has-gris-claro-background-color:focus[type=button] {
    background-color: #bcbcbc; }
  .wp-block-button__link.has-gris-oscuro-color:hover, .wpcf7-form button.has-gris-oscuro-color:hover,
  .wpcf7-form input.has-gris-oscuro-color:hover[type=submit],
  .wpcf7-form input.has-gris-oscuro-color:hover[type=button], .wp-block-button__link.has-gris-oscuro-color:focus, .wpcf7-form button.has-gris-oscuro-color:focus,
  .wpcf7-form input.has-gris-oscuro-color:focus[type=submit],
  .wpcf7-form input.has-gris-oscuro-color:focus[type=button] {
    color: #232323; }
  .wp-block-button__link.has-gris-oscuro-background-color:hover, .wpcf7-form button.has-gris-oscuro-background-color:hover,
  .wpcf7-form input.has-gris-oscuro-background-color:hover[type=submit],
  .wpcf7-form input.has-gris-oscuro-background-color:hover[type=button], .wp-block-button__link.has-gris-oscuro-background-color:focus, .wpcf7-form button.has-gris-oscuro-background-color:focus,
  .wpcf7-form input.has-gris-oscuro-background-color:focus[type=submit],
  .wpcf7-form input.has-gris-oscuro-background-color:focus[type=button] {
    background-color: black; }

.be-button,
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.site-container div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #ff0000;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word; }
  .be-button:hover, .be-button:focus,
  .site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
  .site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
  .site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
  .site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
  .site-container div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
  .site-container div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #990000;
    border: none; }

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left; }
  blockquote p,
  blockquote.wp-block-quote p {
    color: #ff0000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #ff0000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    margin: calc( 2 * $block-margin) auto; }
    blockquote.is-large p, blockquote.is-style-large p,
    blockquote.wp-block-quote.is-large p,
    blockquote.wp-block-quote.is-style-large p {
      font-size: 24px; }
      @media (min-width: 768px) {
        blockquote.is-large p, blockquote.is-style-large p,
        blockquote.wp-block-quote.is-large p,
        blockquote.wp-block-quote.is-style-large p {
          font-size: 36px; } }
    blockquote.is-large cite, blockquote.is-style-large cite,
    blockquote.wp-block-quote.is-large cite,
    blockquote.wp-block-quote.is-style-large cite {
      text-align: left; }

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 8px solid #ff0000;
    border-bottom: 8px solid #ff0000;
    padding: 16px 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #E0E0E0;
  border: 0;
  height: 1px; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
  hr:not(.is-style-wide):not(.is-style-dots)::before {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    background: #ff0000; }

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #2b2b2b;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px; }

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto; }

figcaption {
  color: #fff !important;
  text-align: left;
  font-size: 14px;
  font-style: italic; }

/* Tables
--------------------------------------------- */
.table,
.wp-block-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0; }
  .table th,
  .table td,
  .wp-block-table th,
  .wp-block-table td {
    padding: 16px;
    vertical-align: center;
    border-top: 1px solid #E0E0E0; }
  .table thead th,
  .wp-block-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #E0E0E0; }
  .table tbody + tbody,
  .wp-block-table tbody + tbody {
    border-top: 2px solid #E0E0E0; }

/* Media And Text
--------------------------------------------- */
@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 1fr;
    grid-template-areas: "media-text-media" "media-text-content" !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      margin-bottom: 64px; } }

/* Color Options
--------------------------------------------- */
.has-rojo-color {
  color: #ff0000; }

.has-rojo-background-color {
  background-color: #ff0000; }

.has-blanco-color {
  color: #fff; }

.has-blanco-background-color {
  background-color: #fff; }

.has-negro-color {
  color: #000; }

.has-negro-background-color {
  background-color: #000; }

.has-gris-claro-color {
  color: #EFEFEF; }

.has-gris-claro-background-color {
  background-color: #EFEFEF; }

.has-gris-oscuro-color {
  color: #232323; }

.has-gris-oscuro-background-color {
  background-color: #232323; }

/* WPForms
--------------------------------------------- */
div.wpforms-container.wpforms-container-full .wpforms-field {
  padding: 0;
  margin-bottom: 32px; }

div.wpforms-container.wpforms-container-full .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: center; }

div.wpforms-container.wpforms-container-full label.wpforms-error,
div.wpforms-container.wpforms-container-full .wpforms-field-label {
  font-size: 14px;
  font-weight: 400; }

div.wpforms-container.wpforms-container-full label.wpforms-error {
  margin-top: 8px; }

div.wpforms-container.wpforms-container-full .wpforms-field-label {
  margin-bottom: 8px; }

/*
 * Alineación ancha
 */
.alignwide,
.alignfull,
.fotocover {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important; }
  @media (min-width: 768px) {
    .alignwide,
    .alignfull,
    .fotocover {
      margin: 0 calc(50% - 50vw) !important;
      max-width: 100vw !important;
      width: 100vw !important; } }
  .alignwide > *,
  .alignfull > *,
  .fotocover > * {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto; }
  .alignwide > .wp-block-embed__wrapper,
  .alignfull > .wp-block-embed__wrapper,
  .fotocover > .wp-block-embed__wrapper {
    max-width: 100%; }

@media (min-width: 992px) {
  .alignwide {
    margin: 0 calc( ( 920px - 992px ) / 2) !important;
    max-width: 992px !important;
    width: 992px !important; } }

/*
 * Columnas
 */
.wp-block-columns {
  display: flex !important; }

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 50% !important;
    flex-grow: 1 !important; } }

/*
 * Clases propias
 */
.col-chica {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap; }
  .col-chica .wp-block-column:not(:last-child) {
    margin-right: 16px; }
  .col-chica .wp-block-column:not(:first-child) {
    margin-left: 16px; }

.col-claras .wp-block-column, .col-claras > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] {
  margin: 0 !important;
  padding: 30px;
  background-color: #353535;
  border: none;
  flex-grow: 1; }

.col-claras h2,
.col-claras h3,
.col-claras h4 {
  text-transform: uppercase; }
  .col-claras h2:after,
  .col-claras h3:after,
  .col-claras h4:after {
    width: 30px;
    height: 3px;
    content: "";
    background-color: #fff;
    display: block;
    margin: 15px auto 0; }

.col-icotxt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center; }
  @media (min-width: 600px) {
    .col-icotxt {
      flex-direction: row;
      flex-wrap: nowrap;
      text-align: left; } }
  .col-icotxt .wp-block-column {
    margin: 0 !important;
    padding: 5px 15px; }

.jala-arriba {
  margin-top: 0 !important; }
  @media (min-width: 992px) {
    .jala-arriba {
      margin-top: -80px !important;
      position: relative;
      z-index: 100; } }

.jala-arriba-mucho {
  margin-top: -120px !important;
  position: relative;
  z-index: 100; }

.pegar-arriba {
  margin-top: -20px !important; }

.cols-grandes {
  margin: 0 !important; }
  .cols-grandes .wp-block-column, .cols-grandes > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] {
    padding: 40px;
    margin: 0;
    border: none;
    background-color: #232323;
    min-height: 290px; }
    .cols-grandes .wp-block-column:nth-child(odd), .cols-grandes > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:nth-child(odd) {
      background-color: #353535; }
  .cols-grandes.wp-block-media-text {
    background-color: #353535; }
    .cols-grandes.wp-block-media-text.has-media-on-the-right {
      background-color: #232323; }

.seccion-espaciada {
  padding: 40px 60px 60px; }
  .seccion-espaciada :first-child {
    margin-top: 0; }

.fotocover {
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
  background-position: center 20%;
  background-size: cover; }
  .fotocover.archive-intro {
    margin-bottom: -150px !important; }

.seccion-resaltada {
  background-color: #232323; }

@media (min-width: 768px) {
  .seccion-flecha {
    background-image: url("../images/flecha.seccion.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #1e1e1e;
    min-height: 320px;
    padding-right: 250px !important; } }

/* Fondo de bloque seccion */
.wp-block-mkl-section-block {
  padding-left: 32px;
  padding-right: 32px; }

.wp-block-mkl-section-block .section-bg.bg__stretched {
  background-position: center; }

/* Color de texto en el editor */
.editor-styles-wrapper, .editor-styles-wrapper p {
  color: inherit; }

.media-text-interactivo .wp-block-media-text__content .wp-block-image {
  cursor: pointer; }
  .media-text-interactivo .wp-block-media-text__content .wp-block-image img {
    transition: transform 0.2s ease-in-out;
    transform: none;
    transform-origin: bottom; }
  .media-text-interactivo .wp-block-media-text__content .wp-block-image:hover img {
    transform: scale(1.25); }

.cover-animacion {
  padding-top: 400px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .cover-animacion {
      padding-top: 300px;
      padding-bottom: 100px; } }
  .cover-animacion .wpbdmv-animation {
    max-width: 920px !important; }
    .cover-animacion .wpbdmv-animation > svg {
      width: 400px !important;
      max-width: 100%;
      height: auto !important; }

/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1232px;
  margin: 0 auto; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

.site-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.site-inner {
  padding: 0;
  flex-grow: 1;
  /*
	@include media(">=tablet") {
		padding: 40px 0;
	}
	*/ }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none; } }

@media (min-width: 992px) {
  .sidebar-content .site-main,
  .content-sidebar .site-main {
    float: left;
    width: 65.75342%; }
  .sidebar-content .sidebar-primary,
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.68151%; }
  .sidebar-content .site-main {
    float: right; }
  .sidebar-content .sidebar-primary {
    float: left; } }

/* Site Header
---------------------------------------------------------------------------------------------------- */
@keyframes aparece-desde-arriba {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes fade-in {
  from {
    transform: scale(0.8);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

.site-header {
  background-color: #232323;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .site-header {
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 200;
      /* Animación */
      animation: aparece-desde-arriba;
      animation-duration: 0.75s;
      animation-timing-function: ease;
      animation-delay: 1s;
      animation-fill-mode: both; } }

.admin-bar .site-header {
  top: 32px; }

.title-area {
  float: left;
  width: 165px;
  animation: fade-in;
  animation-duration: 0.75s;
  animation-timing-function: ease;
  animation-delay: 1.75s;
  animation-fill-mode: both;
  /*
	.site-title a {
	  	background: url(../images/logo.svg) no-repeat center;
	  	background-size: contain;
		display: block;
		text-indent: -9999em;
		width: 100%;
		height: 0;
		padding-bottom: 69px / 165px * 100%;
	}
*/ }
  .title-area h1.site-title,
  .title-area p.site-title {
    margin: 0; }

/* Admin Bar
--------------------------------------------- */
@media (min-width: 768px) {
  .admin-bar .site-container {
    padding-top: 32px; } }

@media (max-width: 767px) {
  #wpadminbar {
    display: none !important; } }

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%; }

.nav-menu .menu-item {
  float: left;
  list-style: none;
  position: relative; }
  .nav-menu .menu-item a {
    border: none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    text-decoration: none; }
  .nav-menu .menu-item:hover > a,
  .nav-menu .menu-item.current-menu-item > a,
  .nav-menu .menu-item.current-menu-ancestor > a {
    color: #ff0000; }

.nav-menu .sub-menu {
  padding: 7px; }

/* Primary
--------------------------------------------- */
.nav-primary {
  font-family: 'Niramit', sans-serif;
  font-weight: 700;
  font-style: italic; }
  @media (max-width: 768px) {
    .nav-primary {
      display: none;
      border-top: none; }
      .mobile-menu-expanded .nav-primary {
        background: #232323;
        margin: 0 -16px;
        padding: 8px 16px;
        display: block; }
        .mobile-menu-expanded .nav-primary .menu-item.search,
        .mobile-menu-expanded .nav-primary .sub-menu {
          display: none; }
        .mobile-menu-expanded .nav-primary .menu-item {
          float: none;
          padding: 0 1em; }
        .mobile-menu-expanded .nav-primary .submenu-active .submenu-expand {
          transform: rotate(180deg); }
        .mobile-menu-expanded .nav-primary .submenu-active > .sub-menu {
          display: block; }
        .mobile-menu-expanded .nav-primary .menu > .menu-item > a {
          padding: 20px 0; }
        .mobile-menu-expanded .nav-primary .menu > .menu-item + .menu-item {
          border-top: 1px solid #353535; }
        .mobile-menu-expanded .nav-primary .menu > .menu-item.menu-item-has-children {
          padding-right: 32px; }
        .mobile-menu-expanded .nav-primary .submenu-expand {
          position: absolute;
          right: 0;
          top: 0;
          width: 32px;
          height: 56px;
          text-align: center;
          line-height: 0;
          cursor: pointer;
          outline: none; }
          .mobile-menu-expanded .nav-primary .submenu-expand svg {
            width: 16px;
            height: 16px;
            margin-top: calc( ( 56px - 16px ) / 2); }
          .mobile-menu-expanded .nav-primary .submenu-expand:hover svg {
            fill: #ff0000; } }
  @media (min-width: 769px) {
    .nav-primary {
      float: right;
      width: auto; }
      .nav-primary .menu > .menu-item {
        animation: fade-in;
        animation-duration: 0.75s;
        animation-timing-function: ease;
        animation-fill-mode: both; }
        .nav-primary .menu > .menu-item > a {
          padding: 32px 16px;
          border-bottom: 2px solid transparent; }
        .nav-primary .menu > .menu-item:hover > a,
        .nav-primary .menu > .menu-item.current-menu-item > a,
        .nav-primary .menu > .menu-item.current-menu-ancestor > a {
          /* background: $grey_1; */
          color: #fff;
          border-bottom: 2px solid #ff0000; }
        .nav-primary .menu > .menu-item:hover > .sub-menu {
          left: auto;
          opacity: 1; }
        .nav-primary .menu > .menu-item.menu-item-has-children > a {
          padding-right: 26px; }
        .nav-primary .menu > .menu-item:nth-child(20n+1) {
          animation-delay: 2.2s; }
        .nav-primary .menu > .menu-item:nth-child(20n+2) {
          animation-delay: 2.55s; }
        .nav-primary .menu > .menu-item:nth-child(20n+3) {
          animation-delay: 2.9s; }
        .nav-primary .menu > .menu-item:nth-child(20n+4) {
          animation-delay: 3.25s; }
        .nav-primary .menu > .menu-item:nth-child(20n+5) {
          animation-delay: 3.6s; }
        .nav-primary .menu > .menu-item:nth-child(20n+6) {
          animation-delay: 3.95s; }
        .nav-primary .menu > .menu-item:nth-child(20n+7) {
          animation-delay: 4.3s; }
        .nav-primary .menu > .menu-item:nth-child(20n+8) {
          animation-delay: 4.65s; }
        .nav-primary .menu > .menu-item:nth-child(20n+9) {
          animation-delay: 5s; }
        .nav-primary .menu > .menu-item:nth-child(20n+10) {
          animation-delay: 5.35s; }
        .nav-primary .menu > .menu-item:nth-child(20n+11) {
          animation-delay: 5.7s; }
        .nav-primary .menu > .menu-item:nth-child(20n+12) {
          animation-delay: 6.05s; }
        .nav-primary .menu > .menu-item:nth-child(20n+13) {
          animation-delay: 6.4s; }
        .nav-primary .menu > .menu-item:nth-child(20n+14) {
          animation-delay: 6.75s; }
        .nav-primary .menu > .menu-item:nth-child(20n+15) {
          animation-delay: 7.1s; }
        .nav-primary .menu > .menu-item:nth-child(20n+16) {
          animation-delay: 7.45s; }
        .nav-primary .menu > .menu-item:nth-child(20n+17) {
          animation-delay: 7.8s; }
        .nav-primary .menu > .menu-item:nth-child(20n+18) {
          animation-delay: 8.15s; }
        .nav-primary .menu > .menu-item:nth-child(20n+19) {
          animation-delay: 8.5s; }
        .nav-primary .menu > .menu-item:nth-child(20n+20) {
          animation-delay: 8.85s; }
      .nav-primary .submenu-expand {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -5px;
        line-height: 0; }
        .nav-primary .submenu-expand svg {
          width: 10px;
          height: 10px; }
      .nav-primary .sub-menu {
        background: #FAFAFA;
        left: -9999px;
        opacity: 0;
        padding: 7px;
        position: absolute;
        width: 180px;
        z-index: 99; }
        .nav-primary .sub-menu .menu-item {
          float: none; }
        .nav-primary .sub-menu .sub-menu {
          margin: -54px 0 0 199px; } }

/* Mobile
--------------------------------------------- */
.nav-mobile {
  float: right;
  width: auto; }
  @media (min-width: 769px) {
    .nav-mobile {
      display: none; } }

.mobile-menu-toggle {
  border: none;
  display: block;
  padding: 12px;
  width: 100%;
  background-color: #fff; }
  .mobile-menu-toggle:focus,
  .mobile-menu-expanded .mobile-menu-toggle {
    background: #ff0000;
    color: #fff;
    outline: none; }
    .mobile-menu-toggle:focus svg,
    .mobile-menu-expanded .mobile-menu-toggle svg {
      fill: #fff; }
  .mobile-menu-toggle svg {
    vertical-align: middle; }
  .mobile-menu-toggle .menu-close {
    display: none; }
  .mobile-menu-expanded .mobile-menu-toggle .menu-close {
    display: inline; }
  .mobile-menu-expanded .mobile-menu-toggle .menu-open {
    display: none; }

/* Archive
---------------------------------------------------------------------------------------------------- */
/* Entry Navigation
--------------------------------------------- */
.posts-navigation {
  border-top: 1px solid #EFEFEF;
  overflow: hidden;
  padding-top: 24px;
  text-align: center;
  width: 100%; }
  .posts-navigation .page-numbers {
    color: #fff;
    display: inline-block;
    min-width: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 10px;
    text-decoration: none; }
    .posts-navigation .page-numbers:not(.dots):hover, .posts-navigation .page-numbers.current, .posts-navigation .page-numbers.active {
      background: #ff0000;
      color: #fff; }

.lista-entradas {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }
  @media (min-width: 600px) {
    .lista-entradas {
      flex-direction: row;
      flex-wrap: wrap; } }
  .lista-entradas > article {
    border: none;
    margin: 10px;
    padding: 0;
    background-color: #232323; }
    @media (min-width: 600px) {
      .lista-entradas > article {
        flex-basis: calc(50% - 20px);
        flex-grow: 0;
        flex-shrink: 1; } }
    .lista-entradas > article .txt {
      padding: 10px;
      max-width: 450px;
      margin: 0 auto; }
      .lista-entradas > article .txt h1, .lista-entradas > article .txt h2, .lista-entradas > article .txt h3, .lista-entradas > article .txt h4, .lista-entradas > article .txt h5, .lista-entradas > article .txt h6 {
        padding: 0; }

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem; }
  .entry-content ul li, .entry-content ol li {
    padding-bottom: .25rem; }
    .entry-content ul li:last-child, .entry-content ol li:last-child {
      padding-bottom: 0; }
    .entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
      padding-top: .5rem; }

.entry > * > *:first-child,
.entry-comments > *:first-child,
.comment-respond > *:first-child {
  margin-top: 0; }

@media (min-width: 768px) {
  .entry > *,
  .entry-comments,
  .comment-respond {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto; } }

.entry-content > * {
  margin: 0 0;
  max-width: 100%; }
  .entry-content > * > *:first-child {
    margin-top: 0; }
  .entry-content > * > *:last-child {
    margin-bottom: 0; }
  .full-width-content .entry-content > *.alignwide {
    margin: calc( 2 * 0) -32px;
    max-width: calc( 100% + 64px); }
    @media (min-width: 992px) {
      .full-width-content .entry-content > *.alignwide {
        margin: calc( 2 * 0) calc(25% - 25vw);
        max-width: 100vw;
        width: auto; } }
  .full-width-content .entry-content > *.alignfull, .full-width-content .entry-content > *.fotocover {
    margin: calc( 2 * 0) -32px;
    max-width: calc( 100% + 64px); }
    @media (min-width: 992px) {
      .full-width-content .entry-content > *.alignfull, .full-width-content .entry-content > *.fotocover {
        margin: calc( 2 * 0) calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw; } }
  .entry-content > *.alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0 0 0 0; }
  .entry-content > *.alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0 0 0 0; }
  .entry-content > *.aligncenter {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .entry-content > *.aligncenter {
        margin-left: 0;
        margin-right: 0; } }

.entry-content > p {
  padding: 0 1em; }

/* Single Post
--------------------------------------------- */
.page .entry-header, .single .entry-header {
  margin-bottom: 30px;
  margin-top: 100px; }
  @media (max-width: 767px) {
    .page .entry-header, .single .entry-header {
      margin-bottom: 16px; } }
  .page .entry-header *:last-child, .single .entry-header *:last-child {
    margin-bottom: 0; }

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 64px; }
  .entry-comments .comment-list li {
    list-style-type: none;
    border: 1px solid #EFEFEF; }
    .entry-comments .comment-list li article {
      padding: 32px; }
    .entry-comments .comment-list li.staff {
      border-color: #ff0000;
      border-left-width: 4px; }
  .entry-comments .comment-list > li {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0; }
  .entry-comments .comment-list .comment-author {
    color: #353535;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0; }
    .entry-comments .comment-list .comment-author a {
      color: #353535;
      text-decoration: none; }
      .entry-comments .comment-list .comment-author a:hover {
        color: #ff0000; }
    .entry-comments .comment-list .comment-author .says {
      display: none; }
  .entry-comments .comment-list .comment-meta {
    font-size: 12px;
    margin-bottom: 12px;
    color: #9E9E9E; }
    .entry-comments .comment-list .comment-meta a {
      color: #9E9E9E;
      text-decoration: none; }
      .entry-comments .comment-list .comment-meta a:hover {
        color: #ff0000; }
  .entry-comments .comment-list .comment-content p:last-child {
    margin: 0; }
  .entry-comments .comment-list .reply {
    font-weight: 700;
    margin-top: 12px; }
  .entry-comments .comment-list ul.children {
    margin: 0; }
    .entry-comments .comment-list ul.children li {
      border-top: 1px solid #E0E0E0; }

.entry-comments .comment-respond label {
  display: block;
  margin-right: 12px;
  font-weight: 700; }
  .entry-comments .comment-respond label[for="subscribe"], .entry-comments .comment-respond label[for="wp-comment-cookies-consent"] {
    display: inline-block; }

@media (min-width: 768px) {
  .entry-comments .comment-respond .comment-form-author,
  .entry-comments .comment-respond .comment-form-email {
    float: left;
    width: calc( 50% - 16px); }
  .entry-comments .comment-respond .comment-form-email {
    margin-left: 32px; }
  .entry-comments .comment-respond input[type="submit"] {
    width: auto; } }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #232323;
  color: #fff;
  text-align: left; }
  .site-footer :link,
  .site-footer :visited {
    color: inherit;
    text-decoration: underline; }
  .site-footer h1,
  .site-footer h2,
  .site-footer h3,
  .site-footer h4,
  .site-footer h5,
  .site-footer h6 {
    color: inherit; }

.site-footer p {
  margin-bottom: 0; }

.areas-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end; }
  .areas-footer .un-area {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 15px; }
    .areas-footer .un-area:nth-child(2) {
      flex-basis: 100%;
      flex-shrink: 0;
      flex-grow: 0;
      order: -1; }
  @media (min-width: 768px) {
    .areas-footer {
      flex-direction: row;
      flex-wrap: nowrap; }
      .areas-footer .un-area {
        flex-basis: 150px;
        flex-grow: 0;
        flex-shrink: 1; }
        .areas-footer .un-area:nth-child(2) {
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: 100%;
          text-align: right;
          order: initial; } }

#menu-redes-sociales {
  display: flex;
  list-style: none;
  font-size: 2em; }
  #menu-redes-sociales li {
    padding: 0 5px;
    margin-bottom: -0.25em; }

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