/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: 'silence_rockenregular';
  src: url("fonts/silence_rocken-webfont.woff2") format("woff2"), url("fonts/silence_rocken-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Bold.woff2") format("woff2"), url("fonts/Chilena-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-ExtraBold.woff2") format("woff2"), url("fonts/Chilena-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Regular.woff2") format("woff2"), url("fonts/Chilena-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 24px;
}

body {
  color: #1D1E1E;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Chilena", sans-serif;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

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

p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 0;
}

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 1rem;
  }
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 11.25rem;
}

@media only screen and (max-width: 991px) {
  .wrap2 {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap2 {
    padding: 0 1rem;
  }
}

*, ::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-small {
  margin-right: -.3em;
  margin-left: -.3em;
}

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

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

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@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;
  }
}

* {
  outline: none;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

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

.mt-2 {
  margin-top: 2rem;
}

.btn {
  font-weight: 800;
  font-size: 1.083rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 1.2rem 2rem .9rem;
  min-width: 13rem;
  text-align: center;
  transition: all .5s ease;
}

.btn i {
  font-size: .9rem;
  margin-left: .5rem;
}

.btn img {
  width: 1rem !important;
  height: auto;
  margin-left: .5rem;
}

.btn.btn-verde {
  background: #01A31A;
}

.btn.btn-verde:hover {
  background: #09be25;
  color: #fff;
}

.btn.btn-small {
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  padding: .85rem 1rem .5rem;
  display: inline-block;
}

.btn.btn-descarga {
  padding: .7rem 1rem .5rem;
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  display: inline-block;
}

.btn.btn-descarga img {
  width: .6rem !important;
}

@media only screen and (max-width: 550px) {
  .btn {
    min-width: 10rem;
    padding: 1rem 1rem .7rem;
    font-size: .9rem;
  }
  .btn.btn-small {
    height: auto;
  }
  .btn.btn-descarga {
    height: auto;
  }
}

@media (max-width: 1980px) {
  html, body, p {
    font-size: 24px;
  }
}

@media (max-width: 1700px) {
  html, body, p {
    font-size: 19px;
  }
}

@media (max-width: 1500px) {
  html, body, p {
    font-size: 17px;
  }
}

.carrusel {
  position: relative;
}

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

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: .7rem;
  height: .7rem;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 .7rem;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: .7rem;
    height: .7rem;
  }
}

.carrusel.blanco button {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}

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

.carrusel.gris button {
  background: #fff;
  border-color: #9CBDD4;
}

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

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0;
  font-size: 0;
  width: 6.5rem;
  height: .917rem;
  line-height: 1;
  border: none;
  text-align: center;
  position: absolute;
  padding: 0;
  z-index: 10;
  top: 0rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrusel .tns-controls button:first-child {
  left: 1rem;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: 1rem;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 1.5rem;
  color: #3D4F61;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 6.5rem;
  height: .917rem;
}

.carrusel .tns-controls button:first-child:after {
  background-image: url("../images/flecha-left.png");
}

.carrusel .tns-controls button:last-child:after {
  background-image: url("../images/flecha-right.png");
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 768px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 60px;
    height: 60px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: -10px;
  }
  .carrusel .tns-controls button:last-child {
    right: -10px;
  }
}

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

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

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 60px 0 15px !important;
    margin: 0 -15px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
  .c-movil .tns-nav {
    width: calc(100vw - 30px);
  }
}

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 1rem;
    justify-content: space-between;
  }
}

header .redes a {
  color: #fff;
  display: inline-block;
  margin-left: .3rem;
}

header .redes a:hover {
  color: #EB0028;
}

@media only screen and (max-width: 768px) {
  header .redes {
    min-width: 120px;
  }
}

header .linea {
  width: 8.8rem;
  height: 1px;
  background: #fff;
  margin: 0 1rem;
}

@media only screen and (max-width: 768px) {
  header .linea {
    flex-grow: 1;
  }
}

