@font-face {
  font-family: "Chilena Light";
  src: url("../fonts/Chilena-Light.woff2") format("woff2"), url("../fonts/Chilena-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chilena Regular";
  src: url("../fonts/Chilena-Regular.woff2") format("woff2"), url("../fonts/Chilena-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chilena Bold";
  src: url("../fonts/Chilena-Bold.woff2") format("woff2"), url("../fonts/Chilena-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;
  --first-color: #EE0C00;
  --text-color: #ffffff;
  --body-color: #0e0e0e;
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --light-font: "Chilena Light", sans-serif;
  --regular-font: "Chilena Regular", sans-serif;
  --bold-font: "Chilena Light", sans-serif;
  --big-font-size: 3.5rem;
  --h1-font-size: 2rem;
  --h2-font-size: 1.5rem;
  --h3-font-size: 1.25rem;
  --normal-font-size: 1rem;
  --small-font-size: .875rem;
  --smaller-font-size: .813rem;
  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;
  /*========== Margenes Bottom ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --mb-0-5: .5rem;
  --mb-0-75: .75rem;
  --mb-1: 1rem;
  --mb-1-5: 1.5rem;
  --mb-2: 2rem;
  --mb-2-5: 2.5rem;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*=============== BASE ===============*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 24px;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}

body,
button,
input,
textarea {
  font-family: var(--regular-font);
  font-size: var(--normal-font-size);
}

body {
  color: var(--text-color);
  background-color: var(--body-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-font-smoothing: antialiased;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

h1, h2, h3 {
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

::-moz-selection {
  background: var(--first-color);
  color: #FFFFFF;
}

::selection {
  background: var(--first-color);
  color: #FFFFFF;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768.98px) {
  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.main {
  position: relative;
  min-height: var(--doc-height);
  overflow: hidden;
}

.overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}

.hidden {
  overflow: hidden;
}

.ocultar {
  display: none !important;
}

.mostrar {
  display: inline-block !important;
}

.fancybox__nav {
  display: none !important;
}

.ancho {
  width: 100% !important;
}

@media screen and (max-width: 968.98px) {
  .alto {
    height: 50% !important;
  }
}

@media screen and (max-width: 968.98px) {
  .top {
    top: 40% !important;
  }
}

@media screen and (max-width: 968.98px) {
  .icon__info a:first-child {
    display: none;
  }
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 90;
}
.bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  vertical-align: middle;
}
@media screen and (max-width: 968.98px) {
  .bg picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.bg .bg__rojo {
  width: 41%;
  height: 50%;
  background-color: var(--first-color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 968.98px) {
  .bg .bg__rojo {
    width: 50%;
    height: 40%;
  }
}
.bg .bg__persona {
  width: 41%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 968.98px) {
  .bg .bg__persona {
    width: 50%;
    height: 40%;
    right: 0;
    bottom: 0;
    z-index: 100;
    top: auto;
    left: auto;
  }
}
.bg .bg__persona img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg .bg__video {
  width: 59%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 968.98px) {
  .bg .bg__video {
    left: 0;
    top: 0;
    right: auto;
    height: 60%;
    width: 100%;
  }
}
.bg .bg__video video {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  vertical-align: bottom;
}
.bg .play__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.bg .content__btn__play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.bg .btn__play {
  background-color: #EB0028;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: .875rem;
  transition: all .3s ease-in-out;
  font-weight: bold;
}
.bg .btn__play:hover {
  transform: scale(.9);
}
.bg .btn__play img {
  width: 1rem;
  height: auto;
  margin-right: .25rem;
}
.bg .logo__soylatierra {
  position: absolute;
  top: 39.7vh;
  left: 21.6%;
  width: 30rem;
  z-index: 120;
}
@media screen and (max-width: 968.98px) {
  .bg .logo__soylatierra {
    position: absolute;
    top: 49.5%;
    left: 0;
    right: 0;
    bottom: auto;
    width: 15rem;
    margin: auto;
    z-index: 100;
  }
}
.bg .logo__soylatierra img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg .log__soylatierra {
  position: absolute;
  top: 43.3vh;
  left: 22.7%;
  width: 30rem;
  z-index: 120;
}
@media screen and (max-width: 968.98px) {
  .bg .log__soylatierra {
    position: absolute;
    top: 50.5%;
    left: 0;
    right: 0;
    bottom: auto;
    width: 15rem;
    margin: auto;
    z-index: 100;
  }
}
.bg .log__soylatierra img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=============== HEADER ===============*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.4s;
  transition: 0.4s; /*For animation dark mode*/
  /*=============== NAV ===============*/
}
.header .nav {
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*=== Dropdown ===*/
}
.header .nav__logo {
  width: 7rem;
  -webkit-transform: translateY(1.75rem);
          transform: translateY(1.75rem);
  display: inline-block;
}
.header .nav__logo img {
  vertical-align: bottom;
}
.header .nav__logo__link, .header .nav__toggle, .header .nav__close {
  color: var(--text-color);
}
.header .nav__logo__link {
  font-size: 1rem;
}
.header .nav__logo__link:hover {
  color: var(--first-color);
}
.header .nav__menu {
  margin-left: auto;
  position: relative;
}
.header .nav .show-menu {
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.header .nav__list .nav__item:last-child {
  display: none;
}
.header .nav__list .nav__item .nav__link {
  width: 8rem;
  color: var(--text-color);
  padding: 0.5rem 0;
  display: inline-block;
  font-size: 0.675rem;
  position: relative;
}
.header .nav__list .nav__item .nav__link:hover {
  color: var(--first-color);
}
.header .nav__list .nav__item .nav__link:before {
  content: "";
  width: 100%;
  background: #fff;
  height: 0.05rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .nav__list .nav__item .nav__link:after {
  content: "";
  width: 0%;
  background: #EB0028;
  height: 0.05rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav__list .nav__item .nav__link:hover:after {
  width: 70%;
}
.header .nav__toggle {
  display: none;
}
.header .nav .dropdown__icon {
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.25rem;
}
.header .nav .dropdown__menu {
  position: absolute;
  top: 1rem;
  right: 0;
  display: none;
  padding-top: 1.5rem;
}
.header .nav .dropdown__menu .dropdown__item {
  margin: 0;
}
.header .nav .dropdown__menu .dropdown__item .dropdown__link {
  width: 5.5rem;
  color: var(--text-color);
  padding: 10px 0;
  display: inline-block;
  font-size: 0.55rem;
  position: relative;
}
.header .nav .dropdown__menu .dropdown__item .dropdown__link:hover {
  color: var(--first-color);
}
.header .nav .dropdown__menu .dropdown__item .dropdown__link:before {
  content: "";
  width: 100%;
  background: var(--text-color);
  height: 0.045rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .nav .dropdown__menu .dropdown__item .dropdown__link:after {
  content: "";
  width: 0%;
  background: var(--first-color);
  height: 0.045rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav .dropdown__menu .dropdown__item .dropdown__link:hover:after {
  width: 70%;
}
.header .nav .dropdown:hover > .dropdown__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .nav .dropdown:hover .dropdown__icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 968.98px) {
  .nav__logo {
    width: 5rem !important;
    -webkit-transform: translateY(1rem) !important;
            transform: translateY(1rem) !important;
  }
  .nav__menu {
    position: absolute !important;
    top: calc(var(--header-height) - 1rem);
    width: 25%;
    left: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    max-height: 100vh;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
    transition: max-height 0.3s, -webkit-transform 0.3s;
    transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  }
  .nav__list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-left: 1rem;
    row-gap: 0.7rem;
    margin-top: 1rem;
  }
  .nav__list .nav__item {
    text-align: left;
  }
  .nav__list .nav__item:last-child {
    display: inline-block !important;
    margin-top: 2rem;
  }
  .nav__list .nav__item .nav__link {
    display: inline-block;
    font-size: 0.875rem !important;
    width: 6.5rem !important;
  }
  .nav__list .nav__item .nav__link:before {
    height: 0.065rem !important;
  }
  .nav__list .nav__item .nav__link:after {
    height: 0.065rem !important;
  }
  .nav__list .nav__item .nav__link:hover:after {
    width: 80% !important;
  }
  .nav__toggle {
    font-size: 1.25rem;
    cursor: pointer;
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav .dropdown__icon {
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
    margin-left: 0.25rem;
  }
  .nav .dropdown__menu {
    top: 0 !important;
    left: 6.5rem !important;
    padding-left: 3rem !important;
    padding-top: 1rem;
  }
  .nav .dropdown__menu .dropdown__item {
    margin: 0 !important;
  }
  .nav .dropdown__menu .dropdown__item .dropdown__link {
    width: 9rem !important;
    font-size: 0.875rem !important;
    padding: 0.5rem !important;
  }
  .nav .dropdown__menu .dropdown__item .dropdown__link:before {
    width: 0.05rem !important;
    height: 100% !important;
    background-color: var(--text-color) !important;
  }
  .nav .dropdown__menu .dropdown__item .dropdown__link:after {
    width: 0.05rem !important;
    height: 100% !important;
    background-color: transparent !important;
  }
  .nav .dropdown__menu .dropdown__item .dropdown__link:hover:after {
    background-color: var(--first-color) !important;
    width: auto;
    height: 100% !important;
  }
  .nav .dropdown:hover > .dropdown__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fabula__img {
  width: 2.5rem;
  position: absolute;
  bottom: 0.5rem;
  right: 3.5rem;
  z-index: 100;
}
.fabula__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.creatingfuture__img {
  width: 2rem;
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  z-index: 100;
}
.creatingfuture__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.events .title__events {
  text-align: center;
  margin: 2rem 0 3rem 0;
  font-size: 1rem;
  color: var(--text-color);
  font-weight: 400;
}
@media screen and (max-width: 968.98px) {
  .events .title__events {
    padding: 1rem;
    margin: 1rem 0;
    font-size: 0.875rem;
  }
}

.bottom {
  min-height: var(--doc-height);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ficha__tecnica {
  width: 40%;
  z-index: 100;
}

.texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
  width: 40%;
  z-index: 100;
}
@media screen and (max-width: 968.98px) {
  .texto {
    padding-bottom: 1rem;
    width: 45%;
  }
}
.texto .title {
  font-size: 0.875rem;
  color: var(--text-color);
  margin-bottom: 1rem;
}
@media screen and (max-width: 968.98px) {
  .texto .title {
    font-size: 0.675rem;
    margin-bottom: 0.5rem;
  }
}
.texto .description__corta {
  color: var(--text-color);
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 968.98px) {
  .texto .description__corta {
    font-size: 0.775rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
.texto .description {
  font-size: 0.875rem;
  color: var(--text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 968.98px) {
  .texto .description {
    font-size: 0.675rem;
    display: none;
    margin-bottom: 1rem;
  }
}
.texto .leermas {
  background-color: transparent;
  color: var(--text-color);
  font-size: 0.775rem;
  border-top: 1px solid var(--text-color);
  text-align: center;
  width: 4rem;
  display: none;
  padding-top: 0.25rem;
}
@media screen and (max-width: 968.98px) {
  .texto .leermas {
    display: inline-block;
  }
}
.texto .leermenos {
  background-color: transparent;
  color: var(--text-color);
  font-size: 0.775rem;
  border-top: 1px solid var(--text-color);
  text-align: center;
  width: 5rem;
  display: none;
  padding-top: 0.25rem;
}
@media screen and (max-width: 968.98px) {
  .texto .leermenos {
    display: inline-block;
  }
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 0.7rem 0 1rem;
  width: 40%;
  z-index: 100;
}
@media screen and (max-width: 968.98px) {
  .icons {
    width: 100%;
    padding: 1.7rem 0 1rem;
  }
}
.icons .icon__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.icons .icon__socials a {
  color: var(--text-color);
  font-size: 0.7rem;
}
.icons .icon__socials a:hover {
  color: var(--first-color);
}
@media screen and (max-width: 968.98px) {
  .icons .icon__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 1rem;
    right: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1rem;
    z-index: 1200 !important;
  }
}
.icons .icon__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (max-width: 968.98px) {
  .icons .icon__info {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
.icons .icon__info a {
  color: var(--text-color);
  font-size: 0.7rem;
  margin-left: 1rem;
}

.popup__compartir {
  background-color: transparent;
  width: 500px;
}
@media screen and (max-width: 968.98px) {
  .popup__compartir {
    width: 300px;
  }
}
.popup__compartir h4 {
  text-align: left;
  color: var(--text-color);
  font-size: 0.875rem;
  border-bottom: 1px solid var(--text-color);
  padding-bottom: 0.25rem;
}
.popup__compartir .redes__compartir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}
.popup__compartir .redes__compartir a {
  color: var(--text-color);
}
.popup__compartir .redes__compartir a:hover {
  color: var(--first-color);
}

.ficha__tecnica {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 968.98px) {
  .ficha__tecnica {
    width: 100%;
  }
}
.ficha__tecnica .cerrar__ficha {
  position: absolute;
  top: -2rem;
  right: 0;
  cursor: pointer;
}
.ficha__tecnica .ficha p {
  font-size: 0.575rem;
  margin-bottom: 0.5rem;
}
.ficha__tecnica .ficha p b {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.swiper {
  width: 100%;
  height: 100%;
  /* width: 18rem; */
  /* height: 11rem; */
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 968px) {
  .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 7rem;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .swiper .swiper-slide video {
    display: block;
    width: 100%;
    height: 7rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.swiper-button-next, .swiper-button-prev, .swiper-button-next-tree, .swiper-button-prev-four, .swiper-button-prev-five {
  position: static;
  width: auto;
  height: auto;
  cursor: pointer;
}

.arrow__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15rem;
}
.arrow__next img {
  width: auto;
  height: auto;
  -o-object-fit: auto;
     object-fit: auto;
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media only screen and (max-width: 968px) {
  .arrow__next {
    display: none;
  }
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 5rem;
  margin-right: 5rem;
  row-gap: 1rem;
}
@media only screen and (max-width: 968px) {
  .post {
    margin-left: 0;
    margin-right: 0;
    row-gap: 0.5rem;
  }
}

.box__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box__Descripcion__responsive {
  text-align: center;
  font-size: 0.875rem;
  display: none;
}
@media only screen and (max-width: 968px) {
  .box__Descripcion__responsive {
    display: block;
    font-size: 0.775rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
  }
}

.box__post {
  padding: 1rem 1rem;
  background-color: var(--first-color);
  text-align: center;
  width: 22rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 968px) {
  .box__post {
    width: 12rem;
    height: 7rem;
    padding: 0.5rem;
  }
}

.box__span {
  font-family: "Chilena", sans-serif;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 400;
}

.box__title {
  font-family: "Chilena", sans-serif;
  color: #fff;
  font-size: 0.975rem;
  font-weight: 500;
  line-height: 1rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 968px) {
  .box__title {
    margin: 0.5rem 0;
    font-size: 0.75rem;
  }
}

.box__fecha {
  font-family: "Chilena", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  /* opacity: .6; */
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  font-size: 0.675rem;
}

.box__link {
  font-family: "Chilena", sans-serif;
  color: #fff;
  font-size: 0.575rem;
  font-weight: 400;
  border: 0;
  background-color: transparent;
}
@media only screen and (max-width: 968px) {
  .box__link {
    display: none;
  }
}

.box__span__title {
  font-size: 0.575rem;
}

.box__Descripcion {
  font-size: 0.675rem;
}
@media only screen and (max-width: 968px) {
  .box__Descripcion {
    font-size: 0.65rem;
  }
}

.sello__cerrar {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}

footer img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}/*# sourceMappingURL=styles.css.map */

.march {
  position: relative;
  top: 0;
  left: 0;
  width: 7rem;
  margin-bottom: 1.5rem;
  z-index: 999;
}

.march img {
  width: 100%;
  height: auto;
}