@charset "UTF-8";
/*
Theme Name: Meta Real Online
 */
*, body {
    font-family: 'Poppins', sans-serif;
}

.fooler-col {
    width: 50%;
    float: left;
}

.fooler-col .widget_text {
    padding: 0 40px 0 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image {
    display: inline;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

table {
    table-layout: fixed;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td, .wp-block-table th {
    padding: .5em;
}


.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

.more-link {
    display: block;
}

.wp-block-group > * {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group > .alignwide {
    max-width: 1100px;
}

.wp-block-group > .alignfull {
    max-width: 100%;
}

.wp-block-group.has-background > .alignfull {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    position: relative;
    left: -30px;
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }

    .entry-content > * {
        padding-left: 0px;
        padding-right: 0px;
    }

}

/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
    color: #0073aa;
}

.has-strong-blue-background-color {
    background-color: #0073aa;
}

.has-lighter-blue-color {
    color: #229fd8;
}

.has-lighter-blue-background-color {
    background-color: #229fd8;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-very-dark-gray-color {
    color: #444;
}

.has-very-dark-gray-background-color {
    background-color: #444;
}


.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em !important;
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    color: #ffffff !important;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    overflow-wrap: break-word;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal
}


.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid currentcolor
}


.wp-block-button {
    display: inline-block;
    margin-bottom: 0;
    position: relative
}

.wp-block-button [contenteditable] {
    cursor: text
}

.wp-block-button:not(.has-text-color):not(.is-style-outline) .editor-rich-text__editable[data-is-placeholder-visible=true] + .editor-rich-text__editable {
    color: #fff
}

.wp-block-button .editor-rich-text__editable[data-is-placeholder-visible=true] + .editor-rich-text__editable {
    opacity: .8
}

.editor-block-preview__content .wp-block-button {
    max-width: 100%
}

.editor-block-preview__content .wp-block-button .editor-rich-text__editable[data-is-placeholder-visible=true] {
    height: auto
}

