/*
Theme Name: ImpactaFLEX
Theme URI: http://impactamidia.com.br
Description: Tema responsivo feito pela impactamídia
Author: Impactamídia 
Author URI: http://impactamidia.com.br
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: impactamidia 
Last Update: 06-Aug-17
*/


/*============================================
 Body
============================================*/

body {
    min-width: 320px;
    color: #000;
}

.page-id-2612 nav.woocommerce-breadcrumb, .page-id-2614 nav.woocommerce-breadcrumb, .page-id-2605 nav.woocommerce-breadcrumb, .page-id-2618 nav.woocommerce-breadcrumb, .page-id-2616 nav.woocommerce-breadcrumb{
    display: none;
}
/*============================================
 comentários
============================================*/
textarea#comment, input#author, input#email {
    line-height: 2.4em;
    background: rgba(228, 228, 228, 0.2);
    outline: none;
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    color: #000000;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0);
}
.comment-meta.commentmetadata {
    float: right;
    position: relative;
    top: -30px;
}
p.comment-form-comment label {
    display: block;
}
p.comment-form-url {
    display: none;
}

.flex-content input#submit {
    border-radius: 12px;
    float: left;
    padding: 15px;
    text-transform: inherit;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background-color: #292929;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    border: transparent;
}
ol.commentlist {
    padding: 0 13px 0;
}
h3#reply-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    position: relative;
}
h3#reply-title:after {
    content: "";
    background: #000;
    width: 50%;
    height: 6px;
    display: block;
    position: absolute;
    bottom: -6px;
}
h3#comments {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    position: relative;
}
h3#comments:after {
    content: "";
    background: #000;
    width: 50%;
    height: 6px;
    display: block;
    position: absolute;
    bottom: -6px;
}
/*============================================
 Imagens Responsivas
============================================*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


/*============================================
 Topo
============================================*/

.banner-full {
    width: 100%;
    min-height: 600px;
    background: #232323;
    margin-top: 15px;
    margin-bottom: 15px;
}

.logo {
    width: 100%;
    min-width: 200px;
    height: auto;
    min-height: 80px;
    background: url(images/logo.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    margin: 10px 0;
    background-size: contain;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #eeee;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-collapse {
    border: none!important;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgb(202, 202, 202);
    border-radius: 10px;
}

span.icon-bar {
    background-color: #6f6f6f;
}

.topo {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.topo .contato {
    text-align: left;
}

.topo h1 {
    text-align: right;
    font-size: 0.9em;
    margin: 15px 0;
    line-height: 1.3em;
    font-weight: 400;
}

.topo h1 b {
    margin-right: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5d5d5d;
}


/*============================================
 Menu
============================================*/

div#menu-principal {
    margin: 30px 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 5px solid transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
    border-radius: 0 !important;
    border: none;
    background-color: transparent;
    border-bottom: 5px solid;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #3c3c3c;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .175);
    box-shadow: 0 1px 10px rgb(0 0 0 / 12%);
    border: none !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
    border-radius: 30px;
    font-weight: bold;
}


/*============================================
 Fontes, tamanhos e títulos
============================================*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
pre,
a,
i,
strong,
b,
span {
    font-family: 'Roboto Slab', serif;
}

.flex-page h1,
.flex-page h2,
.flex-page h3,
.flex-page h4,
.flex-page h5,
.flex-page h6,
.flex-page p {
    margin: 1em 0;
}

.flex-page h1 {
    font-size: 3em;
    font-weight: 700;
    margin-top: 0;
}

h2 {
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 32px;
    font-size: 2.4em;
}

p {
    font-size: 1.175em;
    font-weight: 300;
}

.flex-page h3,
h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 900;
}

h3.news-title {
    margin: 0;
}

.flex-page h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
}

.flex-page h5 {
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 700;
}

.flex-title {
    background: #080808;
    color: #ffffff;
    padding: 80px 0;
}

.flex-content {
    margin-bottom: 30px;
}

h1.page-title {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

h3.flex-title {
    font-weight: bold;
    margin: 0 0 15px 0;
}

h5.date {
    margin: 0;
}


/*============================================
 Variações de Espaçamento
============================================*/
div#selo-faro h2 {
    margin-top: 15px;
    margin-bottom: 30px;
}
.vertical-1 {
    padding: 15px 0 !important
}

