/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #242428;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "chilena", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  max-width: 100%;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 990px;
  }
}
p {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 0;
  color: #242428;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-md {
  margin-right: -25px;
  margin-left: -25px;
}

@media only screen and (max-width: 1200px) {
  .row.row-md {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (max-width: 1200px) {
  .row.row-md > [class^=col-],
  .row.row-md > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-md2 {
  margin-right: -22px;
  margin-left: -22px;
}

@media only screen and (max-width: 991px) {
  .row.row-md2 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row.row-md2 > [class^=col-],
.row.row-md2 > [class*=" col-"] {
  padding-right: 22px;
  padding-left: 22px;
}

@media only screen and (max-width: 991px) {
  .row.row-md2 > [class^=col-],
  .row.row-md2 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-small {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row.row-big {
  margin-right: -2.1rem;
  margin-left: -2.1rem;
}

@media only screen and (max-width: 1350px) {
  .row.row-big {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .row.row-big {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 2.1rem;
  padding-left: 2.1rem;
}

@media only screen and (max-width: 1350px) {
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-md3 > [class^=col-],
.row.row-md3 > [class*=" col-"] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media only screen and (max-width: 1200px) {
  .row.row-md3 > [class^=col-],
  .row.row-md3 > [class*=" col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .row.row-md3 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-md3 > [class^=col-],
  .row.row-md3 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.img-full {
  width: 100%;
}

@media (max-width: 1500px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
}

.loading.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 3, 2025 */
@font-face {
  font-family: "chilena";
  src: url("fonts/chilena-bold-webfont.woff2") format("woff2"), url("fonts/chilena-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "chilena";
  src: url("fonts/chilena-extrabold-webfont.woff2") format("woff2"), url("fonts/chilena-extrabold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "chilena";
  src: url("fonts/chilena-light-webfont.woff2") format("woff2"), url("fonts/chilena-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "chilena";
  src: url("fonts/chilena-regular-webfont.woff2") format("woff2"), url("fonts/chilena-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chilena";
  src: url("fonts/chilena-gruesa-webfont.woff2") format("woff2"), url("fonts/chilena-gruesa-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.btn-primary {
  font-size: 1.375rem;
  font-weight: 700;
  color: #EA0029;
  border-radius: 0px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  line-height: 1.1;
  min-width: 211px;
  position: relative;
}

.btn-primary span {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0.2rem 1.56rem;
  border: 1px solid #EA0029;
  transition: all 0.3s ease;
}

.btn-primary:after {
  content: "";
  background: #EA0029;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.btn-primary img {
  margin-right: 0.625rem;
}

.btn-primary:hover {
  color: #EA0029;
}

.btn-primary:focus {
  color: #EA0029;
}

.btn-primary:hover span {
  transform: translate(-8px, -8px);
}

@media only screen and (max-width: 768px) {
  .btn-primary {
    color: #EA0029;
  }
  .btn-primary span {
    transform: translate(-8px, -8px);
  }
}
.btn-primary:active {
  background: #eb6f00;
  outline: none;
  box-shadow: none;
  border: none;
}

.btn-primary:focus {
  background: #eb6f00;
  outline: none;
  box-shadow: none;
}

.btn-primary.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}

.btn-white {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  background: transparent;
  line-height: 1.1;
  min-width: 211px;
  position: relative;
}

.btn-white span {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  width: 100%;
  position: relative;
  background: #282828;
  padding: 0.2rem 1.56rem;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  color: #fff;
}

.btn-white:after {
  content: "";
  background: #282828;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #fff;
}

.btn-white img {
  margin-right: 0.625rem;
}

.btn-white:hover {
  color: #282828;
}

.btn-white:hover span {
  transform: translate(-8px, -8px);
}

@media only screen and (max-width: 768px) {
  .btn-white {
    color: #282828;
  }
  .btn-white span {
    transform: translate(-8px, -8px);
  }
}
.btn-white:active {
  background: #eb6f00;
  outline: none;
  box-shadow: none;
  border: none;
}

.btn-white:focus {
  background: #eb6f00;
  outline: none;
  box-shadow: none;
}

.btn-white.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}

.btn-gris {
  font-size: 1rem;
  font-weight: 700;
  color: #FF7B05;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ECEDED;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}

.btn-gris img {
  margin-right: 0.625rem;
}

.btn-gris:hover {
  background: #eb6f00;
  box-shadow: none;
}

.btn-gris:active {
  background: #eb6f00;
  outline: none;
  box-shadow: none;
  border: none;
}

.btn-gris:focus {
  background: #eb6f00;
  outline: none;
  box-shadow: none;
}

.btn-secondary {
  font-size: 1rem;
  font-weight: 700;
  color: #FF7B05;
  border: 1px solid #FF7B05;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}

.btn-secondary img {
  margin-right: 0.625rem;
}

.btn-secondary:hover {
  border-color: #eb6f00;
  color: #eb6f00;
  background: transparent;
  box-shadow: none;
}

.btn-secondary:active {
  border-color: #eb6f00;
  color: #eb6f00;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-secondary:focus {
  border-color: #eb6f00;
  color: #eb6f00;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-green {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7AC9A9;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}

.btn-green img {
  margin-right: 0.625rem;
}

.btn-green:hover {
  background: #AFBC34;
  color: #fff;
  box-shadow: none;
}

.btn-green:active {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-green:focus {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-green-borde {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #7AC9A9;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}

.btn-green-borde img {
  margin-right: 0.625rem;
}

.btn-green-borde:hover {
  background: #AFBC34;
  color: #fff;
  box-shadow: none;
}

.btn-green-borde:active {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-green-borde:focus {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

input:active {
  outline: none;
  box-shadow: none;
  border: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

input:checked {
  box-shadow: none;
  border: none;
}

.form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.carrusel .tns-nav button {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  background: #E1E0E0;
  border: none;
  padding: 0;
}

.carrusel .tns-nav button.tns-nav-active {
  background: #000;
}

.carrusel.gris button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}

.carrusel.gris button.tns-nav-active {
  background: #2E2F31;
  border-color: #2E2F31;
}

.carrusel.blanco button {
  border-color: #D9D9D9;
  background: #D9D9D9;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}

.carrusel.azul button {
  background: transparent;
}

.carrusel.azul button.tns-nav-active {
  background: #00D7FF;
  border-color: #00D7FF;
}

.carrusel .tns-controls button {
  background: #000;
  border-radius: 50%;
  font-size: 0;
  width: 32px;
  height: 32px;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 1px 0 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.carrusel .tns-controls button:first-child {
  left: 10px;
  padding-left: 3px;
}

.carrusel .tns-controls button:last-child {
  right: 10px;
  padding-right: 3px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  background: rgba(0, 0, 0, 0.1333333333);
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.verde .tns-controls {
  display: block;
}

.carrusel.verde .tns-controls button {
  background: #AFBC34;
  transform: translateY(-44px);
}

.carrusel.verde .tns-controls button:after {
  color: #7AC9A9;
}

.carrusel.verde .tns-controls button:first-child {
  left: -5px;
}

.carrusel.verde .tns-controls button:last-child {
  right: -5px;
}

.carrusel.verde .tns-nav button {
  width: 12px;
  height: 12px;
  background: #AFBC34;
  margin: 0 3px;
  border: none;
}

.carrusel.verde .tns-nav button.tns-nav-active {
  background: #7AC9A9;
  border: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}
.js-accordion {
  margin: 0 auto;
}

.js-accordion-title {
  background: #fff;
  border-top: 0;
  cursor: pointer;
  display: flex;
  padding: 15px;
  align-items: center;
  width: 100%;
  font-weight: bold;
  font-size: 1.125rem;
  position: relative;
  height: 83px;
  line-height: 1;
}

.js-accordion-title img {
  margin-right: 15px;
  width: 35px;
}

.js-accordion-title:after {
  content: "\f067";
  color: #FF7B05;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 32%;
  font-size: 1em;
}

.js-accordion-title.activo {
  border: none;
  color: #2E2F31;
}

.js-accordion-title.activo:after {
  content: "\f068";
  font-size: 1.1em;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.2s linear;
}

.item-ac:nth-of-type(odd) {
  background: #fff;
}

.item-ac .int-ac {
  background: #E6ECF5;
  margin-top: 0px;
  margin-bottom: 0px;
}

.item-ac .int-ac p {
  padding: 10px 20px 20px 2.8rem;
  font-size: 1.1rem;
  color: #2E2F31;
}

@media only screen and (max-width: 768px) {
  .item-ac .int-ac p {
    padding-left: 10px;
  }
}
.item-ac .int-ac ul {
  list-style: none;
  margin: 0;
  padding: 25px;
}

.item-ac .int-ac ul li {
  border-bottom: 1px dashed #BDCCD4;
}

.item-ac .int-ac ul li a {
  color: #FF7B05;
  display: block;
  padding: 10px 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 1rem 0;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  header {
    position: relative;
    background: #fff;
  }
}
header.relative {
  position: relative;
}

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

header nav {
  display: flex;
}

@media only screen and (max-width: 991px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header nav ul li {
  margin-right: 4.3rem;
}

header nav ul li:last-child {
  margin-right: 0;
}

header nav ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}

header nav ul li a:hover {
  color: #EA0029;
}

header nav.visible {
  display: flex;
  text-align: center;
  position: absolute;
  top: 100px;
  width: 100%;
  background: #fff;
  height: calc(100vh - 100px);
  left: 0;
  z-index: 9999;
  align-items: center;
}

header nav.visible ul {
  display: block;
  width: 100%;
}

header nav.visible ul li {
  margin: 3rem 0;
}

header nav.visible ul li a {
  color: #000;
  font-size: 1.25rem;
}

header nav.visible ul li a:hover {
  color: #EA0029;
}

header .btn-menu {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media only screen and (max-width: 991px) {
  header .btn-menu {
    display: inline-block;
    z-index: 9999;
    cursor: pointer;
  }
}
header .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #000000;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border-radius: 5px;
}

header .btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background: #000;
}

header .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

header .btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-7px, -4px);
  background: #000;
}

header.scrolled {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header.scrolled nav ul li a {
  color: #282828;
}

header.scrolled nav ul li a:hover {
  color: #EA0029;
}

header.scrolled:not(.visible) {
  transform: translateY(-100%);
}

header.scrolled.visible {
  transform: translateY(0);
}

.hero-home {
  position: relative;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .hero-home {
    height: auto;
    background: #000;
  }
}
.hero-home .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-home .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .hero-home .video {
    position: relative;
    height: auto;
  }
}
.hero-home .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-home__txt {
  text-align: center;
  z-index: 2;
}

.hero-home__txt h5 {
  font-size: 1.375rem;
  margin: 0 0 0.5rem;
  color: #fff;
  background: #EA0029;
  display: inline-block;
  padding: 4px 8px;
}

.hero-home__txt h1 {
  margin: 0;
  color: #fff;
  font-size: 3.25rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .hero-home__txt {
    padding: 1rem 0;
  }
  .hero-home__txt h1 {
    font-size: 2.625rem;
  }
}
.hero-home .sound {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  cursor: pointer;
}

.section {
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}
.card-noticia {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .card-noticia {
    margin-bottom: 1.5rem;
  }
}
.card-noticia.noticia-destacada {
  display: flex;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
  .card-noticia.noticia-destacada {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .card-noticia.noticia-destacada {
    margin-bottom: 1.5rem;
  }
}
.card-noticia.noticia-destacada .card-noticia__img {
  width: 56%;
  min-width: 56%;
}

@media only screen and (max-width: 991px) {
  .card-noticia.noticia-destacada .card-noticia__img {
    width: 100%;
    min-width: 100%;
  }
}
.card-noticia.noticia-destacada .card-noticia__txt {
  width: 44%;
  min-width: 44%;
  padding-left: 2rem;
}

@media only screen and (max-width: 991px) {
  .card-noticia.noticia-destacada .card-noticia__txt {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .card-noticia.noticia-destacada .card-noticia__txt {
    padding: 1rem 0.8rem;
  }
}
.card-noticia.noticia-destacada .card-noticia__txt h3 {
  margin: 0 0 1rem;
  font-size: 2.6rem;
  color: #000;
  font-weight: 700;
  line-height: 1.1;
}

.card-noticia.noticia-destacada .card-noticia__txt h3 a {
  color: #000;
}

.card-noticia.noticia-destacada .card-noticia__txt h3 a:hover {
  color: #EA0029;
}

@media only screen and (max-width: 768px) {
  .card-noticia.noticia-destacada .card-noticia__txt h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 768px) {
  .card-noticia.noticia-destacada .card-noticia__txt p {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.card-noticia__img {
  width: 100%;
}

.card-noticia__img img {
  width: 100%;
}

.card-noticia__txt {
  padding: 1.2rem 2rem;
}

@media only screen and (max-width: 768px) {
  .card-noticia__txt {
    padding: 1rem 0.8rem;
  }
}
.card-noticia__txt .fecha {
  font-size: 1.125rem;
}

@media only screen and (max-width: 768px) {
  .card-noticia__txt .fecha {
    font-size: 1rem;
  }
}
.card-noticia__txt h3 {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  color: #000;
  font-weight: 700;
  line-height: 1.1;
}

.card-noticia__txt h3 a {
  color: #000;
}

.card-noticia__txt h3 a:hover {
  color: #EA0029;
}

@media only screen and (max-width: 768px) {
  .card-noticia__txt h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .card-noticia__txt p {
    font-size: 1.125rem;
  }
}
.card-noticia.small .card-noticia__txt {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .card-noticia.small .card-noticia__txt {
    padding: 16px 12px;
  }
}
.card-noticia.small .card-noticia__txt .fecha {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card-noticia.small .card-noticia__txt h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

.home-2 {
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .home-2 {
    padding-top: 50px;
  }
}
.home-2 .patron {
  position: absolute;
  top: -100px;
  right: 10px;
  width: 318px;
  height: calc(100% + 100px);
  background-image: url("../images/patron-1.png");
  background-size: 100% auto;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .home-2 .patron {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .home-2 .patron {
    width: 100px;
  }
}
.home-2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #EA0029;
}

@media only screen and (max-width: 991px) {
  .home-2:after {
    height: calc(100% - 10rem);
  }
}
.home-2 .container {
  position: relative;
  z-index: 2;
}

.home-2 .texto {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .home-2 .texto {
    padding-right: 120px;
    margin-bottom: 50px;
  }
}
.home-2 h4 {
  color: #fff;
  font-size: 1.875rem;
  margin: 0 0 1.6rem;
}

@media only screen and (max-width: 768px) {
  .home-2 h4 {
    font-size: 1.375rem;
    font-weight: normal;
  }
}
.home-2 p {
  color: #fff;
}

.home-2 .imgs {
  width: calc(100% + 3rem);
}

.home-2 .imgs img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .home-2 .imgs {
    width: 100%;
  }
}
.home-2 .tns-ovh {
  overflow: visible;
}

.home-2 .tns-nav {
  display: none;
}

.title {
  font-size: 3.25rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.title.red {
  color: #EA0029;
}

@media only screen and (max-width: 768px) {
  .title {
    font-size: 2.625rem;
  }
}
.title-2 {
  font-size: 2.625rem;
  font-weight: 700;
  margin: 0 0 1.875rem;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .title-2 {
    font-size: 1.875rem;
  }
}
.we-care .title br {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .we-care .title br {
    display: block;
  }
}
.we-care p {
  margin-bottom: 2rem;
}

.pavilion {
  background: #282828;
  padding-bottom: 0;
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .pavilion {
    overflow: hidden;
    padding: 2rem 0;
  }
}
.pavilion .container {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .pavilion .container {
    flex-direction: column;
  }
}
.pavilion__gallery {
  width: 50%;
  min-width: 50%;
  position: relative;
}

.pavilion__gallery:before {
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 10;
  background: linear-gradient(358.65deg, rgba(40, 40, 40, 0) 25.83%, #282828 99.23%);
  display: block;
}

.pavilion__gallery:after {
  content: "";
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 10;
  background: linear-gradient(178.65deg, rgba(40, 40, 40, 0) 25.92%, #282828 60.85%);
  display: block;
}

.pavilion__gallery img {
  max-width: 100%;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .pavilion__gallery {
    display: none;
  }
}
.pavilion__gallery2 {
  display: none;
}

.pavilion__gallery2 .tns-ovh {
  overflow: visible;
}

@media only screen and (max-width: 991px) {
  .pavilion__gallery2 {
    display: block;
  }
}
.pavilion__txt {
  padding: 3rem 100px;
  width: 50%;
  flex-direction: column;
  display: flex;
  min-width: 50%;
  justify-content: center;
  height: 100vh;
  position: sticky;
  align-items: flex-start;
  top: 0;
}

@media only screen and (max-width: 991px) {
  .pavilion__txt {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pavilion__txt {
    padding: 1rem 20px 2rem;
  }
}
.pavilion p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .pavilion p {
    font-size: 1.875rem;
  }
}
.pavilion .v2 {
  padding-left: 0;
}

.pavilion .v2 p {
  font-size: 1.875rem;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .pavilion .v2 p {
    font-size: 1.375rem;
  }
}
.activities {
  background: #fff;
}

.activities .grid-activities {
  display: flex;
  flex-wrap: wrap;
  background: white;
  margin: -0.5px;
  gap: 0;
}

.activities .grid-activities .item-act {
  width: 25%;
  min-height: 330px;
  background: #EA0029;
  border: 1px solid white;
  box-sizing: border-box;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1200px) {
  .activities .grid-activities .item-act {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .activities .grid-activities .item-act {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .activities .grid-activities .item-act {
    width: 100%;
    min-height: 0;
    display: none;
  }
  .activities .grid-activities .item-act:nth-child(1) {
    display: flex;
  }
  .activities .grid-activities .item-act:nth-child(2) {
    display: flex;
  }
  .activities .grid-activities .item-act:nth-child(3) {
    display: flex;
  }
  .activities .grid-activities .item-act:nth-child(4) {
    display: flex;
  }
  .activities .grid-activities .item-act:nth-child(5) {
    display: flex;
  }
}
.activities .grid-activities .item-act .fecha {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
}

.activities .grid-activities .item-act h4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}

.activities .grid-activities .item-act a {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.activities .grid-activities .item-act.titulo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.activities .grid-activities .item-act.titulo h2 {
  font-size: 3.25rem;
  margin: 0;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 550px) {
  .activities .grid-activities .item-act.titulo h2 {
    font-size: 2.625rem;
  }
}
.activities .grid-activities .item-act.img {
  display: block;
  padding: 0;
  text-align: center;
}

.activities .grid-activities .item-act.img img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.activities .grid-activities .item-act.txt2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}

.activities .grid-activities .item-act.txt2 h3 {
  line-height: 1.2;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}

.activities .grid-activities .item-act.txt2 p {
  color: #fff;
  font-size: 1.125rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  max-height: 0;
}

.activities .grid-activities .item-act.txt2 a {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  max-height: 0;
  border-bottom: 1px solid #282828;
}

.activities .grid-activities .item-act.txt2:hover {
  background: #fff;
}

.activities .grid-activities .item-act.txt2:hover h3 {
  color: #EA0029;
}

.activities .grid-activities .item-act.txt2:hover p {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  color: #282828;
  transition: all 0.5s ease;
}

.activities .grid-activities .item-act.txt2:hover a {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  color: #282828;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .activities .grid-activities .item-act.txt2 p {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
  }
  .activities .grid-activities .item-act.txt2 a {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    border-color: #fff;
  }
}
.activities .grid-activities .item-act.dark {
  background: #282828;
  min-height: 330px;
}

.activities .grid-activities .item-act:hover {
  background: #fff;
}

.activities .grid-activities .item-act:hover .fecha {
  color: #EA0029;
}

.activities .grid-activities .item-act:hover h4 {
  color: #EA0029;
}

.activities .grid-activities .item-act:hover a {
  color: #EA0029;
  border-color: #EA0029;
}

.activities .grid-activities .item-act:hover.titulo {
  background: #EA0029;
}

.activities .grid-activities .item-act.see-more {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
}

.activities .grid-activities .item-act.see-more:hover {
  color: #EA0029;
}

.activities.dark .item-act {
  background: #282828;
}

.activities.dark .item-act.color2 {
  background: #737373;
}

.activities.dark .item-act.txt2:hover a {
  color: #EA0029;
}

.latest-news .latest-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

@media only screen and (max-width: 991px) {
  .latest-news .latest-head {
    flex-direction: column;
  }
}
.latest-news .latest-head h2 {
  margin: 0;
  font-size: 2.6rem;
  color: #282828;
  font-weight: 700;
  padding-right: 1rem;
}

@media only screen and (max-width: 991px) {
  .latest-news .latest-head h2 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.latest-news__gallery img {
  width: 100%;
  height: calc(100% - 15px);
  object-fit: cover;
  margin-bottom: 15px;
}

.news-home {
  overflow: hidden;
}

.hero-we-are {
  position: relative;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .hero-we-are {
    height: auto;
  }
}
.hero-we-are .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-we-are .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .hero-we-are .video {
    position: relative;
    height: auto;
  }
}
.hero-we-are .bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-we-are .bg-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(267.76deg, rgba(0, 0, 0, 0) 1.39%, rgba(0, 0, 0, 0.3) 74.72%);
  z-index: 6;
}

.hero-we-are .bg-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-we-are .container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10vh;
}

@media only screen and (max-width: 768px) {
  .hero-we-are .container {
    padding-bottom: 2rem;
  }
}
.hero-we-are__txt {
  text-align: left;
  z-index: 2;
  width: 100%;
}

.hero-we-are__txt h5 {
  font-size: 1.875rem;
  margin: 0 0 0rem;
  color: #fff;
  background: transparent;
  display: inline-block;
  font-weight: 700;
}

.hero-we-are__txt h1 {
  margin: 0;
  color: #fff;
  font-size: 3.25rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .hero-we-are__txt h1 {
    font-size: 2.625rem;
    line-height: 1.1;
  }
}
.hero-we-are__txt h3 {
  margin: 0;
  color: #fff;
  font-size: 2.625rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .hero-we-are__txt h3 {
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 768px) {
  .hero-we-are.hero-pavilion {
    height: 350px;
  }
}
.s-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .s-content .container {
    flex-direction: column;
  }
}
.s-content .s-txt {
  width: 50%;
  min-width: 50%;
  padding-right: 2rem;
}

.s-content .s-txt p {
  margin-bottom: 1.8rem;
}

@media only screen and (max-width: 991px) {
  .s-content .s-txt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
  }
  .s-content .s-txt p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.s-content .s-img {
  width: 50%;
  min-width: 50%;
  padding-left: 2rem;
}

.s-content .s-img img {
  width: calc(50vw - 2rem);
  min-width: calc(50vw - 2rem);
}

@media only screen and (max-width: 991px) {
  .s-content .s-img {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
  }
  .s-content .s-img img {
    width: 100%;
  }
}
.s-content.v2 .container {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .s-content.v2 .container {
    flex-direction: column-reverse;
  }
}
.s-content.v2 .container .s-txt {
  padding-right: 0;
  padding-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .s-content.v2 .container .s-txt {
    padding-left: 0;
  }
}
.s-content.v2 .container .s-img {
  padding-right: 2rem;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .s-content.v2 .container .s-img {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.s-content.a-top .container {
  align-items: flex-start;
}

.facts {
  background: #282828;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .facts {
    overflow: hidden;
    padding: 2rem 0;
  }
}
.facts .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .facts .container {
    flex-direction: column;
  }
}
.facts__txt {
  width: 40%;
  min-width: 40%;
  position: sticky;
  top: 0;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .facts__txt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 1.5rem;
    height: auto;
  }
}
.facts__sticky {
  width: 50%;
  min-width: 50%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .facts__sticky {
    width: 100%;
    min-width: 100%;
  }
}
.facts__sticky:before {
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 10;
  background: linear-gradient(358.65deg, rgba(40, 40, 40, 0) 25.83%, #282828 99.23%);
  display: block;
}

.facts__sticky:after {
  content: "";
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 10;
  background: linear-gradient(178.65deg, rgba(40, 40, 40, 0) 25.92%, #282828 60.85%);
  display: block;
}

@media only screen and (max-width: 991px) {
  .facts__sticky {
    display: none;
  }
}
.facts__sticky2 {
  display: none;
  width: 100%;
}

.facts__sticky2 .tns-ovh {
  overflow: visible;
}

@media only screen and (max-width: 991px) {
  .facts__sticky2 {
    display: block;
  }
}
.facts h2 {
  margin: 0 0 1.4rem;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
}

.facts p {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .facts p {
    font-size: 1.125rem;
  }
}
.facts .box-facts {
  border: 1px solid #fff;
  padding: 40px;
  text-align: center;
  width: 469px;
  max-width: 100%;
  margin: 0 auto 1rem;
}

.facts .box-facts p {
  margin-bottom: 0;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .facts .box-facts {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.makun {
  background: #EA0029;
  padding: 0;
}

.makun .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .makun .pattern1 {
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .makun .pattern2 {
    display: none;
  }
}
.makun__txt {
  width: 720px;
  padding: 30px 20px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.makun__txt p {
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .makun__txt p {
    font-size: 1.375rem;
  }
}
.reason {
  background: #EA0029;
  padding: 0;
  max-height: 100vh;
  overflow: hidden;
}

.reason .container {
  position: relative;
  height: 100%;
  max-height: 100vh;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .reason .pattern1 {
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .reason .pattern2 {
    display: none;
  }
}
.reason__txt {
  width: 850px;
  padding: 0 20px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.reason__txt p {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .reason__txt p {
    font-size: 1.375rem;
  }
}
.values {
  background: #282828;
  overflow: hidden;
}

.values .container {
  display: flex;
  position: relative;
}

.values__txt {
  padding: 100px 0;
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .values__txt {
    padding: 50px 0;
  }
}
.values__txt h2 {
  margin: 0 0 2rem;
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .values__txt h2 {
    font-size: 1.875rem;
  }
}
.values__txt p {
  font-size: 1.875rem;
  color: #fff;
  margin-bottom: 2rem;
}

.values__txt p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .values__txt p {
    font-size: 1.375rem;
  }
}
.values .bg {
  background-image: url("../images/values-pattern.svg");
  position: absolute;
  right: 10px;
  top: 0;
  width: 265px;
  height: 100%;
  background-size: 100% auto;
}

@media only screen and (max-width: 991px) {
  .values .bg {
    width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .values .bg {
    width: 98px;
  }
}
@media only screen and (max-width: 420px) {
  .values .bg {
    width: 80px;
  }
}
.boxes-pavilion {
  background: #282828;
  display: flex;
  flex-wrap: wrap;
}

.boxes-pavilion .box-pavilion {
  width: 33.3%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #fff;
  flex-direction: column;
  padding: 20px;
}

.boxes-pavilion .box-pavilion h3 {
  color: #fff;
  font-size: 2.625rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .boxes-pavilion .box-pavilion h3 {
    font-size: 1.875rem;
  }
}
.boxes-pavilion .box-pavilion p {
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

@media only screen and (max-width: 991px) {
  .boxes-pavilion .box-pavilion p {
    opacity: 1;
    visibility: visible;
    max-height: 400px;
  }
}
.boxes-pavilion .box-pavilion a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

@media only screen and (max-width: 991px) {
  .boxes-pavilion .box-pavilion a {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .boxes-pavilion .box-pavilion {
    width: 100%;
    height: auto;
    border-left: none;
    border-right: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    height: 274px;
  }
}
.boxes-pavilion .box-pavilion:first-child {
  border-left: 0;
}

.boxes-pavilion .box-pavilion:last-child {
  border-right: 0;
}

.boxes-pavilion .box-pavilion:hover p {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}

.boxes-pavilion .box-pavilion:hover a {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}

.team {
  background: #EA0029;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .team {
    display: none;
  }
}
.team .row-team {
  display: flex;
}

.team .row-team.team1 {
  height: 133px;
}

.team .row-team.team2 {
  height: 411px;
}

.team .row-team > div {
  border: 0.5px solid #fff;
}

.team .row-team > div:nth-child(odd) {
  width: 27.77%;
  min-width: 27.77%;
}

.team .row-team > div:nth-child(even) {
  width: 8.333%;
  min-width: 8.333%;
}

.team .title-team {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1rem 3rem;
}

.team .title-team h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3.25rem;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .team {
    display: none;
  }
}
.team-mobile {
  background: #EA0029;
  padding: 20px 0;
  display: none;
}

@media only screen and (max-width: 991px) {
  .team-mobile {
    display: block;
  }
}
.team-mobile .title-team {
  border: 1px solid #fff;
  height: 268px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.625rem;
  color: #fff;
  font-weight: 700;
}

.team-mobile .card-team {
  border: 1px solid #fff;
}

.card-team__img {
  border-bottom: 1px solid #fff;
}

.card-team__img img {
  width: 100%;
}

.card-team__txt {
  padding: 20px 25px;
}

.card-team__txt h4 {
  font-size: 1.875rem;
  margin: 0 0 0.5rem;
  color: #fff;
  font-weight: 700;
}

.card-team__txt p {
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.datos {
  padding: 150px 0;
}

@media only screen and (max-width: 768px) {
  .datos {
    padding: 80px 0;
  }
}
.datos .item-dato {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .datos .item-dato {
    margin-bottom: 2rem;
  }
}
.datos .item-dato__ic {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}

.datos .item-dato__ic img {
  max-width: 90%;
}

.datos .item-dato__txt h5 {
  margin: 0 0 1rem;
  color: #EA0029;
  font-size: 1.375rem;
  font-weight: 700;
}

.datos .item-dato__txt p {
  font-size: 1.875rem;
  color: #282828;
  font-weight: 700;
}

.news-detalle {
  padding-top: 2rem;
}

.news-interior {
  padding: 2.5rem 0 5rem;
}

.news-interior h5 {
  font-size: 1.375rem;
  color: #737373;
  margin: 0 0 1rem;
}

.news-interior h1 {
  font-size: 3.25rem;
  margin: 0 0 1.5rem;
  color: #000;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .news-interior h1 {
    font-size: 1.875rem;
  }
}
.content-detalle .fecha {
  font-size: 1.275rem;
  color: #737373;
  margin-bottom: 0.5rem;
}

.content-detalle h1 {
  font-size: 3.25rem;
  font-weight: 700;
  color: #282828;
  margin: 0 0 1.5rem;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .content-detalle h1 {
    font-size: 1.875rem;
  }
}
.content-detalle .img-detalle {
  margin-bottom: 2rem;
}

.content-detalle .img-detalle img {
  width: 100%;
}

.content-detalle .texto-detalle p {
  font-size: 1.125rem;
}

@media only screen and (max-width: 991px) {
  .sidebar {
    margin-top: 2rem;
  }
}
.sidebar h3 {
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

.card-act {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .card-act {
    margin-bottom: 50px;
  }
}
.card-act .row {
  align-items: center;
}

.card-act__img {
  width: 100%;
}

.card-act__img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .card-act__img {
    margin-bottom: 1.5rem;
  }
  .card-act__img img {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.card-act__txt h3 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 700;
  color: #282828;
  line-height: 1.1;
}

.card-act__txt h3 a {
  color: #000;
}

.card-act__txt h3 a:hover {
  color: #EA0029;
}

@media only screen and (max-width: 768px) {
  .card-act__txt h3 {
    font-size: 1.875rem;
  }
}
.card-act__txt .fecha {
  font-size: 1.125rem;
  color: #282828;
  margin: 1rem 0;
}

.card-act__txt p.small {
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .card-act__txt p {
    font-size: 1.125rem;
  }
}
.card-act.v2 .row {
  flex-direction: row-reverse;
}

.act-week {
  padding-top: 2rem;
}

.act-week .fecha {
  font-size: 1.275rem;
  color: #737373;
  margin-bottom: 0.5rem;
}

.act-week h5 {
  color: #282828;
  font-size: 1.375rem;
  margin: 0.5rem 0 1rem;
  font-weight: 700;
}

.act-week h1 {
  font-size: 3.25rem;
  font-weight: 700;
  color: #282828;
  margin: 0 0 1.5rem;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .act-week h1 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .act-week .carrusel {
    margin: 0 -15px;
  }
}
.act-week .card-week {
  display: flex;
  align-items: center;
  position: relative;
}

.act-week .card-week__img {
  width: 80%;
  min-width: 80%;
}

.act-week .card-week__img img {
  width: 100%;
}

.act-week .card-week__txt {
  width: 37.5%;
  min-width: 37.5%;
  position: absolute;
  right: 0;
  padding: 60px 30px 30px;
  background: #EA0029;
}

.act-week .card-week__txt h3 {
  font-size: 2.62rem;
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.act-week .card-week__txt .flechas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.8rem;
}

.act-week .card-week__txt .flechas img {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .act-week .card-week {
    flex-direction: column;
  }
  .act-week .card-week__img {
    width: 100%;
    min-width: 100%;
  }
  .act-week .card-week__txt {
    width: 100%;
    min-width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .act-week .card-week__txt {
    padding: 15px 20px;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    margin-top: -2rem;
  }
  .act-week .card-week__txt h3 {
    font-size: 1.375rem;
  }
}
.act-week .tns-nav {
  display: none;
}

.schedule {
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .schedule {
    padding-top: 50px;
  }
}
.schedule h2 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1.875rem;
}

.schedule .tabs-schedule {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .schedule .tabs-schedule {
    display: none;
  }
}
.schedule .tabs-schedule .item-tab {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background: #282828;
  flex-grow: 1;
  text-align: center;
  width: 12.5%;
  padding: 10px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #fff;
  border-bottom: 0.5px solid #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.schedule .tabs-schedule .item-tab.active {
  background: #EA0029;
}

.schedule .tabs-schedule .item-tab:hover {
  background: #EA0029;
}

.schedule .tabs-schedule .item-tab.no-link {
  background: #fff;
  color: #282828;
  display: flex;
}

.schedule .tabs-schedule .item-tab.no-link p {
  color: #282828;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.schedule .tabs-schedule .item-tab.no-link img {
  width: 22px;
  margin-left: 0.5rem;
}

.schedule .panels-schedule {
  background: #282828;
}

@media only screen and (max-width: 768px) {
  .schedule .panels-schedule {
    display: none;
  }
}
.schedule .panels-schedule .item-panel {
  position: relative;
  display: none;
}

.schedule .panels-schedule .item-panel.visible {
  display: block;
}

.schedule .panels-schedule .item-panel__head {
  text-align: center;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  padding: 1.2rem 0;
  border-bottom: 0.5px solid #fff;
}

.schedule .panels-schedule .item-panel__content .container {
  min-height: 624px;
  position: relative;
}

.schedule .panels-schedule .item-panel .fig1 {
  position: absolute;
  left: 2rem;
  top: 0;
  height: 100%;
  width: auto;
}

.schedule .panels-schedule .item-panel .fig2 {
  position: absolute;
  top: 0;
  right: 2rem;
  height: 100%;
  width: auto;
}

.schedule .panels-schedule .item-panel .items-schedule {
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  grid-template-rows: repeat(2, auto);
  grid-auto-columns: 33.33%;
  gap: 2rem;
  justify-content: center;
  max-width: 100%;
}

.schedule .panels-schedule .item-panel .items-schedule .col-schedule {
  width: 33.3%;
  padding: 20px 0;
}

.schedule .item-schedule {
  margin-bottom: 2.2rem;
  padding: 10px 25px;
}

@media only screen and (max-width: 768px) {
  .schedule .item-schedule {
    padding: 10px 15px;
  }
}
.schedule .item-schedule h4 {
  margin: 0 0 0.6rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
}

.schedule .item-schedule p {
  font-size: 1.375rem;
  color: #fff;
  margin: 0 0 0.6rem;
  padding-left: 0;
}

.schedule .item-schedule a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.schedule .acordeon {
  background: #282828;
  display: none;
}

@media only screen and (max-width: 768px) {
  .schedule .acordeon {
    display: block;
  }
}
.schedule .acordeon .item-ac {
  background: #282828;
  border-bottom: 1px solid #fff;
}

.schedule .acordeon .item-ac .js-accordion-title {
  background: #282828;
  color: #fff;
}

.schedule .acordeon .item-ac .js-accordion-title:after {
  display: none;
}

.schedule .acordeon .item-ac .js-accordion-title.activo {
  background: #EA0029;
}

.schedule .acordeon .item-ac .js-accordion-content {
  background: #282828;
}

.schedule .acordeon .item-ac .js-accordion-content .c-ac {
  background: #282828;
  color: #fff;
}

footer {
  background: #282828;
  color: #fff;
  padding: 1.5rem 0;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  footer .container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  footer .container {
    justify-content: center;
    align-items: center;
  }
}
footer .f1 h3 {
  font-size: 1.875rem;
  color: #fff;
  margin: 0 0 0.5rem;
  font-weight: 700;
}

footer .f1 a {
  color: #fff;
  font-size: 1.375rem;
}

@media only screen and (max-width: 768px) {
  footer .f1 a {
    display: block;
    margin-bottom: 1rem;
  }
}
footer .f1 a.small {
  font-size: 1.125rem;
}

@media only screen and (max-width: 768px) {
  footer .f1 a.small {
    display: block;
    margin-bottom: 1rem;
  }
}
footer .f1 h5 {
  color: #fff;
  font-size: 1.375rem;
  margin-bottom: 0.4rem;
}

@media only screen and (max-width: 991px) {
  footer .f1 {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .f1 {
    text-align: center;
  }
}
/*# sourceMappingURL=estilos.css.map */