@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

h1, h2, h3, h4, h5, h6, p, div, a, button, input, textarea, li {
    font-family: 'Poppins', sans-serif !important;
}

.empresa-imagem {
    height: 100%;
    display: flex;
    align-items: center;
}

.btn-primary {
    border-radius: 999px !important;
    border: 2px solid var(--bg_geral);
    padding: 10px 40px !important;
    position: relative;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    border-radius: 999px;
    background: #e8e534;
    border: 2px solid #e8e534;
    padding: 10px 50px !important;
    font-weight: 600;
    transition: ease-in-out .3s;
}


#section-servicos .card.card-servicos .card-body .section-card-title .card-title {
    color: #fff !important;
    margin: 0;
    padding: 15px !important;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

#section-servicos .card.card-servicos .card-body .section-card-title {
    padding: 0 !important;
}

.capa-titulo {
    color: #fff;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    color: var(--bg_geral);
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide:hover {
    background: var(--bg_geral);
    border-color: var(--bg_geral);
    color: #e8e534;
}

header#header-site a.nav-link:hover, header#header-site a.nav-link.active {
    color: #e8e534;
    border-color: #e8e534;
}

header#header-site.bg-menu, body.sem_capa header#header-site {
    border-bottom: 2px solid #e8e534;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #e8e534;
    border-color: #e8e534;
    color: var(--hover);
}

#section-depoimentos blockquote {
    height: fit-content !important;
}

button.bg-newsletter {
    color: var(--bg_geral);
    border-radius: 0 !important;
    background: #e8e534;
    border-color: #e8e534;
    font-weight: 500;
}

.text-justify {
  text-align: justify !important;
}

section#section-html-modulo_2 a {
    background: #15b243;
    color: #fff;
    padding: 15px 60px;
    border-radius: 30px;
    transition: .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    display: block;
    width: fit-content;
    margin: auto;
}

section#section-html-modulo_2 a:hover {
    background: #08ee4c;
}

#section-html-modulo_2 .col-md-4 {
    align-self: center;
}

#section-html-modulo_2 p {
    margin: 0 !important;
}

section#section-html-modulo_2 {
    padding: 1px 0 !important;
    background-image: url(/arquivos/bg-parallax.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

#section-depoimentos .section-title {
    color: #fff;
}

#section-empresa p {
    text-align: justify;
}

.card.card-parceiros {
    border: none;
}

@media(min-width: 992px) {
  body#page_a_empresa #section-empresa img {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}
.dropdown:hover .dropdown-menu {
    left: -80px;
}

.dropdown-item {
    text-transform: none;
}
}

#page_a_empresa .border-bottom.py-4 .row {
    align-items: center;
}

@media(max-width: 991px) {
  #page_a_empresa .border-bottom.py-4 .row .col-md-4 {
    order: 1 !important;
}

#page_a_empresa .border-bottom.py-4 .row .col-md-8 {
    order: 2 !important;
}

#page_a_empresa .border-bottom.py-4 .row .col-md-4 img {
    margin-bottom: 10;
    margin-bottom: 15px;
}

}

footer .col-md-6.col-lg-3.align-self-center.mb-5.mb-lg-0 a {
    color: #fff;
    padding: 5px;
    background: #0032a1;
    border-radius: 5px;
}

footer .col-md-6.col-lg-3.align-self-center.mb-5.mb-lg-0 a:hover {
    background: #083eb7;
}

#section-html-modulo_3 .col-md-3 h4 {
  font-size: 20px;
  font-weight: 600;
}

.footer-copyright img {
  height: 20px;
  
}

#section-html-modulo_3 img {
    margin-bottom: 20px;
}

/*Mudança de Logo WIP*/

.footer-copyright img{
  position: relative;
  height: 20px;
  top: -5px !important;
}

/*-------------------*/