.vertical-2 {
    padding: 30px 0 !important
}

.vertical-3 {
    padding: 45px 0 !important
}

.vertical-4 {
    padding: 60px 0 !important
}

.vertical-5 {
    padding: 90px 0 !important;
}

.only-bottom-1 {
    padding-bottom: 15px;
}

.only-bottom-2 {
    padding-bottom: 30px;
}

.only-bottom-3 {
    padding-bottom: 45px;
}

.m-only-bottom-1 {
    margin-bottom: 15px;
}

.m-only-bottom-2 {
    margin-bottom: 30px;
}

.m-only-bottom-3 {
    margin-bottom: 45px;
}

.only-top-1 {
    padding-top: 15px;
}

.only-top-2 {
    padding-top: 30px;
}

.only-top-3 {
    padding-top: 45px;
}

.m-only-top-1 {
    margin-top: 15px;
}

.m-only-top-2 {
    margin-top: 30px;
}

.m-only-top-3 {
    margin-top: 45px;
}

.center {
    text-align: center;
}


/*============================================
  General
============================================*/

a {
    color: #545454;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:focus,
a:hover {
    color: #9a9a9a;
    text-decoration: underline;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a.flex-button {
    border-radius: 30px;
    border: 2px solid #000;
    text-align: center;
    padding: 15px 30px;
    max-width: 220px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -110px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a.flex-button:hover {
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: 2px solid transparent;
    color: #fff;
    background-color: #000;
}

a.flex-button.flexnews {
    left: 0;
    margin-left: 0;
    font-size: 0.9em;
    max-width: 200px;
}

span.svgi {
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

img.svg {
    padding: 24px;
}

.btn-info {
    color: #fff;
    background-color: #f44028;
    border-color: #f44028;
}

.flex-page {
    padding: 60px 0;
}

.rodape-impacta {
    padding: 60px 0;
    border-top: 2px solid #E4E4E4;
    border-bottom: 2px solid #E4E4E4;
}

.rodape-impacta-2 {
    padding: 15px 0 15px 0;
    background-color: #ccc;
}

.rodape-impacta a {
    color: #545454;
}

.rodape-alternativo {
    background: #fff;
    min-height: 200px;
}

footer h3 {
    font-size: 1.25em;
    font-weight: 700;
}

footer h3:after {
    width: 50px;
    height: 3px;
    content: "";
    display: block;
    margin-top: 12px;
}

footer i.fa {
    margin-right: 10px;
}

.impacta {
    background: url(images/impacta-rodape.png);
    opacity: 0.9;
    text-indent: -9999px;
    display: block;
    margin: 15px auto;
    padding: 0px;
    height: 22px;
    width: 111px;
}

.impacta-2 {
    margin: 15px auto;
    background: url(images/impacta-rodape-2.png);
    opacity: 0.9;
    text-indent: -9999px;
    display: block;
    padding: 0px;
    height: 22px;
    width: 111px;
}

.galeria-lista {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    list-style-position: inside;
    list-style-type: square;
    line-height: 1.8em;
}

ul.sub-menu {
    padding-left: 2em;
}

h3.titulo-widget-lateral {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    position: relative;
}

.single h5 {
    font-size: initial;
}

#wp-calendar {
    margin: auto;
}


/*============================================
 Home
============================================*/

#section1 h1,
#section3 h1 {
    margin-bottom: 0;
}

#section3 h1,
#section3 h4 {
    text-align: center;
}

#section1 h1:after,
#section3 h1:after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    background: #ff8c49;
    margin: 45px 40% 15px 40%;
}

#section1 h4,
#section2 h4,
#section3 h4 {
    margin: 0;
}

#section1 p {
    margin: 0;
    padding: 30px;
}

#section2 {
    background: #ffa84c;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#section2 h1 {
    margin-bottom: 60px;
}

#section2 h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}

#section2 p {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 3em;
}

#section3 h1:after {
    margin-bottom: 60px;
}

#section3 h4 {
    margin-bottom: 30px;
}

#section3 h3 a {
    color: black;
}

