/*
Theme Name: forvibes
Theme URI: https://forvibesmusics.com.br
Author: Nuvem Sistemas
Author URI: https://nuvemsistemas.com.br
Description: Hi. I'm a starter theme called <code>forvibes</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: forvibes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

* {
  margin: 0;
  padding: 0;
  font-family: 'Anybody', sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {

  font-family: 'Anybody', sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  background-color: #000000;
  color: #000000;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.header {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.header .nav-link,
.header .navbar-brand {
  color: #ffffff;
  transition: color 0.2s linear;
  font-family: 'Anybody', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-transform: initial;

}

.header .navbar-toggler i {
  color: #ffffff;
}

.header .nav-link:hover,
.header .navbar-brand:hover,
.header .nav-link:focus,
.header .navbar-toggler i:hover {
  color: #ffffff;
}

.header .navbar-brand {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.header .navbar-toggler {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.header .navbar-toggler i {
  font-size: 1.5rem;
}

.header.headroom {
  transition: all 0.2s linear;
}

.header.headroom--top,
.header.headroom--top.headroom--pinned {
  background-color: transparent;
}

.header.headroom--not-top.headroom--pinned {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
  color: #ffffff;
}

.header.headroom--not-top.headroom--pinned .nav-link,
.header.headroom--not-top.headroom--pinned .navbar-brand,
.header.headroom--not-top.headroom--pinned .navbar-toggler i {
  color: #ffffff;
}

.header.headroom--pinned {
  transform: translateY(0%);
}

.header.headroom--unpinned {
  transform: translateY(-100%);
}


.menu-top {
  align-items: center;
}

div#navbarOffcanvasLg {
  background: #000000;
}

div#navbarOffcanvasLg .menu-top {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

}

@media (max-width: 992px) {


  .offcanvas .menu-top .nav-item {
    border-bottom: 1px solid #EAE654;
    padding: 14px 24px 14px 0px;
  }

  .header .navbar-brand {
    font-size: 1.8rem;
    margin-left: 62px;
    margin-right: 24px !important;
  }

  .col-lg-4.order-2.order-lg-1 {
    margin-top: 28px;
  }

  .menu-mobile-base {
    justify-content: center;
    display: flex;
    width: 100%;
    text-align: center;
  }

  .menu-mobile-ajuste-center {
    max-width: 900px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }
}

.offcanvas .fa-close {
  font-size: 1.8rem;
}

.offcanvas.show .row {
  padding-top: 2rem !important;
}

.offcanvas.show .nav-link {
  color: #ffffff;

}

.cd__main {
  background: #fff;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}

.cd__main {
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 1360px) {
  .cd__main {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }
}

/* planets sound */
.info-destaque {
  position: absolute;
  top: 13vw;
  width: 100%;
  text-align: center;
  z-index: 4;
}

/* Ajuste para telas menores */
@media (max-width: 1200px) {
  .info-destaque {
    position: absolute;
    top: 10vw;
    width: 100%;
    text-align: center;
    z-index: 4;
  }
}


/* Ajuste para telas menores */
@media (max-width: 986px) {
  .info-destaque {
    top: 11vw;
    /* Ajuste conforme necessário */
  }
}

@media (max-width: 690px) {
  .info-destaque {
    top: 15vw;
    /* Ajuste conforme necessário */
  }
}

@media (max-width: 600px) {
  .info-destaque {
    top: 22vw;
  }
}

/* Ajuste para telas muito pequenas */
@media (max-width: 480px) {
  .info-destaque {
    top: 25vw;
    /* Ajuste conforme necessário */
  }
}


.info-destaque h2 {
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  transform: scaleY(1);
  font-variation-settings: "wdth" 65;
  color: #EAE654;
  letter-spacing: 1px;
  font-size: 2.2rem;
}

.info-destaque h2 span {
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  transform: scaleY(1);
  font-variation-settings: "wdth" 75;
  color: #EAE654;
  letter-spacing: 1px;
  font-weight: 900;
}

.info-destaque p {
  font-family: "Anybody", sans-serif;
  transform: scaleY(1);
  /* font-variation-settings: "wdth" 68; */
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 67px;
}

/* Ajuste para telas menores */
@media (max-width: 1500px) {
  .info-destaque p {
    margin-bottom: 40px;
  }
}

/* Ajuste para telas menores */
@media (max-width: 1400px) {
  .info-destaque p {
    margin-bottom: 34px;
  }
}


/* Ajuste para telas menores */
@media (max-width: 1300px) {
  .info-destaque p {
    margin-bottom: 26px;
  }
}

/* Ajuste para telas menores */
@media (max-width: 1200px) {
  .info-destaque p {
    margin-bottom: 23px;
  }
}

/* Ajuste para telas menores */
@media (max-width: 986px) {
  .info-destaque p {
    margin-bottom: 18px;
  }
}

/* Ajuste para telas muito pequenas */
@media (max-width: 480px) {
  .info-destaque p {
    margin-bottom: 14px;
  }
}





a.more-call-action {
  color: #EAE654;
  text-decoration: none;
  border: 1px solid #EAE654;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
}

a.more-call-action:hover {
  color: #000000;
  background-color: #EAE654;
}

.background {
  position: relative;
  width: 100%;
  height: 100%;
}

.sky-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sky-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.planets {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}


#planeta1.hover-planeta1 {
  background-image: url(../forvibes/assets/planetas/images/planeta1-hover.png);
}

#planeta2.hover-planeta2 {
  background-image: url(../forvibes/assets/planetas/images/planeta2-hover.png);
}

#planeta3.hover-planeta3 {
  background-image: url(../forvibes/assets/planetas/images/planeta3-hover.png);
}

#planeta4.hover-planeta4 {
  background-image: url(../forvibes/assets/planetas/images/planeta4-hover.png);
}


#planeta5.hover-planeta5 {
  background-image: url(../forvibes/assets/planetas/images/planeta5-hover.png);
}




.full-screen-mask {
  z-index: 3;
  position: relative;
}




.full-screen-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}



