@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  font-family: 'Barlow', sans-serif;
}

#section-slide .owl-nav .owl-next {
    right: -5px;
}

.informacao-contato-content {
    display: flex;
    justify-content: center;
}

#section-servicos h5 {
    text-transform: uppercase;
    color: #fff !important;
}

p.card-description.text-principal {
    display: none;
}

#section-produtos .card-content {
    height: 70px;
}

#section-produtos h5 {
  color:#fff !important;
}

#section-servicos .card.card-servicos .card-body .section-card-title:before {
    background: linear-gradient(45deg, #0064A6, #00BCC9);
}

.btn-slide {
    background: #0064A6 !important;
    color: #fff !important;
}

.btn-slide:hover {
    background: #00BFCE !important;
}

#section-slide .owl-item-text {
    justify-content: left;
    padding-left: 275px;
}

#section-slide .owl-item-text-content {
    text-align: left !important;
}

#section-html-modulo_2 .col-md-3 {
    text-align: center;
}

#section-html-modulo_2 img {
    margin: 40px 0px;
    width: 100px;
}

#section-html-modulo_2 .conteudo-html {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 4px 6px 1px #0000000f;
    margin-top: 60px;
}

#section-html-modulo_2 {
    padding: 1px 0;
    background: #eee;
}

#section-htmal-modulo_1 .conteudo-html h1 {
    font-size: 48px;
    font-weight: 600;
}

#section-html-modulo_1 p {
    font-size: 22px;
    margin-bottom: 35px;
    color: #fff;
}

#section-html-modulo_1 h1 {
    color: #fff;
}

#section-html-modulo_1 a {
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    background: #008000;
    padding: 13px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}

#section-html-modulo_1 {
    background: #1d426d;
    padding: 1px;
}

.section-capa {
    z-index: 0;
}

.section-capa:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000000d4;
    z-index: -1;
}

.section-capa h1 {
    color: #fff;
}

body#page_contato header#header-site {
    background: #292F33;
}

.bg-menu .social-icons-medium i {
    color: #0064a6 !important;
}

.botao a {
    padding: 15px 70px;
    display: flex;
    justify-content: center;
    background: #17c643;
    width: fit-content;
    margin: auto;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.botao {
    margin-top: 20px;
}

.botao a:hover {
    background: #0ee845;
}

@media(max-width:991px){
  #section-slide .owl-item-text {
    justify-content: center;
    padding-left: 0;
}

#section-slide .owl-item-text .owl-item-text-content {
    text-align: center !important;
}

#section-slide .owl-item-text .owl-item-text-content .texto-slide {
    font-size: 1.5rem !important;
}

.botao a {
    font-size: 15px;
}

#section-html-modulo_2 .conteudo-html {
    margin-top: 30px;
}

#section-html-modulo_1 a {
    font-size: 1em;
}
}

/*Mudança de Logo WIP*/

.footer-copyright img{
  position: relative;
  height: 20px;
  top: -4px !important;
}

/*-------------------*/