.flex-content.mininews {
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.noticia-maior a.flex-button.flexnews {
    display: none;
}

.noticia-maior h3.news-title {
    margin-top: 15px;
}

.flex-content.mininews p {
    font-size: 0.9em;
    margin-bottom: 0;
}

.flex-content.mininews h3 a {
    color: #000;
    font-size: 0.8em;
    line-height: 0.8em;
}

.flex-content.mininews a.flex-button.flexnews {
    display: none;
}

.row.mini-meta h5 {
    font-size: 0.8em;
}


/*============================================
  Contact Form 7
============================================*/

div.wpcf7 .ajax-loader {
    background: #fff url(../../plugins/contact-form-7/images/ajax-loader.gif) no-repeat center center;
    border: 3px solid #d6d6d6;
    padding: 20px;
    border-radius: 30px;
}

.wpcf7 form p.p-email>span>span {
    border: 1px solid #FF8383;
    position: absolute;
    top: -13px;
    width: 451px;
    height: 41px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
    width: 100%;
    line-height: 3.5em;
    position: fixed;
    bottom: 0;
    margin: 0;
    left: 0;
    border: none;
    text-align: center;
    z-index: 9999;
    color: #FFF;
    font-family: 'Roboto Slab', serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background: #de1414;
    border: none;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background: #33A13A;
}

div.wpcf7-response-output {
    margin: 0;
}

span.wpcf7-not-valid-tip {
    background-color: #de1414;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 20px;
    display: block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-top: 2px;
    max-width: 200px;
}

.contactflex input[type="email"],
.contactflex input[type="text"],
.contactflex textarea {
    line-height: 2.4em;
    background: rgba(228, 228, 228, 0.2);
    outline: none;
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    color: #000000;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0);
}

.contactflex input[type="email"]:hover,
.contactflex input[type="text"]:hover,
.contactflex textarea:hover,
.contactflex input[type="email"]:focus,
.contactflex input[type="text"]:focus,
.contactflex textarea:focus {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.contactflex label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.contactflex textarea {
    line-height: 1.6em;
    padding-left: 14px;
    padding-right: 14px;
    height: 150px;
    resize: none;
    padding-top: 10px;
}

.contactflex form p {
    width: 100%;
    float: left;
    margin-bottom: 15px!important;
}

.wpcf7 form p>span>input:focus,
.wpcf7 form p>span>textarea:focus {
    border-bottom-color: rgb(167, 130, 64);
}

.pager li>a,
.pager li>span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border-radius: 0!important;
    border: solid 2px rgb(236, 236, 236);
    font-weight: bold;
    margin-right: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 11px;
    border-radius: 50px !important;
    -webkit-border-radius: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

li.next a,
li.previous a {
    padding: 11px 30px;
}

.pager li>span,
.woocommerce nav.woocommerce-pagination ul li span {
    color: rgb(194, 194, 194);
}

.pager li>a,
.woocommerce nav.woocommerce-pagination ul li a {
    color: rgb(77, 77, 77);
}

.post-nav {
    clear: both;
    width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

ul.page-numbers {
    margin-bottom: 90px !important;
}


/*============================================
Page Templates
============================================*/


/* archive notícias category */

.flex-content.arquivo {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5em;
}

.flex-content.arquivo h3 {
    margin-bottom: 1em;
}

.flex-content.arquivo p {
    font-size: 1.2em;
}

.mininews h3.news-title {
    margin-top: -7px;
}

.flex-content.arquivo h3 a {
    text-transform: uppercase;
    color: #000;
    font-size: 1.3em;
}

a.leia-mais {
    line-height: 1.6em;
    margin: 1em 0;
    text-align: center;
    display: block;
    border-radius: 0!important;
    border: solid 2px rgb(236, 236, 236);
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 10px 25px;
    border-radius: 50px !important;
    -webkit-border-radius: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    float: right;
}

a.leia-mais:hover {
    background-color: #eee;
    text-decoration: none;
    color: #000;
}

.noticias-2 h3 {
    min-height: 50px;
}

.noticias-2 h5 {
    font-size: 0.9em;
}


/* template-image-repeater */

.img-repeater {
    margin-bottom: 30px;
}

.row.img-repeater img {
    margin-top: 2em;
}

.img-repeater .divider {
    border-bottom: 1px solid #eee;
    padding-bottom: 3.5em;
}

.container .row.img-repeater:last-child .divider {
    border: none;
    padding-bottom: 0;
}


/* template-faq */

.pergunta span {
    padding: 6px;
    margin-right: 5px;
    border-radius: 10px;
    background: #f44028;
    color: #fff;
}

.resposta span {
    font-weight: 900;
    margin-right: 5px;
}


/* template-2cols-frase */

h1.frase-grande {
    text-align: center;
    font-size: 3.5em;
}

h1.frase-grande:after,
h1.frase-grande:before {
    content: "";
    height: 8px;
    width: 40%;
    margin: 30px 30% 20px 30%;
    display: block;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
}


/* template-multi */

.divider {
    margin: 30px 0;
    border-bottom: 1px dotted #afafaf;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.coluna-full {
    padding: 60px 0;
    margin: 60px 0;
    background: #eee;
}


/*============================================================
  Css adicional - Colocar Classes novas a partir deste ponto
==============================================================*/


/* Sem margins */

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/* Topo */

.topo .contato p {
    line-height: 36px;
}

.topo .contato a {
    font-weight: bold;
    color: #3e3e3e;
    font-size: 0.9em;
    line-height: 42px;
}

.atendimento a {
    line-height: 42px;
    text-align: center;
}

.atendimento a span {
    font-weight: bold;
}

.redes-topo {
    text-align: right;
    margin-left: 0;
    border-left: 2px solid #eee;
    width: 230px;
    height: 29px;
    float: right;
    margin-top: 12px;
}

.redes a {
    position: relative;
    line-height: 40px;
    font-size: 18px;
    margin-left: 20px;
    bottom: 8px;
}

.redes a:hover {
    color: #232323;
}

.menu-auxiliar {
    float: right;
}

.menu-auxiliar ul {
    margin: 0;
}

.menu-auxiliar li {
    list-style: none;
    padding: 0 0 0 30px;
    display: inline-block;
    line-height: 47px;
}


/* Home */

#newsletter {
    background: #308A48;
    padding: 40px 0;
    color: #fff;
    position: relative;
    top: -1px;
}

#newsletter h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

input.tnp-email {
    background: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 15px;
    line-height: 52px !important;
    height: 52px !important;
    padding-left: 20px !important;
    color: #fff !important;
    float: left;
    width: 68% !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

input.tnp-button {
    background: #246535 !important;
    font-family: 'Roboto Slab';
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 15px;
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 !important;
    float: right;
    width: 30% !important;
    margin-left: 2% !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

input.tnp-email::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a2deb2;
    opacity: 1;
    /* Firefox */
}

input.tnp-email:hover,
input.tnp-email:focus {
    outline: none;
    border-color: #a2deb2 !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

input.tnp-button:hover,
input.tnp-button:focus {
    outline: none !important;
    background: #184624 !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

input.tnp-email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a2deb2;
}

input.tnp-email::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a2deb2;
}

#selos {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
}

#selos h2 {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 300;
}

#selos h2 span {
    font-weight: bold;
}

