/*
Theme Name: SINTECT-TO 
Version: 1.0
Requires at least: 5.8
Requires PHP: 5.6
Description: Tema Criado Para o SINTECT-TO
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: Renato Michel
Author URI: http://mktlobo.com/
Theme URI: http://mktlobo.com/themes/wp_sintectgo/
Domain: SINTECT-TO
Text Domain: /languages
License: GNU General Public Licence v2 later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #0b4ea7;
  text-decoration: none;
}

a:hover {
  color: #2369c6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0b4ea7;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0b4ea7;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2369c6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
 
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("./img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} 
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #0b4ea7;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero a {
	
	text-decoration: none;
}


#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #0b4ea7;
}
#hero .btn-get-started:hover {
  background: #2369c6;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #0b4ea7;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #2369c6;
}
#hero .btn-watch-video:hover i {
  color: #2369c6;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #0b4ea7;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #0b4ea7;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/


.breadcrumb>li{display:inline-block}
.breadcrumb>li+li:before{color:#ccc;content:"/ ";padding:0 5px}
.breadcrumb>.active{
	color:#777
}


.breadcrumb {
  background-color:#0b4ea7;
  background-position:50%;
  background-size:cover;
  border-radius:4px;
  margin-bottom:20px;
  margin-top:20px;
  position:relative;
  height: 25px;
}
.breadcrumbs .trail-items {
  margin:0;
  padding:0
}

.breadcrumbs li{
  float:left;
  list-style:none
}

.breadcrumbs li a{
  text-decoration: none;

}

.breadcrumbs li:after{
  color:#fff;
  content:"\f105";
  font-family:FontAwesome;
  font-size:14px;
  margin-left:15px;
  margin-right:15px
}
.breadcrumbs li:last-child:after{
  content:"";
  font-size:0;
  position:absolute
}
.breadcrumbs li a,.trail-end{
	color:#fff
}



.breadcrumbs li a{color:#fff}

.breadcrumb{border-left-color:#f44336}



/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

 .frontend-services {
  padding: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
 }

/*
 .frontend-services .box {
  padding: 10px;
 box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
 }
 */
 
.frontend-services .icon {
  margin-bottom: 15px;
}
.frontend-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #0b4ea7;
  transition: all 0.3s ease-in-out;
}

.frontend-services .artigo .title {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

.frontend-services .artigo .title a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.frontend-services .artigo .title a:hover {
  color: #2369c6;
}


.frontend-services .icon-box:hover .artigo .title a, .frontend-services .icon-box:hover .content {
  color: #2369c6;
}
.frontend-services .icon-box:hover .artigo .icon i {
  color: #2369c6;
}


.frontend-services .artigo .meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.frontend-services .artigo .meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.frontend-services .artigo .meta ul li + li {
  padding-left: 20px;
}
 
.frontend-services .artigo .meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.frontend-services .artigo .meta a {
  color: #c8c8c8;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.frontend-services .artigo .meta a:hover {
  color: #2369c6;
}

.frontend-services .artigo .content {
  text-align: justify;
}

.frontend-services .artigo .content p {
  line-height: 24px;
}

.frontend-services .artigo .content .read-more {
  /*-moz-text-align-last: right;
  text-align-last: right;*/
  text-align: right;
  bottom: 20px !important;
  bottom: calc(env(safe-area-inset-bottom) + 30px) !important;
  
}

.frontend-services .artigo .content .read-more a {
  display: inline-block;
  background: #3284f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}

.frontend-services .artigo .content .read-more a:hover {
  background: #2369c6;
}

.frontend-services .artigo .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.frontend-services .entries .entry-content a {
  text-decoration: none;
  color: #3284f1;
}

.frontend-services .entries .entry-content a:hover {
  color: #2369c6;
}   
 

.frontend-services .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: #fff;
  background-color: #0b4ea7;
  border-radius: 5px;
  text-align: center;
  height: 36px;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 8px 0;	
}
 
.frontend-services .sidebar .sidebar-item {
  margin-bottom: 30px;  
  box-shadow: 0px 2px 15px rgba(0, 0, 1, 0.1);
}

.frontend-services .sidebar .sidebar-item h4 {
	/*margin-left: 20px;*/
	 padding: 3px 10px;
}

.frontend-services .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.frontend-services .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.frontend-services .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
/*  background: #3284f1;*/
  background: #0b4ea7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.frontend-services .sidebar .search-form form button i {
  line-height: 0;
}

.frontend-services .sidebar .search-form form button:hover {
  /*background: #de323c;*/
  background: #2369c6;
  
}

.frontend-services .sidebar .categories ul {
  list-style: none;
  /*padding: 0;*/
  padding: 10px;
}

.frontend-services .sidebar .categories ul li + li {
  padding-top: 10px;
}

.frontend-services .sidebar .categories ul a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.frontend-services .sidebar .categories ul a:hover {
  color: #2369c6;
}

.frontend-services .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.frontend-services .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
/* esta opção mostra imagem ao lado do titulo
.frontend-services .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.frontend-services .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

*/


.frontend-services .sidebar .recent-posts img {
  width: 100%;
}

.frontend-services .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}



.frontend-services .sidebar .recent-posts h4 a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.frontend-services .sidebar .recent-posts h6 a:hover {
  color: #2369c6;
}

.frontend-services .sidebar .recent-posts h6 a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.frontend-services .sidebar .recent-posts h4 a:hover {
  color: #2369c6;
}

