@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important
}

.topbar__social li a {
    color: var(--texto_topo)
}

.main-menu__logo img {
    max-height: 80px
}

#section-produtos {
    background-image: url(/arquivos/bg-produtos_3.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding: 30px 0 150px 0
}

#section-produtos .pricing-one__btns {
    text-align: end
}

#section-html-modulo_1 {
    background-image: url(/arquivos/volpato_local.jpeg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

#section-html-modulo_1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, var(--bg_geral) 0%, rgb(255 255 255 / 0%))
}

#section-html-modulo_1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 155px;
    background-color: #FFF;
    transform: skew(0turn, 0deg);
    z-index: 0
}

.numbers {
    position: relative;
    background-color: #fff;
    padding: 26px;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
    text-align: center;
    z-index: 1;
    margin-top: 50px
}

.numbers .number {
    color: var(--texto_principal);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0
}

.numbers .text {
    color: var(--texto_secundaria);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%
}

#section-html-modulo_2 {
    background-image: url(/arquivos/background_6_.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    margin-top: 100px;
    overflow: hidden
}

#section-html-modulo_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    background-image: url(/arquivos/img_1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover
}

#section-html-modulo_2 .title h2 {
    color: #FFF !important;
    margin-bottom: 46px !important
}

#section-html-modulo_2 .subtitle h4 {
    color: #FFF !important;
    margin-bottom: 16px !important
}

.box-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.box-item .icon {
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.box-item .icon span {
    font-size: 26px;
    color: var(--bg_geral)
}

.box-item h3 {
    color: #fff;
    margin: 10px 0
}

.box-item p {
    color: #ffffff99
}

.about-right {
    position: relative;
    display: block
}

.about-left {
    position: relative;
    display: block;
    float: right
}

.mvv {
    margin-bottom: 50px
}

.icon-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.icon-title span {
    color: #FFF;
    background-color: var(--hover);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 50%
}

.icon-title h3 {
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0
}

#section-slide {
    position: relative
}

.slider-one__slide-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/arquivos/splash_1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1
}

.slider-one__slide-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/arquivos/splash_2.png);
    background-position: bottom -20% right 10%;
    background-repeat: no-repeat;
    z-index: 9
}

.slider-one__logo {
    background-image: url(/arquivos/produto_1_m_2_2.png);
    background-position: bottom right 10%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 800px;
    z-index: 1
}

.slider-one__shape-1 {
    background-image: url(/arquivos/produto_2_m_2.png);
    background-position: bottom 10% left 10%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 800px;
    mix-blend-mode: unset;
    z-index: 2
}

.slider-one__shape-2 {
    background-image: url(/arquivos/produto_3_m_2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 800px;
    mix-blend-mode: unset;
    z-index: 3
}

.slider-one__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider-one::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: linear-gradient(to top, #fff, transparent);
    z-index: 2
}

.slider-one__slide-2 .container {
    z-index: 999
}

#section-html-modulo_2 h2.section-title__title {
    text-align: center
}

.page-header__bg {
    opacity: unset;
    mix-blend-mode: unset
}

#section-html-modulo_1 .text h2 {
    color: #fff;
    text-align: left;
    letter-spacing: normal
}

#section-html-modulo_1 .text p {
    color: #fff;
    text-align: left
}

#section-html-modulo_2 p.section-title__text {
    color: #fff
}

#section-html-modulo_2 h2.section-title__title {
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: normal
}

.testimonials-one-card__image img {
    border-radius: 50%
}

#section-html-modulo_2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: linear-gradient(to top, #f9f6ff, transparent);
    z-index: 2
}

section#section-blog {
    padding: 100px 0 !important
}

section#section-depoimentos {
    padding: 120px 0 60px 0 !important
}

.mobile-nav__wrapper .footer-widget__social li a {
    color: var(--texto_menu)
}

.footer-widget__logo img {
    max-height: 130px
}

.page-header__bg {
    background-position: bottom right
}

#section-produtos button.owl-prev {
    position: absolute;
    left: -50px
}

#section-produtos button.owl-next {
    position: absolute;
    right: -50px
}

#section-produtos .owl-nav {
    top: calc(50% - 60px);
    position: absolute;
    width: 100%;
    height: 100%
}

body#page_produtos .project-card-one__image img {
    height: 100%;
    object-fit: cover
}

body#page_produtos .project-card-one__image {
    height: 300px
}

body#page_produtos .project-card-one__content {
    padding: 0
}

body#page_produtos h3.project-card-one__title {
    font-size: 18px;
    font-weight: 600
}

body#page_produtos .project-card-one {
    overflow: visible
}

.page_produto_detalhe .about-one__image::before {
    display: none
}

.page_produto_detalhe .about-one__image::after {
    display: none
}

.page_produto_detalhe .about-one__image {
    margin: 0
}