/* Ajuste para telas menores */
@media (max-width: 986px) {
  .full-screen-mask {
    z-index: 3;
    position: relative;
    height: 633px;
  }

  .full-screen-mask img {
    width: 100%;
    height: 100%;
    object-fit: none !important;
    z-index: 2;
    pointer-events: none;
  }
}


/* Ajuste para telas muito pequenas */
@media (max-width: 800px) {
  .full-screen-mask {
    z-index: 3;
    position: relative;
    height: 633px;
  }

  .full-screen-mask img {
    width: 100%;
    height: 100%;
    object-fit: none !important;
    z-index: 2;
    pointer-events: none;
  }
}



/* Ajuste para telas muito pequenas */
@media (max-width: 480px) {
  .full-screen-mask {
    z-index: 3;
    position: relative;
    height: 633px;
  }

  .full-screen-mask img {
    width: 100%;
    height: 100%;
    object-fit: none !important;
    z-index: 2;
    pointer-events: none;
  }
}


.planetas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
  /* Permite clicar nos planetas */
}

.planeta {
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: background-image 0.3s ease;
}

/* #planeta1 {
  top: 30%;
  left: 33%;
  width: 643px;
  height: 575px;
  background-image: url(../forvibes/assets/planetas/images/planeta1.png);
} */
#planeta1 {
  position: absolute;
  top: 30%;
  left: 33%;
  width: 34vw;
  height: 74vh;
  background-image: url(../forvibes/assets/planetas/images/planeta1.png);
  background-size: contain;
  /* Garante que a imagem se ajuste ao elemento */
  background-repeat: no-repeat;
}

/* Media queries para ajustar o estilo em diferentes larguras de tela */
@media (max-width: 1200px) {
  #planeta1 {
    top: 25%;
    left: 32%;
    width: 36vw;
    height: 59vh;
  }
}

@media (max-width: 768px) {
  #planeta1 {
    top: 25%;
    left: 25%;
    width: 60vw;
    height: 55vh;
  }
}

@media (max-width: 480px) {
  #planeta1 {
    top: 42%;
    left: 20%;
    width: 270px;
    height: 273px;
}
}


/* #planeta1:hover {
  background-image: url('../forvibes/assets/planetas/images/planeta1-hover.png');
} */

/* #planeta2 {
  top: 48%;
  left: 22%;
  width: 265px;
  z-index: -1;
  height: 270px;
  background-image: url(../forvibes/assets/planetas/images/planeta2.png);
} */

#planeta2 {
  position: absolute;
  top: 41%;
  left: 20%;
  width: 18vw;
  height: 20vw;
  z-index: -1;
  background-image: url(../forvibes/assets/planetas/images/planeta2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Media queries para ajustar o estilo em diferentes larguras de tela */
@media (max-width: 1200px) {
  #planeta2 {
    top: 45%;
    left: 20%;
    width: 25vw;
    height: 25vw;
  }
}

@media (max-width: 768px) {
  #planeta2 {
    top: 58%;
    left: 6%;
    width: 30vw;
    height: 30vw;
  }
}

@media (max-width: 480px) {
  #planeta2 {
    top: 68%;
    left: 1%;
    width: 106px;
    height: 102px;
  }
}


/* #planeta2:hover {
  background-image: url('../forvibes/assets/planetas/images/planeta2-hover.png');
} */

/* #planeta3 {
  top: 32%;
  left: 79%;
  width: 305px;
  height: 305px;
  background-image: url(../forvibes/assets/planetas/images/planeta3.png);
} */
#planeta3 {
  position: absolute;
  top: 32%;
  left: 79%;
  width: 20vw;
  height: 22vw;
  background-image: url(../forvibes/assets/planetas/images/planeta3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Media queries para ajustar o estilo em diferentes larguras de tela */
@media (max-width: 1200px) {
  #planeta3 {
    top: 30%;
    left: 75%;
    width: 28vw;
    height: 28vw;
  }
}

@media (max-width: 768px) {
  #planeta3 {
    top: 28%;
    left: 66%;
    width: 34vw;
    height: 34vw;
  }
}

@media (max-width: 480px) {
  #planeta3 {
    top: 37%;
    left: 72%;
    width: 102px;
    height: 101px;
}
}

/* #planeta3:hover {
  background-image: url('../forvibes/assets/planetas/images/planeta3-hover.png');
} */

/* #planeta4 {
  top: 44%;
  left: 66%;
  width: 192px;
  height: 193px;
  background-image: url(../forvibes/assets/planetas/images/planeta4.png);
} */

#planeta4 {
  position: absolute;
  top: 42%;
  left: 64%;
  width: 15vw;
  height: 15vw;
  background-image: url(../forvibes/assets/planetas/images/planeta4.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Media queries para ajustar o estilo em diferentes larguras de tela */
@media (max-width: 1200px) {
  #planeta4 {
    top: 42%;
    left: 64%;
    width: 18vw;
    height: 18vw;
  }
}

@media (max-width: 768px) {
  #planeta4 {
    top: 64%;
    left: 74%;
    width: 22vw;
    height: 22vw;
  }
}

@media (max-width: 480px) {
  #planeta4 {
    top: 69%;
    left: 74%;
    width: 25vw;
    height: 25vw;
}
}


/* #planeta4:hover {
  background-image: url('../forvibes/assets/planetas/images/planeta4-hover.png');
} */

/* #planeta5 {
  top: 48%;
  left: 6%;
  background-image: url(../forvibes/assets/planetas/images/planeta5.png);
  height: 133px;
  background-repeat: no-repeat;
  width: 255px;
} */

#planeta5 {
  position: absolute;
  top: 48%;
  left: 1%;
  width: 18vw;
  height: 10vw;
  background-image: url(../forvibes/assets/planetas/images/planeta5.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Media queries para ajustar o estilo em diferentes larguras de tela */
@media (max-width: 1200px) {
  #planeta5 {
    top: 46%;
    left: 5%;
    width: 25vw;
    height: 12vw;
  }
}