.frontend-services .sidebar .recent-posts time {
  display: block;
  /* margin-left: 95px;*/
  text-align: right;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.frontend-services .sidebar .tags {
  margin-bottom: -10px;
}

.frontend-services .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.frontend-services .sidebar .tags ul li {
  display: inline-block;
}

.frontend-services .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.frontend-services .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #3284f1;
  background: #2369c6;
  border-radius: 5px;
}

.frontend-services .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
  text-decoration: none;
}

.frontend-services .sidebar .rede-social  {
  background: #fff;
  padding: 0 0 20px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe; 
  border-radius: 5px;
}

.frontend-services .sidebar .rede-social a {
  font-size: 18px;
  display: inline-block;
  background: #0b4ea7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.frontend-services .sidebar .rede-social a:hover {
  background: #2369c6;
  color: #fff;
  text-decoration: none;
}

.frontend-services .sidebar .rede-social h6 {
    color: #fff;
    background: #0b4ea7;
    text-transform: uppercase;
    padding: 8px 0;
    border-radius: 5px;
    text-align: center;
    height: 36px;
  	transition: 0.3s;
}   
 
.frontend-services .sidebar hr {
	color: #0b4ea7;
}

.frontend-services .sidebar .ranking h4 {
  font-size: 15px;
  font-weight: bold;
}

.frontend-services .sidebar .ranking h4 a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.frontend-services .sidebar .ranking h4 a:hover {
  color: #2369c6;
  text-decoration: none;
}

.frontend-services .sidebar .ranking .views {
   color: #96a2af;
  font-size: 12px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
 
  display: inline-block;
}

.frontend-services .form-search form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.frontend-services .form-search form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.frontend-services .form-search form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #3284f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.frontend-services .form-search form button i {
  line-height: 0;
}

.frontend-services .form-search form button:hover {
  background: #2369c6;
}

.frontend-services .arquivos  {
  margin-bottom: -10px;
}

.frontend-services .arquivos ul {
  list-style: none;
  padding: 0;
}

.frontend-services .arquivos ul li {
  display: inline-block;
}

.frontend-services .arquivos ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.frontend-services .arquivos ul a:hover {
  color: #fff;
  border: 1px solid #2369c6;
  background: #2369c6;
  border-radius: 5px;
}

.frontend-services .arquivos ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
  text-decoration: none;
}

.frontend-services .artigo .notfound a {
  color: #000;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.frontend-services .artigo .notfound a:hover {
  color: #fff;
  border: 1px solid #2369c6;
  background: #2369c6;
  border-radius: 5px;
}

.frontend-services .entries .conteudo {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  border-radius: 5px;
}
.frontend-services .artigo .content a {
  /*color: #3284f1;*/
  color: #2369c6;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.frontend-services .artigo .content a:hover {
  color: #fff;
  border: 1px solid #2369c6;
  background: #2369c6;
  border-radius: 5px;
}
	 
	 
/******  SA Slide   ********/
.frontend-services .white h5 {
  color: #3284f1;
}

.frontend-services .white img {
  width: 100%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.frontend-services .white p {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}


#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0b4ea7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #2369c6;
}
#footer .footer-top {
  padding: 10px 0 10px 0; /****************/
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .logo-footer {
    display: block;    
}

#footer .footer-top .footer-contact { /********************************/
  margin-bottom: 20px;
  padding-left: 5px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #0b4ea7;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}


#footer .footer-top .footer-contact a {
  color: #0b4ea7;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
}
#footer .footer-top .footer-contact a:hover {
  color: #2369c6;
}


#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links { /***********************/
  margin-bottom: 20px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0b4ea7;
  font-size: 18px;
  line-height: 1;
}
/*
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
} */


#footer .footer-top .footer-links .titulo a{
  text-decoration:none;
}
			  

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
}
#footer .footer-top .footer-links ul a:hover {
  color: #2369c6;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0b4ea7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #2369c6;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  padding-top: 5px;
  text-align: center;
  float: left;
}
#footer .copyright strong {
  color: #0b4ea7;
  text-decoration: none;
}
#footer .copyright a {
  color: #0b4ea7;
  text-decoration: none;
}
#footer .copyright a:hover {
  color: #2369c6;
  text-decoration: none;
}

#footer .credits {
  padding-top: 5px;
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
#footer .credits a {
  color: #0b4ea7;
  text-decoration: none;
}
#footer .credits a:hover {
  color: #2369c6;
  text-decoration: none;
}


#footer .terms {
  padding-top: 5px;
  float: center;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

#footer .terms a {
  color: #0b4ea7;
  text-decoration: none;
}
#footer .terms a:hover {
  color: #2369c6;
  text-decoration: none;
}


@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}


#footer .custom-logo_footer-link a
 {
	border-bottom: 1px solid transparent;
	text-decoration: none;
}



#footer .footer-top .title-footer h3 {
	padding-top: 45px;
	font-size: 28px;
	color: #0b4ea7;
    font-weight: bold;
    text-align: center;
    
}

#footer .logo-footer img {
	margin-top: 30px;
    text-align: center;
    max-width: 110px;
    max-height: 40px;
    text-align: center;
}


@media (max-width: 480px) {
  #footer .footer-top .logo-footer img {
    padding-top: 0px;  
    max-width: 90px;
    max-height: 80px;
    padding-left: 10px;    
  }
  
  #footer .footer-top .title-footer h3 {
    font-size: 20px;
    color: #0b4ea7;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
}

 

 .img-responsive2 {
    display: inline-block;
    max-width: 7%;
}
 

