@use 'sass:color';
@use 'sass:map';
@use 'sass:color';
@use 'sass:map';
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace.pace-inactive .pace-progress {
  display: none; }

.pace .pace-progress {
  z-index: 999000;
  transform: unset !important; }

.pace .pace-progress:after {
  content: attr(data-progress-text);
  position: fixed;
  z-index: 999000;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 1.8rem;
  color: white;
  font-family: "redHat", sans-serif; }

.cargador {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 900000;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #608C7A; }
  .cargador img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100px;
    height: auto; }
    @media (min-width: 768px) {
      .cargador img {
        max-width: 150px; } }
    @media (min-width: 1200px) {
      .cargador img {
        max-width: 200px; } }

.pace-done .cargador {
  opacity: 0; }

* {
  box-sizing: border-box;
  text-decoration: none; }

html {
  height: 100vh; }

body {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  height: 100vh; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #608C7A;
  /*@include animaciones(0.3s);*/ }
  a:hover {
    text-decoration: none;
    color: #608C7A; }

strong {
  font-weight: 500; }

img {
	max-width: 100%;
	height: auto;
}

@font-face {
  font-family: "canela";
  src: url("../../../src/assets/fonts/Canela-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "redHat";
  src: url("../../../src/assets/fonts/red_hat_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "redHat";
  src: url("../../../src/assets/fonts/red_hat_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

.fSize-t1 {
  font-size: 3.5rem; }

.fSize-t2 {
  font-size: 3.25rem; }

.fSize-t3 {
  font-size: 0.875rem; }

.fSize-t4 {
  font-size: 1.125rem; }

.fPrincipal-black {
  font-family: "canela", serif;
  font-weight: 900; }

.fPrincipal-extraBold {
  font-family: "canela", serif;
  font-weight: 800; }

.fPrincipal-bold {
  font-family: "canela", serif;
  font-weight: 700; }

.fPrincipal-semiBold {
  font-family: "canela", serif;
  font-weight: 600; }

.fPrincipal-medium {
  font-family: "canela", serif;
  font-weight: 500; }

.fPrincipal-normal {
  font-family: "canela", serif;
  font-weight: 400; }

.fPrincipal-light {
  font-family: "canela", serif;
  font-weight: 300; }

.fPrincipal-extraLight {
  font-family: "canela", serif;
  font-weight: 200; }

.fPrincipal-thin {
  font-family: "canela", serif;
  font-weight: 100; }

.fSecundaria-black {
  font-family: "redHat", sans-serif;
  font-weight: 900; }

.fSecundaria-extraBold {
  font-family: "redHat", sans-serif;
  font-weight: 800; }

.fSecundaria-bold {
  font-family: "redHat", sans-serif;
  font-weight: 700; }

.fSecundaria-semiBold {
  font-family: "redHat", sans-serif;
  font-weight: 600; }

.fSecundaria-medium {
  font-family: "redHat", sans-serif;
  font-weight: 500; }

.fSecundaria-normal {
  font-family: "redHat", sans-serif;
  font-weight: 400; }

.fSecundaria-light {
  font-family: "redHat", sans-serif;
  font-weight: 300; }

.fSecundaria-extraLight {
  font-family: "redHat", sans-serif;
  font-weight: 200; }

.fSecundaria-thin {
  font-family: "redHat", sans-serif;
  font-weight: 100; }

.btn {
  padding: 0.5rem 1.4rem;
  border: 1px solid white;
  border-radius: 8rem;
  color: white;
  font-family: "redHat", sans-serif;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .btn {
      font-size: 0.6rem; } }
  .btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: white; }

.galeria_seccion {
  position: relative; }

.header {
  position: relative;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0 0; }
  @media (min-width: 768px) {
    .header {
      justify-content: space-between;
      padding: 30px 30px 0 30px; } }
  @media (min-width: 1200px) {
    .header {
      padding: 60px 100px 0 100px; } }
  @media (min-width: 1200px) {
    .header {
      padding: 60px 160px 0 160px; } }
  .header .brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 20px; }
    .header .brand img {
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      width: 16.25rem; }
      @media (max-width: 767px) {
        .header .brand img {
          width: 13rem; } }
      @media (max-width: 375px) {
        .header .brand img {
          width: 10rem; } }
    .header .brand .brand_shrink {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      opacity: 0;
      width: 50px; }
      @media (min-width: 768px) {
        .header .brand .brand_shrink {
          width: 75px; } }
      @media (min-width: 1200px) {
        .header .brand .brand_shrink {
          width: 100px; } }
  .header .idioma ul {
    display: flex;
    justify-content: flex-end; }

.shrink .brand .brand_shrink {
  opacity: 1; }

.shrink .btn, .shrink .idioma, .shrink .brand .brand_normal {
  opacity: 0; }

.idioma {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .idioma a, .idioma span {
    text-decoration: none;
    color: white;
    font-family: "redHat", sans-serif;
    font-size: 14px;
    margin-left: 10px; }
  .idioma span {
    text-decoration: underline; }

.redes {
  position: fixed;
  left: 10px;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%); }
  .redes a {
    position: relative;
    display: block;
    margin-bottom: 5px; }
    .redes a img {
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .redes a .redes_hover {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .redes a:hover .redes_normal {
      opacity: 0; }
    .redes a:hover .redes_hover {
      opacity: 1; }

.banner {
  width: 100%;
  height: 100%;
  position: relative; }
  .banner .banner_background {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1; }
    .banner .banner_background img, .banner .banner_background video {
      height: 100%;
      width: 100%;
      -o-object-position: center;
      object-position: center;
      -o-object-fit: cover;
      object-fit: cover; }
  .banner .banner_container {
    max-width: 70%;
    z-index: 1;
    position: relative;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .banner .banner_container {
        max-width: 60%; } }
    @media (min-width: 1200px) {
      .banner .banner_container {
        max-width: 80%; } }
    .banner .banner_container p, .banner .banner_container h1, .banner .banner_container h2, .banner .banner_container h3 {
      color: white;
      text-align: center; }
      @media (max-width: 767px) {
        .banner .banner_container p, .banner .banner_container h1, .banner .banner_container h2, .banner .banner_container h3 {
          font-size: 2.5rem; } }
  .banner .idioma {
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    padding-bottom: 30px; }
    .banner .idioma ul {
      display: flex;
      justify-content: center; }
  .banner .btn {
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .banner .banner_scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
    .banner .banner_scroll div {
      overflow: hidden; }
    .banner .banner_scroll p {
      color: white;
      font-size: 14px;
      display: inline-block;
      opacity: 0;
      transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .banner .banner_scroll .indicator {
      position: relative;
      width: 1px;
      height: 50px;
      margin: 24px auto 0; }
      .banner .banner_scroll .indicator:after {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        display: inline-block;
        width: 1px;
        background: white;
        height: 0;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }

.active.section .idioma, .active.section .btn {
  opacity: 1; }

.active.section .banner_scroll p {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0); }

.active.section .banner_scroll .indicator:after {
  -webkit-animation: scroll_indicator 2s 1 forwards;
  /* Safari 4+ */
  -moz-animation: scroll_indicator 2s 1 forwards;
  /* Fx 5+ */
  -o-animation: scroll_indicator 2s 1 forwards;
  /* Opera 12+ */
  animation: scroll_indicator 2s 1 forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: .5s;
  /* Safari 4+ */
  -moz-animation-delay: .5s;
  /* Fx 5+ */
  -o-animation-delay: .5s;
  /* Opera 12+ */
  animation-delay: .5s;
  /* IE 10+, Fx 29+ */ }

@-webkit-keyframes scroll_indicator {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@-moz-keyframes scroll_indicator {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@-o-keyframes scroll_indicator {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes scroll_indicator {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.iconos_seccion {
  position: relative;
  width: 100%;
  background-color: #E8E8E8;
  padding: 80px 30px; }
  @media (min-width: 768px) {
    .iconos_seccion {
      padding: 100px 50px; } }
  @media (min-width: 1200px) {
    .iconos_seccion {
      padding: 130px 100px; } }
  @media (min-width: 1600px) {
    .iconos_seccion {
      padding: 140px;
      height: 100vh; } }
  .iconos_seccion:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 0;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #9F9B90; }
  .iconos_seccion .iconos_titulo {
    display: flex;
    justify-content: center;
    padding-bottom: 80px; }
    @media (min-width: 768px) {
      .iconos_seccion .iconos_titulo {
        padding-bottom: 100px; } }
    @media (min-width: 1200px) {
      .iconos_seccion .iconos_titulo {
        padding-bottom: 140px; } }
    .iconos_seccion .iconos_titulo p {
      font-family: "canela", serif;
      font-size: 3.25rem;
      color: #608C7A;
      text-align: center; }
      @media (max-width: 767px) {
        .iconos_seccion .iconos_titulo p {
          font-size: 2.5rem; } }

.active.section:before {
  height: 30px; }
  @media (min-width: 768px) {
    .active.section:before {
      height: 60px; } }
  @media (min-width: 1200px) {
    .active.section:before {
      height: 90px; } }

.iconos_flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  width: 100%; }
  @media (min-width: 1200px) {
    .iconos_flex {
      justify-content: space-between; } }
  .iconos_flex .iconos {
    margin: 1.5rem 0;
    width: 50%;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px); }
    .iconos_flex .iconos.active {
      opacity: 1; }
    @media (min-width: 768px) {
      .iconos_flex .iconos {
        width: 33%; } }
    @media (min-width: 1200px) {
      .iconos_flex .iconos {
        width: 20%; } }
    .iconos_flex .iconos p {
      font-family: "redHat", sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      text-align: center;
      margin-top: 3rem; }
      @media (max-width: 767px) {
        .iconos_flex .iconos p {
          font-size: 0.8rem;
          margin-top: 1.5rem; } }

.iconos_textos {
  position: relative;
  margin: 8rem auto;
  text-align: center;
  width: 100%;
  padding: 25px 25px 15px 25px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .iconos_textos {
      margin: 5rem auto;
      padding: 40px 40px 30px 40px; } }
  @media (min-width: 1200px) {
    .iconos_textos {
      margin: 5rem auto;
      padding: 50px 50px 40px 50px; } }
  .iconos_textos:before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -300%);
    -ms-transform: translate(-50%, -300%);
    -moz-transform: translate(-50%, -300%);
    -webkit-transform: translate(-50%, -300%);
    -o-transform: translate(-50%, -300%);
    content: '';
    display: block;
    width: 16px;
    height: 13px;
    background: url(../../../src/assets/img/iconos_marker.png); }
  .iconos_textos .icono_texto {
    font-family: "redHat", sans-serif;
    color: #608C7A; }

.contImgIcono {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center; }
  .contImgIcono .imgIconoV {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.contTxtIcono {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center; }
  .contTxtIcono p.txtIcono {
    color: black;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.iconos:hover .contImgIcono .imgIconoV {
  opacity: 1; }

.iconos:hover p.txtIcono {
  color: #608C7A; }

.iconos_pie {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8rem auto;
  text-align: center;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  @media (max-width: 767px) {
    .iconos_pie {
      margin: 5rem auto; } }
  .iconos_pie p {
    font-family: "redHat", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    color: #608C7A; }

.imtx_seccion {
  width: 100%;
  height: 65rem;
  position: relative;
  overflow: hidden;
  background-color: #608C7A;
  z-index: 0; }
  .imtx_seccion .imtx_imagen {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    z-index: 1;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  .imtx_seccion .imtx_background {
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    @media (min-width: 768px) {
      .imtx_seccion .imtx_background {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%); } }
  .imtx_seccion .imtx_titulo {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 10%;
    padding: 0 30px; }
    @media (min-width: 768px) {
      .imtx_seccion .imtx_titulo {
        padding: 0 50px; } }
    @media (min-width: 1200px) {
      .imtx_seccion .imtx_titulo {
        padding: 0 100px; } }
    @media (min-width: 1600px) {
      .imtx_seccion .imtx_titulo {
        padding: 0 140px; } }
    .imtx_seccion .imtx_titulo .imtx_titulo__texto {
      width: 400px; }
    .imtx_seccion .imtx_titulo:after {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background: white;
      -webkit-transition: 1s ease-in-out;
      -moz-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      transition: 1s ease-in-out;
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .imtx_seccion .imtx_titulo p {
      font-family: "canela", serif;
      font-size: 3.25rem;
      color: white;
      line-height: 1; }
      @media (max-width: 375px) {
        .imtx_seccion .imtx_titulo p {
          font-size: 2rem; } }
  .imtx_seccion .imtx_contenido {
    position: absolute;
    z-index: 2;
    top: 65%;
    overflow: hidden;
    right: 0;
    padding: 0 30px; }
    @media (min-width: 768px) {
      .imtx_seccion .imtx_contenido {
        padding: 0 50px 0 0;
        width: 37.5rem; } }
    @media (min-width: 1200px) {
      .imtx_seccion .imtx_contenido {
        padding: 0 100px 0 0;
        width: 37.5rem; } }
    @media (min-width: 1600px) {
      .imtx_seccion .imtx_contenido {
        padding: 0 140px 0 0; } }
    .imtx_seccion .imtx_contenido:after {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background: white;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .imtx_seccion .imtx_contenido p {
      font-family: "redHat", sans-serif;
      font-size: 1.125rem;
      color: white;
      line-height: 1.2;
      padding-bottom: 15px;
      -webkit-transition: 1s ease-in-out;
      -moz-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      transition: 1s ease-in-out;
      -webkit-transition-delay: 1.5s;
      -moz-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s;
      transform: translateY(105%);
      -ms-transform: translateY(105%);
      -moz-transform: translateY(105%);
      -webkit-transform: translateY(105%);
      -o-transform: translateY(105%); }
      @media (max-width: 375px) {
        .imtx_seccion .imtx_contenido p {
          font-size: 0.8rem;
          line-height: 1.4; } }

.active.section .imtx_background {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0); }

.active.section .imtx_titulo:after {
  width: 100%; }

.active.section .imtx_contenido:after {
  width: 100%; }

.active.section .imtx_contenido p {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0); }

/******************************/
/***** CARRUSEL GENERAL *******/
/******************************/
.galeria_seccion .btn {
  position: absolute;
  z-index: 100;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.galeria_seccion .owl-carousel .owl-stage-outer {
  min-width: 100%; }

.galeria_seccion .owl-item,
.galeria_seccion .item {
  width: 100%;
  height: 100vh !important; }

.galeria_seccion .item img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }

.galeria_seccion .owl-theme .owl-dots {
  position: absolute;
  left: 0;
  top: 3rem;
  width: 100%;
  text-align: center; }

.galeria_seccion .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid white;
  margin: 0 5px;
  display: inline-block;
  background: transparent; }

.galeria_seccion .owl-theme .owl-dots .owl-dot.active span {
  background: white; }

.galeria_seccion .owl-nav {
  position: unset;
  margin: 0 !important; }
  .galeria_seccion .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 14px;
    height: 28px;
    overflow: hidden;
    text-indent: -999px; }
    .galeria_seccion .owl-nav button.owl-prev {
      left: 30px;
      background-image: url(../../../src/assets/img/arrow__left.png) !important;
      background-size: cover !important; }
    .galeria_seccion .owl-nav button.owl-next {
      right: 30px;
      background-image: url(../../../src/assets/img/arrow__right.png) !important;
      background-size: cover !important; }

/******************************/
/******** FORMULARIOS *********/
/******************************/
.contacto {
  width: 100%;
  margin: 0 auto;
  background-color: #E8E8E8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px; }
  @media (min-width: 768px) {
    .contacto {
      padding: 100px 50px; } }
  @media (min-width: 1200px) {
    .contacto {
      padding: 130px 100px; } }
  @media (min-width: 1600px) {
    .contacto {
      padding: 140px;
      min-height: 100vh; } }
  .contacto .iconos_titulo {
    display: flex;
    justify-content: center;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .contacto .iconos_titulo {
        padding-bottom: 80px; } }
    @media (min-width: 1200px) {
      .contacto .iconos_titulo {
        padding-bottom: 100px; } }
    .contacto .iconos_titulo p {
      font-family: "canela", serif;
      font-size: 3.25rem;
      color: #608C7A;
      text-align: center; }
      @media (max-width: 767px) {
        .contacto .iconos_titulo p {
          font-size: 2.5rem; } }

.formulario {
  margin: 0 auto; }

.wpcf7 input {
  height: 3rem;
  background-color: transparent;
  font-family: "redHat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  outline: none;
  border: none;
  border-bottom: 1px solid #A7A7A7;
  color: #A7A7A7; }
  .wpcf7 input::placeholder {
    color: #A7A7A7; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 100%; }

.wpcf7-textarea {
  height: 7.5rem;
  width: 100%;
  padding: 0.5rem;
  background-color: transparent;
  outline: none;
  border: 1px solid #A7A7A7;
  border-radius: 2px;
  font-family: "redHat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #A7A7A7; }

.input__label {
  margin-bottom: 1rem; }
  .input__label .input__label-content {
    font-family: "redHat", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #A7A7A7; }

.wpcf7-select {
  height: 3rem;
  width: 100%;
  padding: 0.5rem;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #A7A7A7;
  font-family: "redHat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #A7A7A7; }
  .wpcf7-select option {
    background-color: #E8E8E8;
    border: 1px solid red;
    color: #A7A7A7; }

.form_accept {
  width: 100%; }
  .form_accept .wpcf7-form-control-wrap {
    margin-bottom: 0;
    line-height: 1em; }

.wpcf7-acceptance {
  text-align: center;
  font-family: "redHat", sans-serif;
  font-weight: 400;
  color: #A7A7A7;
  line-height: 2; }
  .wpcf7-acceptance span {
    margin: 0 0 1rem 0; }
  .wpcf7-acceptance input {
    margin-bottom: -2px !important; }

.wpcf7-list-item-label {
  font-size: 0.875rem; }
  .wpcf7-list-item-label a {
    font-size: 0.875rem; }

input[type="checkbox"] {
  position: relative;
  height: 1rem;
  width: 1rem;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #A7A7A7;
  border-radius: 2px;
  background-color: transparent; }
  input[type="checkbox"]:checked::after, input[type="checkbox"]:checked:active::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '\2716';
    font-size: 1rem;
    color: #A7A7A7;
    line-height: 14px; }

input[type="submit"].wpcf7-submit {
  appearance: none;
  background-color: transparent;
  padding: 0.5rem 3rem;
  border: none;
  margin-top: 2rem;
  border: 1px solid #A7A7A7;
  border-radius: 5rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "redHat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #608C7A; }
  input[type="submit"].wpcf7-submit:hover {
    background: #608C7A;
    color: #E8E8E8; }

.form_submit,
.form_thanks {
  width: 100% !important; }

.form_thanks {
  display: none; }

/******** CONTACT FORM 7 *********/
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px; }

div.wpcf7-response-output {
  margin: 10px 0 0;
  color: #ff0000;
  font-family: "redHat", sans-serif;
  font-weight: 400; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
  color: #ff0000; }

span.wpcf7-not-valid-tip {
  font-family: "redHat", sans-serif;
  font-weight: 400;
  margin-top: 0.3rem; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #94f2b5;
  color: #94f2b5; }

.wpcf7-submit {
  position: relative; }
  .wpcf7-submit .ajax-loader {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%); }

.hero_seccion {
  width: 100%;
  height: 24.375rem;
  background-color: #608C7A; }
  .hero_seccion .hero_flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .hero_seccion .hero_flex .hero_titulo {
      font-family: "canela", serif;
      font-size: 3.25rem;
      font-weight: 400;
      color: white;
      text-align: center; }
    .hero_seccion .hero_flex .hero_contenido {
      max-width: 60%;
      text-align: center; }
      .hero_seccion .hero_flex .hero_contenido p {
        font-family: "redHat", sans-serif;
        font-size: 1.125rem;
        font-weight: 400;
        color: white;
        text-align: center;
        line-height: 1.3; }
      .hero_seccion .hero_flex .hero_contenido strong {
        font-weight: 700; }

.footer_seccion {
  background-color: #608C7A;
  width: 100%;
  position: relative;
  padding: 20px 30px 30px 30px; }
  @media (min-width: 768px) {
    .footer_seccion {
      padding: 30px 50px 50px 50px; } }
  @media (min-width: 1200px) {
    .footer_seccion {
      padding: 40px 100px 100px 100px; } }
  @media (min-width: 1600px) {
    .footer_seccion {
      padding: 50px 140px 130px 140px; } }
  .footer_seccion .footer_flex {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer_seccion .footer_flex {
        flex-direction: row; } }
    .footer_seccion .footer_flex .footer_links {
      width: 20rem;
      display: flex;
      align-items: center;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .footer_seccion .footer_flex .footer_links {
          margin-bottom: 0; } }
      @media (max-width: 375px) {
        .footer_seccion .footer_flex .footer_links {
          order: 2; } }
      .footer_seccion .footer_flex .footer_links div.footer_social {
        padding-right: 2rem; }
        @media (max-width: 767px) {
          .footer_seccion .footer_flex .footer_links div.footer_social {
            width: 50%;
            text-align: left; } }
      @media (max-width: 767px) {
        .footer_seccion .footer_flex .footer_links div.footer_legal {
          width: 50%;
          text-align: right; } }
      .footer_seccion .footer_flex .footer_links p {
        font-family: "redHat", sans-serif;
        font-weight: 400;
        font-size: 1.125rem;
        color: white;
        padding-top: 0.8rem;
        line-height: 1.5; }
        @media (max-width: 767px) {
          .footer_seccion .footer_flex .footer_links p {
            font-size: 0.7rem;
            line-height: 1.2; } }
      .footer_seccion .footer_flex .footer_links a {
        text-decoration: none; }
    .footer_seccion .footer_flex .footer_brand {
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 375px) {
        .footer_seccion .footer_flex .footer_brand {
          order: 1; } }
      @media (max-width: 767px) {
        .footer_seccion .footer_flex .footer_brand {
          width: 100%; } }
      @media (min-width: 768px) {
        .footer_seccion .footer_flex .footer_brand {
          margin-bottom: 0;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -o-transform: translateX(-50%); } }
      .footer_seccion .footer_flex .footer_brand img {
        width: 16.25rem; }
        @media (max-width: 767px) {
          .footer_seccion .footer_flex .footer_brand img {
            width: 12rem; } }
    .footer_seccion .footer_flex .footer_contacto {
      width: 20rem; }
      @media (max-width: 767px) {
        .footer_seccion .footer_flex .footer_contacto {
          width: 100%;
          text-align: center; } }
      @media (min-width: 768px) {
        .footer_seccion .footer_flex .footer_contacto {
          text-align: right; } }
      @media (min-width: 1200px) {
        .footer_seccion .footer_flex .footer_contacto {
          text-align: left; } }
      @media (max-width: 375px) {
        .footer_seccion .footer_flex .footer_contacto {
          order: 3; } }
      .footer_seccion .footer_flex .footer_contacto p {
        line-height: 1.2;
        font-family: "redHat", sans-serif;
        font-weight: 400;
        font-size: 1.125rem;
        color: white; }
        @media (max-width: 768px) {
          .footer_seccion .footer_flex .footer_contacto p {
            font-size: 0.7rem; } }
        .footer_seccion .footer_flex .footer_contacto p .cont1 {
          font-size: 0.625rem; }
        .footer_seccion .footer_flex .footer_contacto p .cont2 {
          font-family: "canela", serif;
          font-weight: 400; }
        .footer_seccion .footer_flex .footer_contacto p a {
          text-decoration: none;
          color: white; }
        .footer_seccion .footer_flex .footer_contacto p .cont3 {
          font-weight: 700; }

/******************************/
/*********** MAPA *************/
/******************************/
.mapa {
  position: relative;
  z-index: 100;
  height: 500px;
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    .mapa {
      height: 600px; } }
  @media (min-width: 1200px) {
    .mapa {
      height: 650px; } }

.acf-map {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0; }

.gm-bundled-control {
  width: 30px;
  height: 60px;
  z-index: 1000; }
  @media (min-width: 992px) {
    .gm-bundled-control {
      width: 50px;
      height: 100px; } }
  .gm-bundled-control > .gmnoprint > div {
    background: transparent !important;
    box-shadow: none !important; }
    .gm-bundled-control > .gmnoprint > div div {
      display: none; }
    .gm-bundled-control > .gmnoprint > div button {
      border: 0 !important;
      margin: 0 0 10px !important;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      width: 32px !important;
      height: 32px !important;
      opacity: 0.8; }
      .gm-bundled-control > .gmnoprint > div button:hover {
        opacity: 1; }
      .gm-bundled-control > .gmnoprint > div button img {
        display: none !important; }
    .gm-bundled-control > .gmnoprint > div button:first-child {
      background-image: url(../../../src/assets/img/zoom_in.png) !important;
      background-size: cover !important; }
    .gm-bundled-control > .gmnoprint > div button:last-child {
      background-image: url(../../../src/assets/img/zoom_out.png) !important;
      background-size: cover !important; }

.gm-style .gm-style-iw-t::after {
  display: none !important; }

.gm-style-iw-d {
  font-size: 1.4rem !important;
  color: grey !important; }

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  padding: 2rem 2.2rem 2rem !important;
  background: black;
  color: white;
  max-width: 590px !important;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  overflow: visible;
  left: 0;
  top: 0;
  margin-top: -15px;
  transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%); }
  .gm-style .gm-style-iw-c span {
    font-size: 1.6rem !important;
    color: white !important;
    display: inline-block; }
  .gm-style .gm-style-iw-c span.titulo {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 10px; }
  .gm-style .gm-style-iw-c img {
    margin-right: 10px; }
  .gm-style .gm-style-iw-c .gm-ui-hover-effect {
    width: 10px !important;
    height: 10px !important;
    background: url(../img/close.png) !important;
    padding: 0 !important;
    background-size: cover !important;
    opacity: 1;
    right: 10px !important;
    top: 10px !important; }
    .gm-style .gm-style-iw-c .gm-ui-hover-effect img {
      display: none; }

.gm-style .gm-style-iw-d {
  overflow: visible !important;
  text-align: left; }

/******************************/
/***** CARRUSEL GENERAL *******/
/******************************/
.modal__fullscreen {
  padding: 0 !important; }

.modal__fullscreen .modal-dialog {
  max-width: none !important;
  top: 0;
  width: 100% !important;
  height: 100vh !important;
  margin: 0 !important;
  overflow: hidden;
  -webkit-transform: none !important;
  transform: none !important; }
  .modal__fullscreen .modal-dialog .modal-content {
    margin: 0 !important;
    padding: 0 !important;
    background: black; }
  .modal__fullscreen .modal-dialog .modal-body {
    padding: 0 !important;
    min-height: 100vh !important; }
  .modal__fullscreen .modal-dialog .modal_navigation {
    position: fixed;
    z-index: 3000;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 3rem 3rem 3rem;
    display: flex;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    font-size: 1.2rem;
    color: white;
    width: 100%;
    display: flex;
    justify-content: flex-end; }
  .modal__fullscreen .modal-dialog .owl-carousel .owl-stage-outer {
    min-width: 100%; }
  .modal__fullscreen .modal-dialog .owl-item, .modal__fullscreen .modal-dialog .item {
    width: 100%;
    height: 100vh !important; }
  .modal__fullscreen .modal-dialog .item {
    display: flex;
    justify-content: center;
    overflow: hidden; }
  .modal__fullscreen .modal-dialog .item img {
    height: 100%;
    width: auto; }
  .modal__fullscreen .modal-dialog .owl-nav {
    position: unset; }
    .modal__fullscreen .modal-dialog .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      width: 14px;
      height: 28px;
      overflow: hidden;
      text-indent: -999px; }
      .modal__fullscreen .modal-dialog .owl-nav button.owl-prev {
        left: 30px;
        background-image: url(../../../src/assets/img/arrow__left.png) !important;
        background-size: cover !important; }
      .modal__fullscreen .modal-dialog .owl-nav button.owl-next {
        right: 30px;
        background-image: url(../../../src/assets/img/arrow__right.png) !important;
        background-size: cover !important; }
  .modal__fullscreen .modal-dialog .owl-dots {
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 100%;
    text-align: center; }
  .modal__fullscreen .modal-dialog .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 1px solid white;
    margin: 0 5px;
    display: inline-block;
    background: transparent; }
  .modal__fullscreen .modal-dialog .owl-dots .owl-dot.active span {
    background: white; }

button.close {
  position: absolute;
  z-index: 5000;
  width: 28px;
  height: 28px;
  overflow: hidden;
  background: url(../../../src/assets/img/close_modal.png);
  background-size: cover !important;
  text-shadow: unset !important;
  text-indent: -999px;
  top: 40px;
  right: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 1; }

.carrusel__navigation__bar {
  display: flex;
  align-items: center; }

.carrusel__navigation__bar_number {
  position: relative;
  font-size: 1.2rem;
  line-height: 14px; }
  .carrusel__navigation__bar_number.carrusel__navigation__bar__current {
    margin-right: 20px; }
  .carrusel__navigation__bar_number.carrusel__navigation__bar__total {
    margin-left: 20px; }
  .carrusel__navigation__bar_number .current_0 {
    opacity: 0; }
  .carrusel__navigation__bar_number .current_item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .carrusel__navigation__bar_number .current_item.active {
      opacity: 1; }

.carrusel__navigation__bar_progress {
  display: flex;
  height: 100%;
  height: 4px;
  width: 140px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  overflow: hidden; }

.carrusel__navigation__bar_progress_item {
  height: 100%;
  background: #FFF;
  opacity: 0;
  flex-basis: auto;
  flex-grow: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .carrusel__navigation__bar_progress_item.active {
    opacity: 1; }

.carrusel__navigation__bar_progress_item[data-position="1"] {
  opacity: 1; }

/******************************/
/**** ANIMATED ELEMENTS *******/
/******************************/
/**** ANIMATED LETTERS *******/
.animated_letters > span {
  line-height: 1.2em;
  display: inline-block;
  overflow: hidden; }
  .animated_letters > span span {
    margin-right: 5px;
    line-height: 1em; }
  .animated_letters > span span {
    display: inline-block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform: translateY(120%);
    -ms-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -webkit-transform: translateY(120%);
    -o-transform: translateY(120%); }
  .animated_letters > span.loaded span {
    transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%); }

/******************************/
/******** HELP CLASSES ********/
/******************************/
.f__canela,
.f__canela p,
.f__canela h1,
.f__canela h2,
.f__canela h3,
.f__canela h3,
.f__canela h5 {
  font-family: 'canela';
  font-weight: 500; }

.f__redhat,
.f__redhat p,
.f__redhat h1,
.f__redhat h2,
.f__redhat h3,
.f__redhat h3,
.f__redhat h5 {
  font-family: 'Poppins'; }

.f__redhat_bold,
.f__redhat_bold p,
.f__redhat_bold h1,
.f__redhat_bold h2,
.f__redhat_bold h3,
.f__redhat_bold h3,
.f__redhat_bold h5 {
  font-family: 'Poppins';
  font-weight: 700; }

.f__13, .f__13 p,
.f__13 h1, .f__13 h2,
.f__13 h3, .f__13 h3, .f__13 h5 {
  font-size: 1.2rem !important;
  line-height: 1.4em !important; }
  @media (min-width: 768px) {
    .f__13, .f__13 p,
    .f__13 h1, .f__13 h2,
    .f__13 h3, .f__13 h3, .f__13 h5 {
      font-size: 1.3rem !important; } }
  @media (min-width: 1600px) {
    .f__13, .f__13 p,
    .f__13 h1, .f__13 h2,
    .f__13 h3, .f__13 h3, .f__13 h5 {
      font-size: 1.3rem !important;
      line-height: 1.4em !important; } }

.f__14, .f__14 p,
.f__14 h1, .f__14 h2,
.f__14 h3, .f__14 h4, .f__14 h5 {
  font-size: 1.2rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__14, .f__14 p,
    .f__14 h1, .f__14 h2,
    .f__14 h3, .f__14 h4, .f__14 h5 {
      font-size: 1.3rem !important; } }
  @media (min-width: 1600px) {
    .f__14, .f__14 p,
    .f__14 h1, .f__14 h2,
    .f__14 h3, .f__14 h4, .f__14 h5 {
      font-size: 1.4rem !important;
      line-height: 1.3em !important; } }

.f__15, .f__15 p,
.f__15 h1, .f__15 h2,
.f__15 h3, .f__15 h4, .f__15 h5 {
  font-size: 1.3rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__15, .f__15 p,
    .f__15 h1, .f__15 h2,
    .f__15 h3, .f__15 h4, .f__15 h5 {
      font-size: 1.4rem !important; } }
  @media (min-width: 1600px) {
    .f__15, .f__15 p,
    .f__15 h1, .f__15 h2,
    .f__15 h3, .f__15 h4, .f__15 h5 {
      font-size: 1.5rem !important;
      line-height: 1.3em !important; } }

.f__16, .f__16 p,
.f__16 h1, .f__16 h2,
.f__16 h3, .f__16 h4, .f__16 h5 {
  font-size: 1.4rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__16, .f__16 p,
    .f__16 h1, .f__16 h2,
    .f__16 h3, .f__16 h4, .f__16 h5 {
      font-size: 1.5rem !important; } }
  @media (min-width: 1600px) {
    .f__16, .f__16 p,
    .f__16 h1, .f__16 h2,
    .f__16 h3, .f__16 h4, .f__16 h5 {
      font-size: 1.6rem !important; } }

.f__17, .f__17 p,
.f__17 h1, .f__17 h2,
.f__17 h3, .f__17 h4, .f__17 h5 {
  font-size: 1.5rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__17, .f__17 p,
    .f__17 h1, .f__17 h2,
    .f__17 h3, .f__17 h4, .f__17 h5 {
      font-size: 1.6rem !important; } }
  @media (min-width: 1600px) {
    .f__17, .f__17 p,
    .f__17 h1, .f__17 h2,
    .f__17 h3, .f__17 h4, .f__17 h5 {
      font-size: 1.7rem !important; } }

.f__18, .f__18 p,
.f__18 h1, .f__18 h2,
.f__18 h3, .f__18 h4, .f__18 h5 {
  font-size: 1.6rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__18, .f__18 p,
    .f__18 h1, .f__18 h2,
    .f__18 h3, .f__18 h4, .f__18 h5 {
      font-size: 1.7rem !important; } }
  @media (min-width: 1600px) {
    .f__18, .f__18 p,
    .f__18 h1, .f__18 h2,
    .f__18 h3, .f__18 h4, .f__18 h5 {
      font-size: 1.8rem !important; } }

.f__20, .f__20 p,
.f__20 h1, .f__20 h2,
.f__20 h3, .f__20 h4, .f__20 h5 {
  font-size: 1.8rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__20, .f__20 p,
    .f__20 h1, .f__20 h2,
    .f__20 h3, .f__20 h4, .f__20 h5 {
      font-size: 1.9rem !important; } }
  @media (min-width: 1600px) {
    .f__20, .f__20 p,
    .f__20 h1, .f__20 h2,
    .f__20 h3, .f__20 h4, .f__20 h5 {
      font-size: 2rem !important; } }

.f__22, .f__22 p,
.f__22 h1, .f__22 h2,
.f__22 h3, .f__22 h4, .f__22 h5 {
  font-size: 1.9rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__22, .f__22 p,
    .f__22 h1, .f__22 h2,
    .f__22 h3, .f__22 h4, .f__22 h5 {
      font-size: 2rem !important; } }
  @media (min-width: 1600px) {
    .f__22, .f__22 p,
    .f__22 h1, .f__22 h2,
    .f__22 h3, .f__22 h4, .f__22 h5 {
      font-size: 2.2rem !important; } }

.f__24, .f__24 p,
.f__24 h1, .f__24 h2,
.f__24 h3, .f__24 h4, .f__24 h5 {
  font-size: 2rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__24, .f__24 p,
    .f__24 h1, .f__24 h2,
    .f__24 h3, .f__24 h4, .f__24 h5 {
      font-size: 2.2rem !important; } }
  @media (min-width: 1200px) {
    .f__24, .f__24 p,
    .f__24 h1, .f__24 h2,
    .f__24 h3, .f__24 h4, .f__24 h5 {
      font-size: 2.3rem !important; } }
  @media (min-width: 1600px) {
    .f__24, .f__24 p,
    .f__24 h1, .f__24 h2,
    .f__24 h3, .f__24 h4, .f__24 h5 {
      font-size: 2.4rem !important; } }

.f__26, .f__26 p,
.f__26 h1, .f__26 h2,
.f__26 h3, .f__26 h4, .f__26 h5 {
  font-size: 2.2rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__26, .f__26 p,
    .f__26 h1, .f__26 h2,
    .f__26 h3, .f__26 h4, .f__26 h5 {
      font-size: 2.4rem !important; } }
  @media (min-width: 1200px) {
    .f__26, .f__26 p,
    .f__26 h1, .f__26 h2,
    .f__26 h3, .f__26 h4, .f__26 h5 {
      font-size: 2.5rem !important; } }
  @media (min-width: 1600px) {
    .f__26, .f__26 p,
    .f__26 h1, .f__26 h2,
    .f__26 h3, .f__26 h4, .f__26 h5 {
      font-size: 2.6rem !important; } }

.f__28, .f__28 p,
.f__28 h1, .f__28 h2,
.f__28 h3, .f__28 h4, .f__28 h5 {
  font-size: 2.4rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__28, .f__28 p,
    .f__28 h1, .f__28 h2,
    .f__28 h3, .f__28 h4, .f__28 h5 {
      font-size: 2.6rem !important; } }
  @media (min-width: 1200px) {
    .f__28, .f__28 p,
    .f__28 h1, .f__28 h2,
    .f__28 h3, .f__28 h4, .f__28 h5 {
      font-size: 2.7rem !important; } }
  @media (min-width: 1600px) {
    .f__28, .f__28 p,
    .f__28 h1, .f__28 h2,
    .f__28 h3, .f__28 h4, .f__28 h5 {
      font-size: 2.8rem !important; } }

.f__30, .f__30 p,
.f__30 h1, .f__30 h2,
.f__30 h3, .f__30 h4, .f__30 h5 {
  font-size: 2.6rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__30, .f__30 p,
    .f__30 h1, .f__30 h2,
    .f__30 h3, .f__30 h4, .f__30 h5 {
      font-size: 2.8rem !important; } }
  @media (min-width: 1200px) {
    .f__30, .f__30 p,
    .f__30 h1, .f__30 h2,
    .f__30 h3, .f__30 h4, .f__30 h5 {
      font-size: 2.9rem !important; } }
  @media (min-width: 1600px) {
    .f__30, .f__30 p,
    .f__30 h1, .f__30 h2,
    .f__30 h3, .f__30 h4, .f__30 h5 {
      font-size: 3rem !important; } }

.f__34, .f__34 p,
.f__34 h1, .f__34 h2,
.f__34 h3, .f__34 h4, .f__34 h5 {
  font-size: 2.8rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__34, .f__34 p,
    .f__34 h1, .f__34 h2,
    .f__34 h3, .f__34 h4, .f__34 h5 {
      font-size: 3rem !important; } }
  @media (min-width: 1200px) {
    .f__34, .f__34 p,
    .f__34 h1, .f__34 h2,
    .f__34 h3, .f__34 h4, .f__34 h5 {
      font-size: 3.2rem !important; } }
  @media (min-width: 1600px) {
    .f__34, .f__34 p,
    .f__34 h1, .f__34 h2,
    .f__34 h3, .f__34 h4, .f__34 h5 {
      font-size: 3.4rem !important; } }

.f__38, .f__38 p,
.f__38 h1, .f__38 h2,
.f__38 h3, .f__38 h4, .f__38 h5 {
  font-size: 3rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__38, .f__38 p,
    .f__38 h1, .f__38 h2,
    .f__38 h3, .f__38 h4, .f__38 h5 {
      font-size: 3.4rem !important; } }
  @media (min-width: 1200px) {
    .f__38, .f__38 p,
    .f__38 h1, .f__38 h2,
    .f__38 h3, .f__38 h4, .f__38 h5 {
      font-size: 3.6rem !important; } }
  @media (min-width: 1600px) {
    .f__38, .f__38 p,
    .f__38 h1, .f__38 h2,
    .f__38 h3, .f__38 h4, .f__38 h5 {
      font-size: 3.8rem !important; } }

.f__42, .f__42 p,
.f__42 h1, .f__42 h2,
.f__42 h3, .f__42 h4, .f__42 h5 {
  font-size: 3.4rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__42, .f__42 p,
    .f__42 h1, .f__42 h2,
    .f__42 h3, .f__42 h4, .f__42 h5 {
      font-size: 3.8rem !important; } }
  @media (min-width: 1200px) {
    .f__42, .f__42 p,
    .f__42 h1, .f__42 h2,
    .f__42 h3, .f__42 h4, .f__42 h5 {
      font-size: 4rem !important; } }
  @media (min-width: 1600px) {
    .f__42, .f__42 p,
    .f__42 h1, .f__42 h2,
    .f__42 h3, .f__42 h4, .f__42 h5 {
      font-size: 4.2rem !important; } }

.f__48, .f__48 p,
.f__48 h1, .f__48 h2,
.f__48 h3, .f__48 h4, .f__48 h5 {
  font-size: 3.6rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__48, .f__48 p,
    .f__48 h1, .f__48 h2,
    .f__48 h3, .f__48 h4, .f__48 h5 {
      font-size: 4.2rem !important; } }
  @media (min-width: 1200px) {
    .f__48, .f__48 p,
    .f__48 h1, .f__48 h2,
    .f__48 h3, .f__48 h4, .f__48 h5 {
      font-size: 4.5rem !important; } }
  @media (min-width: 1600px) {
    .f__48, .f__48 p,
    .f__48 h1, .f__48 h2,
    .f__48 h3, .f__48 h4, .f__48 h5 {
      font-size: 4.8rem !important; } }

.f__54, .f__54 p,
.f__54 h1, .f__54 h2,
.f__54 h3, .f__54 h4, .f__54 h5 {
  font-size: 4rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__54, .f__54 p,
    .f__54 h1, .f__54 h2,
    .f__54 h3, .f__54 h4, .f__54 h5 {
      font-size: 4.8rem !important; } }
  @media (min-width: 1200px) {
    .f__54, .f__54 p,
    .f__54 h1, .f__54 h2,
    .f__54 h3, .f__54 h4, .f__54 h5 {
      font-size: 5rem !important; } }
  @media (min-width: 1600px) {
    .f__54, .f__54 p,
    .f__54 h1, .f__54 h2,
    .f__54 h3, .f__54 h4, .f__54 h5 {
      font-size: 5.4rem !important; } }

.f__60, .f__60 p,
.f__60 h1, .f__60 h2,
.f__60 h3, .f__60 h4, .f__60 h5 {
  font-size: 4.5rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__60, .f__60 p,
    .f__60 h1, .f__60 h2,
    .f__60 h3, .f__60 h4, .f__60 h5 {
      font-size: 5.5rem !important; } }
  @media (min-width: 1200px) {
    .f__60, .f__60 p,
    .f__60 h1, .f__60 h2,
    .f__60 h3, .f__60 h4, .f__60 h5 {
      font-size: 5.75rem !important; } }
  @media (min-width: 1600px) {
    .f__60, .f__60 p,
    .f__60 h1, .f__60 h2,
    .f__60 h3, .f__60 h4, .f__60 h5 {
      font-size: 6rem !important; } }

.f__72, .f__72 p,
.f__72 h1, .f__72 h2,
.f__72 h3, .f__72 h4, .f__72 h5 {
  font-size: 6rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__72, .f__72 p,
    .f__72 h1, .f__72 h2,
    .f__72 h3, .f__72 h4, .f__72 h5 {
      font-size: 6.6rem !important; } }
  @media (min-width: 1200px) {
    .f__72, .f__72 p,
    .f__72 h1, .f__72 h2,
    .f__72 h3, .f__72 h4, .f__72 h5 {
      font-size: 6.9rem !important; } }
  @media (min-width: 1600px) {
    .f__72, .f__72 p,
    .f__72 h1, .f__72 h2,
    .f__72 h3, .f__72 h4, .f__72 h5 {
      font-size: 7.2rem !important; } }

.f__80, .f__80 p,
.f__80 h1, .f__80 h2,
.f__80 h3, .f__80 h4, .f__80 h5 {
  font-size: 6.5rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__80, .f__80 p,
    .f__80 h1, .f__80 h2,
    .f__80 h3, .f__80 h4, .f__80 h5 {
      font-size: 7.2rem !important; } }
  @media (min-width: 1200px) {
    .f__80, .f__80 p,
    .f__80 h1, .f__80 h2,
    .f__80 h3, .f__80 h4, .f__80 h5 {
      font-size: 7.6rem !important; } }
  @media (min-width: 1600px) {
    .f__80, .f__80 p,
    .f__80 h1, .f__80 h2,
    .f__80 h3, .f__80 h4, .f__80 h5 {
      font-size: 8rem !important; } }

.f__90, .f__90 p,
.f__90 h1, .f__90 h2,
.f__90 h3, .f__90 h4, .f__90 h5 {
  font-size: 7rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__90, .f__90 p,
    .f__90 h1, .f__90 h2,
    .f__90 h3, .f__90 h4, .f__90 h5 {
      font-size: 8rem !important; } }
  @media (min-width: 1200px) {
    .f__90, .f__90 p,
    .f__90 h1, .f__90 h2,
    .f__90 h3, .f__90 h4, .f__90 h5 {
      font-size: 8.5rem !important; } }
  @media (min-width: 1600px) {
    .f__90, .f__90 p,
    .f__90 h1, .f__90 h2,
    .f__90 h3, .f__90 h4, .f__90 h5 {
      font-size: 9rem !important; } }

.f__verde,
.f__verde p,
p.f__verde {
  color: #608C7A !important; }

.f__blanco,
.f__blanco p,
p.f__blanco {
  color: white !important; }

.f__negro,
.f__negro p,
p.f__negro {
  color: black !important; }

.f__gris_claro,
.f__gris_claro p,
p.f__gris_claro {
  color: #E8E8E8 !important; }

.f__gris_oscuro,
.f__gris_oscuro p,
p.f__gris_oscuro {
  color: #A7A7A7 !important; }

/******************************/
/********* ESPACIOS ***********/
/******************************/
.espacio_small {
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .espacio_small {
      padding-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    .espacio_small {
      padding-bottom: 2rem; } }

.espacio_medium {
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .espacio_medium {
      padding-bottom: 5rem; } }
  @media (min-width: 992px) {
    .espacio_medium {
      padding-bottom: 7rem; } }

.espacio_large {
  padding-bottom: 7rem; }
  @media (min-width: 768px) {
    .espacio_large {
      padding-bottom: 8rem; } }
  @media (min-width: 992px) {
    .espacio_large {
      padding-bottom: 10rem; } }

.espacio_extralarge {
  padding-bottom: 13rem; }
  @media (min-width: 768px) {
    .espacio_extralarge {
      padding-bottom: 16rem; } }
  @media (min-width: 992px) {
    .espacio_extralarge {
      padding-bottom: 20rem; } }

@media (max-width: 767px) {
  .espacio_movil_small {
    padding-bottom: 1.5rem; } }

@media (max-width: 767px) {
  .espacio_movil_large {
    padding-bottom: 4rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .espacio_ipad_small {
    padding-bottom: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .espacio_ipad_large {
    padding-bottom: 4rem; } }

.page {
  background: #608C7A; }
  .page .container {
    padding-top: 10rem;
    padding-bottom: 5rem; }
    @media (min-width: 768px) {
      .page .container {
        padding-top: 15rem; } }
    @media (min-width: 1200px) {
      .page .container {
        padding-top: 20rem; } }

.page-template-page-secciones {
  background: white;
  padding: 0; }

body {
  font-family: "redHat";
  font-size: 14px; }
  @media (max-width: 768px) {
    body {
      font-size: 16px; } }
  @media (max-width: 1200px) {
    body {
      font-size: 18px; } }

/******************* ******************************************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/********************************* BLOG ***********************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/* META */
.meta {
  color: #608C7A !important;
  font-size: 14px; }

/********************************* GRID ***********************************/
/* COMUN */
.ajax-load-more-wrap {
  padding: 3rem 2rem 0 2rem; }
  @media (min-width: 768px) {
    .ajax-load-more-wrap {
      padding: 5rem 5rem 0 5rem; } }

.ajax-load-more-wrap .alm-listing li.grid-item {
  width: 100%;
  margin: 0 0 1% 0;
  float: left;
  display: inline; }
  @media screen and (min-width: 768px) {
    .ajax-load-more-wrap .alm-listing li.grid-item {
      width: 48%;
      margin: 0 1% 20px; } }
  @media screen and (min-width: 992px) {
    .ajax-load-more-wrap .alm-listing li.grid-item {
      width: 30.3%;
      margin: 0 1% 40px; } }
  @media screen and (min-width: 1900px) {
    .ajax-load-more-wrap .alm-listing li.grid-item {
      width: 23%;
      margin: 0 1% 50px; } }

/* BOTON LOAD */
.alm-btn-wrap .alm-load-more-btn {
  font-family: 'redHat';
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 15px;
  font-size: 1rem !important;
  height: 45px;
  opacity: 1 !important;
  border-radius: 30px !important;
  color: #608C7A !important;
  border: 1px solid #608C7A !important;
  background: transparent !important; }
  .alm-btn-wrap .alm-load-more-btn:hover {
    background: transparent !important;
    color: grey !important; }
  .alm-btn-wrap .alm-load-more-btn span {
    display: inline-block; }
  @media (min-width: 1200px) {
    .alm-btn-wrap .alm-load-more-btn {
      font-size: 1.2rem !important;
      line-height: 15px;
      height: 45px; } }

/* ITEM */
.grid-item {
  /* VIDEO */
  /* TITULO */ }
  .grid-item a {
    display: block; }
  .grid-item .grid_video {
    position: relative;
    /* elementos */
    /* play */
    /* capa oscura */ }
    .grid-item .grid_video:before, .grid-item .grid_video:after {
      position: absolute;
      content: '';
      display: block; }
    .grid-item .grid_video:before {
      width: 40px;
      height: 40px;
      background: url(../../../src/assets/img/play.png);
      background-size: cover !important;
      z-index: 800;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      @media screen and (min-width: 768px) {
        .grid-item .grid_video:before {
          width: 69px;
          height: 69px; } }
    .grid-item .grid_video:after {
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      top: 0;
      z-index: 500; }
  .grid-item h2 a {
    font-family: 'canela' !important;
    font-size: 2.5rem !important;
    color: #608C7A !important;
    line-height: 1em !important;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 992px) {
      .grid-item h2 a {
        font-size: 3rem !important; } }
  .grid-item p {
    color: black !important; }

/********************************* SINGLE ***********************************/
.single-post h1 {
  font-family: 'canela' !important;
  font-size: 4rem !important;
  margin-bottom: 3rem;
  color: #608C7A; }
  @media screen and (min-width: 992px) {
    .single-post h1 {
      font-size: 5rem !important;
      margin-bottom: 4rem; } }

.single-post h2 {
  font-family: 'canela' !important;
  font-size: 2.5rem !important;
  margin-bottom: 2rem;
  color: #608C7A; }
  @media screen and (min-width: 992px) {
    .single-post h2 {
      font-size: 3rem !important;
      margin-bottom: 2rem; } }

.single-post h3 {
  font-family: 'canela' !important;
  color: #608C7A;
  font-size: 2rem !important;
  margin-bottom: 1rem; }
  @media screen and (min-width: 992px) {
    .single-post h3 {
      font-size: 2.4rem !important;
      margin-bottom: 1rem; } }

.single-post h4 {
  font-family: 'canela' !important;
  font-size: 1.4rem !important;
  margin-bottom: 1rem;
  color: #608C7A !important; }
  @media screen and (min-width: 992px) {
    .single-post h4 {
      font-size: 1.6rem !important;
      margin-bottom: 1rem; } }

.single-post a {
  color: #608C7A !important;
  text-decoration: underline;
  font-family: 'canela';
  font-weight: 600; }

.single-post p {
  color: #608C7A !important;
  margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .single-post p {
      margin-bottom: 3rem; } }

/**************************************************************************/
/********************************* PAGE ***********************************/
/**************************************************************************/
.brand__blog {
  display: none; }

.page-template-page-blog,
.single-post {
  background: #E8E8E8;
  color: white !important;
  /* BRAND */
  /* MENU */ }
  .page-template-page-blog .wrapper_page,
  .single-post .wrapper_page {
    padding: 5rem 0 0 0; }
    @media screen and (min-width: 768px) {
      .page-template-page-blog .wrapper_page,
      .single-post .wrapper_page {
        padding: 10rem 0; } }
  .page-template-page-blog p,
  .single-post p {
    color: black !important;
    line-height: 1.4em; }
  .page-template-page-blog footer a,
  .single-post footer a {
    color: white !important; }
  .page-template-page-blog footer p,
  .single-post footer p {
    color: white !important; }
  .page-template-page-blog .brand__blog,
  .single-post .brand__blog {
    display: block; }
  .page-template-page-blog .brand__normal,
  .single-post .brand__normal {
    display: none; }
  .page-template-page-blog .navbar li a,
  .single-post .navbar li a {
    color: black; }
  .page-template-page-blog header .btn,
  .single-post header .btn {
    border-color: 'canela' !important;
    color: 'canela' !important; }
    .page-template-page-blog header .btn:hover,
    .single-post header .btn:hover {
      background: 'canela' !important;
      color: #EAEBE5 !important; }

/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/****************************** COOKIES ***********************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
.single_header {
  margin-top: 3rem;
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .single_header {
      margin-top: 0; } }

.footer_seccion .footer_flex .footer_links p {
  margin-bottom: 0 !important; }

.lg-video-cont {
  max-width: 1200px !important;
  padding: 5rem !important; }

.lg-backdrop {
  background: rgba(0, 0, 0, 0.4) !important; }

.lg-sub-html, .lg-toolbar {
  background: transparent !important; }

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