@media (max-width: 768px) {
  #planeta5 {
    top: 46%;
    left: -3%;
    width: 30vw;
    height: 15vw;
  }
}

@media (max-width: 480px) {
  #planeta5 {
    top: 42%;
    left: 3%;
    width: 117px;
    height: 71px;
  }
}

/* 
#planeta5:hover {
  background-image: url('../forvibes/assets/planetas/images/planeta5-hover.png');
} */

/* section quem somos */

.title-quem-somos {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  transform: scaleY(1.2);
  font-variation-settings: "wdth" 58;
  color: #E95728;
  line-height: 80%;
  margin-top: 24px;
}

.title-quem-somos span {
  font-style: italic;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  transform: scaleY(1.2);
  font-variation-settings: "wdth" 58;
  color: #E95728;

}

.quem-somos {
  background-color: #000000;
  padding-bottom: 60px;
  position: relative;
  z-index: 99;
  padding-top: 50px;
}

.quem-somos-content {
  max-width: 918px;
  margin: 0 auto;
}

.quem-somos-content h1 {
  /* quem somos */
  font-family: 'Anybody';
  font-style: italic;
  font-weight: 581;
  font-size: 4rem;
  line-height: 88%;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  color: #E95728;



}

.quem-somos-title {
  margin-bottom: 44px;
  padding-right: 40px !important;
}

.quem-somos-content p {
  color: #ffffff;
  line-height: 32px;
}

.members {
  background: #EAE654;
  text-align: center;
}

.team-member {
  color: #000000;
  padding: 12px;
}

.team-member h3 {
  color: #000000;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  padding-top: 10px;
}

/* Nossos artistas */

.nossos-artistas {
  background-color: #FFEB3B;
  padding: 20px;
  overflow-x: hidden;
  height: 1213px;

}


/* slide nossos artistas */
.nossosArtistasSwiper {
  max-width: 1000px;
  padding-bottom: 200px !important;
}



.nossos-artistas .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nossos-artistas .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nossos-artistas .swiper-pagination-bullet {
  margin: 0 10px;
  color: black;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  opacity: 1 !important;
  background: none !important;
  text-align: left;
}

.nossos-artistas .swiper-pagination-bullet-active {
  color: #1C6CB6;
}

.nossos-artistas .swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
  transition: opacity 0.3s ease 0s;
  text-align: left !important;
}

.nossos-artistas .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.nossos-artistas .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 100%;
  max-width: 210px;
  margin-bottom: 25px !important;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1);
  line-height: 0;
  padding-top: 11px;
  font-variation-settings: "wdth" 55;

}

.nossos-artistas .swiper-slide img {
  display: block;
  width: auto !important;
  height: auto !important;
  object-fit: none;
}


.nossos-artistas {
  background-image: url('../forvibes/images/geral/back-nossos.png');
  /* Substitua pelo caminho da sua imagem */
  background-size: contain;
  /* Faz com que a imagem cubra todo o espaço do div */
  background-position: center;
  /* Centraliza a imagem */
  background-repeat: no-repeat;
  /* Impede que a imagem se repita */
  padding-top: 244px;
}



.content-artista {
  display: flex;
  flex-wrap: wrap;
}

.title-artista {
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1.3);
  font-variation-settings: "wdth" 55;
  font-style: italic;
  font-size: 7rem;
  font-weight: 750;
  line-height: 78%;
  letter-spacing: 2px;
  margin-top: 60px;
  text-align: left;
  pointer-events: none;
  padding-left: 4px;
  color: #000000;

}

.release-artista {
  max-width: 308px;
  font-size: 0.9rem;
  margin-top: 25px;
  text-align: left;
}

.foto-artista {
  max-width: 500px;
  padding-left: 44px;
}

@media (min-width: 300px) and (max-width: 590px) {
  .foto-artista {
    max-width: 500px;
    padding-left: 0px;
  }
}

@media (min-width: 500px) and (max-width: 690px) {
  .foto-artista {
    max-width: 500px;
    padding-left: 0px;
  }

}

@media (min-width: 690px) and (max-width: 768px) {

}


@media (min-width: 768px) and (max-width: 980px) {

}

.name-artista {
  padding-left: 40px;
}

@media (max-width: 600px) {
  .name-artista {
    padding-left: 40px;
    padding-top: 70px;
  }
}


.redes-artista {
  padding-left: 26px;
  padding-top: 50px;
}

.nossos-artistas .title {
  color: #1C6CB6;
  text-transform: uppercase;
  font-weight: 900;
  left: 108px;
  top: 54px;
  z-index: 99;
  font-size: 80px;
  position: relative;
  line-height: 0.8;
  transform: scaleY(1.8);
  font-variation-settings: "wdth" 65;
}

@media (max-width: 900px) {
  .nossos-artistas .title {
    color: #1C6CB6;
    text-transform: uppercase;
    font-weight: 900;
    left: 108px;
    top: 54px;
    z-index: 99;
    font-size: 80px;
    position: relative;
    line-height: 0.8;
    transform: scaleY(1.8);
    font-variation-settings: "wdth" 65;
  }
}


@media (max-width: 500px) {
  .nossos-artistas .title {
    color: #1C6CB6;
    text-transform: uppercase;
    font-weight: 900;
    left: 36px;
    font-size: 20px;
    top: 36px;
    z-index: 99;
    font-size: 3rem;
    position: relative;
    line-height: 0.8;
    transform: scaleY(1.8);
    font-variation-settings: "wdth" 65;
    max-width: 200px;
  }
}


.box-midia {
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 343px;
  text-align: left;
  }
.box-redes .redes-artista {
  padding-top: 10px !important;
  padding-left: 0;
}

a.baixar-midia-kit {
  background-color: #1C6CB6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}

a.baixar-midia-kit:hover {
  background-color: #ffffff;
  color: #1C6CB6;
}


div#password-section-1 {
  text-align: left;
}

input#download-password-1 {
  border: 0px;
  padding-top: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  width: 161px;
  }

  button#submit-password-1 {
    background-color: #1C6CB6;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    border: 0px;
    }

/* ultimos lancamentos */


