@font-face {
  font-family: AmsiPro;
  src: url("https://cdn.awsli.com.br/1717/1717491/arquivos/AmsiPro-Ultra.otf") format("opentype");
}

@font-face {
    font-family: AmsiPro-SemiBold;
    src: url("https://cdn.awsli.com.br/1717/1717491/arquivos/AmsiPro-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: AmsiPro-Bold;
    src: url("https://cdn.awsli.com.br/1717/1717491/arquivos/AmsiPro-Bold.otf") format("opentype");
}

@import url('https://fonts.googleapis.com/css2?family='Roboto', sans-serif:wght@400;700&display=swap');

/*
 TOP HEADER
 */
header {
    background-color: #f05e22;
    height: 40px;
    line-height: 40px;
}

.barra-inicial {
    display: none;
}

.top-header > .conteiner > div {
    display: inline-block;
    vertical-align: middle;
}


.top-header ul {
    padding: 0;
}

.top-header .area-contato {
    color: #fff;
    float: left;
}

.top-header .area-contato .icon-phone {
    display: none;
}

.top-header .redes-cab {
    float: right;
}

.top-header .redes-cab ul li a {
    display: block;
    width: 30px;
    height: 40px;
    text-align: center;
    font-size:20px;
}

.top-header .redes-cab ul li,
.top-header .area-contato ul li {
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
}

.top-header .area-contato ul {
    margin-left: 0;
    list-style: none;
    list-style-position: inside;
}

.top-header .area-contato ul li::before {
    content: "•";
    font-size: 130%;
    line-height: 0;
    margin: 0 1rem 0 -0.25rem;
    position: relative;
    top: 0.08rem;
    color: #fff;
}

.top-header .area-contato ul li:first-child {
    display: none;
}

.top-header .area-contato ul li:nth-child(2) {
    text-transform: uppercase;
}

.top-header .area-contato ul li:nth-child(2):before{
    content: "";
    display: none;
    margin: 0;
}

.top-header .area-contato ul li {
    margin: 0 10px;
}
    
.top-header .area-contato ul li::marker {
    color: #fff;
}

.top-header .area-contato ul li i {
    margin-right: 5px;
}

.top-header .redes-cab ul li a,
.top-header .area-contato ul li a {
    cursor: pointer;
    color: #fff;
}

.logo a {
    height: 60px;
}

/*
 SEARCH
 */

.conteudo-topo .superior {
    display: none;
}


#cabecalho {
    border-bottom:1px solid #eee;
}


.busca {
    background-color: #fff;
    border: none;
    padding: 0;
}


.busca .botao-busca {
    padding: 0;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
}

.busca .botao-busca,
.busca .botao-busca:hover {
    background-color: transparent;
    background-image: none;
    border: none;
    color: #6c6957;
    font-size: 25px;
}

.busca input {
    color: #6c6957;
    width: 96%;
    padding: 0;
    height: 44px;
    padding: 2px 10px;
    border-color: #ccc;
}


.conteiner-principal {
    background-color: #fff;
}

.conteiner-principal .conteiner {
    box-shadow: none;
}


/*
 Carrinho
 */

.carrinho.vazio {
    background-color: #1b8966;
    height: 50px;
    border-radius: 4px;
    border: none;
}

.carrinho.vazio>a span {
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    /* font-family: AmsiPro; */
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

#barraTopo .carrinho.vazio {
    height: 30px;
}

#barraTopo .busca input {
    height: 26px;
    padding-right: 5px;
}

#barraTopo .busca .botao-busca {
    width: 26px;
    height: 30px;
}

.carrinho.vazio>a i {
    color: #fff;
    background-color: transparent;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.carrinho.vazio>a i:hover,
.carrinho.vazio>a span:hover {
    color: #fff;
}


/*
 BARRA TOPO
 */

#barraTopo .canais-contato {
    font-family: 'Roboto', sans-serif;
}

#barraTopo h4.titulo a {
    font-family: AmsiPro;
    font-weight: 100;
}

/*
 MENU
 */

#menu-superior .menu.superior {
    background: transparent;
    margin: 0;
}

#menu-superior .conteiner {
    padding: 10px 0;
}

#menu-superior .menu.superior .nivel-um {
    display: flex;
}

#menu-superior .menu.superior .nivel-um>li {
    border: none;
}

#menu-superior .menu.superior .nivel-um li {
    flex: 3;
    padding: 0 20px;
}

#menu-superior .menu.superior .nivel-um>li:hover {
    bottom: 0;
    margin: 0;
}

#menu-superior .menu.superior .titulo {
    color: #1b8966;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#menu-superior .menu.superior .icon {
    color: #1b8966;
    font-size: 24px;
    margin: 15px 0;
    position: relative;
    top: 7px;
    padding-right: 5px;
}

/*
 Banners
 */

.secao-banners .conteiner {
    padding: 0;
}

/*
 Body 
 */

.caixa-sombreada {
    padding: 0;
    box-shadow: none;
}

.conteudo h1.titulo {
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.conteudo h2,
.conteudo h3 {
    color: #6c6957;
    font-family: AmsiPro;
    font-weight: 100;
}

.secao-sobre .row-fluid {
    display: flex;
}

.secao-sobre .row-fluid .span6 {
    flex: 1;
}

.secao-sobre .col-text {
    position: relative;
}

.secao-sobre .sobre-text {
    display: block;
    width: calc(100% - 90px);
    background-color: #fff;
    padding: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 90px;
}

.secao-sobre h3 {
    color: #6c6957;
    font-family: AmsiPro;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 30px;
}

.secao-sobre .sobre-text p {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.secao-sobre .btn {
    background-image: none;
    background-color: #1b8966;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 12px 20px;
    font-size: 12px;
}

/**
 * Artigos
 */


#articles {
    margin-bottom: 30px;
}

#articles .conteiner {
    display: flex;
}

