html, body {
  overflow-x: hidden;
  height: inherit;
}

body {
  font-family: "Roboto Slab";
}

.container-fluid {
  --bs-gutter-x: 0rem;
}

@media (min-width: 576px) {
  .navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

.clean-navbar.fixed-top + .page {
  padding-top: 5rem;
}

.clean-navbar .navbar-nav .nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #174e83;
}

.clean-navbar .navbar-nav .nav-link:hover {
  color: #deaa32;
}

.language_flag {
  padding-left: 5px;
}

/* Configuração do Background das empresas */

#background_image {
  background-color: #f1f1f1;
}

#background_image aside {
  position: relative;
  z-index: 2;
  width: 380px;
  height: 310px;
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 575.99px) {
  #background_image aside {
    width: 250px;
    height: 200px;
  }
}

@media (min-width: 576px) and (max-width: 766.99px) {
  #background_image aside {
    width: 250px;
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  #background_image aside {
    width: 330px;
    height: 260px;
  }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
  #background_image aside {
    width: 350px;
    height: 280px;
  }
}

.aside-right {
  float: left;
  margin: 116px 0px 0px 54px;
}

.aside-left {
  float: right;
  margin: 116px 54px 0px 0px;
}

#background_image section {
  width: calc(100% - 220px);
  height: 500px;
}

.section-right {
  margin-left: 220px;
}

.section-left {
  margin-right: 220px;
}

@media (max-width: 575.99px) {
  #background_image section {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 575.99px) {
  .section-right {
    margin-left: 20px;
  }
}

@media (max-width: 575.99px) {
  .section-left {
    margin-right: 20px;
  }
}

#background_image aside img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: auto;
  transform: translate(-50%, -50%);
}

#background_image section article {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.article-right {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.article-left {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

#background_image article h3 {
  text-shadow: 2px 2px #a0a0a0;
}

@media (max-width: 575.99px) {
  #background_image article h3 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #ffffff;
    position: absolute;
    top: 340px;
    left: 15px;
    width: 80%;
  }
}

@media (min-width: 576px) {
  #background_image article h3 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #ffffff;
    position: absolute;
    top: 30%;
  }
}

@media (min-width: 766.99px) {
  #background_image article h3 {
    font-weight: 600;
    font-size: 1.7rem;
    color: #ffffff;
    position: absolute;
    top: 30%;
  }
}

@media (min-width: 992px) {
  #background_image article h3 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #ffffff;
    position: absolute;
    top: 30%;
  }
}

@media (min-width: 1200px) {
  #background_image article h3 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #ffffff;
    position: absolute;
    top: 30%;
  }
}

.h3-right {
  left: 35%;
}

.h3-left {
  right: 35%;
  margin-left: 30px;
}

#background_image article .btn-background {
  font-weight: 800;
  margin-top: 20px;
  color: var(--bs-gray-dark);
  text-shadow: none;
}

.bg-gray {
  background: #eeeeee;
}

.page-footer .footer-copyright {
  background-color: #174e83;
  color: #ffffff;
}

.page-footer .footer-copyright p {
  color: #ffffff;
}

.page-footer .footer-copyright p i {
  font-size: 25px;
}

.page-footer h4 {
  font-size: 1.2rem;
  color: #174e83;
  font-weight: 800;
  margin-bottom: 15px;
}

.page-footer .matriz {
  font-size: 1rem;
  font-weight: 700;
 
}

.page-footer .endereco {
  font-size: 0.8rem;
  font-weight: 600;
 }

.whatsapp_icone {
  width: 24px;
  height: 24px;
}
.email_icone {
  width: 29px;
  height: 24px;
  padding-right: 5px;
}

/* Projetos Sociais */


.projetos-sociais h1 {
  font-weight: 800;
  color: #174e83;
  margin-bottom: 30px;
  position: relative;
}

.projetos-sociais h1::before {
  content: "";
  position: absolute;
  top: 114%;
  background: #dba632;
  width: 100px;
  height: 6px;
}

.imagem1 {
  background: url(../../assets/img/logo/logo_ame_mais.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  width: 100%;
  height: 266px;
  border-radius: 20px;
  box-shadow: 0px 0px 18px -8px #bfbfbf;
  background-position-x: center;
  cursor: pointer;
}

.imagem2 {
  background: url(../../assets/img/logo/cenin-logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  width: 100%;
  height: 266px;
  border-radius: 20px;
  box-shadow: 0px 0px 18px -8px #bfbfbf;
  background-position-x: center;
  cursor: pointer;
}

.imagem2 {
  background: url(../../assets/img/logo/cenin-logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  width: 100%;
  height: 266px;
  border-radius: 20px;
  box-shadow: 0px 0px 18px -8px #bfbfbf;
  background-position-x: center;
  cursor: pointer;
}

.imagem3 {
  background: url(../../assets/img/logo/clube-centenario.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  width: 100%;
  height: 266px;
  border-radius: 20px;
  box-shadow: 0px 0px 18px -8px #bfbfbf;
  background-position-x: center;
  cursor: pointer;
}

.imagem4 {
  background: url(../../assets/img/logo/noel.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  width: 100%;
  height: 266px;
  border-radius: 20px;
  box-shadow: 0px 0px 18px -8px #bfbfbf;
  background-position-x: center;
  cursor: pointer;
}

.modal-body p {
  text-align: justify;
  line-height: 28px;
}

/* Link Dev Rodapé */

.dev__link,
.dev__dir,
.dev__arco {
  color: #ffffff;
}

.dev__link .dev__arco:hover {
  color: #f9a13f;
}

.dev__link .dev__arco:hover .dev__logo svg {
  filter: brightness(1);
}

.dev__link .dev__logo svg {
  filter: brightness(100);
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.dev__link .dev__logo:hover svg {
  filter: brightness(1);
}

.dev__link .dev__logo:hover .dev__arco {
  color: #f9a13f;
}

/* FIm Link Dev */

/* Recaptcha Responsivo */

@media (max-width: 576px) {
  .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform:scale(0.8);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    max-width: 220px;
    }
  }