.editor-block-preview__content .wp-block-button .wp-block-button__link {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


.has-pale-pink-color {
    color: #f78da7;
}

.has-pale-pink-background-color,
.wp-block-button .has-pale-pink-background-color:link {
    background-color: #f78da7;
}

.has-vivid-red-color {
    color: #cf2e2e;
}

.has-vivid-red-background-color,
.wp-block-button .has-vivid-red-background-color:link {
    background-color: #cf2e2e;
}

.has-luminous-vivid-orange-color {
    color: #ff6900;
}

.has-luminous-vivid-orange-background-color,
.wp-block-button .has-luminous-vivid-orange-background-color:link {
    background-color: #ff6900;
}

.has-luminous-vivid-amber-color {
    color: #fcb900;
}

.has-luminous-vivid-amber-background-color,
.wp-block-button .has-luminous-vivid-amber-background-color:link {
    background-color: #fcb900;
}

.has-light-green-cyan-color {
    color: #7bdcb5;
}

.has-light-green-cyan-background-color,
.wp-block-button .has-light-green-cyan-background-color:link {
    background-color: #7bdcb5;
}

.has-vivid-green-cyan-color {
    color: #00d084;
}

.has-vivid-green-cyan-background-color,
.wp-block-button .has-vivid-green-cyan-background-color:link {
    background-color: #00d084;
}

.has-pale-cyan-blue-color {
    color: #8ed1fc;
}

.has-pale-cyan-blue-background-color,
.wp-block-button .has-pale-cyan-blue-background-color:link {
    background-color: #8ed1fc;
}

.has-vivid-cyan-blue-color {
    color: #0693e3;
}

.has-vivid-cyan-blue-background-color,
.wp-block-button .has-vivid-cyan-blue-background-color:link {
    background-color: #0693e3;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-light-gray-background-color,
.wp-block-button .has-very-light-gray-background-color:link {
    background-color: #eee;
}

.has-cyan-bluish-gray-color {
    color: #abb8c3;
}

.has-cyan-bluish-gray-background-color,
.wp-block-button .has-cyan-bluish-gray-background-color:link {
    background-color: #abb8c3;
}

.has-very-dark-gray-color {
    color: #313131;
}

.has-very-dark-gray-background-color,
.wp-block-button .has-very-dark-gray-background-color:link {
    background-color: #313131;
}


/*.wp-block-columns {*/
/*    margin-left: -15px;*/
/*    margin-right: -15px;*/
/*}*/
/*.wp-block-column {*/
/*    float: left;*/
/*    box-sizing: border-box;*/
/*    padding: 0 15px;*/
/*}*/
/*.wp-block-columns:after,*/
/*.wp-block-column:after {*/
/*    content: "";*/
/*    display: block;*/
/*    clear: both;*/
/*    width: 100%;*/
/*}*/
/*.has-1-columns .wp-block-column { width: 100%;}*/
/*.has-2-columns .wp-block-column { width: 50%;}*/
/*.has-3-columns .wp-block-column { width: 33.333%;}*/
/*.has-4-columns .wp-block-column { width: 25%;}*/
/*.has-5-columns .wp-block-column { width: 20%;}*/
/*.has-6-columns .wp-block-column { width: 16.66%;}*/
/*.has-7-columns .wp-block-column { width: 14.28%;}*/
/*.has-8-columns .wp-block-column { width: 12.5%;}*/
/*.has-9-columns .wp-block-column { width: 11.111%;}*/
/*.has-10-columns .wp-block-column { width: 10%;}*/


.wp-block-image {
    margin-bottom: 30px;
    overflow: hidden;
}

.interna ol,
.interna ul:not(.wp-block-gallery) {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 30px 44px;
    display: inherit;
}

.interna ol li,
.interna ul li {
    color: #000;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 140%;
    display: list-item;
    margin: 0;
    padding: 0;
}

.banner-carousel .container.crop * {
    opacity: 1 !important;
}

.main-slider.ms1 .banner-carousel {
    background: #006d27 !important;
}

.interna ul ul, .interna ul ul li {
    list-style-type: square;
}

.interna ul ul ul, .interna ul ul ul li {
    list-style-type: circle;
}

.interna ol, .interna ol li {
    list-style-type: decimal;
}

.interna ol ol, .interna ol ol li {
    list-style-type: decimal-leading-zero;
}

.interna ol ol ol, .interna ol ol ol li {
    list-style-type: upper-roman;
}


.blog-post .owl-prev,
.blog-post .owl-next {
    padding: 0 !important;
    top: 90%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
}


.interna a {
    color: blue;
}

.interna a:hover {
    text-decoration: underline;
}

.blog-post .owl-prev {
    left: 10px;
}

.blog-post .owl-next {
    right: 10px;
    left: inherit;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* END CSS CORE  */
img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1365px) {
    .mainMenu > li {
        margin-left: 25px;
    }

}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #F77E0B;
    border-color: #F77E0B;
}

.op-header h1 {
    background: #F9A554;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 0px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 42px;
}


.page-content:not(.page-login) {
    padding: 0 !important;
    margin-bottom: 100px !important;
}

.page-content:not(.page-login) .intro1 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-content:not(.page-login).container,
.page-content:not(.page-login) .container {
    background: #F5F7FA;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 100px 40px !important;
}



.page-content:not(.page-login) .row.contact-middle {
    /*margin: 0 15px;*/
}

.op-header *:not(h1) {
    font-size: 16px;
}

.alignright {
    float: right;
    margin: 0 0 0 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

.intro1 {
    padding-top: 60px;
}

.navbar-nav.social-nav > li > a {
    width: auto;
    background: #ccc !important;
    border-radius: 300px;
    line-height: 44px;
    padding: 0 20px;
    height: 44px;
}

.nav-solid form input {
    max-width: 230px;
}

.header1 {
    height: auto;
}

.nav-solid {
    padding-top: 44px;
    padding-bottom: 0px;
}

.mainMenu > li > a {
    color: #000;
}

/*.mainMenu a:hover, .mainMenu .active a {*/
/*    color: #02501d;*/
/*}*/

/*.mainMenu a:hover:before, .mainMenu .active a:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    bottom: -13px;*/
/*    height: 1px;*/
/*    background: #02501d;*/
/*}*/

.teltopo {
    position: absolute;
    top: -1px;
    right: 17px;
    background: #006d27;
    color: #fff;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    padding: 3px 10px 5px;
}

.fixed-nav .teltopo {
    top: 76px;
    right: 0;
}

.navbar-nav.social-nav > li.inscricao {
}

.navbar-nav.social-nav > li.inscricao > a {
    background: #f4d800 !important;
}

.navbar-nav.social-nav > li.login {
}

/*.navbar-nav.social-nav > li.login > a {*/
/*    background: #006d27 !important;*/
/*    color: #fff;*/
/*}*/

/*.navbar-nav.social-nav > li.login > a * {*/
/*    color: #fff;*/
/*}*/

.main-slider.ms1 .ms1-item {
    background-size: cover;
    background-repeat: no-repeat;
}

.g-table {
    background: rgba(0, 0, 0, 0.3);
}

.owl-item.active .thm-btn:last-of-type {
    background: #f4d801 !important;
    text-transform: none !important;
}

.circle-title-linha {
    border-radius: 300px;
    display: block;
    width: 80px;
    height: 80px;
    background: #006d27;
    color: #fff !important;
    text-align: center;
    line-height: 80px;
}

.page-content div,
.page-content li,
.page-content p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    /*padding-bottom: 30px;*/
}

blockquote {
    margin: 0 0 30px 0;
    padding: 40px;
}

blockquote * {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 25px !important;
    font-style: italic;
    font-family: "Times New Roman", auto;
}


.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    padding-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.single .op-header {
    position: relative;
}

.single .op-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    content: '';
}