.lancamentos {
  position: relative;
  width: 100%;
  height: 891px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: black;
}

@media (min-width: 300px) and (max-width: 590px) {
  .lancamentos {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: black;
  }
}

@media (min-width: 500px) and (max-width: 690px) {

  .lancamentos {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: black;
  }
}

@media (min-width: 690px) and (max-width: 768px) {
  .lancamentos {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: black;
  }
  
}


@media (min-width: 768px) and (max-width: 980px) {
  .lancamentos {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: black;
  }
}


img.back-mobile-ufo {
  position: relative;
  top: -78px;
  display: none;
}

img.back-desktop-ufo {
  display: block;
  position: relative;
  top: -65px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
/* Ajuste para telas menores */
@media (max-width: 768px) {
  .lancamentos {
    height: auto;
    /* Permite que a altura ajuste conforme o conteúdo */
    padding: 20px;
    /* Adiciona algum preenchimento para espaçamento */
  }
  img.back-desktop-ufo {
    display: none;
}

img.back-mobile-ufo {
  position: relative;
  top: -78px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
}

/* Ajuste para telas muito pequenas */
@media (max-width: 480px) {
  .lancamentos {
    height: 658px;
    padding: 10px;
    /* Adiciona algum preenchimento para espaçamento */
  }
  img.back-desktop-ufo {
    display: none;
}

img.back-mobile-ufo {
  position: relative;
  top: -78px;
  display: block;
}
}

.lancamentos canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Garante que o canvas esteja acima do fundo, mas abaixo da imagem SVG */
}

.lancamentos .background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  /* Garante que a imagem de fundo SVG esteja acima do canvas */
}

.lancamentos .background-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  top: -60px;
}

.asdf {
  position: relative;
  top: -66px;
  height: 306px;
  background: #EBEA49;
}




@media (min-width: 300px) and (max-width: 590px) {
  .asdf {
    position: relative;
    top: -104px;
    height: 608px;
    background: #EBEA49;
}
}

@media (min-width: 500px) and (max-width: 690px) {
  .asdf {
    position: relative;
    top: -121px;
    height: 605px;
    background: #EBEA49;
}

}

@media (min-width: 690px) and (max-width: 768px) {
  .asdf {
    position: relative;
    top: -121px;
    height: 605px;
    background: #EBEA49;
}
}


@media (min-width: 768px) and (max-width: 980px) {
  .asdf {
    position: relative;
    top: -66px;
    height: 605px;
    background: #EBEA49;
}
}

@media (min-width: 980px) and (max-width: 1280px) {
  .asdf {
    position: relative;
    top: -66px;
    height: 605px;
    background: #EBEA49;
}
}

.lancamentos .container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
  margin-top: 700px;
  bottom: 290px;
}

@media (max-width: 1280px) {
  .lancamentos .container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
    margin-top: 556px;
    bottom: 290px;
  }
}

@media (max-width: 700px) {
  .lancamentos .container {
    bottom: 190px;
  }

}

@media (min-width: 500px) and (max-width: 690px) {
  .lancamentos .container {
    bottom: 710px;
  }
}


@media (max-width: 500px) {
  .lancamentos .container {
    bottom: 200px;
  }
}

/* Ajuste para telas menores */
@media (max-width: 700px) {
  .lancamentos .ultimos-lancamentos-content {
    position: relative;
    z-index: 3;
    text-align: center;
    /* background-color: yellow; */
    padding: 30px;
    border-radius: 8px;
    height: 20vh;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  }

}

/* Ajuste para telas menores */
@media (max-width: 1200px) {
  .lancamentos .ultimos-lancamentos-content {
    position: relative;
    z-index: 3;
    text-align: center;
    /* background-color: yellow; */
    padding: 30px;
    border-radius: 8px;
    height: 20vh;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  }

}


/* Ajuste para telas menores */
@media (max-width: 1400px) {
  .lancamentos .ultimos-lancamentos-content {
    position: relative;
    z-index: 3;
    text-align: center;
    /* background-color: yellow; */
    padding: 30px;
    border-radius: 8px;
    height: 20vh;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  }

}

.lancamentos .ultimos-lancamentos-content {
  position: relative;
  z-index: 3;
  text-align: center;
  border-radius: 8px;
  height: 300px;
}

.lancamentos .release {
  display: flex;
  align-items: center;
  margin-bottom: -248px;
  padding: 10px;

}



.ultimos-lancamentos-content h2 {
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1.8);
  font-variation-settings: "wdth" 65;
  font-style: italic;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 78%;
  letter-spacing: 2px;
  margin-top: -168px;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .ultimos-lancamentos-content h2 {
    text-transform: uppercase;
    font-family: "Anybody", sans-serif;
    white-space: nowrap;
    transform: scaleY(1.8);
    font-variation-settings: "wdth" 65;
    font-style: italic;
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 78%;
    letter-spacing: 2px;
    margin-top: -163px;
    margin-bottom: 30px;
}
}


.ultimos-lancamentos-content h2 span {
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1.8);
  font-variation-settings: "wdth" 65;
  font-style: normal;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 78%;
  letter-spacing: 2px;
  margin-top: 58px;
  margin-bottom: 30px;
}

.swiper.mySwiperLancamentos.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  max-width: 456px;
  padding-top: 45px;
}

.lancamentos .link-spotify {
  margin-top: 20px;
  margin-bottom: 10px;
}

.spotify-button {
  background-color: #1C6CB6;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 14px 12px 14px;
}

.spotify-button:hover {
  background-color: #ffffff;
  color: #1C6CB6;
}



/* Novidades */
.novidades {
  background-color: #EBEA49;
  height: 834px;
  padding-top: 42px;
  position: relative;
  z-index: 9;
}

.container-novidades {
  max-width: 1000px;
}

.content-novidade.row {
  align-items: center;
}


.container .container-novidades {
  max-width: 1106px;
}

.title-novidades {
  font-size: 6rem;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1.7);
  font-variation-settings: "wdth" 72;
  color: #000000;
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 24px;
}



