@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap'); body {
    font-family: "Exo 2", sans-serif;
}

/*  Logo  */
#header .header-logo img {
    max-width: 270px;
    max-height: 80px;
}

/*-------*/

/*Slide*/
#slideshow-1 h1 {
    font-size: 60px !important;
    margin-bottom: 10px;
}

#slideshow-1 h2 {
    font-size: 45px !important;
    margin: 0px 0px;
}

#slideshow-3 h1{
  font-size: 60px !important;
  margin-bottom: 20px;
}

#slideshow-3 h2{
  font-size: 25px !important;
  margin: 0px 0px;
  line-height: 1.4em !important;
}

#slideshow-4 h1 {
    font-size: 60px !important;
    line-height: 1.1em;
}

#slideshow-4 .btn-primary:hover {
    background-color: #723421;
    border-color: #723421;
}
/*--------*/


/*  Menu  */
#header .header-container {
    background: url(/arquivos/bg-topo.jpg) !important;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
    color: #666666;
}

#header .header-nav.header-nav-links nav>ul li:hover>a {
    color: #008cc6;
}

#header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
    color: #d0ae6c;
}

/*-------*/
/*  Barra de busca  */
header .col-lg-4.px-md-2 {
    order: 9;
    padding: 0;
}

#header .header-logo {
    width: 75%;
}

#header .header-logo img {
    max-height: 50px;
}

#header .header-btn-collapse-nav {
    margin: 0 !important;
}

#header .header-row {
    display: flex;
    flex-wrap: wrap;
}

header .col-lg-5.d-flex.justify-content-center.align-items-center.px-md-2:nth-child(3) {
    position: absolute;
    top: 68px;
    left: 0;
}

#header .header-container {
    height: fit-content;
    padding-bottom: 12px;
}

#header .input-group .form-control {
    border-radius: 10px 0px 0px 70px;
    background-color: #fff;
    border-color: #e9d3a7;
}

#header .input-group button {
    border-radius: 30px;
}

#header .input-group button {
    border-radius: 0px 20px 20px 0px;
    background-color: #edcf91a8;
    border-color: #e9d3a8;
    padding: 3px !important;
    font-size: 15px !important;
}

/*-------------*/

/*  Sobre-a-empresa */
.conteudo-empresa {
    padding-bottom: 30px;
    padding-top: 15px;
}

#section-empresa {
    padding: 40px 0px;
}
/*---------*/

/*  Destaques-da-empresa  */
#section-html-modulo_1 hr {
    display: none;
}

#section-html-modulo_1 h3 {
    text-transform: math-auto;
    color: #797879;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0 10px;
}
/*-------------*/

/*  Produtos  */
#section-produtos {
    background-color: #fff;
    padding-top: 30px;
}
/*-----------*/


/*  MD-Catalogo */
.col-md-6.texto {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.col-md-6.texto h2 {
    font-weight: 800;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px;
}

.col-md-6.texto p {
    font-size: 25px;
}

.bnt-cta a {
    background-color: #0ab522;
    padding: 16px 80px;
    font-size: 21px;
    color: #fff;
    border-radius: 10px;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.bnt-cta {
    margin-top: 17px;
    transition: .3s ease-in-out;
}

.bnt-cta a:hover {
    background: #0fe02c;
}

.bnt-cta:hover {
    transform: scale(1.1);
}

.img-catalogo {
    background-color: #008cc6;
    border-radius: 330px;
    width: 380px;
    height: 380px;
    margin: auto;
    padding-top: 45px;
}

#section-html-modulo_3 {
    padding: 21px;
    background-color: #f1f1f1;
}

#section-html-modulo_3 hr {
    display: none;
}

/*--------*/
/*MD-Clientes*/
.custom-icon-style-1 {
    transform: unset;
    height: auto;
    width: 100%;
}

.custom-icon-style-1 img {
    transform: unset;
    min-width: 100%;
    min-height: unset;
}

.custom-icon-style-1:before {
    border-color: #e7d1a5;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
    background: #e7d1a5;
}

#section-servicos h3 {
    font-size: 25px !important;
}

/*---------------*/
.btn-whatsapp {
    border: none;
    background: radial-gradient(#12d326, #06a321);
}

/*  Meta descriÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o  */
p.pb-2.mb-4 {
    display: none;
}
/*--------*/

/*  btn-orÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§amento-clientes  */
.orcamento-section button {
    margin-top: 50px;
}
/*--------------------*/

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.btn-whatsapp {
    -webkit-animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: tada;
}

/*  Footer  */
footer:before {
    opacity: 1;
}

/*  Clientes  */
#section-servicos {
    background-color: #f1f1f1;
    padding: 30px 0px;
}
/*----------*/