.page-content.blog-interna img.attachment-full {
    margin-bottom: 30px;
}

.page-content.blog-interna h2 {
    font-family: inherit;
}


.post-list {
}

.post-list img {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
}

.problemas-home {
}

.problemas-home div[class*="col-"] .fw-4,
.problemas-home div[class*="col-"] {
    margin-bottom: 0;
    padding-bottom: 0;
}

.depoimentos-home {
    padding: 0 !important;
    margin: 0 !important;
}

.page-content .depoimentos-home .text-center {
    margin: 0;
    padding: 0;
}

.depoimentos-home .owl-carousel2 *,
.depoimentos-home .owl-carousel * {
    margin: 0;
    padding: 0;
}

.depoimentos-home .blog-post .owl-dots {
    margin-top: 0;
}


.comercial {
    /*background: #f1f1f1;*/
    padding: 60px 0;
    margin-bottom: -14px;
}

.comercial h1 {
    position: relative;
    text-align: left;
}

.comercial h1:after {
    content: '';
    display: inline-block;
    height: 2px;
    background: #000;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 36px;
}

.comercial h1 span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 9;
    padding-right: 10px;
}


.comercial .geral_grupo_argumentos {
}

.comercial .geral_grupo_argumentos h3 {
}

.comercial .geral_grupo_argumentos ul {
}

.comercial .geral_grupo_argumentos ul li {
    padding: 5px 0;
    margin: 0;
    font-size: 18px;
    line-height: 140%;
    position: relative;
}

.comercial .geral_grupo_argumentos ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 10px;
}

.igual {
    display: block;
    text-align: right;
    font-size: 300px;
    margin-top: 200px;
    margin-left: 50px;
    color: #8888;
}


.comercial .geral_grupo_venda {
    text-align: center;
    padding-left: 112px;
}

.comercial .geral_grupo_venda > h3 {
    text-align: left;
}

.comercial .geral_grupo_venda .row h4 {
    display: block;
}

.comercial .geral_grupo_venda .row h4 em {
    font-size: 43px;
}

.comercial .geral_grupo_venda .row h4 strong {
    display: block;
    color: #ad0505;
}

.comercial .geral_grupo_venda .row h3 {
}

.comercial .geral_grupo_venda .row h3 em {
}

.comercial .geral_grupo_venda .row ul {
}

.comercial .geral_grupo_venda .row ul li {
    margin: 0;
    padding: 0;
}

.comercial .geral_grupo_venda_coluna_1 {
}

.comercial .geral_grupo_venda_coluna_2 {
}

.btn-comercial {
    color: #fff !important;
    padding: 10px 50px;
}

.comercial .plano {
    padding-top: 100px;
}


.comercial-sidebar {
}

.comercial-sidebar h1 {
    margin-bottom: 0;
    padding-bottom: 30px;
    font-size: 34px;
}

.comercial-sidebar .geral_grupo_argumentos {
}

.comercial-sidebar .geral_grupo_argumentos > h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.comercial-sidebar .geral_grupo_argumentos ul {
}