#selos .col-sm-2 {
    border-right: 2px solid #eee;
	width: 20%;
}

#selos .col-sm-2:last-child {
    border: none;
}

#selos a:hover img {
    opacity: 0.8;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

#selos img {
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.selos-imagens{
display:flex !important;
justify-content:center;
}
.selos-linha-2{
	margin-top:30px;
}

.selo-moby{
		margin-left:50px;
	}

/* Secoes Home */

#secoes {
    margin-top: 60px;
}

.video-box,
.blog-box,
.oquevem-box {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    height: 215px;
    background: #cacaca;
    color: #fff;
    background-size: 100% !important;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.video-box {
    background: #eee url(images/home-videos.jpg) center center no-repeat;
    height: 460px;
}

.video-box h1 {
    text-transform: uppercase;
    font-size: 3.2em;
    font-weight: 700;
    margin-top: 0;
}

.video-box h5 {
    font-weight: 300;
    font-size: 1.575em;
}

.blog-box {
    background: #eee url(images/home-blog.jpg) center center no-repeat;
}

.oquevem-box {
    background: #eee url(images/home-oquevem.jpg) center center no-repeat;
}

.blog-box h1,
.oquevem-box h1 {
    text-transform: uppercase;
    font-size: 2.4em;
    font-weight: 700;
    margin-top: 0;
}

.blog-box h5,
.oquevem-box h5 {
    font-weight: 300;
    font-size: 1.2em;
}

.video-box:hover,
.blog-box:hover,
.oquevem-box:hover {
    background-size: 120% !important;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.video-box a.botao,
.blog-box a.botao,
.oquevem-box a.botao {
    position: absolute;
    width: 180px;
    bottom: 30px;
    border-bottom-color: #fff;
    color: #fff;
}

.video-box a.botao:hover,
.blog-box a.botao:hover,
.oquevem-box a.botao:hover {
    position: absolute;
    width: 180px;
    bottom: 30px;
    border-bottom-color: #fff;
    background-color: #fff;
    color: rgb(0, 0, 0);
}


/* Livros Home */

#lancamentos,
#avisrara,
#selo-faro,
#milkshakespeare {
    padding: 30px 0;
}

a.ver-todos h2 {
    text-align: right;
    font-size: 1.275em;
    text-transform: uppercase;
}

.loop-produtos-home li {
    text-align: center;
    list-style: none;
}

.loop-produtos-home li img {
    width: 100%;
    height: auto;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.loop-produtos-home li img:hover {
    -moz-transform: translateX(0px) translateY(-12px);
    -webkit-transform: translateX(0px) translateY(-12px);
    -o-transform: translateX(0px) translateY(-12px);
    -ms-transform: translateX(0px) translateY(-12px);
    transform: translateX(0px) translateY(-12px);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    box-shadow: 0 22px 8px rgb(0 0 0 / 16%);
}

.loop-produtos-home a.button.product_type_simple,
.loop-produtos-home .star-rating {
    display: none;
}

.loop-produtos-home .col-sm-2 h2 {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: normal;
}

.loop-produtos-home .col-sm-6 img {
    margin-bottom: 20px;
}

.imagem-sobre {
    width: 100%;
    height: 355px;
    margin: 60px 0;
    background-size: cover;
}

.espaco-home {
    width: 100%;
    height: 268px;
    display: block;
    position: relative;
    background-size: cover;
}

.espaco-home h3 {
    position: absolute;
    color: #fff;
    background: rgb(178 27 31 / 92%);
    bottom: 15px;
    left: 0;
    height: 75px;
    line-height: 75px;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 0 40px 40px 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.espaco-home:hover {
    opacity: 0.8;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.espaco-home:hover h3 {
    background: #353535;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#sobreafaro {
    background: #EBEBEB url(images/fundo-sobreafaro-home.jpg) center center fixed;
    padding: 120px 0;
}

a.botao,
input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    color: #000;
    line-height: 62px;
    display: block;
    text-transform: uppercase;
    text-align: left;
    border: none;
    border-bottom: 4px solid #111;
    margin-top: 30px;
    width: 240px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a.botao:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
    text-decoration: none;
    background: #000000;
    color: #fff;
    padding-left: 38px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.wpcf7-response-output {
    float: left !important;
    clear: both !important;
    padding: 20px !important;
    text-align: center !important;
    margin-top: 0 !important;
    width: 100% !important;
}

#frase {
    background: #232323 url(images/fundo-frase.jpg) center center;
    text-align: center;
    padding: 140px 0;
}

#frase h3 {
    font-weight: 300;
    color: #fff;
    font-size: 2em;
}


/* Autores Home */

.foto-autor {
    width: 100%;
    height: 200px;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
}

#autores a:hover .foto-autor {
    opacity: 0.8;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
}

.home div#autores {
    background: black url(images/fundo-autores.jpg) center center no-repeat;
    ;
    padding: 120px 0;
}

