/*  Logo  */
#header .header-logo img {
    max-width: 280px;
    max-height: 70px;
}
/*---------*/

/*  Section-Servicos  */
#section-servicos p {
    display: none;
}

#section-servicos .btn {
    display: none;
}

/*----------*/

/*  Section-Produtos  */
body#page_home .product-thumb-info-image.bg-light {
    width: auto;
    height: 350px;
}

body#page_home .product-thumb-info-image img {
    border-radius: 20px;
}

#section-produtos h3 {
    position: absolute;
    top: 265px;
    bottom: 15px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    font-size: 22px !important;
    border-radius: 10px;
    padding: 20px 0px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    box-shadow: 0 0px 12px 1px #00000082;
    overflow: hidden;
}

body#page_home .product .product-thumb-info .product-thumb-info-image:before {
    transition: all .3s ease-in-out;
    background: #14307b;
    opacity: 0;
    z-index: 0;
    border-radius: 20px;
}

body#page_home .product:hover .product-thumb-info .product-thumb-info-image:before {
    opacity: .7;
}

#section-produtos h3 a {
    color: #14307b !important;
    transition: .3s ease-in-out;
}

#section-produtos h3 a:hover {
    color: #ffcc22 !important;
}

#section-produtos h3:before{
    content: "";
    position: absolute;
    box-shadow: 4px 4px 0 4px #ffcc2299;
    background-color: #14307b;
    width: 30px;
    height: 30px;
    border-radius: 10px 0px 30px 0px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0px;
    z-index: 1;
    opacity: 0;
    transition: .9s ease-in-out !important;
    transform: translate(-22px, -22px);
}

#section-produtos h3:hover:before {
    opacity: 1;
    transform: translate(0px, 0px);
}
/*-----------------*/

/*  Section-CTA */
.img-solvita img {
    width: 300px;
    margin-bottom: 20px;
    border-radius: 60px;
}

.conteudo-texto h2 {
    font-weight: 800;
    font-size: 3.4em;
    text-transform: uppercase;
    color: #fff;
}

.conteudo-texto p {
    font-size: 17px;
    color: #fff;
}

.btn-texto a {
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #0dbf24;
    padding: 15px 30px;
    border-radius: 14px;
    transition: .3s ease-in-out;
}

.btn-texto a:hover {
    background: #0af127;
}

.btn-texto {
    margin-top: 40px;
}

section#section-html-modulo_2 hr {
    display: none;
}

.img-solvita {
    display: flex;
    justify-content: center;
}

#section-html-modulo_2 {
    background-image: url(/arquivos/slide-roda-pe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px;
    position: relative;
    z-index: 0;
}

.painel img {
    padding-top: 60px;
}

#section-html-modulo_2:before {
    content: "";
    position: absolute;
    background-color: #0000008f;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.logos {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 17px));
    gap: 17px;
    margin-bottom: 30px;
}

.logos img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
/*-----------*/

/*  Section-Slide */
.titulo-slide h1 {
    font-size: 45px !important;
    text-transform: uppercase;
}
/*----------------*/

.img-socios img {
    width: 200px;
    border-radius: 20px;
}

/*  pag-faq */
li.texto-italico {
    font-weight: 700;
    color: #000;
    list-style: none;
}

li.texto-italico:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
}

li.texto-edit {
    font-weight: 500;
    color: #000;
}
/*<--------->*/

#section-html-modulo_1 hr {
    display: none;
}

#section-html-modulo_3 hr {
    display: none;
}

#section-html-modulo_3 .row {
    justify-content: center;
}

.selo img {
    width: 180px;
    border-radius: 90px;
}

@media(max-width:991px){
  .titulo-slide h1 {
    font-size: 35px !important;
    text-transform: uppercase;
}
  
  .painel img {
    padding-top: 0;
    padding-bottom: 30px;
}

.conteudo-texto h2 {
    font-size: 2.3em;
}

.btn-texto {
    text-align: center;
}
}

.fa-linkedin:before {
    content: "\f08c";
    font-family: 'Font Awesome 5 Brands';
}