header .btn-menu {
  z-index: 999;
  background: #EB0028;
  padding: .2rem;
}

header .btn-menu span {
  width: 1.125rem;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
  display: block;
}

header .btn-menu.open {
  position: fixed;
}

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

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

header .btn-menu.open span:nth-child(3) {
  transform: rotate(45deg) translate(2px, -2px);
}

.main-video {
  background-color: #303030;
  background-image: url("../images/bg1.jpg");
  background-size: 100% 100%;
  padding: 4rem 2rem 6rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .main-video {
    padding: 5rem 1rem 5rem;
  }
}

.main-video .s-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .main-video .s-top {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}

.main-video .s-top .logo {
  width: 47%;
  position: absolute;
  left: -1rem;
  top: 12%;
  z-index: 10;
}

.main-video .s-top .logo img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .main-video .s-top .logo {
    width: 300px;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    top: auto;
  }
}

@media only screen and (max-width: 550px) {
  .main-video .s-top .logo {
    width: 250px;
  }
}

.main-video .s-top .w-video {
  width: 78%;
  min-width: 78%;
}

.main-video .s-top .w-video img {
  width: 100%;
}

.main-video .s-top .w-video video {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

.main-video .s-top .w-video .video-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .main-video .s-top .w-video {
    width: 100%;
  }
  .main-video .s-top .w-video .video-desktop {
    display: none;
  }
  .main-video .s-top .w-video .video-mobile {
    display: block;
  }
}

