@charset "utf-8";
/*
Theme Name: Favet - BluePause
Theme URI: http://www.bp360.com.br/
Author: Agência BluePause
Author URI: http://www.bp360.com.br/
Description: Tema desenvolvido por Agência BluePause exclusivamente para o Favet
Version: 0.0.4
Text Domain: favet-bp
Domain Path: /languages
*/
html,body,a,article,button,dd,del,div,dl,footer,address,h1,h2,h3,h4,h5,h6,header,input,ins,li,nav,p,section,select,span,strong,td,th,textarea,ul,time,aside{font-family: 'Lato', Tahoma, sans-serif;}

body{font-size: 14px; color: #333; background-color: #dcdbda;}

#content{min-height: 800px;}
/* Topbar */
#topbar{background-color: #10451d; padding: 0}
#topbar div.ufmt{ padding-top: 10px; padding-bottom: 10px;}
#topbar a.ufmt{font-size: 11px; color: #fff; line-height: 13px; text-decoration: none;}
#topbar a.ufmt:hover, #topbar a.ufmt:focus{color: #fff; text-decoration: none;}
#topbar .form-control{background-color: transparent; color: #fff; font-size: 14px; height: 30px; border: 1px solid #fff; border-radius: 0; border-right: 0;}
#topbar .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #fff; opacity: 1; /* Firefox */}
#topbar .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff;}
#topbar .form-control::-ms-input-placeholder { /* Microsoft Edge */ color: #fff;}
#topbar .btn{background-color: transparent; color: #fff; font-size: 18px; height: 30px; line-height: 22px; border: 1px solid #fff; border-left: 0; border-radius: 0; transition: .15s;}
#topbar .btn:hover{background-color: #fff; color: #fff;}

/* Header */
#main_header{position: relative; width: 100%; background-color: #dcdbda; padding: 5px 0 20px;}
#main_header .navbar-brand{width: 170px; height: 63px; padding-bottom: 0; padding-top: 0; background: url('assets/images/logo-pt-br.png') center center no-repeat; background-size: cover; margin-left: 0; margin-bottom: 10px;}
#main_header .navbar-brand h1{display: block; width: 170px; height: 63px;}

#main_header .navbar-brand.en{background-image: url('assets/images/logo-en.png');}
#main_header .navbar-brand.es{background-image: url('assets/images/logo-es.png');}

#main_header .form-control{background-color: transparent; color: #10451d; font-size: 20px; height: 40px; border: 0; border-radius: 10px 0 0 10px; background-color: #e9e8e8; border-right: 0;}
#main_header .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #808080; opacity: 1; /* Firefox */}
#main_header .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #808080;}
#main_header .form-control::-ms-input-placeholder { /* Microsoft Edge */ color: #808080;}
#main_header .btn{background-color: transparent; color: #e9e8e8; background-color: #10451d; font-size: 24px; height: 40px; line-height: 28px; border: 0; border-left: 0; border-radius: 0 10px 10px 0; transition: .15s;}
#main_header .btn:hover{background-color: #808080; color: #fff;}

#main_header .input-group{margin-top: 10px;}

#top-bar-language{float: right; margin-top: 0;}
#top-bar-language .wpml-switcher__languages .wpml-switcher__active{display: block; color: #1a7431; font-size: 18px; cursor: pointer;}
#top-bar-language .wpml-switcher__languages .wpml-switcher__active img{width: 32px; height: auto;}
#top-bar-language .wpml-switcher__languages .wpml-switcher__active .fa{margin-left: 10px;}
#top-bar-language .wpml-switcher__languages .wpml-switcher__bar {position: absolute; visibility: hidden; right: 0; top: 100%; min-width: 100%; list-style: none; padding: 0 0 8px; margin: 0; opacity: 0; background-color: #1a7431; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 5000;}
#top-bar-language .wpml-switcher__languages .wpml-switcher__bar.active{visibility: visible; opacity: 1;}
#top-bar-language .wpml-switcher__languages .wpml-switcher__bar li{display: block;}
#top-bar-language .wpml-switcher__languages .wpml-switcher__bar li a{display: block; background-color: #1a7431; padding: 8px 10px 0; font-size: 14px;}
#top-bar-language .wpml-switcher__languages .wpml-switcher__bar li .wpml-language{color: #fff; font-size: 14px; margin-left: 10px;}
#top-bar-language .wpml-switcher__languages .wpml-switcher__bar li img{width: 24px; height: auto;}

/* Menu */
#main_navbar{padding: 0; background-color: #1a7431;}
#main_navbar .navbar-nav .nav-link{color: #fff; font-size: 18px; text-align: center; transition: .2s; margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; font-weight: 700;}
#main_navbar .navbar-nav .nav-link:hover{background-color: #1a7431; color: #fff}
#main_navbar .navbar-collapse.collapse.show{padding-top: 20px}

#main_navbar .navbar-toggler{border-color: transparent; outline: none; box-shadow: none; margin-bottom: 10px; margin-top: 7px;}
#main_navbar .burger-menu{display: flex; width: 1.5em; height: 1.5em; align-items: center}
#main_navbar .burger-menu i{display: inline-block; width: 100%; height: 3px; background-color: #fff; position: relative; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
#main_navbar .burger-menu i:before {content: ''; position: absolute; left: 0px; top: -9px; width: 100%; height: 3px; background-color: #fff; border-radius: 4px; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; backface-visibility: hidden;}
#main_navbar .burger-menu i:after {content: ''; position: absolute; left: 0px; bottom: -9px; width: 100%; height: 3px; background-color: #fff; border-radius: 4px; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; backface-visibility: hidden;}

#main_navbar .navbar-toggler.collapsed .burger-menu i:before {transform: rotate(0); -webkit-transform: rotate(0); -ms-transform: rotate(0); top: -9px;}
#main_navbar .navbar-toggler.collapsed .burger-menu i:after {transform: rotate(0); -webkit-transform: rotate(0); -ms-transform: rotate(0); bottom: -9px;}
#main_navbar .navbar-toggler.collapsed .burger-menu i {background-color: #fff;}

#main_navbar .navbar-toggler .burger-menu i {background-color: rgba(255, 255, 255, 0);}
#main_navbar .navbar-toggler .burger-menu i:before {transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); top: 0px;}
#main_navbar .navbar-toggler .burger-menu i:after {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); bottom: 0px;}

#main_navbar .navbar-nav .sep{display: none; padding: .7rem 10px .3rem;}
#main_navbar .navbar-nav .sep:last-child{display: none;}

#main_navbar .navbar-collapse.collapse.show{background-color: #1a7431; margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px;}

#main_navbar .navbar-nav .dropdown-toggle::after{display: none;}
#main_navbar .navbar-nav .dropdown-item{font-size: 13px; transition: .15s;}
#main_navbar .navbar-nav .dropdown-item:hover{background-color: #1a7431; color: #fff;}

.dropdown-item.active, .dropdown-item:active{background-color: #1a7431; color: #fff;}

/* Footer */
#main_footer{background: #dcdbda top center no-repeat; background-size: cover; padding: 50px 0 20px;}
#main_footer .logo-rodape img{margin-bottom: 30px; max-width: 250px;}
#main_footer div.menu{display: none;}
#main_footer h5{font-size: 20px; color: #575757; font-weight: 700; padding: 0; margin: 0 0 20px;}
#main_footer h5::after{content: ''; position: relative; display: block; background-color: #1a7431; width: 70px; height: 4px; margin: 10px auto 0;}
#main_footer h5:first-child{margin-top: 0;}
#main_footer p{font-size: 16px; color: #575757; font-weight: 400; line-height: 130%;}
#main_footer p a{font-size: 16px; font-weight: 400; color: #575757; text-decoration: none; transition: .15s;}
#main_footer p a:hover, #main_footer p a:focus{color: #1a7431;}
#main_footer address{margin-bottom: 50px;}
#main_footer .logos-parceiros{padding: 50px 0; background-color: #10451d;}
#main_footer .logos-parceiros img{max-width: 200px;}

#main_footer p.social-footer{margin-bottom: 50px;}
#main_footer p.social-footer a{color: #1a7431; margin-right: 2px;}
#main_footer p.social-footer a:last-child{margin-right: 0;}
#main_footer p.social-footer a:hover{color: #10451d;}

#main_footer p a .fab{font-size: 30px; margin-right: 5px;}

#main_footer .footer-menu ul{list-style: none; padding: 0; text-align: center; margin-bottom: 50px;}
#main_footer .footer-menu ul li{display: block; width: 100%; text-align: center; color: #fff; font-size: 12px; line-height: 200%;}
#main_footer .footer-menu ul li a{font-size: 16px; color: #575757; font-weight: 400; text-decoration: none; transition: .15s;}
#main_footer .footer-menu ul li a:hover{color: #1a7431;}
#main_footer .footer-menu ul li.sep{display: none;}

/* Social e Pesquisa Rodapé */
#social_bottom{position: relative; background-color: #f5f5f5; padding: 27px 0 30px}
#social_bottom h2{color: #386227; font-size: 16px; text-align: center; font-weight: 600;}
#social_bottom h2 a{color: #386227; text-decoration: none; transition: .15s; margin-left: 3px; margin-right: 3px;}
#social_bottom h2 a:hover, #social_bottom h2 a:focus{color: #40267e}
#social_bottom h2 span{margin-top: 10px;}

#developer{padding-top: 30px;}
#developer p{font-size: 12px !important;}
#developer p a{font-size: 12px !important;}

/* Páginas */
#main-content{background-color: #fff; min-height: 700px; padding: 0 0 50px;}
.featured-image{display: block; position: relative; width: 100%; max-height: 150px; overflow: hidden;}
.featured-image figure{margin-bottom: 0}
.featured-image img{display: block; width: 100%; max-width: 100%; height: auto}
.entry-title, .page-title{color: #1a7431; font-size: 36px; margin: 0; padding: 0 0 5px;}
.entry-title a{color: #1a7431; text-decoration: none;}
.entry-title a:hover{color: #1a7431; text-decoration: none;}

.featured-image-bg{position: relative; display: flex; justify-content: center; align-items: center; background-color: #575656; background-position: center top; background-size: cover; background-repeat: no-repeat; padding: 50px 15px; min-height: 200px;}
.featured-image-bg .entry-title{position: relative; margin: 0; padding: 0; color: #fff; text-transform: uppercase; font-weight: 700; text-shadow: 2px 2px 5px rgba(0,0,0,.5);}
.featured-image-bg .overlay-bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.3);}

article.page{position: relative; min-height: 700px;}

.page .entry .entry-title{margin-top: 0}
.page .entry{color: #565656; font-size: 15px; padding: 30px 0 50px}
.page .entry a{color: #1a7431; text-decoration: none; transition: .15s}
.page .entry a:hover{color: #1a7431; text-decoration: none}
.page .entry img {height: auto; max-width: 100%; margin-bottom: 20px;}
.page .entry img.alignleft {float: left; margin-right: 30px;}
.page .entry img.alignright {float: right; margin-left: 30px;}
.page .entry img.aligncenter {display: block; margin: 0 auto 30px; text-align: center;}
.page .entry iframe {border: 0; padding: 0; margin: 0; max-width: 100%;}
.page .entry iframe.alignleft {float: left; margin-right: 27px; margin-bottom: 20px;}
.page .entry iframe.aligncenter {display: block; float: none; margin: 20px auto;}
.page .entry iframe.alignright {float: right; margin-left: 27px; margin-bottom: 20px;}
.page .entry ul li, .page .entry ul li ul li {color: #565656;}

.page .entry .wp-caption{max-width: 100%;}
.page .entry .wp-caption .wp-caption-text{font-size: 12px; color: #565656; margin: 10px 0 0; padding: 0;}
.page .entry .wp-caption img{margin-bottom: 0; max-width: 100%; height: auto;}
.page .entry .alignleft {float: left; margin-right: 30px;}
.page .entry .alignright {float: right; margin-left: 30px;}
.page .entry .aligncenter {display: block; margin: 0 auto 30px; text-align: center;}

/* Lista de posts */
.posts{padding-top: 30px;}
.posts .post{padding-bottom: 30px; padding-top: 0; margin-bottom: 0;}
.posts .post .entry-title{font-size: 24px;}
.posts .post:last-child{border-bottom: 0}
.posts .post .featured-image{margin-bottom: 30px; height: 150px;}
.posts .post .featured-image img{height: 150px;}

/* */
.parent-page{padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px solid #1b222b}
article.page .entry .parent-page h3{margin-bottom: 25px; font-size: 20px; font-weight: 700}
article.page .entry .parent-page p{margin-bottom: 0;}

/* Página do post */
.post{position: relative; padding-left: 0; padding-right: 0; padding-top: 30px;}
.post .entry-title{color: #1a7431; font-size: 24px; font-weight: 700; margin-bottom: 10px; padding: 0;}
.post .entry-subtitle{color: #575756; font-size: 16px;}
.post .entry-date{display:block; color: #565656; font-size: 14px}
.post .sep{display: block; border-top: 1px solid #d8d8d8; width: 230px; max-width: 100%; height: 1px; margin: 15px 0 35px;}
.post .entry{color: #565656; font-size: 14px}

.post .featured-image{display: block; position: relative; width: 100%; height: 250px; overflow: hidden;}
.post .featured-image figure{margin-bottom: 0}
.post .featured-image img{display: block; position: absolute; left: 50%; top: 50%; width: 100%; max-width: 100%; height: 250px; object-fit: cover; transform: translate(-50%, -50%)}

.post .entry p.alignleft {text-align: left;}
.post .entry p.alignright {text-align: right;}
.post .entry p.aligncenter {text-align: center;}
.post .entry a {color: #1a7431;}
.post .entry a:hover, .post .entry a:focus {color: #1a7431; text-decoration: underline;}
.post .entry img {height: auto; max-width: 100%; margin-bottom: 20px;}
.post .entry img.alignleft {float: left; margin-right: 30px;}
.post .entry img.alignright {float: right; margin-left: 30px;}
.post .entry img.aligncenter {display: block; margin: 0 auto 30px; text-align: center;}
.post .entry iframe {border: 0; padding: 0; margin: 0; max-width: 100%;}
.post .entry iframe.alignleft {float: left; margin-right: 27px; margin-bottom: 20px;}
.post .entry iframe.aligncenter {display: block; float: none; margin: 20px auto;}
.post .entry iframe.alignright {float: right; margin-left: 27px; margin-bottom: 20px;}
.post .entry ul li, .post .entry ul li ul li {color: #565656;}
.post .entry hr{border-color: #767676;}

.post .entry-footer{margin-top: 40px;}
.post .entry-footer p{color: #565656; font-size: 14px;}
.post .entry-footer p a{color: #1a7431; text-decoration: none; transition: .15s}
.post .entry-footer p a:hover{color: #1a7431}

.post .entry .wp-caption{max-width: 100%;}
.post .entry .wp-caption .wp-caption-text{font-size: 12px; color: #565656; margin: 10px 0 0; padding: 0;}
.post .entry .wp-caption img{margin-bottom: 0; max-width: 100%; height: auto;}
.post .entry .alignleft {float: left; margin-right: 30px;}
.post .entry .alignright {float: right; margin-left: 30px;}
.post .entry .aligncenter {display: block; margin: 0 auto 30px; text-align: center;}

.post .entry-container{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.post .entry-thumbanil-container{position: relative; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; height: 300px;}
.post .entry-thumbanil-container img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.post .entry-text-container{position: relative; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; background-color: #f5f5f5; padding: 24px 30px;}
.post .entry-text-container p.categories{margin: 20px 0 0; font-size: 12px; color: #565656;}
.post .entry-text-container p.categories a{color: #1a7431; text-decoration: none; transition: 15ms all linear; margin-left: 5px;}
.post .entry-text-container p.categories a:first-child{margin-left: 0;}
.post .entry-text-container p.categories a:hover{color: #333;}

/* Paginação */
.post_nav{padding: 0; margin: 0 0 50px; text-align: center;}
.post_nav ul{padding: 0; margin: 0 auto;}
.post_nav li a, .post_nav li a:hover, .post_nav li.active a, .post_nav li.disabled {color: #fff; font-size: 16px; font-style: italic; font-weight: 500; text-decoration: none; transition: 150ms all linear; text-transform: lowercase;}
.post_nav li {display: inline; margin: 0; padding: 0 3px}
.post_nav li a, .post_nav li a:hover, .post_nav li.active a, .post_nav li.disabled {background-color: #1a7431; border-radius: 5px; cursor: pointer; padding: 8px 15px;}
.post_nav li a:hover,.post_nav li.active a {background-color: #1a7431; color: #fff}

/* Compartilhamento */
.compartilhe{padding-top: 30px; margin-top: 0; margin-bottom: 50px;}
.compartilhe > h4{color: #777; font-weight: 300; border-bottom: 1px solid #d8d8d8; padding-bottom: 5px; font-size: 22px; margin-bottom: 20px}
.bpssb-buttons {box-sizing: border-box; font-size: 12px; height: 36px; margin: 0; padding: 0; width: 100%; list-style: none;}
.bpssb-buttons:after, .bpssb-buttons:before {content: ' '; display: table;}
.bpssb-buttons li {box-sizing: border-box; float: left; height: 100%; line-height: 13px; list-style: none; margin: 0; padding: 0 2px; width: 16.6666%;}
.bpssb-buttons li a {background-color: #ccc; border-radius: 2px; box-sizing: border-box; display: block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-weight: 700; height: 100%; padding: 11px 7px 12px 7px; position: relative; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-transition: background-color .2s ease-in-out; transition: background-color .2s ease-in-out; width: 100%; color: #fff;}
.bpssb-buttons li .bpssb-icon {width: 100%; position: relative; top: auto; left: auto;}
.bpssb-buttons li a .bpssb-icon svg {height: 17px; width: 17px; fill: currentColor;}
.bpssb-buttons li a .bpssb-text {color: #fff; display: none;}
.bpssb-buttons li.bpssb-facebook a {background-color: #306199;}
.bpssb-buttons li.bpssb-facebook a:hover {background-color: #244872;}
.bpssb-buttons li.bpssb-twitter a {background-color: #26c4f1;}
.bpssb-buttons li.bpssb-twitter a:hover {background-color: #0eaad6;}
.bpssb-buttons li.bpssb-googleplus a {background-color: #e93f2e;}
.bpssb-buttons li.bpssb-googleplus a:hover {background-color: #ce2616;}
.bpssb-buttons li.bpssb-pinterest a {background-color: #b81621;}
.bpssb-buttons li.bpssb-pinterest a:hover {background-color: #8a1119;}
.bpssb-buttons li.bpssb-email a {background-color: #0a88ff;}
.bpssb-buttons li.bpssb-email a:hover {background-color: #006ed6;}
.bpssb-buttons li.bpssb-whatsapp a {background-color: #43d854;}
.bpssb-buttons li.bpssb-whatsapp a:hover {background-color: #28c039;}

/* Páginas Filhas */
a.first-parent{display: block; position: relative; width: 100%; font-size: 18px; margin: 30px 0 5px; border-radius: 0; padding: 10px 20px 10px 45px; background-color: #10451d; color: #fff; transition: .2s; text-decoration: none}
a.first-parent:before{content: '\f138'; display: block; position: absolute; left: 20px; top: 10px; font-family:"Font Awesome 5 Free"; font-weight: 900;}
ul.child-pages {padding: 0; margin: 0 0 50px; list-style: none; width: 100%; border: none;}
ul.child-pages li {width: 100%; margin: 0; padding: 0 0 5px;}
ul.child-pages li a {display: block; position: relative; width: 100%; font-size: 16px; padding: 10px 20px 10px 45px; border-radius: 0; background-color: #EFEFEF; color: #777777; transition: .2s; text-decoration: none}
ul.child-pages > li > a:before{content: '\f138'; display: block; position: absolute; left: 20px; top: 10px; font-family:"Font Awesome 5 Free"; font-weight: 900;}
ul.child-pages > li > a.active:before{content: '\f13a';}
ul.child-pages li.current_page_parent > a{background-color: #1A7431; color: #fff;}
ul.child-pages li.current_page_ancestor > a{background-color: #1A7431; color: #fff;}
ul.child-pages li.current_page_ancestor li.current_page_ancestor > a{background-color: #EFEFEF; color: #777777;}
ul.child-pages li a:hover, ul.child-pages li a:focus {background-color: #1A7431; color: #fff;}
ul.child-pages li ul {margin: 0; padding: 0; list-style: none}
ul.child-pages li ul li {border-bottom: 0; border-top: 0;}
ul.child-pages li ul li:first-child{margin-top: 5px;}
ul.child-pages li ul li a {font-size: 13px; padding-left: 20px}
ul.child-pages li ul li ul li a{padding-left: 40px}
ul.child-pages li ul li ul li:first-child{margin-top: 5px}
ul.child-pages li ul li:last-child{padding-bottom: 0}
ul.child-pages li ul.children{display: none;}
ul.child-pages li.current_page_parent ul.children, ul.child-pages li.current_page_item ul.children{display: block;}
ul.child-pages li.current_page_ancestor ul.children{display: block}
ul.child-pages > li.current_page_item > a, ul.child-pages li ul.children li.current_page_item > a{background-color: #1A7431; color: #fff}

/* Sidebar Posts */
#sidebar{padding: 20px 0 0; overflow-x: hidden}
#sidebar > ul{list-style: none; margin: 0 0 30px 0; padding: 0}
#sidebar > ul > li{margin: 0; padding: 15px 0; border-bottom: 1px solid #d8d8d8}
#sidebar > ul > li:last-child{border-bottom: 0;}
#sidebar .widget-title{color: #1b222b; padding-bottom: 5px; font-size: 24px; font-weight: 600; margin-bottom: 20px;}

#sidebar .widget_search label{display: none;}
#sidebar .widget_search #s{border: 1px solid #d6d6d6; width: 200px; max-width: 100%; font-size: 16px; color: #1b222b; font-style: italic; font-weight: 700; height: 32px; padding-left: 10px; padding-right: 10px}
#sidebar .widget_search #searchsubmit{background-color: #1a7431; border: 1px solid #1a7431; font-size: 16px; color: #fff; height: 32px; font-weight: 700}

#sidebar .widget-container ul li{line-height: 30px}
#sidebar .widget_recent_entries ul{list-style: none; margin: -10px 0 0; padding: 0}
#sidebar .widget_recent_entries ul li{border-bottom: 1px solid #d8d8d8; padding-bottom: 5px; padding-top: 5px;}
#sidebar .widget_recent_entries ul li:last-child{border-bottom: 0;}
#sidebar .widget_recent_entries ul li a{color: #565656; font-size: 16px;}
#sidebar .widget_recent_entries ul li a:hover{color: #1a7431}

#sidebar .widget_categories ul{list-style: none; margin: -10px 0 0; padding: 0}
#sidebar .widget_categories ul li a{color: #565656; font-size: 16px;}
#sidebar .widget_categories ul li a:hover{color: #1a7431;}

#sidebar .widget_archive ul{list-style: none; margin: -10px 0 0; padding: 0; width: 100%}
#sidebar .widget_archive ul li a{color: #565656; font-size: 16px; text-transform: capitalize}
#sidebar .widget_archive ul li a:hover{color: #1a7431;}

#sidebar .widget_meta ul{list-style: none; margin: -10px 0 0; padding: 0; width: 100%}
#sidebar .widget_meta ul li a{color: #565656; font-size: 16px; text-transform: capitalize}
#sidebar .widget_meta ul li a:hover{color: #1a7431;}

#sidebar img{max-width: 100%; height: auto;}

.widget_tag_cloud a{color: #575757; text-decoration: none; transition: .15s; padding-right: 5px; padding-left: 5px; font-size: 15px !important;}
.widget_tag_cloud a:hover{text-decoration: none; background-color: #1a7431; color: #fff;}

/* Yoast SEO Breadcrumbs */
#breadcrumbs{padding: 40px 0 20px; color: #3c3835; font-size: 12px;}
#breadcrumbs a{color: #3c3835; text-decoration: none}
#breadcrumbs a:hover{color: #1a7431; text-decoration: none}
#breadcrumbs > span > span > a[rel="v:url"]{color: #3c3835; font-weight: 700}
#breadcrumbs > span > span > a[rel="v:url"]:hover{color: #1a7431;}
#breadcrumbs .breadcrumb_last{color: #1a7431}

/* Contact Form 7 */
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-dynamictext, .wpcf7 .wpcf7-date, .wpcf7 .wpcf7-number{width: 100%; height: 41px; border: 1px solid #cbcbcb; border-radius: 10px; background-color: #fff; font-size: 15px; color: #969696; padding-left: 20px; padding-right: 20px; outline: none;}
.wpcf7 .wpcf7-textarea{width: 100%; height: 120px; border: 1px solid #cbcbcb; border-radius: 10px; background-color: #fff; font-size: 15px; color: #969696; padding: 15px 20px; resize: vertical; outline: none;}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-dynamictext, .wpcf7 .wpcf7-textarea{transition: 200ms border linear}
.wpcf7 .wpcf7-text:focus, .wpcf7 .wpcf7-select:focus, .wpcf7 .wpcf7-dynamictext:focus, .wpcf7 .wpcf7-textarea:focus{border-color: #1a7431;}
.wpcf7 .wpcf7-submit{display: block; width: 134px; max-width: 100%; color: #fff; font-size: 17px; margin: 0 auto; padding: 10px 15px; background-color: #1a7431; text-align: center; border: 0; border-radius: 10px; transition: 150ms all linear}
.wpcf7 .wpcf7-submit:hover{background-color: #575757}
.wpcf7 .row > div{padding-bottom: 20px;}
.wpcf7 label{display: block; width: 100%; margin-bottom: 5px;}

.wpcf7 .wpcf7-text.wpcf7-not-valid, .wpcf7 .wpcf7-select.wpcf7-not-valid, .wpcf7 .wpcf7-dynamictext.wpcf7-not-valid, .wpcf7 .wpcf7-textarea.wpcf7-not-valid{color: #a94442; background-color: #f2dede; border-color: #ebccd1;}

.wpcf7 form .wpcf7-response-output {margin-left: 0; margin-right: 0; }
.wpcf7 form.sent .wpcf7-response-output {color: #3c763d; background-color: #dff0d8; border: 1px solid #d6e9c6; padding: 15px; border-radius: 4px; }
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {color: #a94442; background-color: #f2dede; border: 1px solid #ebccd1; padding: 15px; border-radius: 4px; }
.wpcf7 form.spam .wpcf7-response-output {color: #8a6d3b; background-color: #fcf8e3; border: 1px solid #faebcc; padding: 15px; border-radius: 4px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors{color: #a94442; background-color: #f2dede; border: 1px solid #f00; padding: 15px; border-radius: 4px; margin-top: 0; }
span.wpcf7-not-valid-tip{font-size: 14px; color: #f00;}

/* Font Size */
.font-size-10, article.page .entry .font-size-10{font-size: 10px}
.font-size-11, article.page .entry .font-size-11{font-size: 11px}
.font-size-12, article.page .entry .font-size-12{font-size: 12px}
.font-size-13, article.page .entry .font-size-13{font-size: 13px}
.font-size-14, article.page .entry .font-size-14{font-size: 14px}
.font-size-15, article.page .entry .font-size-15{font-size: 15px}
.font-size-16, article.page .entry .font-size-16{font-size: 16px}
.font-size-17, article.page .entry .font-size-17{font-size: 17px}
.font-size-18, article.page .entry .font-size-18{font-size: 18px}
.font-size-19, article.page .entry .font-size-19{font-size: 19px}
.font-size-20, article.page .entry .font-size-20{font-size: 20px}
.font-size-22, article.page .entry .font-size-22{font-size: 22px}
.font-size-24, article.page .entry .font-size-24{font-size: 24px}
.font-size-28, article.page .entry .font-size-28{font-size: 28px}

/* Font Weight */
.font-weight-200, article.page .entry .font-weight-200{font-weight: 200}
.font-weight-300, article.page .entry .font-weight-300{font-weight: 300}
.font-weight-400, article.page .entry .font-weight-400{font-weight: 400}
.font-weight-500, article.page .entry .font-weight-500{font-weight: 500}
.font-weight-600, article.page .entry .font-weight-600{font-weight: 600}
.font-weight-800, article.page .entry .font-weight-800{font-weight: 800}
.font-weight-900, article.page .entry .font-weight-900{font-weight: 900}

/* Line Height */
.line-height-1{line-height: 1}
.line-height-11{line-height: 1.1}
.line-height-12{line-height: 1.2}
.line-height-13{line-height: 1.3}
.line-height-14{line-height: 1.4}

/* Font color */
.text-969696{color: #969696}
.text-00ae9d{color: #00ae9d}
.text-003840{color: #003840}
.text-77b3a9{color: #77b3a9}

/* Colunas personalizadas */
.col-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xl-15{position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px;}
.col-15{-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}

/* 404 */
#page-404{min-height: 500px;}
#page-404 h1{margin: 0 0 30px; background: #FFF; background-image: none;}
.title-404{color: #565656; margin-bottom: 0}

/* Placeholders */
::-webkit-input-placeholder {color: #7c7c7c;}
:-moz-placeholder {color: #7c7c7c;}
::-moz-placeholder {color: #7c7c7c;}
:-ms-input-placeholder {color: #7c7c7c;}

::selection {
  background: #1a7431; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #1a7431; /* Gecko Browsers */
  color: #fff;
}
*{outline-color: transparent}

article.page{padding-right: 0 !important;}

#comments{position: relative; padding: 30px 0}

/* Comentários */
#comments h2 {color: #1b222b; font-weight: 700; font-size: 22px; margin-bottom: 20px;}
#comments-area{margin-top: 30px;}
#comments-area > h4{color: #1b222b; font-style: italic; border-bottom: 1px solid #ea6645; padding-bottom: 5px; font-size: 22px; margin-bottom: 20px}

#comments{width: 100%; margin: 0; font-size: 14px; background-color: #fff; color: #fff; padding: 5px 15px;}
#comments a{color: #ea6645; text-decoration: none;}
#comments a:hover{color: #ea6645;}
h3#comments-number, h3.postcomment {padding-bottom: 0; font-size: 18px; color: #ea6645; line-height: 30px;}

ol.comment-list {list-style:none; margin: 0; padding:0; text-indent:0; color: #1b222b; }
ol.comment-list li { border-top: 1px solid #dbdbdb; margin:0; padding: 20px 0 15px; position:relative; list-style: none;}

ol.comment-list li div.comment-author {padding: 0; color: #666; font-weight: 700; font-size: 14px; padding-bottom: 20px; text-transform: capitalize; margin-bottom: 10px;}
ol.comment-list li div.comment-author img.avatar { display: block; width: 35px; height: 35px; float: left; margin-right: 15px; border-radius: 50%}
ol.comment-list li div.comment-author .says{display: none;}

ol.comment-list li div.comment-meta { position: absolute; top: 42px; left: 0; width: 100%; padding-left: 50px; font-size: 12px; text-align: left;}
ol.comment-list li div.comment-meta a { color:#1b222b; text-decoration:none; }
ol.comment-list li div.comment-meta a:hover { color:#ea6645; text-decoration:none; }
ol.comment-list li p { font-size: 16px; color: #1b222b; margin:0 0 1em 0; }
ol.comment-list li form p { margin: 0; }

ol.comment-list li ul { font:normal 14px ; list-style:square; line-height: 24px; margin:0 0 1em; padding:0; text-indent:0; }
ol.comment-list li div.reply { font-size: 14px; }
ol.comment-list li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }

ol.comment-list li ul.children li.depth-2 { margin:0 0 8px; background-color: #fafafa }
ol.comment-list li ul.children li.depth-3 { margin:0 0 8px; background-color: #fafafa }
ol.comment-list li ul.children li.depth-4 { margin:0 0 8px; background-color: #fafafa }

h3#respond {padding-bottom: 0; font-size: 18px; color: #1b222b; line-height: 30px;}
#respond {padding: 0 0 10px 0;}
#respond .comment-reply-title{display: none;}
#comments p.nocomments {padding: 0;}

form#commentform input {margin-top: 10px; padding: 0 5px; width: 100%; height: 30px; background: #ffffff; border: 1px solid #dbdbdb; font-size: 14px; color: #1b222b;}
form#commentform textarea {margin-top: 10px; padding: 5px; width: 100%; height: 100px; background: #ffffff; border: 1px solid #dbdbdb; overflow: auto; font-size: 14px; color: #1b222b; resize: vertical;}
form#commentform label{display: none; margin-bottom: 0}
form#commentform input#submit {width: auto; background: #ea6645; color: #FFF; border: 0; text-transform: uppercase; padding-right: 10px; padding-left: 10px;}
form#commentform .comment-form-url{display: none;}

#cancel-comment-reply-link{color: #ea6645; float: right; font-size: 14px;}

.reply .comment-reply-link{color: #ea6645; font-size: 12px;}
.reply .comment-reply-link:hover{text-decoration: none; color: #1b222b}

nav.comment-navigation{display: none !important;}

@media (min-width: 576px){
	/* Coluna personalizada */
	.col-sm-15{-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}

    /* Font Size */
    .font-size-sm-17, article.page .entry .font-size-sm-17{font-size: 17px}
    .font-size-sm-18, article.page .entry .font-size-sm-18{font-size: 18px}
    .font-size-sm-19, article.page .entry .font-size-sm-19{font-size: 19px}
    .font-size-sm-20, article.page .entry .font-size-sm-20{font-size: 20px}
    .font-size-sm-22, article.page .entry .font-size-sm-22{font-size: 22px}
    .font-size-sm-23, article.page .entry .font-size-sm-23{font-size: 23px}
    .font-size-sm-24, article.page .entry .font-size-sm-24{font-size: 24px}
    .font-size-sm-25, article.page .entry .font-size-sm-25{font-size: 25px}
    .font-size-sm-26, article.page .entry .font-size-sm-26{font-size: 26px}
	.font-size-sm-28, article.page .entry .font-size-sm-28{font-size: 28px}

	/* Títulos posts e páginas */
	h1.entry-title, h1.page-title{padding: 30px 0;}
}
@media (min-width: 768px){
	/* Coluna personalizada */
	.col-md-15{-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}

    /* Font Size */
    .font-size-md-17, article.page .entry .font-size-md-17{font-size: 17px}
    .font-size-md-18, article.page .entry .font-size-md-18{font-size: 18px}
    .font-size-md-19, article.page .entry .font-size-md-19{font-size: 19px}
    .font-size-md-20, article.page .entry .font-size-md-20{font-size: 20px}
    .font-size-md-22, article.page .entry .font-size-md-22{font-size: 22px}
    .font-size-md-23, article.page .entry .font-size-md-23{font-size: 23px}
    .font-size-md-24, article.page .entry .font-size-md-24{font-size: 24px}
    .font-size-md-25, article.page .entry .font-size-md-25{font-size: 25px}
	.font-size-md-26, article.page .entry .font-size-md-26{font-size: 26px}
	.font-size-md-28, article.page .entry .font-size-md-28{font-size: 28px}

	/* 404 */
	.title-404{font-size: 128px;}
	
	/* Topbar */
	#topbar{padding: 10px 0 15px}
	#topbar div.ufmt{padding: 0;}
	#top-bar-language .wpml-switcher__languages{width: 188px;}
	#top-bar-language .wpml-switcher__languages .wpml-switcher__active{display: block; cursor: default; padding: 0 4px 0 0; float: left; margin-top: -3px;}
	#top-bar-language .wpml-switcher__languages .wpml-switcher__active i{display: none;}
	#top-bar-language .wpml-switcher__languages .wpml-switcher__active img{width: 33px; height: auto;}
	#top-bar-language .wpml-switcher__languages .wpml-switcher__bar{display: block; position: relative; left: inherit; top: inherit; visibility: visible; opacity: 1; padding: 0; margin: 0; list-style: none; background-color: transparent;}
	#top-bar-language .wpml-switcher__languages .wpml-switcher__bar li{display: inline-block; padding: 0 5px;}
	#top-bar-language .wpml-switcher__languages .wpml-switcher__bar li .wpml-language{display: none;}
	#top-bar-language .wpml-switcher__languages .wpml-switcher__bar li a{padding: 0; background-color: transparent;}
	#top-bar-language .wpml-switcher__languages .wpml-switcher__bar li img{width: 33px;}

	/* Header */
	#main_header{padding: 5px 0 30px;}
	#main_header .navbar-brand{width: 185px; height: 69px; margin: 0; margin-bottom: 20px;}
	#main_header .navbar-brand h1{width: 185px; height: 69px;}
    #main_navbar .navbar-nav .nav-link{font-size: 16px; padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; color: #fff; transition: .2s}
	#main_navbar .navbar-nav .nav-link:hover{color: #1a7431; background-color: #fff;}
	#main_header .input-group{margin-top: 0;}
	#main_header .wpml-switcher__languages{display: block; width: 125px;}
	
	/* Footer */
	#main_footer{padding: 40px 0 20px}
	#main_footer h5{font-size: 18px;}
	#main_footer h5::after{margin-left: 0; margin-right: 0;}
	#main_footer p{font-size: 14px;}
	#main_footer p.social-footer a .fab{font-size: 30px;}
	#main_footer .logos-parceiros img{max-width: 150px;}
	#main_footer .social{margin-top: 10px}
	#main_footer .footer-menu{margin-top: 15px;}
	#main_footer .footer-menu ul li{text-align: left;}
	#main_footer .footer-menu ul li a{font-size: 16px;}

	/* */
	#social_bottom h2 span{margin-top: 10px;}

	/* Posts */
	.posts .post{padding-right: 0;}

	/* Página do post */
	.post{padding-right: 30px;}
	.post .entry-title{font-size: 30px;}
	.post .entry-subtitle{font-size: 16px;}
	.post .entry{font-size: 14px;}

	.post .entry-thumbanil-container{-ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; height: auto;}
	.post .entry-text-container{-ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%;}

	/* Home */
}
@media (min-width: 992px) {
	/* Coluna personalizada */
	.col-lg-15{-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}

    /* Font Size */
    .font-size-lg-17, article.page .entry .font-size-lg-17{font-size: 17px}
    .font-size-lg-18, article.page .entry .font-size-lg-18{font-size: 18px}
    .font-size-lg-19, article.page .entry .font-size-lg-19{font-size: 19px}
    .font-size-lg-20, article.page .entry .font-size-lg-20{font-size: 20px}
    .font-size-lg-22, article.page .entry .font-size-lg-22{font-size: 22px}
    .font-size-lg-23, article.page .entry .font-size-lg-23{font-size: 23px}
    .font-size-lg-24, article.page .entry .font-size-lg-24{font-size: 24px}
    .font-size-lg-25, article.page .entry .font-size-lg-25{font-size: 25px}
	.font-size-lg-26, article.page .entry .font-size-lg-26{font-size: 26px}
	.font-size-lg-28, article.page .entry .font-size-lg-28{font-size: 28px}

	/* 404 */
	.title-404{font-size: 182px;}

	/* Topbar */
	#topbar a.ufmt{font-size: 11px;}
	#topbar .wpml-switcher__languages{display: none;}

	/* Header */
	#main_header{padding: 10px 0 30px;}
	#main_header .navbar-brand{width: 185px; height: 69px; background-size: contain; background-position: top left; margin-bottom: 0;}
	#main_header .navbar-brand h1{width: 185px; height: 69px;}
	#main_header form{display: block; width: 370px; max-width: 370px; float: right; padding-top: 20px;}

    #main_navbar .navbar-nav .nav-link{display: block; position: relative; font-size: 14px; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;  margin-left: 0; margin-right: 0; color: #fff; transition: .2s}
    #main_navbar .navbar-nav .nav-link:hover{color: #fff; background-color: transparent;}
	#main_navbar .navbar-nav .sep{display: list-item; color: #fff; font-size: 14px; font-weight: 500; padding-left: 10px; padding-right: 10px; padding-top: 10px;}

	#top-bar-language{margin-top: 15px;}
	
	/* Footer */
	#main_footer{padding: 40px 0 20px}
	#main_footer .social{margin-top: 10px}
	#main_footer .footer-menu{margin-top: 15px;}
	#main_footer .footer-menu ul li{text-align: left;}
	#main_footer .footer-menu ul li a{font-size: 16px;}
	#main_footer h5{font-size: 20px;}
	#main_footer p{font-size: 16px;}
	#main_footer p.social-footer a .fab{font-size: 30px;}
	#main_footer .logos-parceiros img{max-width: 200px;}

	/* Posts */
	.posts .post{padding-right: 30px;}

	/* Página do post */
	.post{padding-right: 30px;}
	.post .entry-title{font-size: 32px;}
	.post .entry-thumbanil-container{-ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; height: auto;}
	.post .entry-text-container{-ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%;}

	/* Home */
}
@media (min-width: 1200px) {
	/* Coluna personalizada */
	.col-xl-15{-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}

    /* Font Size */
    .font-size-xl-17, article.page .entry .font-size-xl-17{font-size: 17px}
    .font-size-xl-18, article.page .entry .font-size-xl-18{font-size: 18px}
    .font-size-xl-19, article.page .entry .font-size-xl-19{font-size: 19px}
    .font-size-xl-20, article.page .entry .font-size-xl-20{font-size: 20px}
    .font-size-xl-22, article.page .entry .font-size-xl-22{font-size: 22px}
    .font-size-xl-23, article.page .entry .font-size-xl-23{font-size: 23px}
    .font-size-xl-24, article.page .entry .font-size-xl-24{font-size: 24px}
    .font-size-xl-25, article.page .entry .font-size-xl-25{font-size: 25px}
    .font-size-xl-26, article.page .entry .font-size-xl-26{font-size: 26px}
	.font-size-xl-28, article.page .entry .font-size-xl-28{font-size: 28px}

	/* Topbar */
	#topbar a.ufmt{font-size: 11px;}

	/* Header */
	#main_header{padding: 20px 0 40px;}
	#main_header .navbar-brand{width: 185px; height: 69px; background-size: contain; background-position: top left;}
	#main_header .navbar-brand h1{width: 185px; height: 69px;}
	#main_header form{display:block; width: 550px; max-width: 550px; float: right; padding-top: 20px}
	#main_header .form-control, #main_header .btn{height: 51px; font-size: 20px;}

	#main_navbar .navbar-nav{margin-right: 0;}
    #main_navbar .navbar-nav .nav-link{font-size: 16px; padding-left: 0; padding-right: 0; padding-top: 15px; padding-bottom: 15px; margin-left: 10px; margin-right: 10px;}
	#main_navbar .navbar-nav .sep{display: list-item; color: #fff; font-size: 16px; font-weight: 400; padding-left: 10px; padding-right: 10px; padding-top: 13px;}

	/* Footer */
	#main_footer{padding: 105px 0 20px}
	#main_footer .social{margin-top: 0}
	#main_footer .footer-menu{margin-top: 0;}
	#main_footer .footer-menu ul li a{font-size: 16px;}
	#main_footer h5{font-size: 20px;}
	#main_footer p{font-size: 16px;}
	#main_footer p.social-footer a .fab{font-size: 30px;}
	#main_footer .logo-rodape img{margin-bottom: 30px; max-width: 100%;}
	#main_footer .logos-parceiros img{max-width: 200px;}

	/* Social */
	#social_bottom h2{font-size: 19px;}

	/* Posts */
	.post .entry-title{font-size: 32px;}
	.post .entry-thumbanil-container{-ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; height: auto;}
	.post .entry-text-container{-ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%;}
}
@media (min-width: 1250px) {
	.container{max-width: 1230px;}
}