@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */ }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

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

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("static/fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("static/fonts/Montserrat-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("static/fonts/Montserrat-Bold.ttf") format("truetype"); }

html {
  box-sizing: border-box; }

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

body {
  font-family: "Montserrat-Regular";
  opacity: 0;
  animation: fadeIn ease-in-out .25s forwards; }

.contenedor {
  max-width: 1280px;
  margin: 0 auto; }

.logo {
  margin: 60px auto 0 auto;
  padding: 60px 0 0 0;
  text-align: center;
  display: block;
  width: fit-content;
  position: relative; }
  .logo:before {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    background-color: #F0F0F0; }
  .logo p {
    margin: 0;
    padding: 0;
    margin: 0 0 7.5px 0; }
  .logo img {
    display: block;
    width: 100%;
    max-width: 270px; }

.fondo--blanco {
  background-color: #FFFFFF; }

.fondo--negro {
  background-color: #000000; }

.fondo--gris {
  background-color: #D1D1D1; }

.fondo--azul-oscuro {
  background-color: #292C46; }

.fondo--naranja {
  background-color: #FE4C0B; }

.fondo--gris {
  background-color: #D1D1D1; }

.fondo--gris-claro {
  background-color: #F0F0F0; }

.color--blanco {
  color: #FFFFFF; }

.color--negro {
  color: #000000; }

.color--gris {
  color: #D1D1D1; }

.color--azul-oscuro {
  color: #292C46; }

.color--naranja {
  color: #FE4C0B; }

.color--gris {
  color: #D1D1D1; }

.color--gris-claro {
  color: #F0F0F0; }

.linea--top:before, .linea--top:after, .linea--bottom:before, .linea--bottom:after {
  width: 1px;
  height: 80px;
  left: 50%;
  position: absolute;
  background-color: #FE4C0B; }

.linea--top:before {
  content: '';
  display: block;
  top: -40px; }

.linea--bottom:before {
  content: '';
  display: block;
  bottom: -40px; }

.boton {
  display: block;
  width: fit-content;
  margin: 30px auto;
  padding: 15px 60px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  color: #292C46;
  border-color: #292C46;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .boton:hover {
    background-color: #D1D1D1;
    border-color: #D1D1D1;
    color: #FFFFFF; }
  .boton span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .boton span:nth-of-type(1) {
      display: block; }
    .boton span:nth-of-type(2) {
      display: none; }
  .boton.active span:nth-of-type(1) {
    display: none; }
  .boton.active span:nth-of-type(2) {
    display: block; }

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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

.header {
  display: block;
  padding: 7.5px;
  opacity: 0;
  animation: fadeIn ease-in-out 1s forwards .5s; }
  .header--logo {
    margin: auto;
    display: block;
    width: fit-content; }
    .header--logo img {
      width: 100%;
      max-width: 150px; }

@media only screen and (max-width: 768px) {
  .header--logo {
    max-width: 100px; } }

.footer {
  padding: 45px 7.5px;
  border-top: 1px solid #F0F0F0; }
  .footer--logo {
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto 15px auto; }
    .footer--logo img {
      width: 100%;
      max-width: 150px; }
  .footer--menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .footer--menu p {
      margin: 0 5px 0 0; }
    .footer--menu a {
      text-decoration: none;
      margin: 5px; }

.bloque__fondo {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  opacity: 0;
  animation: slideDown ease-in-out .75s forwards .25s; }
  .bloque__fondo img {
    width: 100%;
    object-fit: cover; }

@media only screen and (max-width: 768px) {
  .bloque__fondo {
    height: 45vh; }
    .bloque__fondo img {
      height: 100%; } }

.bloque__hero {
  padding: 90px 30px;
  position: relative; }
  .bloque__hero--fondo {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    opacity: 0;
    animation: slideDown ease-in-out .75s forwards .25s; }
    .bloque__hero--fondo img {
      width: 100%;
      object-fit: cover; }
  .bloque__hero--texto {
    position: relative;
    text-align: center;
    max-width: 798px;
    margin: auto; }
    .bloque__hero--texto .none {
      display: none; }
      .bloque__hero--texto .none.show {
        display: block; }
  .bloque__hero--video > div {
    position: relative;
    background-color: #000000;
    max-width: 1280px;
    margin: 45px auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: fadeIn ease-in-out .75s forwards 1s; }
    .bloque__hero--video > div > img {
      opacity: .8;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .bloque__hero--video > div > video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      outline: none;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .bloque__hero--video > div > video.active {
        opacity: 1; }
  .bloque__hero--video--play {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .bloque__hero--video--play > img {
      width: 100%;
      max-width: 60px;
      display: block;
      opacity: 1;
      margin: 0 auto 10px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .bloque__hero--video--play > span {
      font-family: "Montserrat-SemiBold"; }
    .bloque__hero--video--play.hidden {
      opacity: 0;
      z-index: -1; }
    .bloque__hero--video--play:hover img {
      opacity: .5;
      transform: translateY(-5px); }
  .bloque__hero--video--redes {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center; }
    .bloque__hero--video--redes span {
      cursor: pointer;
      display: block;
      margin: 0 0 0 7.5px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .bloque__hero--video--redes span > img {
        opacity: 1;
        width: 100%;
        display: block;
        max-width: 30px; }
      .bloque__hero--video--redes span:hover {
        transform: translateY(-2px); }
  .bloque__hero--video.slider {
    margin: 45px 0 0 0; }
    .bloque__hero--video.slider > div {
      box-shadow: none;
      background-color: transparent;
      margin: 0;
      max-width: 100%; }
    .bloque__hero--video.slider .owl-item > div {
      position: relative;
      width: 100%;
      max-width: 1280px;
      margin: 0 auto; }
      .bloque__hero--video.slider .owl-item > div > div:first-of-type {
        position: relative;
        width: 100%;
        box-shadow: 1 0 0 30px rgba(0, 0, 0, 0.2);
        max-width: 1280px;
        background-color: #000000;
        margin: 0 0 120px 0; }
      .bloque__hero--video.slider .owl-item > div > div > img {
        opacity: .8;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 0; }
      .bloque__hero--video.slider .owl-item > div > div > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        outline: none;
        margin: 0 0 30px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .bloque__hero--video.slider .owl-item > div > div > video.active {
          opacity: 1; }
    .bloque__hero--video.slider .owl-dots {
      display: flex;
      justify-content: center;
      position: absolute;
      top: 74%;
      left: 50%;
      transform: translate(-50%, 0); }
      .bloque__hero--video.slider .owl-dots .owl-dot {
        width: 120px;
        height: 40px;
        margin: 0 5px;
        background-color: #D1D1D1;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .bloque__hero--video.slider .owl-dots .owl-dot.active {
          background-color: #FE4C0B;
          color: #FFFFFF; }
        .bloque__hero--video.slider .owl-dots .owl-dot:before {
          display: block; }
        .bloque__hero--video.slider .owl-dots .owl-dot:nth-of-type(1):before {
          content: '3º capítulo'; }
        .bloque__hero--video.slider .owl-dots .owl-dot:nth-of-type(2):before {
          content: '2º capítulo'; }
        .bloque__hero--video.slider .owl-dots .owl-dot:nth-of-type(3):before {
          content: '1º capítulo'; }
  .bloque__hero.col-2 .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto; }
    .bloque__hero.col-2 .contenedor > div {
      width: 48%; }
  .bloque__hero.cabecera {
    overflow: inherit;
    padding: 60px 30px 210px 30px; }
    .bloque__hero.cabecera h2 {
      z-index: 1; }
    .bloque__hero.cabecera .bloque__hero--texto, .bloque__hero.cabecera .bloque__hero--video, .bloque__hero.cabecera .bloque__hero--slider {
      z-index: 1; }
    .bloque__hero.cabecera:after {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.3); }
  .bloque__hero .contenedor.col-2 {
    max-width: 992px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto; }
    .bloque__hero .contenedor.col-2 > div {
      width: 48%; }
      .bloque__hero .contenedor.col-2 > div > div {
        margin: 0; }
    .bloque__hero .contenedor.col-2 > h2, .bloque__hero .contenedor.col-2 > h3, .bloque__hero .contenedor.col-2 > h4 {
      width: 100%; }

@media only screen and (max-width: 1280px) {
  .bloque__hero--cabecera {
    max-width: 95%; }
  .bloque__hero--video.slider .owl-dots {
    top: 70%; } }

@media only screen and (max-width: 992px) {
  .bloque__hero--video.slider .owl-dots {
    top: 67%; } }

@media only screen and (max-width: 852px) {
  .bloque__hero--video.slider .owl-dots {
    top: 63%; } }

@media only screen and (max-width: 768px) {
  .bloque__hero {
    padding: 30px 15px; }
    .bloque__hero--fondo {
      height: 270px; }
      .bloque__hero--fondo img {
        height: 100%; }
    .bloque__hero--video--play img {
      max-width: 50px; }
    .bloque__hero--video.slider .owl-dots {
      top: 60%; }
    .bloque__hero.col-2 {
      padding: 30px 15px; }
      .bloque__hero.col-2 .contenedor > div {
        width: 100%;
        margin: 0 0 30px 0; }
        .bloque__hero.col-2 .contenedor > div .elemento__titulo,
        .bloque__hero.col-2 .contenedor > div .elemento__pretitulo,
        .bloque__hero.col-2 .contenedor > div p {
          text-align: center; }
        .bloque__hero.col-2 .contenedor > div:last-of-type {
          margin: 0; }
    .bloque__hero .contenedor.col-2 > div {
      width: 100%;
      margin: 0 0 30px 0; }
      .bloque__hero .contenedor.col-2 > div .elemento__titulo,
      .bloque__hero .contenedor.col-2 > div .elemento__pretitulo,
      .bloque__hero .contenedor.col-2 > div p {
        text-align: center; }
      .bloque__hero .contenedor.col-2 > div:last-of-type {
        margin: 0; } }

@media only screen and (max-width: 668px) {
  .bloque__hero--video.slider .owl-dots {
    top: 54%; } }

@media only screen and (max-width: 576px) {
  .bloque__hero--video.slider .owl-dots {
    top: 47%; } }

@media only screen and (max-width: 476px) {
  .bloque__hero--video.slider .owl-dots {
    top: 42%; } }

.bloque__slider {
  padding: 60px 30px; }
  .bloque__slider--slider {
    color: #FFFFFF;
    max-width: 1280px;
    margin: 0 auto; }
    .bloque__slider--slider .item {
      background-color: #FFFFFF;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      height: 120px;
      max-width: 90%;
      margin: 30px auto;
      padding: 0 15px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .bloque__slider--slider .item > img {
        display: block;
        height: 90px;
        width: auto;
        object-fit: contain;
        margin: auto; }
    .bloque__slider--slider--play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .bloque__slider--slider--play > img {
        width: 100%;
        max-width: 60px;
        display: block;
        opacity: .7;
        margin: 0 auto 10px auto; }
    .bloque__slider--slider--texto {
      margin: 0;
      padding: 0;
      max-width: 50%;
      position: absolute;
      bottom: 15px;
      left: 15px; }
    .bloque__slider--slider .owl-nav {
      display: flex;
      justify-content: space-between;
      position: absolute;
      width: 105%;
      top: 50%;
      left: -2.5%;
      transform: translateY(-50%); }
      .bloque__slider--slider .owl-nav button {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        border-radius: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
        .bloque__slider--slider .owl-nav button span {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          display: block;
          background-color: #FFFFFF;
          font-size: 0;
          background-image: url("static/assets/flecha-gris.svg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
        .bloque__slider--slider .owl-nav button.owl-next span {
          transform: rotate(-180deg); }
    .bloque__slider--slider .owl-dots {
      text-align: center; }
      .bloque__slider--slider .owl-dots button {
        background-color: #D1D1D1;
        border-radius: 0;
        margin: 0 5px;
        width: 50px;
        height: 4px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .bloque__slider--slider .owl-dots button.active {
          background-color: #D1D1D1; }

@media only screen and (max-width: 768px) {
  .bloque__slider--slider .item {
    max-width: 80%; } }

.bloque__contenido {
  padding: 60px 30px 0 30px;
  position: relative; }
  .bloque__contenido.con-linea:before {
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    background-color: #D1D1D1; }
  .bloque__contenido--texto {
    position: relative;
    text-align: center;
    max-width: 768px;
    margin: auto; }
  .bloque__contenido--boton {
    text-align: center; }
  .bloque__contenido--col2 {
    max-width: 1280px;
    padding: 60px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center; }
    .bloque__contenido--col2--imagen {
      background-color: #000000;
      width: 350px;
      min-height: 350px;
      position: relative;
      margin: 0 60px 0 0; }
      .bloque__contenido--col2--imagen > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .8;
        object-fit: cover; }
      .bloque__contenido--col2--imagen--play {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .bloque__contenido--col2--imagen--play > img {
          width: 100%;
          max-width: 60px;
          display: block;
          opacity: .7;
          margin: 0 auto 10px auto; }
        .bloque__contenido--col2--imagen--play:hover {
          transform: translate(-50%, -52%); }
          .bloque__contenido--col2--imagen--play:hover > img {
            opacity: 1; }
      .bloque__contenido--col2--imagen--texto {
        margin: 0;
        padding: 0;
        max-width: 50%;
        color: #FFFFFF;
        font-size: 18px;
        position: absolute;
        bottom: 15px;
        left: 15px; }
    .bloque__contenido--col2--texto {
      width: 40%; }
  .bloque__contenido--ponente {
    max-width: 1280px;
    padding: 60px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .bloque__contenido--ponente--imagen {
      width: 350px;
      min-height: 350px;
      padding: 30px;
      position: relative; }
      .bloque__contenido--ponente--imagen > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 85%;
        height: calc(100% - 65px);
        object-fit: cover; }
      .bloque__contenido--ponente--imagen > div {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        padding: 0 15px;
        background-color: #FFFFFF;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        width: 200px;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .bloque__contenido--ponente--imagen > div > img {
          width: auto;
          height: 70px;
          display: block;
          margin: auto;
          object-fit: contain; }
    .bloque__contenido--ponente--texto {
      padding: 30px;
      width: calc(100% - 350px); }
      .bloque__contenido--ponente--texto h4 {
        font-weight: 700;
        margin: 0 0 30px 0; }
      .bloque__contenido--ponente--texto .nombre,
      .bloque__contenido--ponente--texto .cargo {
        margin: 0;
        padding: 0;
        font-size: 20px; }
      .bloque__contenido--ponente--texto .nombre {
        color: #D1D1D1;
        font-weight: 700; }

@media only screen and (max-width: 992px) {
  .bloque__contenido--col2 {
    padding: 60px 15px; }
    .bloque__contenido--col2--imagen {
      width: 300px;
      min-height: 300px; }
  .bloque__contenido--ponente {
    padding: 30px 0; }
    .bloque__contenido--ponente--imagen {
      width: 300px;
      min-height: 300px; }
    .bloque__contenido--ponente--texto {
      padding: 30px 0; } }

@media only screen and (max-width: 768px) {
  .bloque__contenido--col2--imagen, .bloque__contenido--col2--texto {
    width: 100%; }
  .bloque__contenido--col2--imagen {
    margin: 0 0 30px 0; }
  .bloque__contenido--ponente--imagen {
    margin: auto;
    padding: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
    .bloque__contenido--ponente--imagen > img {
      position: relative;
      width: 100%;
      height: auto; }
    .bloque__contenido--ponente--imagen > div {
      position: relative;
      box-shadow: none;
      width: 100%; }
  .bloque__contenido--ponente--texto {
    width: 100%;
    text-align: center;
    padding: 30px 0; } }

.bloque__redes {
  padding: 60px 0 0 0;
  position: relative; }
  .bloque__redes--contenedor {
    max-width: 768px;
    margin: auto;
    z-index: 1; }
    .bloque__redes--contenedor nav {
      display: flex;
      align-items: center;
      justify-content: center; }
      .bloque__redes--contenedor nav span {
        cursor: pointer;
        display: block;
        margin: 0 7.5px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .bloque__redes--contenedor nav span img {
          display: block;
          width: 100%;
          max-width: 40px; }
        .bloque__redes--contenedor nav span:hover {
          transform: translateY(-2px); }
    .bloque__redes--contenedor p {
      margin: 0;
      padding: 0;
      padding: 15px 0 30px 0; }

.bloque__modal {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -100%;
  opacity: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .bloque__modal--cerrar {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 45px;
    width: 45px;
    background: #D1D1D1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .bloque__modal--cerrar span {
      width: 30px;
      height: 2px;
      background-color: #FFFFFF;
      transform: rotate(45deg);
      position: absolute; }
      .bloque__modal--cerrar span:last-of-type {
        transform: rotate(-45deg); }
  .bloque__modal--video {
    margin: 0;
    padding: 0;
    position: relative;
    width: 1280px;
    height: 720px; }
    .bloque__modal--video video {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .bloque__modal.active {
    top: 0;
    opacity: 1; }
    .bloque__modal.active .bloque__modal--video video {
      opacity: 1; }

@media only screen and (max-width: 1280px) {
  .bloque__modal--video {
    width: 90%;
    height: 56.25%; } }

@media only screen and (max-width: 768px) {
  .bloque__modal--video {
    width: 90%;
    height: 34.25%; } }

.bloque__iconos {
  padding: 120px 30px; }
  .bloque__iconos .contenedor {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 992px;
    margin: 60px auto; }
    .bloque__iconos .contenedor > div {
      width: 48%;
      display: flex;
      align-items: center;
      margin: 0 0 30px 0; }
      .bloque__iconos .contenedor > div img {
        margin: 0 30px 0 0;
        width: 100%;
        max-width: 150px;
        display: block; }
      .bloque__iconos .contenedor > div p {
        font-family: "Montserrat-SemiBold";
        font-size: 20px;
        position: relative; }
        .bloque__iconos .contenedor > div p span {
          position: absolute;
          display: block;
          top: 120%;
          font-family: "Montserrat-Regular";
          font-size: 14px; }
  .bloque__iconos > p {
    margin: 0;
    padding: 0;
    margin: 60px 0 0 0;
    text-align: center; }
    .bloque__iconos > p a {
      color: inherit;
      text-decoration: none;
      font-family: "Montserrat-SemiBold"; }

@media only screen and (max-width: 992px) {
  .bloque__iconos .contenedor > div p {
    font-size: 18px; } }

@media only screen and (max-width: 768px) {
  .bloque__iconos {
    padding: 30px 15px; }
    .bloque__iconos .contenedor {
      margin: 30px auto; }
      .bloque__iconos .contenedor > div {
        width: 100%; }
        .bloque__iconos .contenedor > div:last-of-type {
          align-items: flex-start;
          margin: 0; }
        .bloque__iconos .contenedor > div img {
          margin: 0 15px 0 0;
          max-width: 120px; }
        .bloque__iconos .contenedor > div p {
          font-size: 16px; }
          .bloque__iconos .contenedor > div p span {
            position: relative;
            top: 0; }
    .bloque__iconos > p {
      margin: 0 0 15px 0; } }

.bloque__tabs {
  padding: 90px 30px;
  position: relative; }
  .bloque__tabs--fondo {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%; }
  .bloque__tabs--menu {
    display: flex;
    justify-content: center; }
    .bloque__tabs--menu a {
      width: fit-content;
      padding: 15px 30px;
      position: relative;
      text-decoration: none;
      text-align: center; }
      .bloque__tabs--menu a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .bloque__tabs--menu a.active {
        font-family: "Montserrat-SemiBold"; }
        .bloque__tabs--menu a.active::after {
          background-color: #292C46; }
  .bloque__tabs--contenedor {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 45px;
    margin: 30px auto 0 auto;
    border-radius: 7.5px; }
  .bloque__tabs--tab {
    display: none; }
    .bloque__tabs--tab.active {
      display: block; }
    .bloque__tabs--tab > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      text-align: left; }
      .bloque__tabs--tab > div > img {
        width: 40%;
        margin: 0 45px 0 0; }
      .bloque__tabs--tab > div > div {
        width: calc(60% - 45px); }
        .bloque__tabs--tab > div > div .elemento__pretitulo {
          text-align: left; }
        .bloque__tabs--tab > div > div > p {
          font-size: 16px; }
          .bloque__tabs--tab > div > div > p strong {
            font-family: "Montserrat-SemiBold"; }
          .bloque__tabs--tab > div > div > p.destacado strong {
            font-size: 20px; }
    .bloque__tabs--tab > p {
      margin: 0;
      padding: 0;
      margin: 30px auto 0 auto;
      text-align: center;
      max-width: 668px; }

@media only screen and (max-width: 768px) {
  .bloque__tabs {
    padding: 60px 15px; }
    .bloque__tabs--contenedor {
      padding: 30px; }
    .bloque__tabs--tab > div {
      text-align: center; }
      .bloque__tabs--tab > div > img,
      .bloque__tabs--tab > div > div {
        width: 100%; }
      .bloque__tabs--tab > div > div .elemento__pretitulo {
        text-align: center; } }

@media only screen and (max-width: 576px) {
  .bloque__tabs--menu a {
    font-size: 14px;
    padding: 15px; }
  .bloque__tabs--contenedor {
    padding: 15px; } }

.bloque__noticias {
  padding: 60px 30px; }
  .bloque__noticias--contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .bloque__noticias--noticia {
    width: 28%;
    margin: 30px 2%;
    text-decoration: none;
    display: block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .bloque__noticias--noticia:hover {
      transform: translateY(-2px); }
    .bloque__noticias--noticia--imagen {
      overflow: hidden;
      height: 200px; }
      .bloque__noticias--noticia--imagen img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .bloque__noticias--noticia--texto {
      padding: 30px;
      font-family: "Montserrat-SemiBold"; }
  .bloque__noticias > p {
    margin: 45px 0 0 0;
    text-align: center; }

@media only screen and (max-width: 768px) {
  .bloque__noticias {
    padding: 30px 15px; }
    .bloque__noticias--contenedor {
      padding: 30px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .bloque__noticias--noticia {
      width: 100%;
      margin: 10px 0;
      box-shadow: 0 0 0;
      display: flex;
      align-items: center; }
      .bloque__noticias--noticia--imagen {
        width: 150px;
        height: 80px; }
      .bloque__noticias--noticia--texto {
        padding: 0 15px;
        width: calc(100% - 150px); } }

@media only screen and (max-width: 576px) {
  .bloque__noticias--contenedor {
    padding: 15px; }
  .bloque__noticias--noticia--imagen {
    width: 80px;
    height: 80px; }
  .bloque__noticias--noticia--texto {
    padding: 0 15px;
    width: calc(100% - 80px); } }

.elemento__titulo {
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Bold";
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 42px; }

@media only screen and (max-width: 768px) {
  .elemento__titulo {
    font-size: 24px; } }

.elemento__subtitulo {
  margin: 0;
  padding: 0;
  font-family: "Montserrat-SemiBold";
  font-weight: 100;
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1rem; }

@media only screen and (max-width: 768px) {
  .elemento__subtitulo {
    font-size: 18px; } }
