#header .header-logo img {
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0);
	max-width: 200px;
	max-height: 90px;
}


.line-height-1 {
    line-height: 1.2 !important;
}

h3.text-transform-none.font-weight-bold.text-5.mt-2.mb-0 {
    line-height: 26px;
}

footer:before {
    opacity: 0.9;
}

.custom-icon-style-1 {
    background: transparent;
    transition: .4s ease-in-out;
}

.custom-icon-style-1:hover {
    background: rgb(255 255 255 / 30%);
}

.custom-icon-style-1 img {
    min-width: 70px;
    min-height: 70px;
    border: none;
    z-index: 99999;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
    background: unset;
}

.custom-icon-style-1:before {
    display: none;
}

.custom-icon-style-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #ffff;
    opacity: 1;
    border-radius: 7px;
    z-index: 1;
    transition: ease-in-out background 300ms;
}

@media (min-width: 992px){
#header .header-nav.header-nav-links nav>ul li:hover>a {
    color: #000228;
}
}

.page_servico_detalhe .imagem-servico img {
    background: #65ac26;
    padding: 20px;
    border-radius: 25px !important;
}

.thumb-info-wrapper img {
    object-fit: contain;
    height: 170px;
    margin-top: 7px !important;
}

.testimonial.testimonial-style-2 .testimonial-author img {
    max-width: 50px;
    max-height: 50px;
}

#section-blog .thumb-info-wrapper {
    height: 190px;
    width: 260px;
}

section.section-slide {
    height: 100% !important;
}

#section-servicos {
    background: url(/arquivos/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 40px 0px;
    position: relative;
}

#section-servicos h2.text-color-dark {
    color: #fff !important;
}

#section-servicos h3 {
    color: #fff !important;
    letter-spacing: normal;
    font-weight: 200 !important;
}

#section-servicos::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 23px;
    background-image: url(/arquivos/ondas.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

#page_servicos .thumb-info-wrapper {
    background: #65ac26 !important;
}

.page_servico_detalhe .imagem-servico {
    text-align: left;
}

.box-parceiros {
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}

.box-parceiros .col-md-3 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-parceiros .row {
    padding: 0px 15px !important;
}

.box-parceiros .col-md-3 .logo-parceiro {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.box-parceiros .texto-parceiro {
    text-align: justify;
}

.product-thumb-info-image img {
    height: unset;
    max-height: unset;
}