.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



._gallery1-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  overflow: hidden;
  gap: 15px;
}

._gallery1-item {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  aspect-ratio: 4/3;
}

._gallery1-item ._overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, .6);
  z-index: 1;
  transition: .2s all ease-in-out;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

._gallery1-item:hover ._overlay {
  opacity: 1;
}

._gallery1-item ._overlay i {
  padding-top: 2rem;
  font-size: 5rem;
  color: var(--color-lighter);
  transition: .2s all ease-in-out;
  opacity: 0;
}

._gallery1-item:hover ._overlay i {
  opacity: 1;
  padding-top: 0;
}

._gallery1-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .2s all ease-in-out;
  border-radius: 8px;
}

._gallery1-item:hover img {
  scale: 1.05;
}

@media (min-width: 320px) {
  ._gallery1-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  
}

@media (min-width: 992px) {
  ._gallery1-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

 
}

@media (min-width: 1280px) {
  ._gallery1-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

 
}



.contact .php-email-form button[type=button] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px 12px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.cmc-contato-mensagem-resultado *{
  color: rgb(7, 151, 7);
  font-weight: bold;
}

[class$="-feedback-required"],
[class$="-feedback-invalid"] {
    color: red;
}


.read-more-white {
  color: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px 24px 12px;
  border-radius: 50px;
  transition: 0.3s;
}

.read-more-white i{
  margin-left: 6px;
  transition: .2s all ease-in-out;
}

.read-more-white:hover i{
  margin-left: 12px;
}


.botao-padrao {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px 12px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.botao-padrao:hover{
  color: #fff;
}

#share{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 16px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 99px;
  margin-bottom: 26px;
  width: fit-content;
  background-color: #f9f9f9;
}

#share a{
  font-size: 22px;
}


iframe[src*="youtube.com"] {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}


.member-img figure{
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.member-img figure img{
  object-fit: cover;
  width: 100%;
  height: 100%; 
}


.course-item figure{
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.course-item figure img{
  object-fit: cover;
  width: 100%;
  height: 100%; 
}

.course-item .figure-livro{
  width: 100%;
  aspect-ratio: 10/16;
  overflow: hidden;
}

.course-item .figure-livro img{
  object-fit: cover;
  width: 100%;
  height: 100%; 
}

.page-title .heading{
  padding: 32px 0;
}

#ehLivro{
  display: none;
}


/* >>> button whatsapp 1 */

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseWhatsApp 2s infinite;
  z-index: 999999999999999999;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */

.scroll-top.active {
 bottom: 130px;
}

.header {
  color: #fff;
  background-color: #000;
  padding: 8px 0;
}

@media (min-width: 1200px) {
  .navmenu a, .navmenu a:focus {
      color: #fff;
  }
}

.header .logo img {
  max-height: 70px;
}

.footer{
  background-color: #000;
  color: #fff;
}

.footer .footer-about .logo img {
  max-height: 100px;
  margin-right: 0px;
}

.footer h4 {
  color: var(--accent-color);
}

.footer .footer-links ul a {
  color: #fff;
}


.footer .social-links a {
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: 
color-mix(in srgb, var(--accent-color), transparent 30%);
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid 
color-mix(in srgb, var(--accent-color), transparent 50%);
  transition: 0.3s;
}



.mySwiperParceiros .swiper-slide {
  display: grid;
  place-items: center;
  height: 120px; 
}

.mySwiperParceiros .swiper-slide img {
  max-width: 100%;
  max-height: 120px;
  object-fit: cover;
}

.section-title h2{
  line-height: 1;
}

.section-title{
  padding-bottom: 20px;
}