.mySwiperNovidades {
  height: 480px;

}

.content-novidade {
  background-color: #E7E7E7;
}

h2.info-novidades {
  font-size: 24px;
  font-weight: 600;
  font-variation-settings: "wdth" 60;
  color: #000000;
  margin-bottom: 30px;
}

.img-destaque {
  padding-left: 32px !important;
  padding-top: 24px !important;
  padding-bottom: 24px;
}

.container .container-novidades {
  border: 1px solid;
  padding-right: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  max-width: 1100px;
}

.swiper-button-custom {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev-custom {
  background-image: url('../forvibes/images/geral/arrow-left-album.svg');
}

.swiper-button-next-custom {
  background-image: url('../forvibes/images/geral/arrow-right-album.svg');
}

/* novidades */
.swiper-vertical .swiper-button-next-novidades {
  left: 90%;
  top: 56% !important;
  transform: rotate(90deg);
}

.swiper-vertical .swiper-button-prev-novidades {
  left: 90%;
  top: 46% !important;
  transform: rotate(90deg);
}




a.more {
  padding-top: 12px;
  background-color: #1C6CB6;
  color: #ffffff;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

a.more:hover {
  background-color: #ffffff;
  color: #1C6CB6;

}

.swiper-button-custom-novidades {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev-novidades {
  background-image: url('../forvibes/images/geral/arrow-left-album.svg');
}

.swiper-button-next-novidades {
  background-image: url('../forvibes/images/geral/arrow-right-album.svg');
  top: 60% !important;
}


@media (min-width: 300px) and (max-width: 500px) {
  .swiper-button-prev-novidades {
    background-image: url('../forvibes/images/geral/arrow-left-album.svg');
    top: 96%;
    left: 36%;
  }
  
  .swiper-button-next-novidades {
    background-image: url('../forvibes/images/geral/arrow-right-album.svg');
    top: 96% !important;
    left: 52%;
  }
}

@media (min-width: 500px) and (max-width: 690px) {
  .swiper-button-prev-novidades {
    background-image: url('../forvibes/images/geral/arrow-left-album.svg');
    top: 96%;
    left: 36%;
  }
  
  .swiper-button-next-novidades {
    background-image: url('../forvibes/images/geral/arrow-right-album.svg');
    top: 96% !important;
  }

}

@media (min-width: 690px) and (max-width: 768px) {
  .swiper-button-prev-novidades {
    background-image: url('../forvibes/images/geral/arrow-left-album.svg');
    top: 52% !important;
    left: 34%;
  }
  
  .swiper-button-next-novidades {
    background-image: url('../forvibes/images/geral/arrow-right-album.svg');
    top: 52% !important;
    left: 44%;
  }
}


@media (min-width: 768px) and (max-width: 980px) {

}




/* Estilos para telas com largura máxima de 1600 pixels */
@media (max-width: 1600px) {
  /* Adicione seus estilos aqui */
}

/* Estilos para telas com largura máxima de 1200 pixels */
@media (max-width: 1200px) {
  /* Adicione seus estilos aqui */
}

/* Estilos para telas com largura máxima de 900 pixels */
@media (max-width: 900px) {

  /* Adicione seus estilos aqui */
  .nossos-artistas {
    background-color: #FFEB3B;
    padding: 20px;
    overflow-x: hidden;
    height: auto;
  }
}

/* Estilos para telas com largura máxima de 690 pixels */
@media (max-width: 690px) {


  h2.info-novidades {
    font-size: 24px;
    font-weight: 600;
    font-variation-settings: "wdth" 60;
    color: #000000;
    margin-bottom: 15px;
    text-wrap: wrap;
    padding-right: 10px;
  }

  .nossos-artistas .swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
    transition: opacity 0.3s ease 0s;
    text-align: left !important;
    bottom: 118px !important;
  }

  .nossos-artistas {
    background-color: #FFEB3B;
    padding: 20px;
    overflow-x: hidden;
    height: auto;
  }

  .lancamentos .ultimos-lancamentos-content {
    position: relative;
    margin-top: 469px;
    width: 100%;
  }
}

@media (max-width: 500px) {

  .lancamentos .ultimos-lancamentos-content {
    position: relative;
    margin-top: -89px;
    width: 100%;
  }

}



.ultimos-lancamentos-content h2 {
  font-size: 2.3rem;
}

.ultimos-lancamentos-content h2 span {
  font-size: 2.3rem;
}

.swiper-vertical .swiper-button-next-novidades {
  left: 94%;
  top: 53% !important;
  transform: rotate(90deg);
}

.swiper-vertical .swiper-button-prev-novidades {
  left: 94%;
  top: 42% !important;
  transform: rotate(90deg);
}

@media (max-width: 500px) {
  .swiper-vertical .swiper-button-prev-novidades {
    left: 83%;
    top: 46% !important;
    transform: rotate(90deg);
  }

  .swiper-vertical .swiper-button-next-novidades {
    left: 83%;
    top: 54% !important;
    transform: rotate(90deg);
  }
}

@media (min-width: 500px) and (max-width: 690px) {
  .swiper-vertical .swiper-button-next-novidades {
    left: 84%;
    top: 49% !important;
    transform: rotate(90deg);
  }

  .swiper-vertical .swiper-button-prev-novidades {
    left: 84%;
    top: 43% !important;
    transform: rotate(90deg);
  }
}

@media (min-width: 690px) and (max-width: 768px) {
  .swiper-vertical .swiper-button-next-novidades {
    left: 90%;
    top: 52% !important;
    transform: rotate(90deg);
  }

  .swiper-vertical .swiper-button-prev-novidades {
    left: 90%;
    top: 47% !important;
    transform: rotate(90deg);
  }
}


@media (min-width: 768px) and (max-width: 980px) {
  .swiper-vertical .swiper-button-next-novidades {
    left: 93%;
    top: 51% !important;
    transform: rotate(90deg);
  }

  .swiper-vertical .swiper-button-prev-novidades {
    left: 93%;
    top: 43% !important;
    transform: rotate(90deg);
  }
}


.container.container-novidades {
  border: 1px solid;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 14px;
  max-width: 1100px;
}

.title-novidades {
  font-size: 3rem;
  text-align: center;
}

.novidades {
  background-color: #EBEA49;
  height: 1042px;
  padding-top: 93px;
  position: relative;
  z-index: 9;
  padding-right: 20px;
  padding-left: 20px;
}


.mySwiperNovidades {
  height: 523px;
}

@media (min-width: 400px) and (max-width: 500px) {
  .novidades {
    background-color: #EBEA49;
    height: 915px;
    padding-top: 93px;
    position: relative;
    z-index: 9;
    padding-right: 20px;
    padding-left: 20px;
}

}
@media (min-width: 500px) and (max-width: 690px) {
  .mySwiperNovidades {
    height: 936px;
  }

  .novidades {
    background-color: #EBEA49;
    height: 764px;
    padding-top: 42px;
    position: relative;
    z-index: 9;
  }
}

@media (min-width: 690px) and (max-width: 768px) {
  .mySwiperNovidades {
    height: 1060px;
  }

  .novidades {
    background-color: #EBEA49;
    height: 814px;
    padding-top: 42px;
    position: relative;
    z-index: 9;
}
}


@media (min-width: 768px) and (max-width: 980px) {
  .mySwiperNovidades {
    height: 600px;
  }
}

@media (max-width: 500px) {
  .mySwiperNovidades {
    height: 936px;
  }
}

.content-novidade.row {
  align-items: center;
  min-width: 368px;
  min-height: 230px;
}

.view-novidades {
  padding-right: 96px;
}




@media (min-width: 300px) and (max-width: 590px) {
  .view-novidades {
    padding-right: 148px;

  }
  
}

@media (min-width: 500px) and (max-width: 690px) {
  .view-novidades {
    padding-right: 0px;

  }
  

}

@media (min-width: 690px) and (max-width: 768px) {
  .view-novidades {
    padding-right: 148px;

  }
  
}


@media (min-width: 768px) and (max-width: 980px) {
  .view-novidades {
    padding-right: 148px;

  }
  
}




@media (max-width: 690px) {
  
  .resume {
    margin-bottom: 17px;
    margin-left: 14px;
    margin-right: 14px;
    text-wrap: balance;
    max-width: 330px !important;
  }

  .content-novidade.row {
    align-items: center;
    min-height: 371px;
    width: 600px;
  }
}


@media (min-width: 300px) and (max-width: 590px) {
  .resume {
    margin-bottom: 17px;
    margin-left: 14px;
    margin-right: 14px;
    text-wrap: balance;
    max-width: 330px !important;
  }

  .content-novidade.row {
    align-items: center;
    min-height: 371px;
    width: 0px;
  }
}

@media (min-width: 500px) and (max-width: 690px) {
  .resume {
    margin-bottom: 17px;
    margin-left: 14px;
    margin-right: 14px;
    text-wrap: balance;
    max-width: 330px !important;
  }

  .content-novidade.row {
    align-items: center;
    min-height: 371px;

  }

}

@media (min-width: 690px) and (max-width: 768px) {
  .resume {
    margin-bottom: 17px;
    margin-left: 14px;
    margin-right: 14px;
    text-wrap: balance;
    max-width: 330px !important;
  }

  .content-novidade.row {
    align-items: center;
    min-height: 371px;

  }
}


@media (min-width: 768px) and (max-width: 980px) {
  .resume {
    margin-bottom: 17px;
    margin-left: 14px;
    margin-right: 14px;
    text-wrap: balance;
    max-width: 330px !important;
  }

  .content-novidade.row {
    align-items: center;
    width: 600px;
  }
}



.img-destaque {
  margin-left: -5px;
  margin-right: 14px;
}

h2.info-novidades {
  font-size: 24px;
  margin-bottom: 15px;
}


/* Estilos para telas com largura máxima de 480 pixels */
@media (max-width: 510px) {
  .mySwiperNovidades {
    height: 461px;
    /* background: beige; */
}
  /* Adicione seus estilos aqui */
}



/* Estilos para telas com largura máxima de 480 pixels */
@media (max-width: 480px) {
  .mySwiperNovidades {
    height: 461px;
    /* background: beige; */
}

  /* Adicione seus estilos aqui */
}

/* Estilos para telas com largura máxima de 320 pixels */
@media (max-width: 320px) {
  .mySwiperNovidades {
    height: 764px;
  }

  /* Adicione seus estilos aqui */
}



.malvada {
  background-color: #E95728;
  height: 1152px;

}

h2.title-malavada {
  color: #EBEA49;
  font-size: 6rem;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1.7);
  font-variation-settings: "wdth" 72;
  font-weight: 800;
  letter-spacing: 0px;
  flex-wrap: wrap;
  display: flex;
  line-height: 74px;
  margin-top: 56px;
  margin-bottom: 102px;
}

@media (max-width: 1400px) {

  h2.title-malavada {
    font-size: 4rem;
  }


}


/* Ajuste para telas muito pequenas */
@media (max-width: 991px) {
  .malvada {
    background-color: #E95728;
    height: 1762px;
  }

  h2.title-malavada {
    font-size: 3rem;
  }

  .mySwiperMalvada {
    height: 700px;
    text-align: center;


  }

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

  h2.title-malavada {
    justify-content: center;
    font-size: 4rem;
  }
}


/* Ajuste para telas muito pequenas */
@media (max-width: 690px) {
  .malvada {
    background-color: #E95728;
    height: 1880px;
  }

  h2.title-malavada {
    justify-content: center;
    font-size: 2rem;

  }
}

/* Ajuste para telas muito pequenas */
@media (max-width: 500px) {
  .malvada {
    background-color: #E95728;
    height: 1592px;
  }

  h2.title-malavada {
    font-size: 3rem;
    justify-content: center;
    margin-top: 3px;
    margin-bottom: 20px;
  }
}

/* Ajuste para telas muito pequenas */
@media (max-width: 400px) {
  .malvada {
    background-color: #E95728;
    height: 1631px;
    
  }

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

  h2.title-malavada {
    justify-content: center;
  }


}


.container-malvada {
  max-width: 1121px !important;
  padding-top: 96px;
}



h2.title-malavada span {
  font-style: italic;
}

.malvada p {
  color: #ffffff;
  padding-bottom: 40px;
  text-align: justify;
}

.mySwiperMalvada {
  height: 700px;
}

@media (max-width: 600px) {
  .mySwiperMalvada {
    height: 546px;
}
}

.swiper-button-malvada {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  top: 686px !important;
}

.swiper-button-prev-malvada {
  background-image: url('../forvibes/images/geral/arrow-left-album.svg');
  left: 40% !important;
  /* Ajuste conforme necessário */
  top: none !important;
}

.swiper-button-next-malvada {
  background-image: url('../forvibes/images/geral/arrow-right-album.svg');
  left: 52% !important;
  /* Ajuste conforme necessário */
  top: none !important;
}


@media (min-width: 300px) and (max-width: 590px) {
  .swiper-button-malvada {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    top: 532px !important;
  }

  .swiper-button-prev-malvada {
    background-image: url('../forvibes/images/geral/arrow-left-album.svg');
    left: 37% !important;
    /* Ajuste conforme necessário */
    top: none !important;
  }
  
  .swiper-button-next-malvada {
    background-image: url('../forvibes/images/geral/arrow-right-album.svg');
    left: 52% !important;
    /* Ajuste conforme necessário */
    top: none !important;
  }
}

@media (min-width: 500px) and (max-width: 690px) {
  .swiper-button-malvada {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    top: 608px !important;
  }
}

@media (min-width: 690px) and (max-width: 768px) {
  .swiper-button-malvada {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    top: 608px !important;
  }
}


@media (min-width: 768px) and (max-width: 980px) {
  .swiper-button-malvada {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    top: 608px !important;
  }
}


/* contato */

.contato {
  background-color: #eae654;
  height: auto;
}

.contato-content {
  background-color: #1C6CB6;
  height: 552px;
  max-width: 1590px;
  margin-right: 10%;
  margin-left: 10%;
  position: relative;
  top: -272px;
}

.title-contato {
  font-size: 5.2rem;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1.7);
  font-variation-settings: "wdth" 66;
  color: #EBEA49;
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 72px;
  margin-bottom: 45px;
  text-align: right;
  margin-top: 26px;
}