.main-video .s-bottom {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .main-video .s-bottom {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .main-video .s-bottom {
    flex-direction: column;
    align-items: flex-start;
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
}

.main-video .s-bottom .texto {
  width: 18rem;
  min-width: 18rem;
  margin-right: 3.2rem;
}

.main-video .s-bottom .texto p {
  margin: 0;
  color: #fff;
  font-size: .833rem;
}

@media only screen and (max-width: 768px) {
  .main-video .s-bottom .texto {
    margin-bottom: 1rem;
    margin-right: 0;
    min-width: 0;
    max-width: 100%;
  }
}

.main-video .s-bottom .w-boton {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  background: #EB0028;
  width: 26rem;
  padding: .8rem .5rem .9rem;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
}

.main-video .s-bottom .w-boton:hover {
  background: #000;
}

.main-video .s-bottom .w-boton img {
  width: 6rem;
  left: -3rem;
  position: absolute;
  top: 35%;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  .main-video .s-bottom .w-boton {
    width: 100%;
    font-size: .8rem;
    padding: .5rem .5rem .7rem;
  }
  .main-video .s-bottom .w-boton img {
    width: 4rem;
    left: -2rem;
  }
}

.main-video .s-bottom .w-boton:hover img {
  transform: translateX(1rem);
}

.main-video .linea {
  width: 70%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 2rem;
  right: 3rem;
}

@media only screen and (max-width: 550px) {
  .main-video .linea {
    display: none;
  }
}

.citas {
  background-color: #303030;
  background-image: url("../images/bg1.jpg");
  background-size: 100% 100%;
  padding: 1rem;
  box-shadow: inset 0px 12px 40px -10px rgba(0, 0, 0, 0.3), inset 0px -11px 40px -10px rgba(0, 0, 0, 0.4);
}

.citas .carrusel {
  padding: 0 2rem;
}

@media only screen and (max-width: 768px) {
  .citas .carrusel {
    padding: 0;
  }
}

.citas .carrusel .tns-liveregion {
  display: none;
}

.citas .carrusel .tns-controls {
  position: absolute;
  left: 46%;
  width: 53%;
  top: 65%;
}

.citas .carrusel .tns-controls button:first-child {
  transition: all .5s ease;
}

.citas .carrusel .tns-controls button:first-child:hover {
  transform: translateX(-0.5rem);
}

.citas .carrusel .tns-controls button:last-child {
  transition: all .5s ease;
}

.citas .carrusel .tns-controls button:last-child:hover {
  transform: translateX(0.5rem);
}

@media only screen and (max-width: 768px) {
  .citas .carrusel .tns-controls {
    left: 0;
    width: 100%;
    top: 35%;
  }
}

.citas .carrusel .tns-ovh {
  overflow: visible;
}

.citas .item-cita {
  display: flex;
  padding-left: 4rem;
}

@media only screen and (max-width: 768px) {
  .citas .item-cita {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 1rem;
  }
}

.citas .item-cita .texto {
  width: 48%;
  min-width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(20%);
  padding-bottom: 1rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .citas .item-cita .texto {
    transform: translateX(0);
    width: 100%;
    min-width: 100%;
  }
}

.citas .item-cita .texto h4 {
  font-size: 3.3rem;
  color: #fff;
  font-weight: bold;
  margin: 3rem 0 0;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all .2s ease;
}

.citas .item-cita .texto h4.animar {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .5s ease;
}

.citas .item-cita .texto h4.wow {
  opacity: 1;
  transform: none;
}

.citas .item-cita .texto h4 span {
  font-size: 8.3rem;
  color: #EB0028;
  font-weight: 900;
  display: inline-block;
  transform: translateY(2.2rem);
  line-height: 1;
  margin-right: 1rem;
}

.citas .item-cita .texto h4.small {
  font-size: 2.6rem;
  margin-top: 1rem;
}

.citas .item-cita .texto h4.small span {
  font-size: 7rem;
}

@media only screen and (max-width: 1200px) {
  .citas .item-cita .texto h4 {
    font-size: 2.8rem;
    margin: 2rem 0 2rem;
  }
  .citas .item-cita .texto h4 span {
    font-size: 7rem;
  }
  .citas .item-cita .texto h4.small {
    font-size: 2.2rem;
    margin-top: 0rem;
  }
  .citas .item-cita .texto h4.small span {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 991px) {
  .citas .item-cita .texto h4 {
    font-size: 2.4rem;
    margin: 0rem 0 2rem;
  }
  .citas .item-cita .texto h4 span {
    font-size: 6rem;
  }
  .citas .item-cita .texto h4.small {
    font-size: 1.8rem;
    margin-top: -1rem;
  }
  .citas .item-cita .texto h4.small span {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  .citas .item-cita .texto h4 {
    font-size: 1.8rem;
    margin: -1rem 0 2rem;
  }
  .citas .item-cita .texto h4 span {
    font-size: 4rem;
    transform: translateY(1rem);
    margin-right: .2rem;
  }
  .citas .item-cita .texto h4.small {
    font-size: 1.8rem;
    margin-top: -1rem;
  }
  .citas .item-cita .texto h4.small span {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 550px) {
  .citas .item-cita .texto h4 {
    font-size: 1.2rem;
    margin: -1rem 0 2rem;
  }
  .citas .item-cita .texto h4 span {
    font-size: 2.5rem;
    transform: translateY(0.8rem);
    margin-right: .2rem;
  }
  .citas .item-cita .texto h4.small {
    font-size: 1.2rem;
    margin-top: -1rem;
  }
  .citas .item-cita .texto h4.small span {
    font-size: 2.5rem;
  }
}

.citas .item-cita .texto .autor h5 {
  margin: 0 0 1rem;
  font-family: "silence_rockenregular", sans-serif;
  font-size: 2.8rem;
  color: #fff;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all .2s ease;
}

.citas .item-cita .texto .autor h5.animar {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .5s ease;
}

.citas .item-cita .texto .autor h5.wow {
  opacity: 1;
  transform: none;
}

.citas .item-cita .texto .autor p {
  font-size: .83rem;
  color: #fff;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all .2s ease;
}

.citas .item-cita .texto .autor p.animar {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .5s ease;
}

.citas .item-cita .texto .autor p.wow {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 768px) {
  .citas .item-cita .texto .autor h5 {
    font-size: 2rem;
  }
  .citas .item-cita .texto .autor p {
    font-size: .7rem;
  }
}

@media only screen and (max-width: 550px) {
  .citas .item-cita .texto .autor h5 {
    font-size: 1.6rem;
  }
  .citas .item-cita .texto .autor p {
    font-size: .7rem;
  }
  .citas .item-cita .texto .autor p br {
    display: none;
  }
}

.citas .item-cita .video {
  width: 50%;
  min-width: 50%;
  padding-right: 1rem;
  position: relative;
  display: block;
}

.citas .item-cita .video .ic-play {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  top: 48%;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
}

.citas .item-cita .video img {
  border-radius: 1rem;
  width: 100%;
  vertical-align: bottom;
}

.citas .item-cita .video video {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .citas .item-cita .video {
    padding-right: 0;
    width: 100%;
    min-width: 100%;
  }
}

.citas-2 {
  background-color: #303030;
  background-image: url("../images/bg1.jpg");
  background-size: 100% 100%;
  padding: 2rem 0 5rem;
  box-shadow: inset 0px 12px 40px -10px rgba(0, 0, 0, 0.3), inset 0px -11px 40px -10px rgba(0, 0, 0, 0.4);
}

.citas-2 .carrusel {
  padding: 0 8rem 0 10rem;
}

@media only screen and (max-width: 991px) {
  .citas-2 .carrusel {
    padding: 0;
  }
}

.citas-2 .carrusel .tns-ovh {
  overflow: visible;
}

.citas-2 .carrusel .tns-controls {
  display: block;
  right: 0;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
  left: 0;
  width: 52rem;
  position: absolute;
}

.citas-2 .carrusel .tns-controls button:first-child {
  left: 1rem;
  padding-right: 0px;
  bottom: -3rem;
  top: auto;
  transition: all .5s ease;
}

.citas-2 .carrusel .tns-controls button:first-child:hover {
  transform: translateX(-0.5rem);
}

@media only screen and (max-width: 991px) {
  .citas-2 .carrusel .tns-controls button:first-child {
    left: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .citas-2 .carrusel .tns-controls button:first-child {
    left: 1rem;
  }
}

.citas-2 .carrusel .tns-controls button:last-child {
  padding-right: 0px;
  top: 1rem;
  right: 0rem;
  transition: all .5s ease;
  z-index: 10;
}

.citas-2 .carrusel .tns-controls button:last-child:hover {
  transform: translateX(0.5rem);
}

@media only screen and (max-width: 991px) {
  .citas-2 .carrusel .tns-controls button:last-child {
    right: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .citas-2 .carrusel .tns-controls button:last-child {
    top: 0;
  }
}

@media only screen and (max-width: 550px) {
  .citas-2 .carrusel .tns-controls button:last-child {
    right: 1rem;
    top: -1rem;
  }
}

.citas-2 .item-cita2 {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  width: 56rem;
  justify-content: center;
}

.citas-2 .item-cita2 .imagen {
  width: 53%;
  min-width: 53%;
  padding-left: 2rem;
  position: relative;
  margin-right: -2rem;
}

@media only screen and (max-width: 768px) {
  .citas-2 .item-cita2 .imagen {
    padding-left: 0;
  }
}

@media only screen and (max-width: 550px) {
  .citas-2 .item-cita2 .imagen {
    width: 55%;
    min-width: 55%;
  }
}

.citas-2 .item-cita2 .imagen img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0s ease;
}

.citas-2 .item-cita2 .imagen img.animar {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .5s ease;
}

.citas-2 .item-cita2 .imagen img.wow {
  opacity: 1;
  transform: none;
}

.citas-2 .item-cita2 .imagen h3 {
  margin: 0 0 1rem;
  font-family: "silence_rockenregular", sans-serif;
  font-size: 2.8rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  bottom: -1rem;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(2rem);
  transition: all .2s ease;
}

.citas-2 .item-cita2 .imagen h3.animar {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all .5s ease;
}

.citas-2 .item-cita2 .imagen h3.wow {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 768px) {
  .citas-2 .item-cita2 .imagen h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .citas-2 .item-cita2 .imagen h3 {
    font-size: 1.2rem;
  }
}

.citas-2 .item-cita2 .texto {
  width: 42%;
  min-width: 42%;
  background: #EB0028;
  border-radius: 1rem;
  padding: .5rem 4rem 2rem 4rem;
  margin-top: 4rem;
  margin-bottom: -2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all .2s ease;
}

.citas-2 .item-cita2 .texto.animar {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .5s ease;
}

.citas-2 .item-cita2 .texto.wow {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 1200px) {
  .citas-2 .item-cita2 .texto {
    padding: .5rem 3rem 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .citas-2 .item-cita2 .texto {
    padding: .5rem 2rem 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .citas-2 .item-cita2 .texto {
    padding: .5rem 1rem 1rem;
    width: 45%;
    min-width: 45%;
    margin-top: 2rem;
    margin-bottom: -1rem;
  }
}

@media only screen and (max-width: 350px) {
  .citas-2 .item-cita2 .texto {
    padding: .5rem 1rem 1rem;
    width: 45%;
    min-width: 45%;
  }
}

.citas-2 .item-cita2 .texto p {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}

.citas-2 .item-cita2 .texto p span {
  color: #303030;
  font-size: 6rem;
  line-height: 1;
  display: inline-block;
  transform: translateY(1.5rem);
  margin-left: -.7rem;
}

@media only screen and (max-width: 1200px) {
  .citas-2 .item-cita2 .texto p {
    font-size: 1.8rem;
  }
  .citas-2 .item-cita2 .texto p span {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 991px) {
  .citas-2 .item-cita2 .texto p {
    font-size: 1.5rem;
  }
  .citas-2 .item-cita2 .texto p span {
    font-size: 4rem;
    transform: translateY(1rem);
  }
}

@media only screen and (max-width: 768px) {
  .citas-2 .item-cita2 .texto p {
    font-size: 1.2rem;
  }
  .citas-2 .item-cita2 .texto p span {
    font-size: 3rem;
    transform: translateY(1rem);
  }
}

@media only screen and (max-width: 550px) {
  .citas-2 .item-cita2 .texto p {
    font-size: 1rem;
  }
  .citas-2 .item-cita2 .texto p span {
    font-size: 2.5rem;
    transform: translateY(1rem);
    margin-left: 0;
  }
}

@media only screen and (max-width: 350px) {
  .citas-2 .item-cita2 .texto p {
    font-size: .9rem;
  }
  .citas-2 .item-cita2 .texto p span {
    font-size: 2rem;
    transform: translateY(0.5rem);
    margin-left: 0;
  }
}

.citas-2 .item-cita2 .texto .fuente .origen {
  font-size: .83rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.citas-2 .item-cita2 .texto .fuente .fecha {
  font-size: 1.25rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .citas-2 .item-cita2 .texto .fuente .origen {
    font-size: .7rem;
  }
  .citas-2 .item-cita2 .texto .fuente .fecha {
    font-size: 1rem;
  }
}

.making-of {
  background-color: #303030;
  background-image: url("../images/bg1.jpg");
  background-size: 100% 100%;
  padding: 4rem 0 8rem;
  box-shadow: inset 0px 12px 40px -10px rgba(0, 0, 0, 0.3), inset 0px -11px 40px -10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  .making-of {
    padding: 2rem 0 6rem;
  }
}

.making-of .texto-mobile {
  width: 20rem;
  min-width: 20rem;
  padding-right: 1rem;
  display: none;
}

@media only screen and (max-width: 991px) {
  .making-of .texto-mobile {
    display: block;
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .making-of .texto-mobile {
    padding: 0 1rem;
  }
}

.making-of .texto-mobile h3 {
  margin: 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

@media only screen and (max-width: 550px) {
  .making-of .texto-mobile h3 {
    font-size: 1.2rem;
  }
}

.making-of .texto-mobile p {
  font-size: 1rem;
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .making-of .texto-mobile p {
    font-size: .9rem;
  }
}

.making-of .w-video {
  width: calc(100vw - 14rem);
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

.making-of .w-video img {
  border-radius: 1rem;
  width: 100%;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

.making-of .w-video video {
  width: 100%;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.making-of .w-video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 991px) {
  .making-of .w-video {
    width: calc(100vw - 4rem);
  }
}

@media only screen and (max-width: 550px) {
  .making-of .w-video {
    width: calc(100vw - 2rem);
  }
}

.making-of .making-bottom {
  display: flex;
  align-items: center;
  padding: 0 0 0 7rem;
}

@media only screen and (max-width: 991px) {
  .making-of .making-bottom {
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .making-of .making-bottom {
    padding: 0 0rem;
  }
}

.making-of .making-bottom .texto {
  width: 17rem;
  min-width: 17rem;
  padding-right: 1rem;
}

.making-of .making-bottom .texto h3 {
  margin: 0;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.making-of .making-bottom .texto p {
  font-size: 1.25rem;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .making-of .making-bottom .texto {
    display: none;
  }
}

.making-of .making-bottom .galeria {
  display: flex;
  align-items: center;
}

.making-of .making-bottom .galeria .flecha {
  width: 6rem;
  margin-right: -3rem;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .making-of .making-bottom .galeria .flecha {
    display: none;
  }
}

.making-of .making-bottom .galeria .item-gal {
  padding: 0 .5rem;
  width: 25%;
}

.making-of .making-bottom .galeria .item-gal img {
  border-radius: 1rem;
  width: 100%;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 550px) {
  .making-of .making-bottom .galeria .item-gal {
    padding: 0 .2rem;
  }
  .making-of .making-bottom .galeria .item-gal img {
    border-radius: 10%;
  }
}

footer {
  background: #EB0028;
  display: flex;
  justify-content: flex-end;
  padding: 0 6rem 4rem;
  border-radius: 1rem 1rem 0 0;
  margin-top: -2rem;
}

footer img {
  width: 8.1rem;
  margin-top: -3rem;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 0 2rem 4rem;
  }
  footer img {
    width: 6rem;
    margin-top: -2rem;
  }
}

@media only screen and (max-width: 550px) {
  footer {
    padding: 0 1rem 5rem;
    border-radius: .5rem .5rem 0 0;
  }
  footer img {
    width: 4rem;
    margin-top: -2rem;
  }
}

.huincha {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: .7rem;
  background: #EB0028;
}

.huincha p {
  color: #fff;
  margin: 0;
  font-weight: bold;
}

@media only screen and (max-width: 550px) {
  .huincha p {
    font-size: .8rem;
  }
}

/* estilos David */
header {
  position: absolute;
}

header .idiomas a:hover {
  color: #EB0028 !important;
}

/* fin estilos David */
.citas {
  position: relative;
}

.citas .capa-mobile {
  display: none;
}

@media only screen and (max-width: 550px) {
  .citas .capa-mobile {
    height: 62%;
    display: block;
    bottom: 0;
    width: calc(100% - 8rem);
    position: absolute;
    z-index: 99;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}

@media only screen and (max-width: 330px) {
  .citas .capa-mobile {
    height: 67%;
    display: block;
    bottom: 0;
    width: calc(100% - 8rem);
    position: absolute;
    z-index: 99;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}

.citas-2 {
  position: relative;
}

.citas-2 .capa-mobile {
  display: none;
}

@media only screen and (max-width: 550px) {
  .citas-2 .capa-mobile {
    height: calc(100% - 9rem);
    display: block;
    width: 90%;
    position: absolute;
    z-index: 99;
    top: 4rem;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}

span.item__Ditext {
  font-size: 1.5rem !important;
  color: #fff !important;
}

span.item__hwtext {
  font-size: 1.25rem !important;
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  span.item__Ditext {
    font-size: .875rem !important;
  }

  span.item__hwtext {
    font-size: .875rem !important;
  }
}
/*# sourceMappingURL=estilos.css.map */