.comercial-sidebar .geral_grupo_argumentos ul li {
    display: block;
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 130%;
}

.comercial-sidebar .geral_grupo_venda {
}

.comercial-sidebar .geral_grupo_venda > h3 {
    text-align: center;
}

.comercial-sidebar .geral_grupo_venda .row {
}

.comercial-sidebar .geral_grupo_venda .row h3 {
    font-size: 20px;
}

.comercial-sidebar .geral_grupo_venda .row h4 {
}

.comercial-sidebar .geral_grupo_venda .row h4 em {
    font-size: 32px;
}

.comercial-sidebar .geral_grupo_venda .row h4 strong {
    display: block;
    color: #ad0505;
}

.comercial-sidebar .geral_grupo_venda ul {
}

.comercial-sidebar .geral_grupo_venda ul li {
    padding: 0;
}

.comercial-sidebar .btn-comercial {
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.comercial-sidebar {

}


.wpcf7 {
}

.wpcf7 .row {
    margin: 0;
    padding-bottom: 30px;
}

.wpcf7 input {
}

.wpcf7 select {
}

.wpcf7 textarea {
}

.wpcf7 button {
}

.wpcf7 .thm-btn:only-of-type {
    height: 65px;
    padding: 0;
}

.contact-middle form input {
    height: 65px;
    padding: 0 30px;
}

.accordion {
}

.item-accordion {
}

.item-accordion .card-header {
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background-color: #2172c6;
}

.item-accordion[data-ordem="0"] .card-header,
.item-accordion[data-ordem="4"] .card-header,
.item-accordion[data-ordem="8"] .card-header,
.item-accordion[data-ordem="12"] .card-header {
    background-color: #bf0411;
    color: #bf0411;
}

.item-accordion[data-ordem="1"] .card-header,
.item-accordion[data-ordem="5"] .card-header,
.item-accordion[data-ordem="9"] .card-header,
.item-accordion[data-ordem="13"] .card-header {
    background-color: #e99305;
    color: #e99305;
}

.item-accordion[data-ordem="2"] .card-header,
.item-accordion[data-ordem="6"] .card-header,
.item-accordion[data-ordem="10"] .card-header,
.item-accordion[data-ordem="14"] .card-header {
    background-color: #98bf11;
    color: #98bf11;
}

.item-accordion[data-ordem="3"] .card-header,
.item-accordion[data-ordem="7"] .card-header,
.item-accordion[data-ordem="11"] .card-header,
.item-accordion[data-ordem="15"] .card-header {
    background-color: #006f00;
    color: #006f00;
}


.item-accordion .card-header {
    position: relative;
    z-index: 9;
}

.item-accordion[data-ordem] .card-header:before {
    content: '1';
    background: #fff;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    margin: 4px 20px 0px 0px;
}

.item-accordion[data-ordem="0"] .card-header:before {
    content: '1'
}

.item-accordion[data-ordem="1"] .card-header:before {
    content: '2'
}

.item-accordion[data-ordem="2"] .card-header:before {
    content: '3'
}

.item-accordion[data-ordem="3"] .card-header:before {
    content: '4'
}

.item-accordion[data-ordem="4"] .card-header:before {
    content: '5'
}

.item-accordion[data-ordem="5"] .card-header:before {
    content: '6'
}

.item-accordion[data-ordem="6"] .card-header:before {
    content: '7'
}

.item-accordion[data-ordem="7"] .card-header:before {
    content: '8'
}

.item-accordion[data-ordem="8"] .card-header:before {
    content: '9'
}

.item-accordion[data-ordem="9"] .card-header:before {
    content: '10'
}

.item-accordion[data-ordem="10"] .card-header:before {
    content: '11'
}

.item-accordion[data-ordem="11"] .card-header:before {
    content: '12'
}

.item-accordion[data-ordem="12"] .card-header:before {
    content: '13'
}

.item-accordion[data-ordem="13"] .card-header:before {
    content: '14'
}

.item-accordion[data-ordem="14"] .card-header:before {
    content: '15'
}

.item-accordion[data-ordem="15"] .card-header:before {
    content: '16'
}

.item-accordion[data-ordem="16"] .card-header:before {
    content: '17'
}

.item-accordion[data-ordem="17"] .card-header:before {
    content: '18'
}

.item-accordion[data-ordem="18"] .card-header:before {
    content: '19'
}

.item-accordion[data-ordem="19"] .card-header:before {
    content: '20'
}


.item-accordion .card-header .titulo {
    display: block;
    font-size: 22px;
    color: #fff;
}

.item-accordion .card-header .dica {
    display: block;
    color: #fff;
}

.item-accordion .collapse-style {
    background: #eee;
    padding: 20px;
    width: 95%;
    margin-left: 5%;
    border-radius: 10px;
    position: relative;
    top: -14px;
    padding-top: 30px;
    overflow: hidden;
}

.item-accordion .collapse .card-body {
}

.item-accordion .collapse .card-body * {
}

.footer-top {
    padding-top: 58px;
    padding-bottom: 0px;
    border-bottom: none;
}

.fooler-col ul li a {
    font-size: 14px;
}

.fooler-col ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-contact h3,
.fooler-col ul li a,
footer * {
    color: #000;
}

.footer-bottom p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.footer-middle {
    padding-top: 52px;
    margin-bottom: 20px;
}

/*footer > div {*/
/*    padding-bottom: 136px;*/
/*    background: url("images/marca-meta-rodape.png") bottom center no-repeat;*/
/*}*/


/* Images */

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.img-circle {
    border-radius: 50%;
}

/* Comments */

textarea, input {
    border: 1px solid #e4e4e4;
}

textarea {
    width: 100%;
}

.comment-list, .children {
    list-style: none;
}

ul.children {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.comment-wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
}

.comment-wrap .comments-title {
    padding-top: 60px;
}

.comment-wrap .comment-img {
    float: left;
    margin-right: 20px;
    padding-bottom: 0px;
}

.comment-author {
    text-align: left;
}

.comment-reply {
    position: absolute;
    top: 0px;
    right: 0px;
    font-style: italic;
    padding: 5px 5px;
    background: #f5f5f5;
}

.comment-author, .comment-author a {
    padding: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.comment-date {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
    display: block;
    padding-bottom: 7px;
}

.depth-2 .comment-wrap {
    padding-left: 30px;
}

.depth-3 .comment-wrap {
    padding-left: 60px;
}

.depth-4 .comment-wrap {
    padding-left: 90px;
}

.depth-5 .comment-wrap {
    padding-left: 120px;
}

.depth-6 .comment-wrap {
    padding-left: 150px;
}

.depth-7 .comment-wrap {
    padding-left: 180px;
}

.depth-8 .comment-wrap {
    padding-left: 210px;
}

.depth-9 .comment-wrap {
    padding-left: 240px;
}

.depth-10 .comment-wrap {
    padding-left: 270px;
}

#commentform #comment, #commentform #author, #commentform #email, #commentform #url {
    display: block;
    width: 100%;
}


#commentform input[type="submit"]:hover {
    background: #e2fcff;
}

