/*Logo*/
header#header-site .logo img#logo_topo {
    width: 100%;
    max-height: 90px;
}

/*<######>*/
/*header*/
header#header-site {
    background: #ffffff2e;
    backdrop-filter: blur(9px);
}

/*<########>*/
/*slide*/
#section-slide .owl-item-text {
    align-items: center;
    justify-content: unset;
}

#section-slide .owl-item-text .owl-item-text-content {
    text-align: left;
    margin-left: 7em;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    border-radius: 30px;
    text-transform: math-auto;
    padding: 5px 16px !important;
}

#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
    line-height: 1;
    margin-bottom: 20px;
}

#section-slide {
    height: 100vh;
    display: none;
}

.titulo-html.section-title.mb-4 {
    margin-bottom: 40px !important;
}

h2.display-4.text-center {
    margin: 0 !important;
}

iframe#calculadora-mds {
    height: 750px !important;
}

/*<######>*/
/*depoimentos*/
#section-depoimentos .card-depoimentos-auto-imagem {
    display: none;
}

#section-depoimentos blockquote {
    height: 100px;
}

#section-depoimentos {
    background-color: #efefef;
}

/*<######>*/
/*sec-html-1*/
#section-html-modulo_1 .container.my-md-5.pt-md-4.pt-xl-0 {
    margin: 0 !important;
    padding: 0 !important;
}

#section-html-modulo_1 .container {
    display: inline;
}

.container-fluid.slide-calc {
    padding: 0;
}

#section-html-modulo_1 .titulo-html {
    display: none;
}

/*<#######>*/
/*sec-empresa*/
.about-two-img {
    position: relative;
    left: -30px;
    bottom: 30px;
    text-align: center;
    animation: fadeInPulse 6s ease-in-out infinite;
}

.about-img {
    position: relative;
}

.about-img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 60px;
    left: -65px;
    right: 0;
    background: url(/arquivos/shape-1.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 13%;
    background-size: contain;
    animation: fadeInPulse 6s ease-in-out infinite;
}

.about-img:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 60px;
    right: -7px;
    background: url(/arquivos/shape-2.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 13%;
    background-size: contain;
    animation: fadeInPulse 6s ease-in-out infinite;
}

/*<#####>*/
/*btn-geral*/
a.btn.btn-primary {
    border-radius: 30px;
}

/*<#######>*/
/*sec-servicos*/
#section-servicos .card-body:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #009045, transparent 60%);
}

#section-servicos .card-body {
    position: relative;
}

#section-servicos .card.card-servicos .card-body .section-card-title .card-title {
    height: 65px;
    color: #ffff;
}

#section-servicos .card.card-servicos .card-body .section-card-title:before {
    background: unset;
}

/*<########>*/

/*sec-html-02*/
.title-vantagens h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #006b33;
}

.grid-vantagens {
    background: #8cffa466;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
}

#section-html-modulo_2 .col-md-3 {
    margin-bottom: 15px;
}

.icon-vatagens img {
    position: relative;
    width: 50px;
    top: 5px;
    left: 3px;
    filter: invert(1);
    padding: 4px;
}

.icon-vatagens {
    margin-bottom: 20px;
    background: #009045;
    width: 60px;
    height: 60px;
    border-radius: 30px 30px 30px 0;
    box-shadow: 0 0 15px -7px;
}
/*<######>*/

/*page-contato*/
.informacao-contato-content {
    justify-content: center;
}
/*<########>*/

/*sec-html-3*/
.text-destaq h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
}

.desc-cta p {
    font-size: 1.5em;
    color: #fff;
}

.btn-cta a {
    background: #00a951;
    padding: 15px 45px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    transition: .3s ease-in-out;
}

.btn-cta {
    margin-top: 30px;
}

#section-html-modulo_3 {
    position: relative;
    padding: 10px;
    background: url(/arquivos/bg-cta.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

#section-html-modulo_3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #004722, transparent);
    z-index: -1;
}

.btn-cta a:hover {
    background: #04dd6c;
}
/*<#########>*/

/*sec-capa*/
.section-capa {
    z-index: 1;
}
.section-capa:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #009045, transparent);
    z-index: -1;
}

.section-capa p {
    color: #fff;
}
/*<####>*/

a#menu_pro_calculadora {
    display: none;
}

#page_contato header#header-site a.nav-link {
    color: #009045;
}

/*galeria*/
.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
    background-color: #009045;
    border-color: #009045;
}
.btn-outline-warning {
    border-color: #009045;
}

.text-info {
    color: #ffc100 !important;
}

.btn-outline-warning:hover {
    background-color: #009045;
    border-color: #00d767;
}

#section-galeria .bloco-galeria img {
    height: 250px;
}
/*<#######>*/

/*sec-ceo*/
.img-ceo img {
    border-radius: 30px;
    border: 11px solid #009045;
}

.img-ceo {
    position: relative;
    margin: auto;
    width: 70%;
}

.sobre-ceo p {
    font-size: 1.2em;
}

#sec-ceo {
    padding: 50px 0;
}

.img-ceo:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    background: url(/arquivos/marca-d-agua.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 16%;
    background-size: contain;
    margin: auto;
    filter: drop-shadow(0px 0px 2px #00000096);
}
/*<######>*/

@keyframes fadeInPulse {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    20% {
        opacity: 1;
        transform: scale(1.05);
        /* Slight enlargement for pulse start */
    }

    50% {
        opacity: 0;
        transform: scale(1);
        /* Return to original size */
    }

    80% {
        opacity: 1;
        transform: scale(1.05);
        /* Slight enlargement again */
    }

    100% {
        opacity: 0;
        transform: scale(1);
        /* Return to original size and full opacity */
    }
}

@media(max-width:720px){
      #section-servicos .card.card-servicos .card-body:before {
        height: 100%;
    }
    .text-destaq h2 {
    font-size: 2.2em;
}

.btn-cta a {
    font-size: 18px;
}

.desc-cta p {
    font-size: 1.3em;
}

.about-two-img {
    left: 0;
}

.about-img:before {
    left: -5px;
}

header#header-site .logo img#logo_topo {
    max-height: 70px;
}

iframe#calculadora-mds {
    height: 810px !important;
}

#section-html-modulo_1 {
    padding: 100px 0;
}

.img-ceo {
    width: 100%;
    margin-bottom: 40px;
}
}