/*** 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;
    overflow-x: hidden;
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .wrapper {
        width: auto;
        padding: 0 10px;
        margin: 0 auto;
    }
}


/********* CONTENT  ************/

.main {
    display: block;
    overflow: hidden;
}

.top {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 40px 0;
}

.top img {
    display: block;
    width: 100%;
}

.tit {
    /* font-family: 'GT-comp-bold', sans-serif; */
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    padding: 0 0;
    margin: 0 0 30px 0;
}

.subtit {
    /* font-family: 'GT-comp-bold', sans-serif; */
    font-family: Oswald, 'Lucida Grande', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 5px 0;
}

.subtit-2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    padding: 40px 0;
    margin: 0 0 5px 0;
    /* font-family: 'GT-comp-bold', sans-serif; */
    font-family: Oswald, 'Lucida Grande', sans-serif;
}

.subtit-2 strong {
    width: 700;
    font-weight: 600;
}

.txt {
    color: #000;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    padding: 0 0;
    margin: 0 0 34px 0;
}

.center {
    text-align: center;
    margin-bottom: 40px;
}

.btn-land {
    background: #7f3ed6;
    border-radius: 5px;
    color: #fff;
    /* font-family: 'GT-comp-bold', sans-serif; */
    font-size: 20px;
    display: inline-block;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Oswald, 'Lucida Grande', sans-serif;
}

.btn-land:hover {
    background: #000;
    color: #fff;
}

.btn-land.inv {
    background: #000;
}

.btn-land.inv:hover {
    background: #7f3ed6;
    color: #fff;
}

.img-desta {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.img-desta img {
    display: block;
    width: 100%;
}

.mini-content {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}


/*****************/

.foot {
    text-align: center;
    padding: 40px 0;
}

.foot p {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
    font-family: Oswald, 'Lucida Grande', sans-serif;
}

.foot .logo {
    margin-bottom: 20px;
    display: block;
}

.foot .redes {
    display: flex;
    justify-content: center;
}

.foot .redes a {
    margin: 0 10px;
}


/**** GRILLA ***/

@media (min-width: 1024px) {
    .grid {
        display: grid;
        gap: 20px;
        margin-bottom: 20px;
    }
    .grid.col-3 {
        justify-content: space-between;
        grid-template-columns: 400px 400px 400px;
        gap: 50px;
    }
    .grid.col-2 {
        justify-content: space-between;
        grid-template-columns: 1fr 300px;
        gap: 40px;
    }
    .grid .column {
        display: block;
    }
    .grid .column.flexcol {
        display: flex;
        justify-content: end;
    }
}

.audio {
    margin: 20px 0 40px;
}


/***** 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: 1023px) {
    .foot p {
        font-size: 18px;
        line-height: 26px;
    }
    .tit {
        font-size: 24px;
        line-height: 28px;
    }
    .tit br {
        display: none;
    }
    .subtit,
    .subtit-2 {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }
    .txt {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        text-align: center;
    }
    .audio {
        text-align: center;
    }
    .audio audio {
        width: 100%;
    }
    .wrapper {
        padding: 0 35px;
    }
}

@media (max-width: 1000px) {}

@media (min-height: 400px) and (max-height: 600px) {}


/***** CAROUSEL ****/

* .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;
}

.carusel-area .owl-carousel .owl-nav button.owl-next.disabled,
.carusel-area .owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 0.4;
    cursor: auto;
}

.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;
    font-family: Oswald, 'Lucida Grande', sans-serif;
}

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

@media (max-width: 760px) {
    .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;
    }
}