/*BTN-Wahtsapp - header*/
.phone {
    margin-bottom: 4px;
}

#header .header-extra-info-icon  i.fa-brands.fa-whatsapp {
    display: flex;
    justify-content: center;
}

.fa-whatsapp:before {
    content: "\f232";
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
}
/*---------------*/

/* Categorias */
#section-html-modulo_2 .titulo-html h2 {
    text-align: center;
}

#section-html-modulo_2 .titulo-html .custom-divider {
    display: flex;
    justify-content: center;
}

.categorias {
    padding: 10px;
    margin: 0 0 10px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.categorias .categoria .texto h3 {
    font-size: 2em;
    font-weight: bold;
    color: #212529;
    margin: 0;
}

.categorias .categoria .texto p {
    font-size: 1em;
    font-weight: 400;
    color: #212529;
    margin: 0;
}

.categorias .categoria .texto .botao a.btn-produtos {
    margin: 0;
}

.categorias .texto {
    padding: 10px 0;
}

#section-html-modulo_1 .align-items-center.d-flex {
    justify-content: center;
}
/*---------------*/

#header .header-extra-info-text strong {
    font-size: 1em !important;
}

.txt-btn-wpp.btn.btn-success.btn-whatsapp h4 {
    background: red;
    color: #fff;
    margin: 0;
    line-height: 100%;
    padding: 5px;
    border-radius: 5px;
}

.txt-btn-wpp.btn.btn-success.btn-whatsapp {
    right: 25px;
    bottom: 140px;
    background: none;
}

/*  Responsivo  */
@media(max-width: 991px) {
    body#page_home section#section-html-modulo_1 .card-categorias .ajuste.imagem img {
        width: 280px;
    }

    .acessorio.card-categorias img {
        width: 190px !important;
        top: 30px !important;
        left: 60px !important;
    }

    body#page_home section#section-html-modulo_1 .card-categorias {
        margin-bottom: 25px;
    }

    .img-catalogo {
        width: 300px;
        height: 300px;
    }

    .col-md-6.texto h2 {
        font-size: 30px;
        margin-top: 70px;
        text-align: center;
    }

    .col-md-6.texto p {
        font-size: 16px;
        text-align: center;
    }

    .bnt-cta {
        margin-top: 20px !important;
        transition: .3s ease-in-out;
        margin: auto;
    }

    a.btn-produtos {
        margin: 10px 10px;
        padding: 10px;
        font-size: 13px;
    }

    body#page_home .product .product-thumb-info {
        height: auto;
    }

    .product-thumb-info-image.bg-light {
        height: fit-content;
    }
    
 #section-slide .item .texto-slide.slideshow-texto {
    top: -220px !important;
}

    #slideshow-1 h1 {
        font-size: 40px !important;
        margin-bottom: 3px;
    }
    
    #slideshow-1 h2 {
    font-size: 19px !important;
    margin: 0px 0px;
    }
    
    #slideshow-3 h1 {
    font-size: 30px !important ;
    margin-bottom: 0;
}

#slideshow-3 h2 {
    font-size: 15px !important;
    margin: 0px 0px;
    line-height: 1.4em !important;
}

#slideshow-4 h1 {
    font-size: 28px !important;
}

#slideshow-4.item .texto-slide.slideshow-texto {
    top: -190px !important;
}

#section-html-modulo_1 .align-items-center.d-flex {
    justify-content: flex-start;
}
}
/*------------*/

.form-mobile {
    display: none;
}

.summary-mobile {
    display: none;
}

@media (max-width: 768px) {

    .form-template {
        display: none;
    }

    .form-mobile {
        display: block;
    }
    
    .summary-desktop {
        display: none;
    }
    
    .summary-mobile {
        display: block;
    }
}

#section-depoimentos .card-body {
  min-height: 650px;
}

.testimonial blockquote {
  min-height: 88px;
}

.btn.btn-primary {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
}

.avalibtn {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background-color: var(--bg_geral) !important;
  border-color: var(--bg_geral) !important;
  color: #fff !important;
  margin-left: 50px;
  margin-right: -70px;
}

#section-servicos .custom-icon-style-1.mb-4 img {
  width: 275px;
  height: 275px;
  overflow: hidden;
  object-fit: cover;
}

#section-depoimentos .card-body {
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.header-row li {
  color: transparent;
}