.home #autores h2,
.home #autores a {
    color: #fff;
}

.home #autores h3 {
    font-weight: 300;
}


/* Destaques Home */

#destaques {
    text-align: center;
    padding: 90px 0;
}

#destaques img {
    max-height: 410px;
    width: auto;
    ;
}

#destaques h2 {
    margin-bottom: 60px;
}

#destaques h2 span {
    font-weight: 300;
    font-size: 24px;
}

#destaques a img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    opacity: 0.8;
}

#destaques a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    opacity: 1;
}


/*============================================
 Autores
============================================*/

#autores .col-sm-2 a {
    margin-top: 10px;
    display: block;
    text-align: center;
}

#autores h3 {
    font-size: 1em;
    margin-bottom: 0;
}

#autores .container .col-sm-12:last-child .divider {
    display: none;
}

.single-autor-livro .flex-page .redes {
    border: 1px solid #eee;
    text-align: center;
    padding: 15px;
}

.single-autor-livro .flex-page .redes a,
.single-product .flex-page .redes a {
    margin-left: 0;
    margin: 0 6px;
}

li.product {
    list-style: none;
}


/*============================================
 Produto / Livro
============================================*/

a.mb-button,
.woocommerce-product-details__short-description a {
    background: transparent !important;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 10px 20px;
    margin-right: 10px;
    margin-top: 10px !important;
    display: block;
    width: 200px;
    text-align: center;
}

