/* PÁGINA EVENTOS */

.eventos {
  background: rgba(0, 0, 0, 1);
}

video {
  width: 100%;
}

.banner-eventos {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -18px;
}

.banner-eventos img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.imagem-evento-principal {
  margin-bottom: -6px;
}

.imagem-evento-principal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.banner-eventos img {
  position: relative;
  z-index: 1;
}


.area-card-inscricao {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.card-inscricao {
  position: absolute;
  /* bottom: -16px; */
  bottom:50px;
  right: -18.5%;
  z-index: 3;
  width: 656px;
  height: 835px;
  background: #00000080;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 2px solid rgba(46, 190, 65, 0.4);
  border-radius: 15px;
}

.conteudo-card-inscricao {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
  position: relative;
  z-index: 2;
}

.card-inscricao #rd-section-joq3m2m5c{
  background-color: transparent !important;
}


.card-inscricao #rd-form-joq3m2m5i .bricks-form__input:not(textarea){
  background-color: transparent !important;
}
.card-inscricao #rd-form-joq3m2m5i textarea.bricks-form__input{
  background-color: transparent !important;
}

.card-inscricao input#rd-checkbox_field-m2na3tt1 .bricks-form__field__option__input  .js-field-cf_tenho_interesse_em_produtos{
  background-color: transparent !important;
}

.card-inscricao #rdstation-bricks-embeddable-form-bricks-component-fH2zQqquDOH1Kf2Ft3RFoA .bricks-form__field__option .bricks-form__label input[type="checkbox"], #rdstation-bricks-embeddable-form-bricks-component-fH2zQqquDOH1Kf2Ft3RFoA .bricks-form__field__option .bricks-form__label input[type="radio"]{
  background-color: transparent !important;

}

.card-inscricao #rd-checkbox_field-m2na3tt2 .bricks-form__field__option__input  .js-field-cf_opt_in_aceito_ser_contatado{
  background-color: transparent !important;
}

.card-inscricao #rd-text-k1td3sed{
  margin-top:0px;
  /* margin-top: 73%; */
  margin-bottom:15px;
}

.card-inscricao #rd-form-joq3m2m5i, #rd-phone_field-m2n9t4ig, #rd-email_field-m2n9t4if, #rd-text_field-m2n9t4ie {
  height: 50px !important;
}

.card-inscricao #rd-form-joq3m2m5i textarea.bricks-form__input{
  height: 100px !important;
}

.card-inscricao #rd-button-joq3m2m5a.bricks--component-button{
  color: var(--cor-preto) !important;
}

.texto-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top:20px;
  /* margin-top: 40px; */
  /* margin-bottom: 30px; */
}

.texto-card h6 {
  color: var(--cor-primaria);
  font-size: 2.375em;
  font-family: var(--fonte-principal);
  width: 90%; 
  margin: 0 auto; 
  text-align: center;
}

.texto-card p {
  font-family: var(--fonte-principal);
  font-size: 1.375em;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  /* width: 78%; */
  width: 69%;
  font-weight: 400;
  line-height: 33px;
}



/* .checkbox:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #3498db;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
} */

.termos {
  display: flex;
  gap: 15px;
}

.termos p {
  font-size: 1.125em;
  color: rgba(115, 120, 131, 1);
  font-family: var(--fonte-principal);
  font-weight: 400;

}


.descricao-evento {
  padding-top: 100px;
  padding-bottom: 100px;
}

.area-texto-evento {
  color: rgba(255, 255, 255, 1);

}

.conteudo-evento {
  width: 100%;
  display: flex;
  gap: 20px;
}

.area-imagem-evento {
  display: flex;
  align-items: center;
}

.area-texto-evento h2 {
  font-family: var(--fonte-principal);
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  font-size: 3em;
  padding-top: 30px;
  padding-bottom: 30px;
}

.area-texto-evento p {
  font-family: var(--fonte-principal);
  font-weight: 400;
  font-size: 1.375em;
  line-height: 33px;
}

.galeria-fotos {
  padding-top: 100px;
  padding-bottom: 100px;
}

.galeria-fotos h3 {
  font-family: var(--fonte-principal);
  color: var(--cor-primaria);
  text-align: center;
  justify-content: center;
  font-weight: 700;
  font-size: 3.75em;
  width: 50%;
  display: flex;
  margin: auto;
  padding-bottom: 50px;
}


.barra-eventos img {
  width: 100%;
  height: auto;
}