.page_produto_detalhe .about-one__image img {
    margin: 0
}

.page_produto_detalhe .about-one__image img {
    height: 600px;
    object-fit: cover
}

body#page_home h3.project-card-one__title {
    font-size: 20px;
    font-weight: 600
}

body#page_home .project-card-one {
    overflow: visible
}

body#page_home .project-one .project-card-one__image img {
    padding: 0
}

body#page_home #section-produtos .owl-stage-outer {
    z-index: 0
}

body#page_home #section-produtos .owl-nav {
    z-index: -1
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    caption-side: top
}

table,
th,
td {
    border: 1px solid black
}

th,
td {
    padding: 10px;
    text-align: center
}

caption {
    font-size: 1.5em;
    margin: 10px;
    text-align: left
}

.page_produto_detalhe .about-one__content {
    padding: 0 !important
}

.page_produto_detalhe .about-one__content .section-title__title {
    font-size: 27px
}

.page_produto_detalhe .about-one__text th,
.page_produto_detalhe .about-one__text td {
    padding: 0;
    font-size: 13px
}

.page_produto_detalhe .about-one__content caption {
    margin: 10px 0
}

.page_produto_detalhe .about-one__content table {
    margin-top: 0;
    width: 80%
}

.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.video-content::before {
  content: "";
  position: absolute;
  background: rgba(3, 2, 7, .2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 420px;
  z-index: 1
}

.video-wrapper img {
  border-radius: 12px
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.video-area .play-btn span.fa-play.fas {
    color: #ffffff;
}

.about-one__text p {
    line-height: normal;
    font-size: 13px;
}

#slideshow-6 .slider-one__shape-1{
  display:none;
}

#slideshow-6 .slider-one__shape-2{
  display:none;
}

#slideshow-6 .slider-one__logo{
  display:none;
}

#slideshow-6:before {
    display: none;
}

#slideshow-6:after {
    display: none;
}

#slideshow-6 .slider-one__btns {
    top: 120px;
}

.slider-one__btns {
    position: relative;
}

#slideshow-7 .slider-one__shape-1{
  display:none;
}

#slideshow-7 .slider-one__shape-2{
  display:none;
}

#slideshow-7 .slider-one__logo{
  display:none;
}

#slideshow-7:before {
    display: none;
}

#slideshow-7:after {
    display: none;
}

#slideshow-7 .slider-one__btns {
    text-align: end;
    top: 100px;
    left: 10px;
}

@media all and (max-width: 767px) {
  .video-wrapper {
    height: 250px
  }
}

.about-six__images {
    display: unset;
}

@media (max-width:1420px) {
    #section-produtos {
        padding: 30px 0 125px 0
    }
    
    #slideshow-6 .slider-one__bg img {
    height: 80vh;
}

    #slideshow-7 .slider-one__bg img {
    height: 80vh;
}

}

@media (max-width:768px) {
    .slider-one__slide-2 {
        align-items: flex-start
    }

    .slider-one__logo {
        background-image: url(/arquivos/produto_1_mobile_2_2.png)
    }

    .slider-one__shape-1 {
        background-image: url(/arquivos/produto_2_mobile_2.png)
    }

    .slider-one__shape-2 {
        background-image: url(/arquivos/produto_3_mobile_2.png)
    }

    .slider-one__slide-2::before {
        background-position: bottom center
    }

    .slider-one__slide-2::after {
        background-position: bottom -10% center;
        background-size: contain
    }

    .slider-one__content {
        margin-top: 50px
    }

    #section-html-modulo_1 {
        padding: 10px 0;
        margin-bottom: 60px
    }

    .numbers .col-md-3 {
        margin-bottom: 26px
    }

    .numbers {
        padding-bottom: 0
    }

    #section-html-modulo_2::before {
        bottom: 0;
        background-size: contain
    }

    #section-html-modulo_2 {
        padding: 25px 0 100px 0
    }

    #section-produtos {
        padding: 40px 0 100px 0;
        background-size: auto;
        background-position: center bottom -50px
    }

    body#page_home .project-one .project-card-one__image img {
        height: 400px
    }

    .box-item {
        margin-bottom: 20px
    }

    .page-header__bg {
        background-position: center
    }

    #section-produtos button.owl-prev {
        left: 0
    }

    #section-produtos button.owl-next {
        right: 0
    }

    .footer-main {
        background-position: left center;
    }

    body#page_home #section-produtos .owl-nav {
        z-index: 1
    }

    .page_produto_detalhe .about-one__content table {
        width: 100%
    }

    .page_produto_detalhe .about-one__text th,
    .page_produto_detalhe .about-one__text td {
        line-height: 26px
    }
    
    
    #slideshow-6 .slider-one__btns {
    top: -50px;
}
    #slideshow-7 .slider-one__btns {
    left: 0;
    top: -70px;
}
}