/*** RESET ***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  padding: 0;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a:hover {
  text-decoration: none;
}
/***************************** VARIABLES *********************************/
@font-face {
  font-family: GT-regular;
  src: url(../fonts/GT-America-Standard-Regular-Y.otf);
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: GT-bold;
  src: url(../fonts/GT-America-Standard-Bold-Y.otf);
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: GT-comp-bold;
  src: url(../fonts/GT-America-Compressed-Bold-Y.otf) format('opentype');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: GT-comp-black;
  src: url(../fonts/GT-America-Compressed-Black-Y.otf);
  font-style: italic;
  font-weight: 400;
}
/*** color ***/
/**** MIXINS LESS CLASES *****/
/*****************/
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  overflow-x: hidden;
}
.wrapper {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .wrapper {
    width: auto;
    padding: 0 20px;
    margin: 0 auto;
  }
}
/********* CONTENT  ************/
.main {
  display: block;
  overflow: hidden;
}
.mod {
  display: block;
  overflow: hidden;
}
.top {
  width: 100%;
  display: block;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 60px 0;
}
.top .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.top .tit {
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 120px;
  line-height: 145px;
  margin: 0;
  text-align: left;
}
.top .subtit {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  margin: 0;
  text-align: left;
}
.cont-tit {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 60px;
  line-height: 75px;
  margin: 0 0 40px 0;
  text-align: center;
}
.txt {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 40px 0;
}

.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 60px 0;
}
.btns a {
  background: #7056a4;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 10px;
}
.btns a:hover {
  background: #000;
}

.carusel-area {
  overflow: hidden;
  display: block;
  padding: 0 30px;
  position: relative;
  margin-bottom: 80px;
} 
.carusel-area .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    top: 35%;
    font-size: 50px;
    color: #444;
}
.carusel-area .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    top: 35%;
    font-size: 50px;
    color: #444;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.card .current {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card .current img {
  display: block;
  margin: 0 0 20px 0;
}
.card .current .audio {
  margin: 0 0 20px 0;
}
/*.card .current .open {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}*/
.card .current .open {
  background: #7056a4;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 10px;
}
.card .current .open:hover {
  background: #000;
}
.card .on {
  position: absolute;
  background: #000;
  z-index: 2;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  opacity: .3;
  transition: all 0.4s ease;
}
.card .on.active {
  top: 0;
  opacity: 1;
}
.card .on h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 20px 0;
}
.card .on p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.card .on .close {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.sep {
  background: url('/es/files/sep_6f31dd6f3f683961c771b9b80c8840c4.jpg') center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot {
  text-align: center;
  padding: 40px 0;
}
.foot p {
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.foot .logo {
  margin-bottom: 20px;
  display: block;
}
.foot .redes {
  display: flex;
  justify-content: center;
}
.foot .redes a {
  margin: 0 10px;
}
.foot .redes a img {
  display: inline-block;
  width: 50px;
}
.foot .redes a:hover {
  opacity: 0.7;
}
/**** GRILLA ***/
@media (min-width: 1024px) {
  .grid {
    display: grid;
    margin-bottom: 40px;
  }
  .grid.col-3 {
    justify-content: center;
    grid-template-columns: 348px 348px 348px;
    gap: 40px;
  }
  .grid.col-2 {
    justify-content: center;
    grid-template-columns: 348px 348px;
    gap: 40px;
  }
  .grid .column {
    display: block;
  }
}
/***** animaciones ****/
.fadeIn {
  opacity: 0 !important;
  transition: ease 1s all;
}
.fadeIn.active {
  opacity: 1 !important;
}
.fadeInUp {
  transform: translateY(150px);
  opacity: 0 !important;
  transition: ease 1s all;
}
.fadeInUp.active {
  transform: translateY(0);
  opacity: 1 !important;
}
.fadeInRight {
  transform: translateX(150px);
  opacity: 0 !important;
  transition: ease 1s all;
}
.fadeInRight.active {
  transform: translatex(0);
  opacity: 1 !important;
}
.fadeInLeft {
  transform: translateX(-150px);
  opacity: 0 !important;
  transition: ease 1s all;
}
.fadeInLeft.active {
  transform: translatex(0);
  opacity: 1 !important;
}
@media (min-width: 1000px) {
  .fadeInUpDesk {
    transform: translateY(150px);
    opacity: 0 !important;
    transition: ease 1s all;
  }
  .fadeInUpDesk.active {
    transform: translateY(0);
    opacity: 1 !important;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 760px) {
  .top {
    height: 85vh;
  }
  .top .tit {
    font-size: 70px;
    line-height: 76px;
  }
  .subtit {
    font-size: 30px;
    line-height: 36px;
  }
  .subtit br {
    display: none;
  }
  .txt {
    font-size: 20px;
    line-height: 28px;
  }
  .item-art {
    margin: 0 auto 30px auto;
  }
  .foot p {
    font-size: 26px;
  }
  .cont-tit {
    font-size: 40px;
    line-height: 50px;
  }
  .carusel-area {
    padding: 0;
  }
  .card .audio audio {
    width: 250px;
  }
  .card .on {
    padding: 40px 20px;
  }
  .card .on h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .card .on p {
    font-size: 16px;
    font-weight: 300;
  }
    .carusel-area .owl-carousel .owl-nav {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  .carusel-area .owl-carousel .owl-nav button.owl-prev {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      font-size: 40px;
      margin: 0 10px;
  }
  .carusel-area .owl-carousel .owl-nav button.owl-next {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      font-size: 40px;
      margin: 0 10px;
      top: 2px;
      position: relative;
  }
  .card .on .close {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 359px) {
  .item-art {
    max-width: 320px;
  }
}
@media (min-height: 400px) and (max-height: 600px) {
  
}