#articles .col {
    /* flex: 1; */
}

#articles .col2 {
    flex-direction: column;
}

#articles .col .item {
    margin: 10px;
    position: relative;
}

#articles .col2 .item {
    margin: 20px 10px;
}

#articles .col .item1,
#articles .col .item2 {
    margin-top: 0;
}

#articles .col .item .text {
    position: absolute;
    left: 30px;
}

#articles .col .item1 .text,
#articles .col .item3 .text {
    bottom: 60px;
}

#articles .col .item2 .text {
    top: 20px;
}


#articles .col .item .text h2 {
    color: #fff;
    font-family: AmsiPro;
    font-size: 26px;
    font-weight: 100;
    line-height: 45px;
}

#articles .col .item1 .text h2 {
    font-size: 40px;
}


#articles .col .item .text a {
    background-image: none;
    border: none;
    background-color: #eb5c2e;
    border-radius: 4px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
    margin-top: 15px;
}

#articles .col .item1 .text a {
    background-color: #1b8966;
}


/*
 NEWSLETTER
 */

#barraNewsletter {
    background-color: #eb5c2e;
    box-shadow: none;
}

#barraNewsletter .componente .texto-newsletter {
    font-family: AmsiPro;
    font-weight: 100;
    font-size: 26px;
    text-align: left;
    width: 100%;
}

#barraNewsletter .componente .texto-newsletter span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

#barraNewsletter .componente div.newsletter-cadastro {
    width: 100%;
    padding-top: 8px;
}

#barraNewsletter .componente input[type="text"] {
    height: 41px;
    line-height: 41px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    transition: none;
    width: calc(100% - 140px);
}

#barraNewsletter .componente .newsletter-assinar {
    background-image: none;
    background-color: #afcb08;
    border-radius: 4px;
    border: none;
    padding: 15px 20px;
}

/*
 PRODUTO
 */

/* listagem */

.listagem .info-produto {
    text-align: center;
}

.listagem .listagem-item .nome-produto {
    color: #6c6957;
    font-family: AmsiPro-Bold;
    font-size:1.4em;
}

.listagem .listagem-item .preco-produto,
.preco-produto strong.titulo {
    color: #1b8966;
    font-family: AmsiPro-Bold;
}

.listagem-item .acoes-produto {
    background-color: transparent;
    border:none;
    padding: 0;
}

.listagem-item .acoes-produto .botao i {
    display: none;
}

.listagem-item .acoes-produto .botao {
    text-shadow: none;
    border: none;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
    background-image: none;
    padding: 15px 20px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    font-weight: bold;
}

/*
 RODAPE 
 */

#rodape .institucional,
#rodape .pagamento-selos {
    background-color: #fff;
    background-image: none;
    color: #6c6957;
}

#rodape .fundo-secundario *,
#rodape .selos .titulo {
    color: #6c6957;
}

#rodape .redes-sociais {
    background-image: none;
    background-color: #fff;
    box-shadow: none;
    border: none;
}

#rodape .redes-sociais .titulo {
    padding-top: 30px;
}

#rodape .titulo {
    border: none;
    font-family: AmsiPro;
    font-weight: 100;
    font-size: 20px;
}

.links-rodape ul li {
    list-style: none;
}

#rodape p,
#rodape .links-rodape ul li {
    font-size: 14px;
}

/**
 * Mobile ajustes
 */

@media (max-width: 1200px) {
    #barraTopo {
        display: none;
    }

    .atalhos-mobile {
        display: none !important;
    }

    header .area-contato li:nth-child(1),
    header .area-contato li:nth-child(2),
    header .area-contato li:nth-child(4) {
        display: none
    }

    header .top-header .area-contato ul li::before {
        display: none
    }

    #cabecalho {
        padding-top: 0;
        border-bottom: 0px;
    }

    .conteudo-topo .busca-mobile {
        background-color: transparent;
        padding: 0
    }

    .conteudo-topo .busca-mobile .atalho-menu {
        display: none !important;
    }

    .busca {
        margin: 0
    }

    .busca input {
        width: calc(100% - 22px);
        padding: 0 10px;
    }

    #menu-superior {
        display: none;
    }

    .secao-sobre .row-fluid {
        display: block;
    }

    .secao-sobre .sobre-text {
        position: relative;
        right: 0;
        transform: none;
        top: 0;
        padding: 0;
        width: 100%;
    }

    .secao-sobre .btn {
        margin-bottom: 30px;
    }

    #articles .conteiner {
        display: block;
    }

    #articles .col .item1 .text, #articles .col .item3 .text  {
        bottom: 30px
    }

    #articles .col .item .text h2 {
        font-size: 20px;
        line-height: 30px
    }

    #articles .col .item1 .text h2 {
        font-size: 26px;
    }

    #articles .col .item {
        margin: 10px 0;
    }

    #articles .col .item .text {
        left: 15px;
    }

    #articles .col .item .text a {
        padding: 10px 15px;
    }

    #articles .col .item2 {
        margin-top: 20px;
    }

    #barraNewsletter {
        display: block !important;
        padding: 0 10px;
    }

    #barraNewsletter .componente .texto-newsletter {
        font-size: 18px;
    }

    #barraNewsletter .componente .interno-conteudo {
        width: calc(100% - 20px);
    }

    .lista-redes .icon-facebook,
    .lista-redes .icon-instagram {
        background: transparent;
    }

}