.title-line {
    border-top: 1px dotted #ccc;
    display: block;
    max-width: 30%;
    margin: 0 auto 25px;
}


.comment-form input[type=submit] {
    line-height: inherit;
    outline: 0;
    box-shadow: none;
    resize: none;
    border: 1px solid #e4e4e4;
    color: #fff !important;
    background: #118442 !important;
    text-transform: capitalize !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: 'Titillium Web', sans-serif;
    display: inline-block;
    height: 65px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    padding: 0;
}

.mainMenu {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.mainMenu > li {
    margin: 0 !important;
    padding: 0 10px !important;
}

/* Responsive */

@media (max-width: 767px) {
    .comment-list, .children {
        padding-left: 0px;
    }

    .comment-wrap .comment-img {
        float: none;
        margin: 0px;
        width: 100%;
        padding-bottom: 0px;
    }

    .comment-img > img {
        display: block;
        margin: 0px auto;
    }

    .comment-author, .comment-author a, .comment-date {
        text-align: center;
    }

    .depth-2 .comment-wrap, .depth-3 .comment-wrap, .depth-4 .comment-wrap, .depth-5 .comment-wrap, .depth-6 .comment-wrap, .depth-7 .comment-wrap, .depth-8 .comment-wrap, .depth-9 .comment-wrap, .depth-10 .comment-wrap {
        padding-left: 0px;
    }

    .comment-reply {
        position: relative;
        text-align: center;
        display: block;
        margin-top: 25px;
    }
}
