﻿body {
    padding: 0px;
    margin: 0px;
}

* {
    outline: none;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DKCarrotJuice-Regular';
    src: url('../fonts/DKCarrotJuice-Regular.woff2') format('woff2'), url('../fonts/DKCarrotJuice-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6, ul, li, p {
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    width: 100%;
}

a {
    text-decoration: none;
}

.row {
    float: left;
    width: 100%;
}

section {
    float: left;
    width: 100%;
    height: auto;
}

::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Lato-Regular';
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-family: 'Lato-Regular';
    font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-family: 'Lato-Regular';
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #fff;
    font-family: 'Lato-Regular';
    font-size: 14px;
}
/*Menu */
.icone {
    display: block;
    position: absolute;
    top: 60px;
    right: 15px;
}

#slider {
    display: none;
}

#slider2 .item img {
    width: 100%;
    height: auto;
}

#slider2 .owl-controls {
    display: none !important;
}

.icone {
    width: 30px;
    height: 26px;
    display: block;
    position: relative;
    background: none;
    margin: 0 0 10px 0;
}


    .icone:after, .icone:before, .icone span, .icone label {
        content: ' ';
        display: block;
        width: 100%;
        height: 4px;
        background: #4b4b4b;
        left: 0;
        position: absolute;
    }

    .icone:before {
        top: 0;
    }

    .icone:after {
        bottom: 0;
    }

    .icone:focus {
        outline: none;
    }

    .icone label {
        width: 100%;
        height: 100%;
        background: none;
        cursor: pointer;
        z-index: 1000;
    }

    .icone span {
        top: 11px;
    }

#change-icone {
    display: none;
}

    #change-icone:checked ~ .icone:before, #change-icone:checked ~ .icone:after {
        top: 10px;
        margin-top: -10%;
    }

    #change-icone:checked ~ .icone:before {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #change-icone:checked ~ .icone:after {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #change-icone:checked ~ .icone span {
        opacity: 0;
    }

    #change-icone:checked ~ #menu {
        max-height: 458px;
        position: relative;
        z-index: 9;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

a.icone {
    position: absolute;
    top: 67px;
    right: 15px;
}

#menu {
    max-height: 0;
    height: auto;
    background: #fff;
    opacity: 0.92;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    font-family: 'Lato-Black';
    font-weight: 400;
    font-size: 13px;
    width: 100%;
}

    #menu a {
        color: #4b4b4b;
        font-family: 'Lato-Regular';
        font-size: 15px;
        text-decoration: none;
        padding: 28px 19px 19px 10px;
        display: block;
        text-transform: uppercase;
        border-bottom: 1px solid #f2f2f2;
        text-align: right;
    }

.owl-item {
    width: 90%;
}
/*#menu a:hover {
                border-left: 5px solid #e57373;
                color: #e57373;
                background: #222;
            }*/


.icone {
    display: none;
}

#menu {
    max-height: 100px;
}

.icone {
    display: block;
}

#menu {
    max-height: 0;
}

section#primeiroTopo {
    height: 40px;
    background: #012b4a;
}

.topo-facebook {
    float: right;
    margin-right: 10px;
}

    .topo-facebook span {
        display: block;
        float: left;
        font-family: 'Lato-Regular';
        color: #fff;
        font-size: 12px;
        margin-top: 14px;
    }

    .topo-facebook svg {
        width: 22px;
        margin-top: 8px;
        float: left;
        margin-left: 10px;
    }

.logo svg {
    width: 150px;
}

header#topo {
    float: left;
    height: 90px;
    width: 100%;
    background: #fff;
}

.logo {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

section#quemsomos {
    margin-top: 20px;
    padding-bottom: 40px;
}

.bloco-esq-quem-somos {
    margin: 0 auto;
    width: 90%;
    border-left: 1px solid #81a7c4;
    border-left-width: 5px;
    height: 120px;
}

    .bloco-esq-quem-somos h1 {
        font-family: 'DKCarrotJuice-Regular';
        color: #0897cc;
        font-size: 56px;
        display: block;
        line-height: 55px;
        margin-left: 27px;
    }

    .bloco-esq-quem-somos p, .bloco-esq-quem-somos strong {
        color: #6d6e71;
        font-family: 'Lato-Regular';
        font-size: 16px;
        width: 90%;
        line-height: 25px;
        margin-top: 23px;
    }

.bloco-dir-quemsomos {
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
}