.conteudo-fotos-evento {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.conteudo-fotos-evento img {
  border-radius: 15px;
}

.midia-destaque {
  border-radius: 15px;
}

.midia-destaque iframe {
  width: 100%;
  margin-top: 50px;
  border-radius: 15px;
  /* height: 720px; */
  height: 80vh;
}

.conteudos-gerados {
  padding-top: 100px;
  padding-bottom: 100px;
}

.conteudos-gerados h6 {
  font-family: var(--fonte-principal);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 3em;
  padding-bottom: 30px;
}

.area-conteudos-gerados {
  display: flex;
  width: 100%;
  gap: 30px;
}

.texto-conteudos {
  width: 49%;
}

.btn-eventos {
  display: flex;
  align-items: center;
}

.btn-eventos a {
  /* padding: 20px 30px 20px 30px; */
  width: 197px;
  height: 66px;
  background-color: var(--cor-primaria);
  font-family: var(--fonte-principal);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 10px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
  transition: all 0.5s ease-in-out;
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-eventos a:hover {
  transform: scale(1.05);
}


.texto-conteudos p {
  font-family: var(--fonte-principal);
  font-size: 1.375em;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 33px;
  padding-bottom: 30px;
}

.midia-conteudos {
  width: 51%;
}

.midia-responsivo {
  display: none;
}


.banner-loja {
  position: relative;
  width: 100%;
  height: auto;
  /* height:772px; */
  /* voltar */

}

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

.banner-loja .img-loja img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}


.texto-loja {
  position: absolute;
  top: 18%;
  left: 16%;
  z-index: 2;
}



.btn-loja a:hover {
  transform: scale(1.05);

}

.btn-loja a {
  color: var(--cor-primaria);
  font-size: 1em;
  font-weight: 700;
  font-family: var(--fonte-principal);
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 10px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
  border-radius: 12px;
  width: 188px;
  height: 66px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.texto-loja img {
  padding-bottom: 44px;
}

.texto-loja p {
  padding-bottom: 44px;
  width: 40%;
  line-height: 78px;
  font-family: var(--fonte-principal);
  font-weight: 700;
  font-size: 3.75em;
  color: rgba(255, 255, 255, 1);
}

.banner.interno {
  display: none;
}

.card-inscricao #rd-form-joq3m2m5i textarea.bricks-form__input{
  font-family: var(--fonte-principal);
}


@media (max-width:1440px){
  .texto-loja {
    top: 8%;
  }

  .texto-card {
    gap: 10px;
  }
  
  .conteudo-evento{
    padding-top: 40px;
  }

  .aparecer-responsivo-eventos{
    width:100%;
    height: auto;
    object-fit: contain;
  }

  .midia-responsivo{
    width:100%;
  }

  .descricao-evento {
    padding-top: 0px;
  }

  .card-inscricao {
    display: flex;
    margin: auto;
    right: -2%;
    bottom:-20px;
    width: 640px;
    height: 832px;
  }

  .texto-card{
    gap:10px;
  }
}


@media (max-width:1360px) {

  .card-inscricao {
    display: flex;
    margin: auto;
    right: -2%;
    bottom:-104px;
    width: 640px;
    height: 866px;
  }

  .conteudo-evento{
    padding-top: 93px;
  }

}


@media (max-width:1360px) {
  .midia-destaque iframe {
    width: 67%;
    display: flex;
    margin: auto;
  }

  .conteudo-fotos-evento {
    margin-bottom: 50px;
  }
}


@media (max-width:1024px) {

  .descricao-evento {
    padding-top: 0px;
  }

  .area-card-inscricao{
    max-height: 550px;
  }

  .card-inscricao{
    bottom:55%;
  }

  .card-inscricao{
    position: relative;
  }

  .conteudo-evento {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .conteudo-fotos-evento {
    display: flex;
    justify-content: center;
  }

  .area-imagem-evento {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .texto-conteudos {
    width: 100%;
  }

  .midia-conteudos {
    display: none;
  }

  .conteudos-gerados h6 {
    text-align: center;
  }

  .midia-responsivo {
    display: flex;
    padding-bottom: 20px;
    margin: auto;
  }

  .area-conteudos-gerados {
    display: flex;
    flex-direction: column;
  }

  .btn-eventos {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .midia-destaque img {
    width: 92%;
    margin: auto;
    display: flex;
  }

  .texto-loja {
    top: 5%;
    left: 8%;
  }

  .texto-loja img {
    padding-top: 24px;
    width: 100px;
    padding-bottom: 24px;
  }

  .texto-loja p {
    width: 69%;
    font-size: 1.875em;
    padding-bottom: 24px;
    line-height: 180%;
  }


  .galeria-fotos h3 {
    font-size: 3em;
    width: 100%;
  }

  .midia-destaque iframe {
    width: 90%;
  }

}

@media(max-width:768px) {
  .card-inscricao {
    width: 90%;
    position: relative;
    height: 886px;
  }

  .texto-card p {
    width: 95%;
  }

  .texto-conteudos p {
    width: 100%;
  }

  .midia-destaque img {
    width: 420px;
  }

  .midia-destaque iframe {
    width: 420px;
    height: 300px;
  }

  .texto-loja {
    top: 0%;
  }

}


@media (max-width:440px) {
  .area-card-inscricao {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .card-inscricao{
    height:865px;
  }
  
  .conteudo-evento{
    padding-top:170px;
  }

  .conteudo-evento .area-texto-evento img{
    display: flex;
    margin: auto;
  }

  .midia-destaque iframe {
    width: 100%;
  }

  .banner-interno {
    display: block;
  }

  .card-inscricao {
    width: 100%;
  }

  #rd-form-joq3m2m5i .bricks-form__input:not(textarea){
    height: 55px !important;
  }

  .card-inscricao #rd-form-joq3m2m5i textarea.bricks-form__input{
    height: 64px !important;
  }

  form#form-contato {
    display: flex;
    flex-direction: column;
    margin: auto;
    /* align-items: center; */
  }

  .texto-conteudos p {
    width: 100%;
  }

  .texto-card h6 {
    text-align: center;
    font-size: 1.875em;

  }

  .texto-card p {
    width: 90%;
    font-size: 1.25em;
  }

  .midia-destaque img {
    max-width: 100%;
  }


  .area-inscricao #pessoa {
    background-color: transparent;
  }

  .termos {
    padding-bottom: 20px;
    gap: 10px;
  }

  .termos p {
    font-size: 0.875em;
  }

  .area-card-inscricao .card-inscricao {
    bottom: -20px;
    right: 0px;
  }

  .galeria-fotos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  
  .area-imagem-evento img {
    width: 390px;
  }

  .galeria-fotos h3 {
    width: 100%;
    font-size: 2.5em;
  }

  .conteudo-fotos-evento img {
    max-width: 100%;
  }


  .conteudos-gerados {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .conteudos-gerados h6 {
    font-size: 2.5em;
  }

  .area-cards-conteudos img {
    width: 390px;
  }

  .texto-loja {
    /* display: none; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 0%;
  }

  .texto-loja img {
    height: fit-content;
    padding-bottom: 4px;
    padding-top: 0px;
  }

  .area-texto-evento h2 {
    font-size: 2.5em;
  }

  .texto-loja p {
    font-size: 1.25em;
    padding-bottom: 12px;
    text-align: center;
    width: 100%;
  }

  .btn-loja a {
    width: 188px;
    height: 50px;

  }

  .loja-responsivo {
    display: flex;
    /* display: none; */
    flex-direction: column;
    align-items: center;
  }

}

/* @media(max-width:425px){
  .banner-interno{
    display: block;
  }
} */

@media(max-width:400px){
  .texto-card h6{
    font-size:1.5em;

  }

  .card-inscricao #rd-form-joq3m2m5i .bricks-form__label{
    font-size:0.875em;
  }
}

@media (max-width:375px) {

  .card-inscricao {
    height: auto;
  }

  .conteudos-gerados h6 {
    font-size: 1.875em;
  }

  .area-texto-evento h2 {
    font-size: 1.875em;
  }

  .galeria-fotos h3 {
    font-size: 1.875em;
  }

  form#form-contato {
    align-items: center;
  }

  .card-inscricao{
    height: 886px;
  }
  
  .area-imagem-evento img {
    width: 340px;
  }

  .texto-card img{
    height:60px;
  }

  .termos {
    justify-content: center;
  }

  .termos p {
    width: 70%;
  }

  .btn-loja a{
    width:180px;
    height:50px;
  }

  .texto-loja img{
    width:80px;
  }

  
  .card-inscricao #rd-form-joq3m2m5i .bricks-form__label{
    font-size: 0.875em !important;
  }
  
  .texto-card p{
    font-size:1.125em;
  }

}

@media (max-width:320px) {
  .area-imagem-evento img {
    width: 286px;
  }


  form#form-contato {
    margin-left: 14px;
    align-items: normal;
  }

  .texto-loja img {
    width: 60px;
  }

  .texto-loja p {
    font-size: 1em;
  }

  .btn-loja a {
    width: 180px;
    height: 38px;
  }

  .btn-loja a {
    font-size: 0.875em;
  }

}