a.button.product_type_simple {
    display: none !important;
}

a.link-autor p {
    text-align: center !important;
    margin: 15px 0;
}

.single-product hr {
    display: none;
}

.single-product .redes {
    text-align: center;
}

a.button.product_type_external,
a.button.product_type_simple {
    display: none !important;
}

.woocommerce-product-gallery__image {
    margin-bottom: 15px;
}

a.mini-livro {
    width: 100%;
    text-align: center;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 12px;
    padding: 18px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

a.mini-livro:hover {
    border: 2px solid transparent;
    background-color: #dcdcdc;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #000;
}

.outros-links ul {
    border-top: 2px solid #eee;
    padding: 15px 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 15px;
    list-style: none;
}

h3.chamada {
    margin-top: 0;
    border-bottom: 2px solid #E4E4E4;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 20px;
}

p.price {
    display: none !important;
}

a.share-facebook,
a.share-twitter {
    color: #fff;
    text-transform: uppercase;
    width: 48%;
    display: block;
    text-align: center;
    float: left;
    margin-top: 15px !important;
    padding: 12px;
    font-size: 12px;
    margin: 1%;
    margin-bottom: 30px;
}

a.share-facebook:hover,
a.share-twitter:hover {
    opacity: 0.8;
}

a.share-facebook {
    background-color: #3A579A;
}

a.share-twitter {
    background-color: #00ABF0;
}

div#tab-description {
    text-align: justify;
}


/* Correção altura */

#redes-home p {
    margin-top: 7px;
}

#redes-home span.icone {
    font-size: 40px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid hsl(0deg 0% 100% / 33%);
    float: left;
}

#redes-home .telegram-home span.icone {
    margin-top: 9px;
}

a.facebook-home {
    background: #3B5998;
}

a.youtube-home {
    background: #FF0000;
}