.bloco-descricao-quemsomos {
    background: #81a7c4;
    width: 90%;
    height: auto;
    padding: 10px 0px;
    margin-top: 20px;
}

    .bloco-descricao-quemsomos p, .bloco-descricao-quemsomos strong, .bloco-dir-quemsomos p {
        color: #fff;
        font-size: 16px;
        font-family: 'Lato-Regular';
    }

    .bloco-descricao-quemsomos p, .bloco-dir-quemsomos p {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .bloco-descricao-quemsomos p, .bloco-descricao-quemsomos strong, .bloco-dir-quemsomos p {
        color: #fff;
        font-size: 16px;
        font-family: 'Lato-Regular';
        line-height: 21px;
    }

    .bloco-descricao-quemsomos strong {
        font-family: 'Lato-Bold';
    }

.bloco-dir-quemsomos .row:last-child p {
    color: #6d6e71;
    margin-top: 29px;
    width: 100%;
}

section#produtos {
    background: #0898cd;
    height: auto;
    padding-bottom: 50px;
    margin-top: 20px;
}

.titulo-linha-do-produto {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

    .titulo-linha-do-produto h1 {
        color: #fff;
        font-family: 'DKCarrotJuice-Regular';
        font-size: 56px;
        display: block;
        margin-top: 20px;
        line-height: 43px;
    }

.icone-linha-do-produto svg {
    width: 80px;
}

.icone-linha-do-produto h1 {
    color: #fff;
    font-family: 'Lato-Bold';
    font-size: 16px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 20px;
    width: 80%;
}

#papelToalha, #papelHigienico, #papelGuardanapo, #sabonete, #sacoDeLixo, #copodescartavel,
#sacoDeLixo, #enxaguanteBucal, #assentoSanitario, #placaMicrotorio, #absorventeDescartavel,
#odorizadorAmbiente, #panoMultiuso {
    display: block;
}

.linha-do-produto {
    margin: 0 auto;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.icone-linha-do-produto {
    text-align: center;
}

.icone-linha-do-produto {
    margin: 0 auto;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

section#dispensers {
    margin-top: 20px;
}

.bloco-esq-descricao-produto {
    margin: 0 auto;
    width: 90%;
}

    .bloco-esq-descricao-produto h1 {
        color: #0897cc;
        font-family: 'DKCarrotJuice-Regular';
        font-size: 56px;
    }

    .bloco-esq-descricao-produto p {
        color: #6d6e71;
        font-size: 18px;
        font-family: 'Lato-Regular';
    }

.bloco-dir-imagemPrincipal-detalhes-produto {
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
}

    .bloco-dir-imagemPrincipal-detalhes-produto img {
        width: 100%;
    }

.sliderProdutoDetalhesImagem {
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
    padding-bottom: 50px;
}

.bloco-imagem-produto {
    margin: 0 auto;
    border: 1px dashed #81a7c4;
    height: 230px;
    text-align: center;
    padding: 20px 0px;
    border-radius: 10px;
    width: 90%;
    text-align: center;
}

    .bloco-imagem-produto img {
        margin: 0 auto;
    }

    .bloco-imagem-produto h2 {
        font-family: 'Lato-Regular';
        color: #0897cc;
        font-size: 12px;
    }

    .bloco-imagem-produto h1 {
        text-transform: uppercase;
        color: #012b4a;
        font-family: 'Lato-Bold';
        font-size: 12px;
    }

section#clientes {
    height: auto;
    padding-bottom: 70px;
    margin-top: 20px;
    background: #dfe8f1;
}