/* =========================================== */
/*          News Ticker                        */ 
/* =========================================== */

	 
.news-ticker{
	background-color:#fff;
	 
	position:relative;
	overflow:hidden;
	font-weight:700;
	box-shadow:0 1px 0 rgba(0,0,0,.07);
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.07);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.07)
}
	

.news-ticker{height:50px}
.news-ticker .news-ticker-slide .ticker-image{height:40px;width:40px;margin-right:10px;background-size:cover;background-position:center center;-webkit-box-flex:0;-ms-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;max-width:none;border-radius:4px;-webkit-border-radius:4px;background-color:#ddd}
.news-ticker .news-ticker-slide .ticker-image.circle{border-radius:50%}
.news-ticker .news-ticker-slide .ticker-image.square{border-radius:0}
	
.news-ticker .news-ticker-label{
	float:left;
	padding-left:1px;
	background-color:#fff; 
	position:relative;
	height:100%;
	display:table;
	padding-right:1px
}

.news-ticker .news-ticker-label h5{
	color: #0b4ea7;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    width: 160px;
    border: 2px solid #0b4ea7;
    border-radius: 5px;
    font-weight: 700;
} 	

.news-ticker .news-ticker-label .news-ticker-label-wrap{position:relative;display:table;height:100%;padding:0}
.news-ticker .news-ticker-label .ticker-label{position:relative;z-index:2;display:table-cell;height:30px;vertical-align:middle;font-size:17px;color:#fff}
.news-ticker .news-ticker-label .ticker-label.animate{
	-webkit-animation-name:heartBeat;
	-moz-animation-name:heartBeat;
	-o-animation-name:heartBeat;
	animation-name:heartBeat;
	-webkit-animation-duration:1.4s;
	-moz-animation-duration:1.4s;
	-o-animation-duration:1.4s;
	animation-duration:1.4s;
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-timing-function:ease-in-out;
	-o-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
 
@-webkit-keyframes blink-a{0%{
	-webkit-transform:scale(1,1);
	transform:scale(1,1)}100%{
		-webkit-transform:scale(3,3);
		transform:scale(3,3);
		opacity:0
	}
}
@-moz-keyframes blink-a{
	0%{
	-moz-transform:scale(1,1);
	transform:scale(1,1)
	}
	100%{
	-moz-transform:scale(3,3);
	transform:scale(3,3);
	opacity:0
	}
}
@-o-keyframes blink-a{
	0%{
	-o-transform:scale(1,1);
	transform:scale(1,1)
	}
	100%{
	-o-transform:scale(3,3);
	transform:scale(3,3);opacity:0
	}
}
@keyframes blink-a{0%{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(3,3);-moz-transform:scale(3,3);-o-transform:scale(3,3);transform:scale(3,3);opacity:0}}@-webkit-keyframes blink-b{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(3,3);transform:scale(3,3);opacity:0}}@-moz-keyframes blink-b{0%{-moz-transform:scale(1,1);transform:scale(1,1)}100%{-moz-transform:scale(3,3);transform:scale(3,3);opacity:0}}@-o-keyframes blink-b{0%{-o-transform:scale(1,1);transform:scale(1,1)}100%{-o-transform:scale(3,3);transform:scale(3,3);opacity:0}}@keyframes blink-b{0%{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(3,3);-moz-transform:scale(3,3);-o-transform:scale(3,3);transform:scale(3,3);opacity:0}}
	 
.news-ticker .ticker-posts{display:block;margin-bottom:0;position:relative;overflow:hidden;padding-left:0;background-color:#fff;height:50px}
.news-ticker .ticker-posts .row{height:50px}
.news-ticker .js-marquee{display:-webkit-box;display:-ms-flexbox;display:-moz-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:50px}
.news-ticker .ticker-posts .news-ticker-slide{
	width:100%;
	overflow:hidden;
	height:50px
	}
.news-ticker .ticker-posts .news-ticker-slide .ticker-item a.ticker-link{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-box;
	display:flex;
	-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;
	-ms-flex-align:center;-moz-box-align:center;
	align-items:center;
	padding-left:50px;color:#333;
	height:50px;
	text-decoration: none;
}
.news-ticker .ticker-posts .news-ticker-slide .ticker-item a.ticker-link:hover{color:#2369c6}
.news-ticker .ticker-posts:after{content:"";position:absolute;top:0;right:15px;bottom:0;width:80px;background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(#fff));background-image:-webkit-linear-gradient(left,rgba(255,255,255,0),#fff);background-image:-moz- oldlinear-gradient(left,rgba(255,255,255,0),#fff);background-image:-o-linear-gradient(left,rgba(255,255,255,0),#fff);background-image:linear-gradient(to right,rgba(255,255,255,0),#fff)}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes heartBeat{0%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes heartBeat{0%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.popular-tags-wrap{background:#f9f9f9;border-bottom:1px solid #ddd;border-top:1px solid #ddd;padding:5px 0}
 
.news-ticker .news-ticker-label .ticker-label{font-size:16px}.news-ticker .ticker-posts .marquee a{padding-left:30px}
 
.news-ticker{background-color:transparent;height:auto}
.news-ticker .news-ticker-label{float:none;z-index:1;display:block;text-align:center;padding-right:15px;padding-top:8px;padding-bottom:5px}
.news-ticker .news-ticker-label:after,.news-ticker:before{display:none}
.news-ticker .news-ticker-label .news-ticker-label-wrap{display:inline-block;height:auto;padding-top:0;padding-bottom:0;min-height:30px}
.news-ticker .ticker-posts{padding:0;background-color:#fff;z-index:1}
.news-ticker .ticker-posts:after{display:none}

@keyframes marqueeAnimation-9464621  { 
	100%  {
		transform:translateX(-1407.17px)
	}
}  
			
/* =========================================== */


/*--------------------------------------------------------------
# POST
--------------------------------------------------------------*/
 

#post {
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 12px;
  background: #f1f6fe;
}

 
.post-title h3 {
  font-size: 26px;
  font-weight:bold;
  color: #0b4ea7;
}

#post .post-dados a {
  color: #0b4ea7;
  text-decoration: none;
}
#post .post-dados a:hover {
  color: #2369c6;
  text-decoration: none;
}

#post .content {
  font-size: 12px;
  text-align: justify;
  text-justify: inter-word;  
}
/*

#post .post-title h4 {
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight:700;
  color: #0b4ea7;
}
 
#post .post-title h4 a {
  color: #0b4ea7;
  text-decoration: none;
}
#post .post-title h4 a:hover {
  color: #0b4ea7;
  text-decoration: none;
}

#post .post-title p {
  color: #ca2119;
  text-decoration: none;
}
   */

 
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	color: #0b4ea7;
}

a.assistive-text:focus
  {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 17px 22px 15px;
	text-decoration: none;
	top: 7px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}




/* Botões de Navegação dos Posts*/
#nav-single {
  width: 100%;
 }

#nav-single .nav-next a {
  color: #0b4ea7;
  text-decoration: none;
  float: right;
   margin: 0 10px 10px 0;
  
}
#nav-single .nav-next a:hover {
  color: #2369c6;
  text-decoration: none;
}
#nav-single .nav-previous a {
  color: #0b4ea7;
  text-decoration: none;
  
  
}
#nav-single .nav-previous a:hover {
  color: #2369c6;
  text-decoration: none;
}
 
