@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, .form-control, li, button {
  font-family: 'Montserrat', sans-serif !important;
}

#header .header-logo img {
    max-height: 110px;
    margin-top: 20px;
}

section.page-header {
    background: linear-gradient(90deg, rgb(0 142 171) 0%, rgba(119,197,213,1) 100%)!important;
}

body#page_home .product-thumb-info-image {height: 100%;}

section#section-produtos h3 {
    margin-bottom: 30px !important;
}

#header .header-logo img {
    max-height: 102px;
    margin-top: -10px;
}

body#page_home .product-thumb-info-image {overflow: hidden;border-radius: 70px 0px 70px 0px;}

section#section-produtos h3 {
    margin-bottom: 30px !important;
    text-align: left !important;
}

body#page_home .product .product-thumb-info {
    margin-bottom: unset !important;
}

body#page_home section#section-produtos h3 {
    margin-bottom: 40px !important;
    margin-top: 10px;
    text-align: left !important;
    padding: 10px 8px;
    border-left: 1px solid #77c5d5;
}

body#page_home section#section-produtos a {font-size: 16px;}

body#page_home .product-thumb-info-image img {
    max-height: 370px !important;
    height: auto;
    object-fit: contain;
}

body#page_home .product .product-thumb-info .product-thumb-info-image:before {
}

section#section-slide h1 {
    font-size: 60px !important;
    text-transform: uppercase;
    margin-bottom: 3px !important;
    line-height: normal;
    padding: 10px 15px;
    margin: -10px -15px;
    width: fit-content;
    background: linear-gradient(90deg, #77c5d5, transparent);
}

section#section-slide h2 {
    font-size: 24px !important;
}

.icon {
    height: 120px;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    background: #eee;
    border-radius: 15px;
    border: 1px solid #e9e9e9;
}

section#section-html-modulo_3 hr {
    display: none;
}

section#section-html-modulo_1 hr {
    display: none;
}

section#section-html-modulo_1 h2 {
    text-transform: uppercase;
    font-weight: 700;
}

section#section-html-modulo_1 p {
    font-size: 21px;
}

.texto h3 {
    margin: unset;
}

.chamada {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

section#section-html-modulo_2 hr {
    display: none;
}

.texto p {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}

section#section-html-modulo_2 {
    background: linear-gradient(60deg, #77c5d5 15%, #77c5d5 50%, #008eab 70%, #008eab 90%);
}

.texto h3 {
    color: #fff !important;
    font-size: 30px;
    font-weight: 600;
}

.botao a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background: #545454;
    padding: 15px 40px 15px 40px;
    border-radius: 999px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    text-align: center;
}

.botao a:hover {
    background: #28a745;
}

section#section-blog .thumb-info-wrapper {
    height: 250px;
}

/* Responsivo */
@media(max-width: 720px) {
    section#section-slide h1 {
        font-size: 36px !important;
    }

    .chamada {
        display: block !important;
    }

    .texto h3 {
        font-size: 20px;
    }

    .thumb-info-wrapper {
        height: 100%;
        width: 100%;
    }
}

.testimonial.testimonial-style-2 blockquote {
    display: none;
}

.testimonial .testimonial-author strong {
    display: none;
}

.star-rating {
    display: none;
}

.img-depoimento {
    height: 100%;
    width: 100%;
    margin: unset;
    border-radius: unset;
    overflow: unset;
}

.testimonial.testimonial-style-2 .testimonial-author img {
    margin: 0 auto 15px;
    max-width: 100%;
    max-height: unset;
}

section#section-depoimentos .card-body {
    padding: 10px;
}

section#section-depoimentos {
    background: #fff;
}

.card {
    border: unset !important;
}

.line-height-1 {
    line-height: 1.2 !important;
}

.custom-icon-style-1 img {
    transform: none;
    min-width: 300px;
    min-height: 100%;
    border: none;
}

.custom-icon-style-1 {
    transform: none;
    overflow: unset;
    height: 100%;
    width: 100%;
    padding: unset;
}

.custom-icon-style-1:before {
    border-color: #00cef700;
    opacity: .5;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
    background: #54545440;
}

.thumb-info-wrapper img {
    width: 100%;
}

#header .header-nav-top .nav > li > span br {
    display: contents;
}

#section-blog .thumb-info-wrapper img {
    width: 100%;
}

html .btn-primary {
    border-radius: 999px;
    padding: 14px 60px !important;
}

.icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#section-depoimentos .card img {
    border-radius: 15px !important;
}

.card-empresa {
    box-shadow: 2px 4px 18px #0002;
    padding: 20px;
    height: 100%;
    border-radius: 4px;
    border-left: 6px solid #77c5d5;
    transition: transform .3s;
    will-change: transform;
}

.card-empresa:hover {
    transform: scale(1.06);
}

.shop .products .product:hover img {
    transform: scale(1.1);
}

.owl-carousel .owl-nav {
    top: 0;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.btn-whatsapp {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    right: 20px;
}

html .scroll-to-top {
    right: 26px;
}

#section-blog .description-wrapper p.text-principal {
    background: linear-gradient(90deg, #dddddd, transparent);
    padding: 0 5px;
    border-radius: 5px;
}

div#description {
    display: none;
}

.fa-times:before {
    font-family: 'Font Awesome 5 Free';
}

#footer {
    background: #a9a9a9!important;
}

footer:before {
    background: none;
}

.summary.entry-summary.position-relative .varal {
    margin-top: 10px;
}