a.instagram-home {
    background: #d6249f;
    background: radial-gradient(circle at 30% 180%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

a.telegram-home {
    background: #0088CC;
}


/* Videos */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos {
    margin-bottom: 30px;
}

.embed-container:after {
    background: #d83231;
    content: "";
    width: 50%;
    height: 9px;
    display: block;
    bottom: -9px;
    position: absolute;
}

.videos h3 {
    margin-bottom: 0;
    margin-top: 30px;
}

.videos p {
    margin-top: 5px;
    margin-bottom: 20px;
}

i.fa.fa-video-camera {
    margin-right: 6px;
}

i.fa.fa-video-camera:after {
    content: "|";
    margin-left: 10px;
    color: #b1b1b1;
}


/* Produtos */

.espaco-produto {
    width: 100%;
    height: 330px;
    display: block;
    position: relative;
    background-size: cover;
}

.espaco-produto h3 {
    position: absolute;
    color: #fff;
    background: rgb(178 27 31 / 92%);
    bottom: -21px;
    left: 0;
    height: 75px;
    line-height: 75px;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 0 40px 40px 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.espaco-produto:hover {
    opacity: 0.8;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.espaco-produto:hover h3 {
    background: #353535;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.info-produto {
    margin-bottom: 60px;
}

.info-produto h3 {
    font-size: 28px;
    margin-bottom: 0;
}

.info-produto h4 {
    font-size: 28px;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 30px;
}

a.link-autor img {
    display: none;
}
body.product-template-default .redes {
    display: none;
}


/*============================================
Alinhamentos adicionais 
============================================*/

.aligncenter {
    text-align: center !important;
    margin: auto;
    display: block;
}


/*============================================
 Woocommerce 
============================================*/

nav.woocommerce-breadcrumb {
    display: inline-block;
}

nav.woocommerce-breadcrumb a,
nav.woocommerce-breadcrumb {
    font-size: 17px !important;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    clear: none;
}

h2.woocommerce-loop-product__title {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

a.button.product_type_simple {
    display: none;
}

.term-description p {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    margin: 30px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 300;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 30px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: rgb(178, 27, 31);
    border-radius: 30px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: rgb(38, 38, 38);
    color: #fff;
}

select.orderby {
    line-height: 42px !important;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #eee !important;
    padding-left: 10px;
}

.search-bar {
    background: #FBFBFB;
    padding: 30px 0;
}

form.woocommerce-product-search {
    border: 2px solid #D4D4D4;
    padding: 15px;
    border-radius: 15px;
    float: left;
    margin-top: 30px;
    width: 100%;
}

form.woocommerce-product-search button {
    background: #000;
    border: none;
    color: #fff;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 12px;
    font-size: 13px;
    width: 18%;
    float: right;
}

form.woocommerce-product-search input[type="search"] {
    background: transparent;
    border: none;
    min-width: 80%;
    float: left;
    line-height: 38px;
}

.search-bar h4 {
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
}

.search-bar button {
    text-indent: -54px;
    overflow: hidden;
    color: transparent;
    border: none;
    background: transparent;
}

.search-bar button:after {
    content: "\f002";
    font-family: 'FontAwesome';
    text-align: right;
    font-size: 17px;
}

form.woocommerce-product-search input[type="search"]:hover,
form.woocommerce-product-search input[type="search"]:focus {
    outline: none;
}

.quantity input {
    line-height: 40px;
    border-radius: 10px;
    border: 2px solid #ccc;
}


/*============================================
 Filtro de Busca 
============================================*/

.form-group.only-top-search {
    width: 100% !important;
    margin-top: 30px;
}

input#s {
    width: 87.25%;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    border: 2px solid #eee;
    border-radius: 12px;
}

button#searchsubmit {
    width: 12%;
    line-height: 34px;
    border-radius: 12px;
    float: right;
    text-transform: inherit;
    font-weight: bold;
    font-size: 14px;
}

.btn-info {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.btn-info:hover,
.btn-info:focus {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    outline: none;
    ;
}

button#searchsubmit:focus {
    outline: none;
    background: #333;
}


/*============================================
 Página de Selo 
============================================*/

.fundo-cabecalho {
    width: 50%;
    height: 228px;
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.page-template-template-selo h2 {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 1.9em;
    font-weight: 300;
}


/*============================================
 Blog 
============================================*/

.page-template-template-noticias .col-sm-8 {
    padding-right: 30px;
    border-right: 1px solid #eee;
}

.page-template-template-noticias .col-sm-4 {
    padding-left: 30px;
}

h3.titulo-widget-lateral:after {
    content: "";
    background: #000;
    width: 50%;
    height: 6px;
    display: block;
    position: absolute;
    bottom: -6px;
}


/*============================================
 Footer 
============================================*/

#footer-1 img {
    margin-top: 28px;
    max-width: 200px !important;
}

#footer-1 p,
#footer-1 li a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #000 !important;
}

#footer-1 li {
    list-style: none;
}

div#text-2,
div#text-3,
#footer .redes {
    min-height: 120px;
}

div#nav_menu-7 ul {
    columns: 2;
}

div#nav_menu-9 {
    margin-top: 18px;
}

div#nav_menu-9 li a {
    font-weight: bold;
    color: #000;
}




/*============================================
  5 colunas bootstrap
============================================*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (max-width:800px){
		.selos-imagens{
flex-direction:column !important;
}
}

@media (min-width: 768px) {
	
	.selo-extra{
	
}

	
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/*============================================
  Pontos de Responsividade
============================================*/