.row.contato-content {
  align-items: center;
  height: auto;
  min-height: 380px;
}

.title-contato span {
  font-weight: 400;
}


.form-contato input[type=text] {
  background-color: transparent;
  border: 1px solid #EBEA49;
  padding: 6px 10px 6px 10px;
}

.form-contato input[type=email] {
  background-color: transparent;
  border: 1px solid #EBEA49;
  padding: 6px 10px 6px 10px;
}

.form-contato textarea {
  background-color: transparent;
  border: 1px solid #EBEA49;
  padding: 6px 10px 6px 10px;
}

.form-contato textarea::placeholder {
  color: #ffffff;
}

.form-contato input[type=text]::placeholder,
.form-contato input[type=email]::placeholder {
  color: #ffffff;
}

.contato-shows p {
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}

.form-contato {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  padding-left: 40px;
}

.form-contato input,
.form-contato textarea {
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px;
}

.form-contato .in-assunto,
.form-contato .in-celular {
  width: 100%;
}

.form-contato .in-mensagem {
  width: 100%;
  height: 130px;
  resize: vertical;
}

.form-contato .in-email,
.form-contato .in-enviar {
  width: 100%;
}

.form-contato .in-enviar {
  background-color: #e0081b;
  color: white;
  border: none;
  cursor: pointer;
}