/*Imagens*/
/*img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}
*/
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
/*
#post .post-thumbnail {
	 
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}

 */
 

/* WIDGET*/
/*
 .widget {
 	 background-color: #fef6f6;
 }
 
 .widget  h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #f2f2f2;
  color: #0b4ea7;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 5px;  
}
 
 .widget .wp-block-group__inner-container a {
 color: #0b4ea7;
 text-decoration: none;
 }
 
 .widget .wp-block-group__inner-container a:hover {
 color: #0b4ea7;
 }


/* =========================================== */
/*          News Ticker                        */ 
/* =========================================== */
	 
.news-ticker{
	background-color:#fff;
	 
	position:relative;
	overflow:hidden;
	font-weight:700;
	box-shadow:0 1px 0 rgba(0,0,0,.07);
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.07);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.07)
}
	
	 
.news-ticker{height:50px}
.news-ticker .news-ticker-slide .ticker-image{height:40px;width:40px;margin-right:10px;background-size:cover;background-position:center center;-webkit-box-flex:0;-ms-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;max-width:none;border-radius:4px;-webkit-border-radius:4px;background-color:#ddd}
.news-ticker .news-ticker-slide .ticker-image.circle{border-radius:50%}
.news-ticker .news-ticker-slide .ticker-image.square{border-radius:0}
	
.news-ticker .news-ticker-label{
	float:left;
	padding-left:15px;
	background-color:#fff; 
	position:relative;
	height:100%;
	display:table;
	padding-right:15px
}

.news-ticker .news-ticker-label h5{
	color: #0b4ea7;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    width: 140px;
    border: 1px solid #0b4ea7;
    border-radius: 10px;
    font-weight: 700;
} 
.news-ticker .news-ticker-label .news-ticker-label-wrap{position:relative;display:table;height:100%;padding:0}
.news-ticker .news-ticker-label .ticker-label{position:relative;z-index:2;display:table-cell;height:30px;vertical-align:middle;font-size:17px;color:#fff}
.news-ticker .news-ticker-label .ticker-label.animate{
	-webkit-animation-name:heartBeat;
	-moz-animation-name:heartBeat;
	-o-animation-name:heartBeat;
	animation-name:heartBeat;
	-webkit-animation-duration:1.4s;
	-moz-animation-duration:1.4s;
	-o-animation-duration:1.4s;
	animation-duration:1.4s;
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-timing-function:ease-in-out;
	-o-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
 
@-webkit-keyframes blink-a{0%{
	-webkit-transform:scale(1,1);
	transform:scale(1,1)}100%{
		-webkit-transform:scale(3,3);
		transform:scale(3,3);
		opacity:0
	}
}
@-moz-keyframes blink-a{
	0%{
	-moz-transform:scale(1,1);
	transform:scale(1,1)
	}
	100%{
	-moz-transform:scale(3,3);
	transform:scale(3,3);
	opacity:0
	}
}
@-o-keyframes blink-a{
	0%{
	-o-transform:scale(1,1);
	transform:scale(1,1)
	}
	100%{
	-o-transform:scale(3,3);
	transform:scale(3,3);opacity:0
	}
}
@keyframes blink-a{0%{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(3,3);-moz-transform:scale(3,3);-o-transform:scale(3,3);transform:scale(3,3);opacity:0}}@-webkit-keyframes blink-b{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(3,3);transform:scale(3,3);opacity:0}}@-moz-keyframes blink-b{0%{-moz-transform:scale(1,1);transform:scale(1,1)}100%{-moz-transform:scale(3,3);transform:scale(3,3);opacity:0}}@-o-keyframes blink-b{0%{-o-transform:scale(1,1);transform:scale(1,1)}100%{-o-transform:scale(3,3);transform:scale(3,3);opacity:0}}@keyframes blink-b{0%{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}100%{-webkit-transform:scale(3,3);-moz-transform:scale(3,3);-o-transform:scale(3,3);transform:scale(3,3);opacity:0}}
	 
.news-ticker .ticker-posts{display:block;margin-bottom:0;position:relative;overflow:hidden;padding-left:0;background-color:#fff;height:50px}
.news-ticker .ticker-posts .row{height:50px}
.news-ticker .js-marquee{display:-webkit-box;display:-ms-flexbox;display:-moz-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:50px}
.news-ticker .ticker-posts .news-ticker-slide{
	width:100%;
	overflow:hidden;
	height:50px
	}
.news-ticker .ticker-posts .news-ticker-slide .ticker-item a.ticker-link{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-box;
	display:flex;
	-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;
	-ms-flex-align:center;-moz-box-align:center;
	align-items:center;
	padding-left:50px;color:#333;
	height:50px;
	text-decoration: none;
}
.news-ticker .ticker-posts .news-ticker-slide .ticker-item a.ticker-link:hover{color:#2369c6}
.news-ticker .ticker-posts:after{content:"";position:absolute;top:0;right:15px;bottom:0;width:80px;background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(#fff));background-image:-webkit-linear-gradient(left,rgba(255,255,255,0),#fff);background-image:-moz- oldlinear-gradient(left,rgba(255,255,255,0),#fff);background-image:-o-linear-gradient(left,rgba(255,255,255,0),#fff);background-image:linear-gradient(to right,rgba(255,255,255,0),#fff)}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes heartBeat{0%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes heartBeat{0%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.popular-tags-wrap{background:#f9f9f9;border-bottom:1px solid #ddd;border-top:1px solid #ddd;padding:5px 0}
 
.news-ticker .news-ticker-label .ticker-label{font-size:16px}.news-ticker .ticker-posts .marquee a{padding-left:30px}
 
.news-ticker{background-color:transparent;height:auto}
.news-ticker .news-ticker-label{float:none;z-index:1;display:block;text-align:center;padding-right:15px;padding-top:8px;padding-bottom:5px}
.news-ticker .news-ticker-label:after,.news-ticker:before{display:none}
.news-ticker .news-ticker-label .news-ticker-label-wrap{display:inline-block;height:auto;padding-top:0;padding-bottom:0;min-height:30px}
.news-ticker .ticker-posts{padding:0;background-color:#fff;z-index:1}
.news-ticker .ticker-posts:after{display:none}

@keyframes marqueeAnimation-9464621  { 
	100%  {
		transform:translateX(-1407.17px)
	}
}  
			
/* =========================================== */
#widget {
  background: #fff;
  padding: 0 0 20px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe; 
  border-radius: 5px;
}

#widget .rede-social a {
  font-size: 18px;
  display: inline-block;
  background: #0b4ea7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#widget .rede-social a:hover {
  background: #2369c6;
  color: #fff;
  text-decoration: none;
}

#widget h6 {
    color: #fff;
    background: #0b4ea7;
    text-transform: uppercase;
    padding: 8px 0;
    border-radius: 5px;
    text-align: center;
    height: 36px;
  	transition: 0.3s;
}   

.titulo {
    color: #fff;
    background: #0b4ea7;
    text-transform: uppercase;
    padding: 8px 0;
    border-radius: 5px;
    text-align: center;
    height: 36px;
  	transition: 0.3s;
}   
 
.titulo h3{
    color: #fff;
/*    background: #0b4ea7;*/
    text-transform: uppercase;
}   
.titulo h5{
    color: #fff;
    /*background: #0b4ea7;*/
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}   

.titulo h4{
    color: #fff;
   /* background: #0b4ea7;*/
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}    

.titulo h6{
    color: #fff;
   /* background: #0b4ea7;*/
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}    
 

.titulo a{
    color: #fff;
    /*background: #0b4ea7;*/
    
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}   

.titulo a:hover {
  /*color: #0b4ea7;*/
  color: #ffff00;
  text-decoration: none;
}
  
/*----------------------
	PAGINACAO
-------------------------*/

.pagination {
  padding: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
	margin: 0 6px 10px;
	border-radius: 4px;
	border : none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	transition: all 0.3s ease 0s;
}

.navigation.pagination .nav-links {
	display: flex;
}
.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    margin: 0 6px 10px;
    border-radius: 4px;
    padding: 0px 6px;
    vertical-align: baseline;
    white-space: nowrap;
    width: auto;
    min-width: 40px;
    height: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
    /*float: left;*/
}
.navigation.pagination > li:first-child > a, .navigation.pagination > li:first-child > span {
    border-radius: 30px;
}

/*==================== pagination color ====================*/
 .navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a {
	background: #fff;
	color: #999;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers:focus, .navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers.current:hover,  .navigation.pagination .nav-links .page-numbers.current:focus {
	border-color: #0b4ea7;
	background: #0b4ea7;
	color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #0b4ea7;
	background: #0b4ea7;
	color: #fff;
}

 

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 10px 0 10px 0;
  
}

.blog .entry {
  padding: 10px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.blog .entry .entry-title a:hover {
  color: #3284f1;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
 
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #c8c8c8;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.blog .entry .entry-meta a:hover {
  color: #3284f1;
}

.blog .entry .entry-content {
  text-align: justify;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #3284f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}

.blog .entry .entry-content .read-more a:hover {
  background: #df3740;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #556270;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a4afba;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #606f7e;
  transition: 0.3s;
  text-decoration: none;
}

.blog .entry .entry-footer a:hover {
  color: #3284f1;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}


.blog .entry .entry-footer .share a {
  color: #6c757d;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
            
.blog .entry .entry-footer .share  a:hover {
  color: #3284f1;
  text-decoration: none;
}
           
/*
.blog .entry .entry-footer .share {
  font-size: 16px;
}
*/
.blog .entry .entry-footer .share i {
  /*padding-left: 5px;*/
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}



.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #556270;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(85, 98, 112, 0.5);
  margin-right: 5px;
  text-decoration: none;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
  text-decoration: none;
}

.blog .blog-comments .comment h5 a:hover {
  color: #3284f1;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #556270;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6b7b8d;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #606f7e;
}

.blog .content {
  text-align: justify;
}

.blog .blog-pagination {
  color: #8795a4;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #556270;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #3284f1;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: #fff;
  background-color: #0b4ea7;
  border-radius: 5px;
  text-align: center;
  height: 36px;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 8px 0;	
}
 
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #3284f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #de323c;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.blog .sidebar .categories ul a:hover {
  color: #3284f1;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

/*
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

*/

.blog .sidebar .recent-posts img {
  width: 100%;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}


.blog .sidebar .recent-posts h4 a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.blog .sidebar .recent-posts h6 a:hover {
  color: #3284f1;
}

.blog .sidebar .recent-posts h6 a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #3284f1;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #3284f1;
  background: #3284f1;
  border-radius: 5px;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
  text-decoration: none;
}
/*
.blog .sidebar .ranking h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .ranking h4 a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.blog .sidebar .ranking a:hover {
  color: #3284f1;
  text-decoration: none;
}*/

.blog .sidebar .ranking h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .ranking h4 a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.blog .sidebar .ranking h4 a:hover {
  color: #3284f1;
  text-decoration: none;
}

.blog .sidebar .ranking .views {
   color: #96a2af;
  font-size: 12px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
 
  display: inline-block;
}


.blog .sidebar .rede-social  {
  background: #fff;
  padding: 0 0 20px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe; 
  border-radius: 5px;
}

.blog .sidebar .rede-social a {
  font-size: 18px;
  display: inline-block;
  background: #0b4ea7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.blog .sidebar .rede-social a:hover {
  background: #3284f1;
  color: #fff;
  text-decoration: none;
}

.blog .sidebar .rede-social h6 {
    color: #fff;
    background: #0b4ea7;
    text-transform: uppercase;
    padding: 8px 0;
    border-radius: 5px;
    text-align: center;
    height: 36px;
  	transition: 0.3s;
}   
 
.blog .sidebar hr {
	color: #0b4ea7;
}

.blog .form-search form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .form-search form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .form-search form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #3284f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .form-search form button i {
  line-height: 0;
}

.blog .form-search form button:hover {
  background: #de323c;
}

.blog .arquivos  {
  margin-bottom: -10px;
}

.blog .arquivos ul {
  list-style: none;
  padding: 0;
}

.blog .arquivos ul li {
  display: inline-block;
}

.blog .arquivos ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.blog .arquivos ul a:hover {
  color: #fff;
  border: 1px solid #3284f1;
  background: #3284f1;
  border-radius: 5px;
}

.blog .arquivos ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
  text-decoration: none;
}

.blog .artigo .notfound a {
  color: #000;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.blog .artigo .notfound a:hover {
  color: #fff;
  border: 1px solid #3284f1;
  background: #3284f1;
  border-radius: 5px;
}

.blog .ultima_atualizacao {
    text-align: rigth;
	margin-top: 10px;
    color: #c1c8d0;
    font-size: 14px;
}

.blog .ultima_atualizacao span {
  margin-left: 5px;
  color: #c1c8d0;	
  font-size: 14px;
}

.blog .ultima_atualizacao span:hover {
  color: #bb0000;	
  font-size: 14px;
}


/***********************************************
## Comments
--------------------------------------------- */

.comment-reply-title {
  font-size: 24px;
  color: #0b4ea7;
}

.comment-form a {
  text-decoration: none;
  color: #3284f1;
  font-weight: bold;
}		 

.comment-form, .comment-author,  .comment-metadata a:hover {
  color: #0b4ea7;
}		 


.comment-author a {
  text-decoration: none;
  color: #3284f1;
  font-weight: bold;
}

.comment-author a:hover {
  color: #0b4ea7;
}		 


.comment-metadata a {
  text-decoration: none;
  color: #3284f1;
  font-weight: bold;
}
.comment-metadata a:hover {
  color: #0b4ea7;
}		 

.reply a {
  text-decoration: none;
  color: #3284f1;
}
.reply a:hover {
  color: #0b4ea7;
}		 


/**************************************
# Leia mais
**************************************/

.leia-mais {
	background: #fff;
	color: #000;
	font-size: 12px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #d2d2d2;
	text-shadow: none;
	height: 36px;
    text-decoration: none;
}

.leia-mais:hover {
	background: #3284f1;
	color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #d2d2d2;
	height: 36px;
	text-shadow: none;
}


.titulo-carousel {
	background: #3284f1;
	color: #fff;
	font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
	border-radius: 5px;
	height: 48px;
    text-decoration: none;
    font-weight: bold;
}


.leia-mais-carousel a {
	background: #3284f1;
	color: #fff;
	font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
	border-radius: 5px;
	height: 48px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.leia-mais-carousel a:hover {
	background: #df3740;
	color: #fff;
	border-radius: 5px;
	height: 48px;
}

.required {
  color: #3284f1;	
  font-weight: bold;	
}

/*--------------------------------------------------------------
# Saiba mais
--------------------------------------------------------------*/
.saiba-mais {
	background: #fff;
	color: #000;
	font-size: 12px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #d2d2d2;
	text-shadow: none;
	height: 36px;
    text-decoration: none;

}

.saiba-mais:hover {
	background: #3284f1;
	color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #d2d2d2;
	height: 36px;
	text-shadow: none;
}



/*--------------------------------------------------------------
# Blogs Relacionados
--------------------------------------------------------------*/
.related-blog .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.related-blog .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.related-blog .icon-box:hover::before {
  background: #0b4ea7;
  top: 0;
  border-radius: 0px;
}

.related-blog .icon {
  margin-bottom: 15px;
}

.related-blog .icon i {
  font-size: 48px;
  line-height: 1;
  color: #0b4ea7;
  transition: all 0.3s ease-in-out;
}

.related-blog .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.related-blog .title a {
  color: #111;
}

.related-blog .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.related-blog .icon-box:hover .title a,
.related-blog .icon-box:hover .description {
  color: #fff;
}

.related-blog .icon-box:hover .icon i {
  color: #fff;
}

                   
.title-related h2{
  font-size: 24px;
  font-weight: 700;
  position: relative;
  color: #fff;
  background-color: #0b4ea7;
  border-radius: 5px;
  text-align: center;
  height: 36px;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 5px 0;	
  width: 350px;
}
           

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
 
.portfolio-details {
  padding-top: 10px;
}


/*
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 5px;
  position: relative;
}
*/
.portfolio-details .portfolio-details-slider .swiper-pagination {
  text-align: right;	
/*  bottom: 20px !important;
  bottom: calc(env(safe-area-inset-bottom) + 50px) !important*/
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b4ea7;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b4ea7;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
} 

.portfolio-details .portfolio-details-slider a {
	color: #000;
	text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.portfolio-details .portfolio-details-slider a:hover {
	color: #0b4ea7;
}

.portfolio-details .portfolio-details-slider .swiper-slide h4 {
  padding-top: 10px;
  background-color: #fff;  
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  
  
  bottom: 20px !important;
  bottom: calc(env(safe-area-inset-bottom) + 50%) !important
  
}


.portfolio-details .portfolio-sidebar {
   padding-top: 10px;
}

.portfolio-details .portfolio-sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: #fff;
  background-color: #0b4ea7;
  border-radius: 5px;
  text-align: center;
  height: 36px;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 8px 0;	
}
 
.portfolio-details .portfolio-sidebar .sidebar-item {
  margin-bottom: 30px;
}

.portfolio-details .portfolio-sidebar .sidebar hr {
	color: #0b4ea7;
}

.portfolio-details .portfolio-sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.portfolio-details .portfolio-sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.portfolio-details .portfolio-sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #3284f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.portfolio-details .portfolio-sidebar .search-form form button i {
  line-height: 0;
}

.portfolio-details .portfolio-sidebar .search-form form button:hover {
  background: #de323c;
}


.portfolio-details .portfolio-details-slider img {
  width: 100%;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}
/*
@media(max-width: 480px) {
 .portfolio-details .portfolio-details-slider img {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-pagination {
      display: none;
  }
}*/

@media(max-width: 480px) {
  .portfolio-details .swiper-wrapper .swiper-slide img {
    height: 150px;
    margin-left: auto;
    margin-right: auto;  
  }
  .swiper-pagination {
     display: none;
  }
}


.hr-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
 

/*======================================
    section-related
========================================*/

.section-related {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-related {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-related {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
 

 
.blog-section {
  background-color: #fff;
}

/*
.blog-section .section-title {
  text-align: left;
  margin-bottom: 10px;
}

.blog-section .section-title h2 {
 
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: #fff;
  background-color: #0b4ea7;
  border-radius: 5px;
  text-align: center;
  height: 36px;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 8px 0;	
 
}
*/


.blog-section .section-title2 h2{
  font-size: 24px;
  font-weight: 700;
  position: relative;
  color: #fff;
  background-color: #0b4ea7;
  border-radius: 5px;
  text-align: center;
  height: 36px;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 5px 0;	
  width: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .blog-section .section-title {
    margin-bottom: 20px;
  }
}
 

/* Single Blog Grid*/
.related-blog-grid {
  margin-top: 1px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089);
  overflow: hidden;
}

.related-blog-grid .blog-img {
  overflow: hidden;
}

.related-blog-grid .blog-img a {
  width: 100%;
}

.related-blog-grid .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.related-blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.related-blog-grid .blog-content {
  padding: 35px;
}
 
.blog-section .related-blog-grid .meta {
  
  margin-bottom: 10px;
  color: #c1c8d0;
}


.blog-section .related-blog-grid .meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-section .related-blog-grid .meta ul li + li {
  padding-left: 20px;
}
 
.blog-section .related-blog-grid .meta i {
  font-size: 14px;
  margin-right: 8px;
  line-height: 0;
}

.blog-section .related-blog-grid .meta a {
  color: #c8c8c8;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.blog-section .related-blog-grid .meta a:hover {
  color: #3284f1;
}

.related-blog-grid .blog-content h4 {
  display: block;
  line-height: 28px;
}

.related-blog-grid .blog-content h4 a {
  font-size: 17px;
  color: #BB1515;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

.related-blog-grid .blog-content h4 a:hover {
  color: #941212;
}

.related-blog-grid .blog-content p {
  display: block;
  margin-top: 20px;
}

.related-blog-grid .blog-content .button {
  margin-top: 20px;
}

.related-blog-grid .blog-content .button .btn {
  padding: 0;
  background-color: transparent;
  color: #BB1515;
  text-decoration: underline;
  overflow: visible;
}

.related-blog-grid .blog-content .button .btn:hover {
  color: #941212;
}

 
.related-blog-grid .blog-content-title h4 a {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

.related-blog-grid .blog-content-title h4 a:hover {
  color: #3284f1;
}


/********************************************
# Carousel
********************************************/
.wp-hero-slider{
  /*padding: 50px 0;*/
  padding: 20px 0 20px 0;
  background-color: #fff;

}

.carousel-inner{
  border-radius: 5px;
  width: 100%;
}

.carousel-inner img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.carousel-item{
  position: relative;
}
.carousel-item .overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.carousel-caption .content{
  padding-left: 50px;
}

.carousel-caption h5{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-caption a{
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 700;
}

.carousel-caption a:hover{
  text-decoration: none !important;
}

.carousel-caption a:focus{
  text-decoration: none !important;
}

.carousel-caption a:hover{
  color:#fff !important;
}

.carousel-item .content span a{
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-right: 30px;
  letter-spacing: 1px;
}

.carousel-item .content span.post-date a:after{
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  background-color: #fff;
  width: 15px;
  height: 2px;
}

.carousel-item .content span i{
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 300;
  /*margin-right: 30px;*/
  letter-spacing: 1px;
}


@media screen and (max-width: 500px){
  .carousel-item .content span.post-date a:after {
    top: 30% !important;
  }
  
  .wp-hero-slider{
    padding: 5px 0 15px 0;
    background-color: #fff;
  }

}

.carousel-item .content .user-img{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50px;
  box-shadow: 0 5px 15px 5px rgba(0, 33, 85, .1);
}

.carousel-item .content .post-date{
  margin-right: 20px;
}

@media(max-width: 480px) {
  .carousel-caption {
    position: absolute;
    width: 80%;
    top: 40%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .carousel-caption a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
  }
  
  .carousel-item .content {
    display :none;
  }
  
  .carousel .carousel-indicators button {
      display: none;
  }
  
}
 
.carousel .carousel-indicators button{
  text-align: right;
}

.carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
	background-color: #fff;
    opacity: 1;
    border: 1px solid #0b4ea7;
}
.carousel .carousel-indicators button.active {
    width: 12px;
    height: 12px;
    border-radius: 100%;
	background-color: #0b4ea7;
    opacity: 1;
    border: 1px solid #0b4ea7;
}

.carousel .carousel-item {
	max-height: 510px;
}

/******************
# Novo Item de Menu
/*****************/

 .item_menu {
  display: inline-block;
  background: #3284f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
}

.item_menu:hover {
  /*background: #df3740;*/
  background: #ff5959;
  color: #fff;
}


/***********************************
   Link para editar o Post ou página
***********************************/

.edit-link {
  -moz-text-align-last: right;
  text-align-last: right;
}

.edit-link a {
  display: inline-block;
  background: #fff;
  color: #3284f1;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}

.edit-link a:hover {
  background: #df3740;
  color: #fff;
}


/*******************************************************
MENU GALERIA DE FOTOS
********************************************************/
 .main-navigation {
   padding: 0;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089);
 }


.main-navigation li a {
	color: #222222;
	text-decoration: none;
	font-size: 13px;
    font-weight: 700;
}

.main-navigation li a:hover, .main-navigation li a:focus {
  color: #0b4ea7;
}


ul#menu-galeria { 
  margin: 0; /* retira o recuo para alguns browsers */
  padding:0; /* retira o recuo para outros browsers */
  list-style-type: none; /* retira o marcador de listas*/ 
}
 
ul#menu-galeria li {
  background-color: #fff;
  color: #222222;
  text-decoration: none;
}

ul#menu-galeria li a {
  color: #222222;
  text-decoration: none;
	
}



/**********************************************
 Whatsapp
 **********************************************/
 
 
 
.whatsapp-float-button {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	bottom: 0.5rem;
	/*rigth: 4rem;*/
	left: 1rem;
	background-color: #25d366;
	color: #fff;
	border-radius: 100%;
	z-index: 1000;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

.whatsapp-float-button:hover, .whatsapp-float-button:focus {
    color: #fff;
    background-color: #1ca44e;
}

.pulsating-button:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 100%;
    animation: pulse-success 2s infinite;
}

.pulsating-button:hover:before {
    animation: none;
}

@keyframes pulse-success {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

/* Ocultar no checkout */
.checkout .whatsapp-float-button, .has-fluid-checkout .whatsapp-float-button {
	display: none;
}


