:root{
    --font-one: 'ArsenicaTrial';
    --font-two: 'Verve';
} 
@font-face {
    font-family: 'ArsenicaTrial';
    src: url('../../assets/fonts/arsenica/ArsenicaTrial-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Verve';
    src: url('../../assets/fonts/verve/Verve.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  .font-arsenica{
    font-family: var(--font-one);
  }
  .font-verve{
    font-family: var(--font-two);
    letter-spacing: 2px;
  }
.merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .merriweather-regular {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .merriweather-black {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .merriweather-light-italic {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .merriweather-regular-italic {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .merriweather-bold-italic {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .merriweather-black-italic {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: italic;
  }
  
.fs-1rem{
    font-size: 1rem;
}
.fs-2rem{
    font-size: 2rem;
}
.fs-3rem{
    font-size: 3rem;
}
.fs-4rem{
    font-size: 4rem;
}
.fs-5rem{
    font-size: 5rem;
}

.min-height-450{
    min-height: 450px;
}
.min-height-500{
    min-height: 500px;
}
.min-height-550{
    min-height: 550px;
}
.max-width-400{
    max-width: 400px;
}
.max-width-450{
    max-width: 450px;
}
.max-width-500{
    max-width: 500px;
}
.max-width-550{
    max-width: 550px;
}
.asteria-hero {
    min-height: 660px;
}
.asteria-hero h1 {
    font-size: 7rem;
    line-height: 1;
}
.asteria-hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.asteria-section-1 img {
    max-width: 450px;
}
.swiper-popup-carrousel.swiper-asteria-2{
    max-width: 450px;
}
.swiper-popup-carrousel .swiper-asteria-1 {
    max-width: 100%;
}
.swiper-popup-carrousel img {
    max-width: 100%;
}
.asteria-section-2 {
    background: url(./../img/bg-trailer-asteria.jpg);
    background-position: center center;
    background-size: cover;
}
.asteria-section-3 {
    background: url(./../img/bg-redes-sociais-asteria.jpg);
    background-position: center center;
    background-size: cover;
}
.asteria-section-4{
    background: url(./../img/branding-apresentacao-asteria/bg-trafego-pago.jpg);
    background-position: center bottom;
    background-size: cover;
}
.asteria-section-5 {
    background: url(./../img/branding-apresentacao-asteria/bg-musica-sonora-asteria.jpg);
    background-position: center;
    background-size: cover;
}
.box-play-musicas {
    height: max-content;
    width: 550px;
    background: #e2ada2bd;
    margin-bottom: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}
.controles-musica {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.controles-musica button {
    background: var(--dpurple) !important;
    color: white;
    padding: 2px 15px;
    font-size: 15px;
    border: unset;
    border-radius: 20px;
}
.controles-musica h3 {
    font-size: 17px;
}
.asteria-section-5::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(267deg, rgba(0, 0, 0, 0.02) 11%, rgb(0 0 0 / 0%) -5%, rgb(0 0 0 / 80%) 100%);
    z-index: 1;
}
.box-play-musicas .card-musicas img {
    width: 150px;
    height: auto;
    border-radius: 20px;
}
.asteria-hero::before  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(267deg, rgba(0, 0, 0, 0.02) 25%, rgb(0 0 0 / 0%) 60%, rgb(0 0 0 / 55%) 100%);
    z-index: 1;
}
.asteria-section-4::before  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(267deg, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.9473039215686274) 60%, rgb(0 0 0 / 55%) 100%);
    z-index: 1;
}
.video-links-videos {
    min-width: 600px;
    display: flex;
    gap: 100px;
    margin: 0 auto;
    justify-content: center;
}
.video-links-videos a{
    color: white;
}
.link-play-video {
    display: flex;
    align-items: center;
    gap: 20px;
}
.link-play-video img {
    width: 40px;
}
.video-website-modukot {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.video-website-modukot img {
    position: absolute;
    height: 100px;
    right: -35px;
    top: -35px;
}
.parallax-section-modukot {
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 100%);
    overflow: hidden;
    padding: 0!important;
}
.parallax-modukot-bg-1 {
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    z-index: 2;
}
  
.parallax-item {
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    flex-direction: column;
    padding: 50px;
}
.parallax-item img {
    max-height: 500px;
}
  .parallax-item:first-child {
    background: url("../img/modukot-bg-parallax.jpg");
    background-size: cover;
    background-position-y: 0px;
    background-repeat: repeat-y;

  }
  .titulo-shadow{
  text-shadow: rgba(254, 238, 125, 0.4) 2.75317px 2.75317px 0px;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
}
.depoimentos br {
    display: block !important;
}
.asteria-section-3 h2,
.asteria-section-5 h2,
.asteria-section-4 h2{
    line-height: 1;
}
.destaque-asteria, .destaque-erebos {
    padding: 0;
    position: relative;
    min-height: 650px;
}
.asteria-e-erebos-section{
    padding: 0;
    display: block;
}
.divisor-asteria {
    background: radial-gradient(circle, rgba(212, 192, 11, 1) 25%, rgba(239, 216, 128, 1) 50%, rgba(153, 144, 63, 1) 75%, rgba(239, 216, 128, 1) 100%);
    position: absolute;
    width: 10px;
    height: 100%;
    z-index: 4;
    transform: skew(10deg);
    right: 0;
    top: 0;
}
.divisor-erebos {
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 25%, rgba(172, 84, 186, 1) 50%, rgba(0, 0, 0, 1) 75%, rgba(172, 84, 186, 1) 100%);
    position: absolute;
    width: 10px;
    height: 100%;
    z-index: 4;
    transform: skew(10deg);
    left: 0;
    top: 0;
}
.bg-color-asteria {
    background: linear-gradient(180deg, rgba(212, 192, 11, 1) 25%, rgba(239, 216, 128, 1) 50%);
}
.bg-color-erebos {
    background: linear-gradient(308deg, rgba(172, 84, 186, 1) 0%, rgba(0, 0, 0, 1) 35%);
}
.cut-right-asteria {
    width: 300px;
    height: 100%;
    position: absolute;
    right: -200px;
    transform: skew(10deg);
    background: black;
    top: 0;
}
.cut-left-erebos {
    width: 300px;
    height: 100%;
    position: absolute;
    left: -300px;
    transform: skew(10deg);
    background: linear-gradient(180deg, rgba(212, 192, 11, 1) 25%, rgba(239, 216, 128, 1) 50%);
    top: 0;
}
.destaque-asteria img, .destaque-erebos img {
    z-index: 3;
    position: absolute;
    max-height: 500px;
    left: 50%;
    transform: translate(-50%, 0);
}
.box-asteria-texto span{
    position: relative;
    left: 40px;
    top: 20px;
}
.box-erebos-texto p {
    position: absolute;
    left: 40px;
    max-width: 500px;
    top: 20px;
    font-size: 15px;
}
.box-asteria-texto, .box-erebos-texto {
    position: relative;
    z-index: 4;
}
.box-asteria-texto h2 {
    position: relative;
    left: 40px;
    top: 20px;
    line-height: 1;
    font-size: 2.5rem;
    color: #df9dea;
    text-shadow: 0px 2px 7px rgb(138 43 226);
}
.destaque-erebos img {
    bottom: -35px;
    scale: 1.2;
    transform: translateX(-165px);
}
.destaque-asteria img {
    bottom: -60px;
    scale: 1.4;
    transform: translateX(-165px);
}
.btn-erebos-asteria {
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 3;
}
@media (max-width: 1249.85px){
    .modukot-hero video {
        left: 50%;
        height: 100%;
        width: auto;
        transform: translate(-50%, 0);
    }
    .parallax-item h3 {
        font-size: 4rem;
    }
    .swiper-modukot-carrousel {
        max-width: 400px;
        width: 100%;
    }
    .swiper-popup-carrousel img {
        max-width: 100%;
    }
}
@media (max-width: 991.85px){
    .parallax-item h2 {
        font-size: 3rem;
    }
    .asteria-section-3 h2 {
        font-size: 2.5rem;
    }
    .asteria-section-3 video {
        max-width: 100%;
    }
    .modal-sticky-padding img {
        margin: 0 auto;
        display: flex;
        padding: 20px;
    }
    .modal-sticky-padding .swiper-popup-carrousel img {
        padding: 0 !important;
    }
    .swiper-popup-carrousel {
        max-width: 450px;
        margin: 0 auto;
    }
    .swiper-popup-carrousel img {
        max-width: 100%;
    }
    .asteria-hero h1 {
        font-size: 4rem;
        line-height: 1;
    }
    .asteria-hero .min-height-550,
    .asteria-hero {
        min-height: 450px;
    }
    .asteria-hero .min-height-550 {
        justify-content: end !important;
    }
    .video-links-videos {
        min-width: 100%;
        gap: 30px;
        flex-direction: column;
    }
    .asteria-section-2 .min-height-400 {
        min-height: 300px;
        align-content: flex-end;
    }
    .asteria-section-3 .min-height-450 {
        align-items: flex-start;
    }
    .asteria-section-4 .min-height-450 {
        align-items: flex-start;
    }
    .destaque-asteria, .destaque-erebos {
        min-height: 500px;
    }
    .destaque-asteria img, .destaque-erebos img {
        max-height: 370px;
    }
    .destaque-asteria img,
    .destaque-erebos img {
        transform: translateX(-120px);
    }
    .box-asteria-texto h2 {
        font-size: 2rem;
    }
    .box-erebos-texto p {
        left: 15px;
        max-width: 350px;
        font-size: 12px !important;
    }
}
@media (max-width: 767.85px){
    .modukot-hero h1 {
        font-size: 3rem !important;
    }
    .modukot-hero video {
        left: 50%;
        height: auto;
        width: 100%;
        transform: translate(-50%, 0);
        bottom: 0;
        top: unset;
    }
    .modukot-hero .justify-content-between {
        justify-content: start !important;
    }
    .asteria-section-1 img {
        max-width: 400px;
    }
    .asteria-section-1 h2 {
        font-size: 2rem;
        line-height: 1;
    }
    .parallax-item .row.width-100 {
        flex-direction: column;
    }
    span.fs-2rem,
    span.fs-1 {
        font-size: 1.5rem !important;
    }
    .box-play-musicas {
        position: absolute;
        bottom: 85px;
        width: 100%;
        padding: 10px;
        gap: 10px;
    }
    .controles-musica audio#audio-player {
        width: 100%;
    }
    .controles-musica {
        height: 150px;
        text-align: end;
    }
    .asteria-section-5 .min-height-450 {
        min-height: 600px;
    }
    .box-asteria-texto h2 {
        font-size: 1.8rem;
    }
}
@media (max-width: 680px){
    
    .asteria-section-1 img {
        max-width: 100%;
    }
    .parallax-item h2 {
        font-size: 2rem;
    }
    .parallax-item h3 {
        font-size: 2.5rem;
    }
    
    .destaque-asteria, .destaque-erebos {
        min-height: 400px;
    }
    .box-asteria-texto h2 {
        font-size: 1.5rem;
    }
    .destaque-asteria img, .destaque-erebos img {
        max-height: 300px;
    }
    .destaque-asteria img, .destaque-erebos img {
        transform: translateX(-90px);
    }
}
@media (max-width: 620px){
    .box-asteria-texto h2 {
        font-size: 1.2rem;
    }
    .box-erebos-texto p {
        left: 0;
        max-width: 250px;
        font-size: 12px !important;
    }
}
@media (max-width: 567.86px){
    .modukot-hero {
        min-height: auto;
    }
    .modukot-hero .min-height-550{
        min-height: 450px;
    }
    .parallax-item h3 {
        font-size: 2rem;
    }
    .parallax-item {
        padding: 30px;
    }
    .parallax-item img {
        max-height: 350px;
        max-width: 100%;
    }
    span.fs-2rem, span.fs-1 {
        font-size: 1.2rem !important;
    }
    .video-website-modukot img {
        height: 50px;
        right: -15px;
        top: -15px;
    }
    .modal-sticky-padding img {
        max-width: 100%;
    }
    .modal-sticky-padding h3 {
        font-size: 1.5rem;
    }
    .modal-sticky-padding p {
        font-size: 15px;
        text-align: center;
    }
    .asteria-hero video {
        bottom: 40px;
        top: unset;
        scale: 1.5;
    }
    
    .asteria-section-2 h2 {
        font-size: 2rem;
        line-height: 1;
    }
    .asteria-section-4 {
        background-position: -200px bottom;
    }
    .asteria-section-4::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.9473039215686274) 102%, rgb(0 0 0 / 70%) 100%);
    }
    .asteria-section-5 {
        background-position: -200px;
    }
    .asteria-section-4 h2{
        font-size: 2.5rem;
    }
    .box-asteria-texto span, .box-asteria-texto h2 {
        left: 20px;
    }
    .box-asteria-texto h2 {
        font-size: 0.8rem;
    }
    .box-erebos-texto p {
        left: 0;
        max-width: 183px;
        font-size: 9px !important;
    }
    .divisor-asteria,
    .divisor-erebos {
        width: 5px;
    }
    .destaque-asteria, .destaque-erebos {
        min-height: 300px;
    }
    .destaque-asteria img, .destaque-erebos img {
        max-height: 200px;
        transform: translateX(-60px);
    }
    .destaque-erebos img {
        bottom: -15px;
    }
    .destaque-asteria img {
        bottom: -20px;
    }
    .divisor-asteria {
        right: -1px;
    }
    .divisor-erebos {
        left: 1px;
    }
    .btn-erebos-asteria {
        left: 20px;
        font-size: 14px;
    }
    .asteria-hero .min-height-550 {
        justify-content: start !important;
    }
}