.form-contato .in-enviar:hover {
  background-color: #c00617;
}

@media (min-width: 600px) {

  .form-contato .in-assunto,
  .form-contato .in-celular {
    width: 48%;
  }

  .form-contato .in-celular {
    margin-left: 4%;
  }

  .form-contato .in-email,
  .form-contato .in-enviar {
    width: 48%;
  }

  .form-contato .in-enviar {
    margin-left: 4%;
  }
}

.form-contato input[type=submit] {
  padding-top: 12px;
  background-color: #EBEA49;
  color: #000000;
  text-decoration: none;
  padding: 7px 10px 7px 10px;
  border: 1px;
}

.form-contato input[type=submit]:hover {
  background-color: #000000;
  color: #EBEA49;
}


/* Ajuste para telas muito pequenas */
@media (max-width: 993px) {

  .contato .container {
    width: 100% !important;
    max-width: 100%;
  }

  .title-contato {
    font-size: 5.2rem;
    text-transform: uppercase;
    font-family: "Anybody", sans-serif;
    white-space: nowrap;
    transform: scaleY(1.7);
    font-variation-settings: "wdth" 66;
    color: #EBEA49;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 62px;
    margin-bottom: 45px;
    text-align: left;
    margin-top: 26px;
    padding-top: 30px;
  }


  .contato-content {
    max-height: 932px !important;
}

  .form-contato {
    padding-left: 5px;
    margin: 0px;

  }

  .contato {
    background-color: #EAE654;
    height: 1068px;
  }

  .content-footer-info {
    margin-top: 58px;
  }

  .newslleter-content {
    margin-left: 5px !important;
  }

}

/* Ajuste para telas menores */
@media (max-width: 768px) {
  .contato .container {
    width: 100% !important;
    max-width: 100%;
  }

  .title-contato {
    font-size: 5.2rem;
    text-transform: uppercase;
    font-family: "Anybody", sans-serif;
    white-space: nowrap;
    transform: scaleY(1.7);
    font-variation-settings: "wdth" 66;
    color: #EBEA49;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 62px;
    margin-bottom: 45px;
    text-align: left;
    margin-top: 26px;
  }

  .contato {
    background-color: #EAE654;
    height: 1536px;
  }

  .content-footer-info {
    margin-top: 58px;
  }

  .newslleter-content {
    margin-left: 5px !important;
  }
}
@media (max-width: 600px) {

  .contato {
    background-color: #EAE654;
    height: auto;
  }

}


