#header .header-logo img {
  max-width: 300px;
  max-height: 50px;
}

section#section-empresa {
  text-align: justify;
}

body#page_home .product-thumb-info-image img {
  height: auto;
  max-height: 350px;
  width: 280px;
}

body#page_home .product-thumb-info-image {
  height: 280px;
}

/* Alinhamento de Títulos */

.line-height-1 {
  line-height: 1.3 !important;
}

/* Texto oculto, Módulo de Serviço (Home) */

body#page_home section#section-servicos p {
  display: none;
}

.testimonial.testimonial-style-2 .testimonial-author img {
  max-width: 50px;
  max-height: 60px;
}

.custom-icon-style-1 {
  overflow: unset;
  margin-top: 90px;
}

.custom-icon-style-1 img {
  min-width: 330px;
  min-height: 160px;
  border: 15px solid #0000001c;
  transition: .3s ease-in-out !important;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
  background: unset;
}

.custom-icon-style-1:before {
  border: unset;
}

.custom-icon-style-1 img:hover {
  border: 15px solid #8ebc31;
}

.custom-icon-style-1:before {
  display: none;
}

.page-header.page-header-modern.page-header-lg {
  background-position: right;
}

footer#footer .row.py-3 {
  visibility: hidden;
}

.objetivos {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}

.texto {
  width: 320px;
  padding: 0px 10px 0px 10px;
}

.modulos {
  margin: 10px 10px 10px 10px;
  background: #ffffffdb;
  padding: 20px;
  transition: .3s ease-in-out;
}

.modulos .img-fluid {
  width: 120px;
}

.modulos h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

#section-html-modulo_2 hr {
  visibility: hidden;
}

.modulos:hover h3 {
  color: #f58634;
}

.modulos:hover {
  transform: translateY(-15px);
}

#section-html-modulo_2 {
  background: url(/arquivos/img-modulo.jpg);
  padding: 1px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.scrollspy-example {
  overflow: hidden;
  height: 400px;
  padding: 0 !important;
  width: fit-content;
  scroll-behavior: smooth;
}


#pg_eja .card-form {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 3%);
}

#pg_eja .card-form:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 10px;
  background: transparent;
  border-top: 2px solid #f58634;
  border-bottom: 2px solid #f58634;
  transform: rotateZ(-45deg);
  left: -25px;
  top: 10px;
}

#pg_eja .card-form::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 10px;
  background: transparent;
  border-top: 2px solid #f58634;
  border-bottom: 2px solid #f58634;
  transform: rotateZ(45deg);
  right: -25px;
  top: 10px;
}

.categoria-cursos {
  overflow: hidden;
  border-radius: 20px;
  transition: all .3s;
}

.categoria-cursos:hover {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
}

.categoria-cursos:hover img {
  transform: scale(1.2);
}

.categoria-cursos img {
  transition: all .3s;
  width: 100%;
}

li#menu_produtos {
  display: none !important;
}

body#page_pagina_extra_4 p.pb-2.mb-4 {
  font-size: 18px;
}

#section-html-modulo_1 .titulo-html {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


li.social-icons-twitter:hover a i {
  color: #fff !important;
}

li#menu_galeria {
  display: none !important;
}


@media (max-width: 720px) {
  .modulos {
    padding: unset;
    transition: unset;
  }

  .modulos:hover {
    transform: none;
  }

}

@media (max-width: 900px) {
  section.section-slide {
    height: 180px !important;
    max-height: none;
  }

  #pg_eja .card-form {
    margin-top: 50px;
  }

  .scrollspy-example {
    height: 564px;
  }

  .scrollspy-example p {
    padding: 0 10px;
  }

  #unidade1, #unidade2, #unidade3, #unidade4, #unidade5, #unidade6 {
    height: 564px;
  }
}

@media (min-width: 992px) {
  .form-eja {
    width: 80%;
  }

  .slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .slideshow .animated {
    position: relative;
    width: 100%;
    height: 100%;
  }
  section#section-slide {
    height: 80vh !important;
    max-height: 80vh !important;
  }
}