@media only screen and (max-width: 1200px) {
    img.svg {
        padding: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .topo h1,
    .topo .contato,
    h1.page-title {
        text-align: center;
    }
    .navbar-header,
    div#menu-principal {
        width: 100%;
    }
    a.leia-mais {
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    div#menu-principal {
        margin-top: 0;
    }
    footer {
        text-align: center;
    }
    .nav>li {
        text-align: center;
        font-size: 1.2em;
    }
    .flex-page {
        text-align: center;
    }
    .img-repeater img {
        display: initial;
    }
    a.leia-mais {
        float: none;
        width: 50%;
        margin: 15px 25%;
    }
    .mininews h3.news-title {
        margin-top: 0;
    }
    .mininews h3.news-title a {
        font-size: 1em;
    }
    .flex-content.mininews {
        text-align: left;
        margin-top: 1em;
    }
    .flex-sidebar {
        text-align: left;
        padding: 0 4%;
    }
    .logo {
        width: 200px;
        margin-left: 40px;
    }
    form.woocommerce-product-search {
        float: none;
        display: block;
        margin: auto;
        max-width: 315px;
    }
    .rodape-impacta-bottom {
        padding: 15px 0;
    }
    .rodape-impacta #text-5 a {
        margin-bottom: 7px !important;
        display: block;
        font-size: 17px;
    }
    .rodape-impacta #text-5 br {
        display: none;
    }
    footer i.fa {
        margin-top: 20px !important;
    }
    footer i.fa:before {
        font-size: 30px;
    }
    a.botao {
        margin: auto;
        margin-top: 30px;
    }
    .espaco-home {
        margin-bottom: 30px;
    }
    .term-description p {
        font-size: 16px;
        line-height: 23px;
        padding: 0 20px;
        padding-bottom: 30px;
    }
    .espaco-meta {
        margin-top: 0;
        margin-bottom: 30px !important;
        height: 72px;
    }
    p.woocommerce-result-count {
        text-align: center;
        display: block;
        width: 100%;
        font-weight: bold;
    }
    form.woocommerce-ordering {
        width: 100%;
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }
    form.woocommerce-ordering select.orderby {
        margin: auto !important;
        display: block;
        min-width: 308px;
    }
    h1.product_title.entry-title {
        font-size: 22px;
        text-align: center;
    }
    .img-catalogo:after {
        bottom: 0;
        left: 50%;
        margin-left: -25%;
    }
    .tribe-events .tribe-events-calendar-month__day-cell--selected,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
    .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
        background-color: #c3c3c3;
    }
    .single-tribe_events .tribe-events-schedule {
        background: none;
        border: none;
    }
    input.wpcf7-form-control.wpcf7-submit {
        margin: auto;
        float: none;
        width: 100%;
    }
    form.cart {
        text-align: center;
        width: 170px;
        margin: auto;
    }
    .product_meta {
        text-align: center;
    }
    section.related.products h2,
    .woocommerce-tabs.wc-tabs-wrapper h2 {
        font-size: 20px;
    }
    div#lojasfisicas {
        text-align: center;
    }
    #lojasfisicas .botao {
        margin-right: auto;
        float: none;
        margin-top: 30px;
    }
    h1.page-title span {
        font-weight: 300;
        text-transform: initial;
        font-size: 17px;
        display: inline-block;
        top: 4px;
        position: relative;
        line-height: 23px;
    }
}

@media only screen and (max-width: 700px) {
    .flex-content.mininews {
        text-align: center;
        margin-top: 1em;
    }
    .mininews h3.news-title {
        margin-top: 1em;
    }
    .redes-topo {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
        border: none;
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
    }
    .fundo-cabecalho {
        opacity: 0.2;
        width: 100%;
    }
    #autores .divider {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
	#selos .col-sm-2 {
    width: 100%;
}
    body,
    p {
        text-align: center !important;
    }
    li.product {
        min-height: 350px;
    }
    #destaques a img {
        margin-bottom: 30px;
    }
    #selos img {
        margin-bottom: 20px;
    }
    .video-box,
    .blog-box,
    .oquevem-box {
        height: 215px;
        background-size: cover !important;
    }
    .video-box h1,
    .blog-box h1,
    .oquevem-box h1 {
        text-transform: uppercase;
        font-size: 1.8em;
        font-weight: 700;
        margin-top: 0;
    }
    .video-box h5,
    .blog-box h5,
    .oquevem-box h5 {
        font-weight: 300;
        font-size: 1em;
    }
    a.ver-todos h2 {
        text-align: center;
    }
    .home div#autores {
        background-size: cover;
    }
    div#autores .col-sm-2 {
        min-height: 280px;
    }
    input#s {
        width: 100%;
    }
    button#searchsubmit {
        width: 100%;
        margin-top: 10px;
    }
    a.mb-button,
    .woocommerce-product-details__short-description a {
        margin: auto;
    }
    .page-template-template-selo h2 {
        font-size: 1.8em;
        line-height: 1em;
        margin-top: 60px;
    }
    h1.page-title {
        font-size: 30px;
    }
    div#selos img {
        max-width: 150px;
    }
}

@media only screen and (max-width: 320px) {
    .logo {
        width: 220px;
        background-position-x: right;
    }
    .navbar-toggle {
        margin-right: 0;
    }
}