.titulo-clientes {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

    .titulo-clientes h1 {
        font-family: 'DKCarrotJuice-Regular';
        color: #0897cc;
        font-size: 56px;
    }

.sub-titulo-clientes {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

    .sub-titulo-clientes h2 {
        font-family: 'Lato-Regular';
        color: #6d6e71;
        font-size: 18px;
        display: block;
        text-align: center;
    }

.logo-clientes {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

section#contato {
    height: auto;
    padding-bottom: 20px;
    background: #022b4b;
}

.bloco-formulario {
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
}

.titulo-formulario-contato {
    text-align: center;
}

    .titulo-formulario-contato h1 {
        font-family: 'DKCarrotJuice-Regular';
        color: #fff;
        font-size: 56px;
    }

.sub-titulo-contato {
    text-align: center;
}

    .sub-titulo-contato h2 {
        color: #fff;
        font-family: 'Lato-Regular';
        font-size: 18px;
    }

.bloco-input-contato {
    margin: 0 auto;
    width: 100%;
    margin-top: 36px;
}

    .bloco-input-contato input, .bloco-input-contato textarea {
        background: none;
        padding-left: 10px;
        border: 1px solid #fff;
        width: 100%;
        height: 43px;
        border-radius: 7px;
        color: #fff;
        font-family: 'Lato-Regular';
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }

    .bloco-input-contato textarea {
        height: 132px;
        padding-top: 10px;
    }

    .bloco-input-contato button {
        width: 113px;
        height: 51px;
        background: #0897cc;
        color: #fff;
        font-family: 'Lato-Bold';
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 7px;
        border: 1px solid #0897cc;
        cursor: pointer;
    }

.bloco-telefone svg {
    float: left;
    width: 30px;
    padding-right: 10px;
}

.bloco-endereco-contato {
    margin: 0 auto;
    width: 90%;
    margin-top: 30px;
}

.bloco-telefone p {
    display: block;
    float: left;
    color: #fff;
    font-family: 'Lato-Bold';
    font-size: 27.28px;
}

    .bloco-telefone p:nth-child(2n-2) {
        font-size: 15.37px;
        font-family: 'Lato-Regular';
        margin-top: 10px;
    }

.logo-contato {
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
}

    .logo-contato svg {
        width: 161px;
    }

.bloco-curta-fanpage svg {
    width: 28px;
    float: left;
}

.mapa {
    float: left;
    margin-top: 21px;
}

    .mapa iframe {
        width: 100%;
        border-radius: 10px;
    }

.bloco-curta-fanpage {
    float: left;
    margin-top: 22px;
}

    .bloco-curta-fanpage p {
        color: #fff;
        font-family: 'Lato-Regular';
        display: block;
        float: left;
        padding-right: 10px;
        font-size: 16px;
        margin-top: 5px;
    }

.bloco-telefone .row:last-child p {
    width: 85%;
}

footer {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: #f1f2f2;
}

.logo-footer {
    text-align: center;
    margin-bottom: 15px;
}

    .logo-footer:last-child {
        margin-bottom: 0px;
    }

    .logo-footer svg {
        width: 118px;
    }

.logos-footer {
    margin: 0 auto;
    width: 90%;
}

.direitos-reservados {
    text-align: center;
    margin-top: 26px;
}

    .direitos-reservados h1, .direitos-reservados h1 a {
        font-family: 'Lato-Regular';
        color: #005596;
        font-size: 12px;
        text-decoration: none;
    }

.bloco-telefone .row {
    margin-bottom: 20px;
}

.owl-prev, .owl-next {
    width: 51px;
    height: 84px;
    float: left;
    background: url("../images/btn-next.png") top center no-repeat;
}

.owl-next {
    background: url("../images/btn-prev.png") top center no-repeat;
}

.owl-controls {
    position: absolute;
    top: 73px;
}

.owl-prev {
    position: relative;
    right: 12px;
}

.owl-next {
    position: relative;
    left: 194px;
}

.botaoverlinha {
    border: 1px solid #fff;
    background: #fff;
    display: block;
    margin: 0 auto;
    width: 129px;
    text-transform: uppercase;
    padding: 10px 0px;
    border-radius: 10px;
    margin-top: 20px;
    font-family: 'Lato-Regular';
    color: #005596;
    font-size: 14px;
    text-decoration: none;
}

.container-box {
    margin: 0 auto;
    width: 90%;
}

.titulo-produto-blocobox {
    text-align: center;
    margin-top: 20px;
}

    .titulo-produto-blocobox h1 {
        font-family: 'Lato-Bold';
        color: #0897cc;
        font-size: 18px;
        text-transform: uppercase;
    }

.bloco-de-img {
    margin: 0 auto;
    border: 1px dashed #81a7c4;
    text-align: center;
    border-radius: 20px;
    padding: 58px 17px 49px 17px;
    display: block;
    margin-bottom: 20px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    margin-top: 20px;
}



.descricao-linha-produto {
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
    float: left;
}

    .descricao-linha-produto .row h1 {
        text-transform: uppercase;
        color: #0897cc;
        font-family: 'Lato-Bold';
        font-size: 12px;
        display: block;
        margin-bottom: 17px;
    }

    .descricao-linha-produto .row p {
        display: inline-block;
        color: #0897cc;
        font-family: 'Lato-Regular';
        font-size: 12px;
    }

        .descricao-linha-produto .row p:last-child {
            color: #012b4a;
        }



@media screen and (min-width:375px) and (max-width:667px) {
    .owl-next {
        position: relative;
        left: 252px;
        padding: 0px !important;
        margin: 0px !important;
    }

    .owl-prev {
        padding: 0px !important;
        margin: 0px !important;
    }
}



#bannerresponsivo img {
    width: 100%;
}

#slidersHome {
    display: none !important;
}

#slidersHomeResponsivo .item img {
    width: 100%;
}

.owl-dots {
    display: none !important;
}

.owl-next {
    padding: 0px !important;
    margin: 0px !important;
}

.owl-prev {
    padding: 0px !important;
    margin: 0px !important;
}
