@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');

:root {
}

body {
    font-family: 'Titillium Web', sans-serif;
}

.bgbranca {
    background: #FFF;
}

.bgcinza {
    background: #F2F2F2;
}

.bgebase {
    background: #2E3954;
    color: #FFF;
}

.bglinhaprod:nth-child(even) {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(208,211,215,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(208,211,215,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(208,211,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d0d3d7",GradientType=1);
}

.bglinhaprod:nth-child(odd) {
    background: rgb(208,211,215);
    background: -moz-linear-gradient(90deg, rgba(208,211,215,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(208,211,215,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(208,211,215,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0d3d7",endColorstr="#ffffff",GradientType=1);
}

.icoprod {
    width: 120px;
}

.txtprod h2 {
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    color: #DF4A52;
}

.txtprod p {
    color: #333333;
}

p {
    line-height: 1.2;
}

footer {
    background: #DF4A52;
}

    footer p {
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
    }

        footer p a {
            color: #fff;
            font-weight: bold;
        }

        footer p.copyright {
            color: #fff;
            font-size: 12px;
            line-height: 1.3;
            text-align: center;
        }

    footer .menupe a {
        color: #fff !important;
        font-size: 16px;
        text-decoration: none;
        font-weight: bold;
    }

    footer .footer-brand {
        width: 100%;
    }

    footer h6 {
        font-size: 20px;
        font-weight: bold;
        color: #2E3954;
    }

.sliderhome {
    position: relative;
}

.maskslide {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.carousel-indicators {
    margin-bottom: 2rem;
}

    .carousel-indicators [data-bs-target] {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #FFF;
        background: transparent;
    }

    .carousel-indicators .active {
        background: #FFF;
    }

.btn-whats {
    border-radius: 20px;
    background: #3AB39B;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    animation: pulse 2s infinite;
}

.icosocial {
    width: 40px;
    margin: 3px;
}

.btn-whats:hover {
    color: #FFF;
}

.icoWhatstop {
    margin-left: 10px;
}

.border-end {
    border-right: 1px #2E3954 solid;
}

.flickity-button-white .flickity-prev-next-button {
    background-color: #fff;
    color: #2E3954;
}

.wazul {
    background: url('../imagens/w-azul.svg') bottom center no-repeat;
    background-size: 105%;
    width: 100%;
    height: 66px;
    /*z-index:10;*/
}

.wbranco {
    background: url('../imagens/w-branco.svg') bottom center no-repeat;
    background-size: 105%;
    width: 100%;
    height: 66px;
}

.wcinza {
    background: url('../imagens/w-cinza.svg') bottom center no-repeat;
    background-size: 105%;
    width: 100%;
    height: 66px;
}

.topmenos {
    margin-top: -66px;
}

.carousel-caption {
    bottom: 40%;
    right: unset;
    left: 0px;
}

    .carousel-caption h5 {
        font-size: 41px;
        text-align: left;
        font-weight: bold;
        line-height: 1.2;
    }

.carousel-item {
    text-align: -webkit-center;
}

    .carousel-item img {
        max-width: 1920px;
        width: 100vw;
        height: auto;
    }

.tituloh2 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

    .tituloh2 span {
        color: #DF4A52;
    }

.tituloHistoria {
    color: #DF4A52;
    text-align: center;
    font-weight: bold;
}

.bgebase .tituloHistoria {
    color: #FFF;
}

.titulocertifica {
    color: #3AB39B;
    text-align: left;
    font-weight: bold;
}

.selo_van {
    padding: 20px 80px;
}

.bgsobre {
    background: url('../imagens/bg_sobre2.svg') no-repeat center center #F2F2F2;
    background-size: 110%;
}

.attdiv {
    text-align: center;
    padding: 20px;
}

    .attdiv img {
        width: 120px;
        height: 120px;
    }

.itemproduto {
    position: relative;
    background: #DF4A52;
    clip-path: polygon(5% 1%, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);
    width: 330px;
    height: 330px;
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
}

    .itemproduto img {
        width: 120px;
        height: 120px;
    }

.icoboxverd {
    width: 45px;
    height: 45px;
}

.boxverdeprod {
    width: 320px;
    position: absolute;
    right: 3%;
    top: -100px;
    padding: 10px 0px;
}

.fundoboxverde {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #39B39C;
}

.boxverdeprod h2 {
    color: #2E3954;
    font-weight: bold;
    line-height: 1.1;
    font-size: 20px;
}

.boxverdeprod li {
    font-weight: 600;
    line-height: 1.2;
}

    .boxverdeprod li span {
        font-weight: 400;
    }

.boxverdeproddepois {
    width: 320px;
    height: 20px;
}

.icoboxverd svg {
    fill: black !important;
}

.cont_prod {
    z-index: 1;
}

.itemproduto a {
    color: #FFF !important;
}

.itemproduto::after {
    clip-path: polygon(5% 1%, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);
    width: 328px;
    height: 328px;
    position: absolute;
    left: 1px;
    top: 1px;
    background: #2E3954;
    content: "";
    z-index: -1;
}

.itemprodutomod2 {
    background: #3AB39B;
}

    .itemprodutomod2 .btn-produto {
        background: #3AB39B;
    }

.btn-produto {
    background: #DF4A52 !important;
    color: #FFF !important;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 26px;
    line-height: 1;
}

btn-produto:hover {
    background: #DF4A52 !important;
    color: #FFF !important;
}

.cont_prod h2 {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 64px;
}

.solicitar_atendimento {
    width: 100%;
    background: #3AB39B;
    text-decoration: none !important;
    color: #FFF;
    margin-top: -120px;
}

    .solicitar_atendimento h1 {
        font-weight: bold;
        width: 40%;
        line-height: 1.2;
        margin: 0px !important;
    }

    .solicitar_atendimento button {
        font-size: 22px;
    }

.nonedecoration:hover {
    text-decoration: none !important;
}

.color-dark {
    color: #2E3954;
}

.migalha {
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
}

    .migalha a {
        font-weight: 600;
        color: #DF4A52;
        text-transform: uppercase;
        text-decoration: none !important;
    }

.bgbranca .migalha {
    color: #2E3954;
}

.tituloSegmento {
    text-align: center;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

    .tituloSegmento span {
        padding: 2px 30px;
        background: #39B39C;
        color: #FFF;
        font-weight: bold;
        border-radius: 25px;
    }

.segdiv {
    width: 180px;
    text-align: center;
}

    .segdiv img {
        width: 80px;
        max-width: 80px;
        height: 80px;
        max-height: 80px;
    }

    .segdiv h5 {
        text-align: center;
        padding: 0 15px;
        font-weight: bold;
        color: #2E3954;
        line-height: 1.2;
        font-size: 18px;
    }

#gform_submit_button_1, #gform_submit_button_2 {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .375rem;
    color: #161c2d;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.6;
    padding: .8125rem 1.25rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    background: #DF4A52;
    color: #FFF;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 26px;
    line-height: 1;
}

.wbcenter {
    text-align: -webkit-center;
}

.boxverdeproddepois {
    background: url('../imagens/bar-top-sidebar.svg') no-repeat center center;
    background-size: cover;
}

.giro180 {
    transform: rotate(180deg);
}

.pulsar {
    z-index: 999;
    border-radius: 50%;
    margin: 20px;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 0 0 rgba(36, 210, 101, 1);
    transform: scale(1);
    animation: pulse 2s infinite
}

    .pulsar svg {
        transform: scale(0.55);
    }

.btn_whats {
    position: absolute;
    bottom: 20px;
    right: 20px;
    position: fixed;
    background-color: rgba(36, 210, 101, 1);
    background-size: 50% 50%
}

.btn_whats_label {
    font-size: 14px;
    z-index: 998;
    padding: 5px 10px 5px 10px;
    position: absolute;
    bottom: 32px;
    right: 100px;
    position: fixed;
    background-color: #fff;
    background-size: 50% 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    color: #2E3954 !important;
}

    .btn_whats_label img {
        margin-right: 5px;
        height: 24px;
        width: 24px
    }

.whatsapp-widget {
    user-select: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(36, 210, 101, .4)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(36, 210, 101, 0)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(36, 210, 101, 0)
    }
}

.bolainfo {
    background: url('../imagens/bg_grad.svg') center center no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 320px;
    /*width: 150px;*/
}

    .bolainfo .icobola {
        padding-top: 30px;
        margin: 0px auto;
        width: 100px;
        height: 120px;
    }

    .bolainfo h5 {
        color: #FFF;
        text-align: center;
        font-size: 26px;
        padding: 5px 15px;
        line-height: 1.2;
        font-weight: 600;
    }


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

element.style {
}

*, :after, :before {
    box-sizing: border-box;
}

user agent stylesheet
nav {
    display: block;
    unicode-bidi: isolate;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logos::before,
.logos::after {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.logos::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

.logos::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.logos-slide {
    animation: 60s slide infinite linear;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide img {
    height: 90px;
    margin: 0 50px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.navbar {
    z-index: 1031;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.25rem 0;
    position: fixed;
    transition: background 1s;
}

.nav-ebase {
    width: 100%;
    margin: 0 auto;
    background: url('../imagens/bgmenu.svg') no-repeat center center;
    background-size: cover;
    transition: all .3s;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-link {
    margin: 2px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    margin: 2px 15px;
}

.nav-link.linkoativo {
    border-bottom: 3px #DF4A52 solid;
}

.nav-item a {
    color: #FFF !important;
}

.nav-mido {
    width: 1040px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand-img {
    max-height: 2.4rem;
    width: auto;
}


@media only screen and (max-width: 1281px) {
}

@media only screen and (max-width: 1025px) {
    .itemproduto {
        width: 310px;
        height: 310px;
    }

        .itemproduto::after {
            width: 308px;
            height: 308px;
        }

        .itemproduto img {
            width: 100px;
        }

    .nav-mido {
        width: 96%;
    }

    .itemproduto img {
        width: 90px;
        height: 90px;
    }

    .solicitar_atendimento h1 {
        font-size: 34px;
    }

    .bolainfo h5 {
        font-size: 22px;
    }

    .attdiv img {
        width: 100px;
        height: 100px;
    }

    .segdiv img {
        width: 60px;
        max-width: 60px;
        height: 60px;
        max-height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-light .navbar-toggler-icon {
        background-image: url(../imagens/nav.svg);
    }

    .btn-menutop {
        display: none;
    }

    .nav-item a {
        color: #DF4A52 !important;
    }

    .navbar-collapse {
        max-width: 300px;
        left: auto;
        right: 95px;
        top: 2rem;
    }

        .navbar-collapse .navbar-nav .nav-item {
            padding: .5rem;
        }

    .border-end {
        border-right: none !important;
        border-bottom: 1px #3AB39B solid;
    }

    .navbar-collapse .navbar-toggler {
        right: 5px;
        top: 5px;
    }

    .itemproduto {
        width: 210px;
        height: 210px;
    }

        .itemproduto::after {
            width: 208px;
            height: 208px;
        }

    .cont_prod h2 {
        color: #FFF;
        font-size: 14px;
        height: 34px;
    }

    .itemproduto img {
        width: 100px;
        height: 100px;
    }

    .btn-produto {
        font-size: 14px;
    }

    .solicitar_atendimento {
       margin-top:-50px;
    }

    .solicitar_atendimento h1 {
        font-size: 40px;
        width: 100%;
    }

    .solicitar_atendimento button {
        font-size: 14px;
    }

    .icosocial {
        width: 30px;
        margin: 3px;
    }

    .nav-link.linkoativo {
        border-bottom: 0px #DF4A52 solid;
        color: #161c2d !important;
    }

    .boxverdeprod {
        width: 96%;
        position: relative;
        padding: 10px 0px;
        right: 0 !important;
        margin-right: 0 !important;
        top: 0px;
        margin-left: 2%;
    }

    .boxverdeproddepois {
        width: 100%;
        height: 20px;
    }

    .selo_van {
        padding: 20px;
    }

    .bolainfo{
        margin-top: 30px;
    }

    .bolainfo h5 {
        font-size: 30px;
    }

    .bolainfo .icobola {
        padding-top: 60px;
        margin: 0px auto;
        width: 150px;
        height: 150px;
    }

    .wazul {
        margin-bottom: -10px;
    }

    .wcinza {
        height: 80px;
    }


    footer p {
        font-size: 20px;
    }

        footer p.copyright {
            font-size: 18px;
        }

    footer .menupe a {
        font-size: 20px;
    }

    footer h6 {
        font-size: 20px;
    }

  /*  .bgcinza{
        margin-top
    }*/
}

@media only screen and (max-width: 426px) {
    body {
        overflow-x: hidden !important;
    }

    html {
        overflow-x: hidden !important;
    }

    .bgebase, .bgbranca {
        padding-top: 65px
    }

    .carousel-indicators {
        margin-bottom: 0.5rem;
    }

    .tituloh2 {
        font-size: 16px;
    }

    .itemproduto {
        width: 160px;
        height: 160px;
    }

        .itemproduto::after {
            width: 158px;
            height: 158px;
        }

    .cont_prod h2 {
        color: #FFF;
        font-size: 12px;
        height: 28px;
        margin-bottom: 5px;
    }

    .itemproduto img {
        width: 50px;
        height: 50px;
    }

    .btn-produto {
        padding: 10px;
        font-size: 12px;
    }

    .solicitar_atendimento {
        margin-top: -70px;
    }

        .solicitar_atendimento h1 {
            font-size: 14px;
        }

    .tituloh2 br {
        display: none;
    }

    .bolainfo {
        margin-bottom: 20px;
    }

        .bolainfo .icobola {
            padding-top: 60px;
            margin: 0px auto;
            width: 120px;
            height: 160px;
        }

        .bolainfo h5 {
            font-size: 24px;
            padding: 5px 55px;
        }

    footer .footer-brand {
        width: 50%;
    }

    footer {
        text-align: center;
    }

    .socialbar {
        justify-content: center;
    }

    .icosocial {
        width: 40px;
        margin: 5px;
    }

    .nav-mido {
        width: 100%;
        margin-top: 0px;
        transition: all .3s;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse {
        max-width: 100%;
        width: 280px;
        left: auto;
        right: 30px;
        top: 30px;
    }

    .bgebase img {
        max-width: 300%;
    }

    .bgbranca img {
        max-width: 300%;
    }

    .icoprod {
        width: 60px;
    }

    .txtprod p {
        font-size: 13px;
    }

    .txtprod h2 {
        font-size: 16px;
    }

    .modal-open {
        padding-right: 0 !important;
    }

    .segdiv {
        width: 150px;
    }

    .wazul {
        /*   background-size: 125%;
        width: 100%;*/
        height: 100px;
        margin-bottom: -2px;
        /*z-index:10;*/
    }

    .wcinza {
        height: 80px;
        margin-bottom: -2px;
    }
}

@media only screen and (max-width: 321px) {
}

html {
    font-size: 14px;
}
/*
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

/*@media only screen and (max-width: 1025px) {
    .nav-mido {
        width: 96%;
    }
}
*/