/* Ajuste para telas menores */
@media (max-width: 400px) {
  .contato .container {
    width: 100% !important;
    max-width: 100%;
  }

  .title-contato {
    font-size: 5.2rem;
    text-transform: uppercase;
    font-family: "Anybody", sans-serif;
    white-space: nowrap;
    transform: scaleY(1.7);
    font-variation-settings: "wdth" 66;
    color: #EBEA49;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 62px;
    margin-bottom: 45px;
    text-align: left;
    margin-top: 26px;
  }

  .contato {
    background-color: #EAE654;
    height: 1328px;
  }

  .content-footer-info {
    margin-top: 58px;
  }

  .newslleter-content {
    margin-left: 5px !important;
  }
}



.footer-contato {
  position: relative;
  top: -160px;
}

.bl-materiais {
  text-align: right;
  padding-right: 100px !important;
}

.title-materiais {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1.7);
  font-variation-settings: "wdth" 72;
  color: #000000;
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 25px;
  margin-bottom: 45px;
  text-align: right;
  margin-top: 26px;
}

.newslleter-content h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1.7);
  font-variation-settings: "wdth" 72;
  color: #000000;
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 25px;
  margin-bottom: 24px;
}

.newslleter-content input[type=email] {
  background-color: transparent;
  border: 1px solid #000000;
  padding: 6px 10px 6px 10px;
}

.newslleter-content input[type=email]::placeholder {
  color: #000000;
}

.newslleter-content input[type=submit] {
  background-color: #1C6CB6;
  color: #ffffff;
  border: 0;
  padding: 6px 10px 6px 10px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.in-newsletter-mail {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.in-assinar.more {
  width: 50%;
  padding: 10px;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  align-self: flex-start;
}

@media (max-width: 600px) {
  .newsletter-form {
    width: 90%;
  }

  .in-assinar.more {
    width: 100%;
  }
}


.newslleter-content input[type=submit]:hover {
  background-color: #ffffff;
  color: #1C6CB6;
}

.newslleter-content {
  border: 1px solid #000000;
  padding-top: 52px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 518px;
  margin-left: -11px;
}


.content-footer-info img {
  margin-bottom: 20px;
}


/* Footer */
.copyright {
  background-color: #000000;
}

.copyright-content {
  color: #EAE654;
  height: 148px;
  align-items: center;
}

.copyright p {
  color: #EAE654;
}

/* redes sociais */

.redes-sociais ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.redes-sociais ul a {
  text-decoration: none;
}

.icon-social-block {
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  padding-bottom: 0px;
}

.icon-social-block i {
  color: black;
  text-decoration: none;
  font-size: 24px;
  padding-bottom: 6px;
  padding-right: 1px;
}

.icon-social-block a {
  color: black;
  text-decoration: none;
  font-size: 24px;
}

.icon-social-block:hover {
  background-color: #fff;
}


/* single novidades */

.sub-header-novidades {
  background-color: #EBEA49;
  position: relative;
  top: 128px;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (max-width: 980px) {
  .sub-header-novidades {
    background-color: #EBEA49;
    position: relative;
    top: 124px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .sub-header-novidades {
    background-color: #EBEA49;
    position: relative;
    top: 140px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.single-post .header.headroom--top,
.single-post .header.headroom--top.headroom--pinned {
  background-color: #000000;
}
.content-single.container {
  margin-top: 168px;
  margin-bottom: 400px;
  min-height: 400px;
}

@media (min-width: 300px) and (max-width: 590px) {
  .content-single.container {
    margin-top: 114px;
    margin-bottom: 400px;
    min-height: 400px;
    padding-top: 20px;

}
}

@media (min-width: 500px) and (max-width: 690px) {

  .content-single.container {
    margin-top: 138px;
    margin-bottom: 400px;
    min-height: 400px;
}


}

@media (min-width: 690px) and (max-width: 768px) {

}


@media (min-width: 768px) and (max-width: 980px) {

}



.content-single.container .date-for {
  padding-bottom: 28px;
}

.page-template-page-malvada-sunset .header.headroom--top,
.page-template-page-malvada-sunset .header.headroom--top.headroom--pinned {
  background-color: #000000;
}

.redes-sociais {
  margin-bottom: 20px;
}

.content-single.container .icon-social-block:hover {
  background-color: #000000;
  color: #fff;
}

.content-single.container .icon-social-block:hover i {
  color: #fff;
}

/* single malvada */
.title-page-malvada {
  color: #EBEA49;
  font-size: 6rem;
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  white-space: nowrap;
  transform: scaleY(1.7);
  font-variation-settings: "wdth" 72;
  font-weight: 800;
  letter-spacing: 0px;
}


.sub-header-page-malvada {
  background-color: #E95728;
  position: relative;
  top: 130px;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (max-width: 980px) {
  .title-page-malvada {
    color: #EBEA49;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: "Anybody", sans-serif;
    white-space: nowrap;
    transform: scaleY(1.7);
    font-variation-settings: "wdth" 72;
    font-weight: 800;
    letter-spacing: 0px;
  }

  .sub-header-page-malvada {
    background-color: #E95728;
    position: relative;
    top: 113px;
    padding-top: 40px;
    padding-bottom: 28px;
  }


}

@media (max-width: 700px) {
  .title-page-malvada {
    color: #EBEA49;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: "Anybody", sans-serif;
    white-space: nowrap;
    transform: scaleY(1.7);
    font-variation-settings: "wdth" 72;
    font-weight: 800;
    letter-spacing: 0px;
  }

  .sub-header-novidades {
    background-color: #EBEA49;
    position: relative;
    top: 113px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub-header-page-malvada {
    background-color: #E95728;
    position: relative;
    top: 113px;
    padding-top: 40px;
    padding-bottom: 28px;
  }
}


.frm_error_style {
  font-size: 12px !important;
  margin-bottom: 8px !important;
  padding-bottom: 3px !important;
}