/* ----- */
section.novidades
  > .novidades__container
  > .novidades__cards
  > .novidades__card {
  width: 33% !important;
  align-items: unset !important;
  transition: 0.4s;
}
section.novidades
  > .novidades__container
  > .novidades__cards
  > .novidades__card:hover {
  transform: scale(1.05);
}
section.novidades
  > .novidades__container
  > .novidades__cards
  > .novidades__card::after {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%),
    0 6px 20px 0 rgb(0 0 0 / 15%);
  content: '';
  opacity: 0;
  z-index: -1;
}
section.novidades
  > .novidades__container
  > .novidades__cards
  > .novidades__card:hover::after {
  opacity: 1;
}
section.novidades > .novidades__container > .novidades__cards {
  align-items: unset !important;
}
section.novidades
  > .novidades__container
  > .novidades__cards
  > .novidades__card
  > .tag
  > h2,
section.novidades
  > .novidades__container
  > .novidades__cards
  > .novidades__card
  > h2 {
  text-transform: uppercase;
}
section.novidades
  > .novidades__container
  > .novidades__cards
  > .novidades__card
  > img.destaque {
  height: 50%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
section.novidades > .novidades__container > .novidades__cards {
  gap: 2%;
}
.menuSocial ul li a img {
  width: 2rem;
  vertical-align: middle;
}
.navwhite {
  background-color: #fff;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
.nav-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .brand-logo {
  position: relative;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
.navInscrevase {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 2rem 2rem 1.5rem;
  border-radius: 4px;
  line-height: 0;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.menuSocial ul li a {
  padding: 0 2px;
}

.footer {
  width: 100vw;
  height: auto;
  background-color: #271628;
}

.footerTop {
  max-width: 1000px;
  padding: 7rem 0 4rem 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}

.footerTop__left {
  display: flex;
  flex-direction: column;
  color: white;
}
p,
span {
  line-height: 1.4rem;
}
.footerTop__left p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-weight: lighter;
}

.footerleft__links ul li a img {
  width: 1.5rem;
}
.footerbottomimage {
  opacity: 0.7;
}

.footerleft__links {
  display: flex;
}
/* .footerTop__middle-bottom {
  margin-top: 5rem;
} */
.footerleft__links ul {
  display: flex;
  margin-right: 2rem;
}

.bloquedlink {
  cursor: not-allowed;
}

.overdivSpan {
  /* position: relative; */
  z-index: 22;
  text-transform: uppercase;
  font-size: 1.4rem;
  background-color: #81307b;
  line-height: 1;
  padding: 0.8rem 3rem;
  border-radius: 4px;
  letter-spacing: 1px;
  box-shadow: -2px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.text1Second {
  filter: blur(1.5px);
}

.overdiv {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(111, 43, 106, 0.9);
  z-index: 20;
  border-radius: 8px;
}

.footerTop__middle h3,
.footerTop__right h3 {
  color: #efa00b;
  font-size: 2rem;
  line-height: 1.4rem;
}

.footerleft__links ul li {
  margin-right: 0.5rem;
}

.footertitles {
  width: 6rem;
  top: 5px;
  position: relative;
  height: 1px;
  background: #fff;
  opacity: 1;
  border: none;
}
.footerTop__middle-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

.footerTop__middle ul li {
  margin-bottom: 0.5rem;
}

.footerTop__middle ul li a {
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
}

.footerTop__middle ul {
  margin-top: 2rem;
  color: white;
  font-size: 1rem;
}
.imgbottom {
  width: 130px !important;
  margin-bottom: 2rem;
}
.upLetter {
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.textBott,
.upLetter {
  font-size: 1.6rem !important;
}

.footerTop__right-contatos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  color: white;
  margin-top: 29px;
}

.footerTop__right-contatos h4 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  line-height: 1rem;
}

.footerTop__right-contatos span {
  margin-bottom: 1.5rem;
}

.footerTop__right-contatos p {
  font-size: 0.9rem;
  font-weight: lighter;
}

.footerMiddle {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 4rem 0;
}

.footerMiddleFlex {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #f9d6c8;
}

.footerMiddleFlex img {
  width: 1.4rem;
  margin: 0 1rem;
}
.footerMiddle ul {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}

.riow {
  width: 12rem;
}

.footerBottom {
  max-width: 1000px;
  margin: 0 auto;
}

.footerBottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  text-transform: uppercase;

  font-weight: bold;
  letter-spacing: 2px;
  z-index: 20;

  display: inline-flex;
  background-color: #271628;

  z-index: 20;
  margin: 0 auto;
  padding: 0rem 2rem;
}

.footerBottom ul li a,
.footerBottom ul li {
  color: #efa00b;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 0.4rem;
}

.bgPurple {
  z-index: 20;
  display: flex;
}

.longTrace__whitefooter {
  margin: 0 auto;
  height: 1px;
  background: white;
  border: none;
  z-index: 1;
  position: relative;
  display: flex;
  top: -13px;
  width: 100%;
}

.copy {
  text-align: center;
}

.copy h5 {
  margin: 0;
  padding: 3rem 0 1rem 0;
  color: white;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
}

.footerTop__left {
  top: -45px;
}

.footerlinksli {
  transition: all 0.4s;
}

.footerlinksli a:hover {
  color: #efa00b;
  /* font-weight: bold; */
}

.footerlangg {
  display: flex !important;
  align-items: flex-start;
  flex-direction: column;
}

.copy a {
  color: white;
  font-size: 0.7rem;
}

.linkPolitica:hover {
  color: white;
}

.dropdownLanguagefooter {
  color: #fff !important;
  border: 1px solid #fff !important;
  /* float: right;
    bottom: 6px;
    position: absolute;
    right: -9px; */
}

.homeBannerSection,
.homeBannerSection-post {
  width: 100vw;
  min-height: 800px;
  /* background-image: url('../img/principal.png'); */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.layer {
  background-color: rgba(20, 14, 26, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.textBott,
.upLetter {
  font-size: 1.1rem !important;
}

.dropdownLanguagefooter {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.dropdownLanguage {
  height: 22px;
  line-height: 11px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  box-shadow: none;
  border-radius: 5px;
  padding: 0 3px;
  font-weight: 700;
}
.dropdownLanguage span {
  font-size: 0.9rem;
}
.dropdownLanguage,
.swal-footer {
  align-items: center;
  display: flex;
}
.globelang {
  width: 1rem;
  margin-right: 0.5rem;
}
.arrowlang {
  margin-left: 0.5rem;
  width: 0.5rem;
}
.dropdownLanguage:active,
.dropdownLanguage:focus,
.dropdownLanguage:hover,
.navInscrevase {
  background-color: #f19924;
}

/* newsletter */
.newsletterSection {
  width: 100vw;
  height: auto;
  background-color: #3a1d3a;
  position: relative;
}
.newsletterSectionWrapper {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  padding: 5rem 0;
  display: grid;
  grid-template-columns: 2fr 3fr 1.5fr;
  align-items: center;
  gap: 5rem;
  justify-content: center;
}
.newsletterSectionWrapper h3 {
  text-align: right;
  margin: 0;
  font-size: 1.3rem;
}
.newsletterSectionWrapper input {
  border: 2px solid #fff !important;
  padding: 0.3rem !important;
  padding-left: 0.5rem !important;
  border-radius: 8px !important;
}
.newsletterSectionWrapper span {
  position: absolute;
  top: 145px;
  right: calc(50% - 44px);
  color: #efa00b;
  font-size: 12px;
  transform: translateX(50%);
}
.newsletterSectionWrapper span a {
  font-size: 12px;
}
.newsletterSectionWrapper button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  font-family: DINNextLTPro, sans-serif;

  text-transform: uppercase;
  width: 50%;
  position: relative;
  padding: 0px;
  top: 0;
  cursor: pointer;
}
.newsletterSectionWrapper span a {
  color: #efa00b;
  text-decoration: underline;
  font-weight: 700;
}
.cadastroBtn {
  top: 20px;
  align-self: center;
  width: 100%;
}
.cadastroBtn:after {
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.cadastroBtn:hover:after {
  width: 100%;
  left: 0;
}

/* Menu */
.navwhite {
  background-color: #fff;
}

nav {
  height: 150px;
  position: absolute;
  z-index: 10;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

.nav-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .brand-logo {
  position: relative;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
.brand-logo img {
  width: 16rem;
}
.menuPrincipalul {
  display: table;
}
.menuPrincipal {
  line-height: 20px;
}
.menuPrincipalul li {
  display: table-cell;
}
.menuPrincipal a {
  color: #000 !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
}
.cadastroBtn:after,
.menuPrincipal2:after,
.menuPrincipal:after {
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menuPrincipal:hover:after {
  width: 50%;
  left: 20px;
}
.navInscrevase {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1.3rem 1.5rem 1rem;
  border-radius: 4px;
  line-height: 0;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.menuSocial ul li a {
  padding: 0 2px;
}
.menuSocial ul li a img {
  width: 1.5rem;
  vertical-align: middle;
}
nav ul li a {
  text-transform: uppercase;
}
@media only screen and (min-width: 601px) {
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
}

@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}

/* menu fixo */
.menuScroll {
  display: none;
}

section.box05
  > .box05__container
  > .box05__container--card
  > .card-uia
  > .button
  > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  transition: all 0.6s;
  margin: 0;
  padding: 0;
  width: 40%;
}
section.box05
  > .box05__container
  > .box05__container--card
  > .card-uia
  > .button
  > a
  #arrow-right {
  color: var(--text);
  fill: var(--text);
  transition: all 0.2s;
}

section.box05 > .box05__container > .footer {
  background-color: transparent;
}
section.box05 > .box05__container > .footer > p {
  max-width: 750px;
}

.navInscrevase {
  background-color: #f19924;
  transition: all 0.5s;
}
.navInscrevase:hover {
  color: #f19924;
  border: 1px solid #f19924;
  background: 0 0;
}
.navInscrevase--login {
  background-color: #70a367;
}
.navInscrevase.navInscrevase--login:hover {
  color: #70a367;
  border: 1px solid #70a367;
  background: 0 0;
}
p,
span {
  line-height: 1.8rem;
}

section.box01
  > .box01__container
  > .box01__container--call-to-action
  > button {
  margin: 1rem 0 1.4rem;
}

.videoPlayerOverlay .closeIcon img {
  height: 12px;
}
section.box01 > .box01__container > .box01__container--video {
  height: 500px;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
section.box01
  > .box01__container
  > .box01__container--video:hover
  .mascara {
  opacity: 0.3;
}
section.box01
  > .box01__container
  > .box01__container--video:hover
  img {
  width: 95px;
}
section.box01
  > .box01__container
  > .box01__container--video
  .mascara {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: 0.4s;
}
section.box01 > .box01__container > .box01__container--video > img {
  width: 90px;
  transition: 0.4s;
  z-index: 2;
}

/* responsivo */
@media only screen and (max-width: 650px) {
  section.novidades
    > .novidades__container
    > .novidades__cards
    > .novidades__card {
    width: 90% !important;
  }
  section.box01 > .box01__container > .box01__container--title > h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-top: 150px;
  }
  .brand-logo img {
    width: 10rem;
    top: 11px;
  }
  .menuPrincipal a,
  .navInscrevase,
  .navLogin {
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
  }
  .imgmenu img,
  .modal-close-btn img {
    width: 1.5rem;
    position: fixed;
    right: 25px;
    top: 45px;
  }
  .newsletterSection {
    padding-bottom: 0px;
  }

  .newsletterSectionWrapper {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 80%;
    align-items: center;
  }
  .newsletterSectionWrapper h3 {
    text-align: center;
    margin: 0;
  }
  .footerTop {
    text-align: center;
    max-width: 80%;
    padding: 10rem 0 6rem;
    margin: 0 auto;
    display: block;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footerTop__left {
    align-items: center;
    justify-content: center;
  }
  .footerleft__links ul {
    margin-right: 0;
  }
  .footerMiddle ul {
    flex-direction: column-reverse;
    align-items: center;
  }
  .bgPurple ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .topSection {
    height: 120vh;
  }

  .brand-logo {
    position: absolute !important;
    left: 40px !important;
    top: 22px;
  }
  .newsletterSectionWrapper input {
    margin: 0 auto;
    width: 92% !important;
  }

  .newsletterSectionWrapper span {
    position: absolute;
    top: 206px;
    left: 0;
    color: #efa00b;
    width: 100%;
  }
  .cadastroBtn {
    margin: 0 auto;
  }
  .newsletterSectionWrapper {
    text-align: center;
    gap: 2rem;
  }
  .newsletterSectionWrapper span {
    transform: none;
    position: relative;
    top: 0;
  }
  .footerTop__left img,
  .span1 {
    margin-bottom: 2rem;
  }
  .footerTop__middle-top {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .footerTop__middle,
  .footerTop__right {
    margin-top: 0px;
  }
  .footerTop__right-contatos {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    color: #fff;
  }
  .footerMiddle ul {
    flex-direction: column;
  }
  .riow {
    width: 12rem;
    margin: 26px 0px;
  }
  .footerBottom ul li.separator {
    display: none;
  }
  .copy h5 {
    padding: 3rem 1rem 1rem 0;
    line-height: 1rem;
  }
  .footertitles {
    margin: auto;
  }
  section.box01 > .box01__container > .box01__container--video {
    height: 200px;
  }
  section.box01 > .box01__container > .box01__container--video > img {
    width: 50px;
  }
  section.box01
    > .box01__container
    > .box01__container--video:hover
    img {
    width: 55px;
  }
}

.horario_atual {
  font-size: 2.5rem !important;
  margin-top: 3rem !important;
}

.data_atual {
  font-size: 1rem !important;
  margin-top: 4px !important;
}
