@charset "utf-8";
/* CSS Document */

h2.title a:link, h2.title a:focus{
	text-decoration: none;
	font-size: 22px;
	}


/**Barra de navegação e outros hacks dela**/

.navbar{
	background-color: #333333;
	}
.navbar-inverse .navbar-brand {
    	color: #666;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
   	color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a, .navegacao .nav-list > li > a {
    	color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navegacao .nav-list > li > a:hover, .navegacao .nav-list > li > a:focus{
    	background: #2c2c2c;
	color: #808080;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.navbar ul.nav{
	display:none;
	}

.navbar-fixed-top { top: 0px; }
body.admin-bar .navbar-fixed-top { top: 30px !important; }



/**Top bar**/
.topbarwidget{
	text-align:right;
	}
.topbarwidget ul{
	list-style-type: none;
	color:#FFF;
	padding: 0;
	float: right;
}
.topbarwidget ul li{
	display: inline;

}
.topbarwidget h2.widgettitle{
	color: #999;
	line-height: 50px;
	margin: 0 5px ;
	display: inline;
	font-size: 14px;
}

/**Hack Polilang**/
.widget_polylang ul{
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}
.widget_polylang ul li{
	display: inline;
	line-height: 30px;
	margin-right: 7px;

}
.lang-item a{
display: inline-block;
line-height: 30px;


	}
.lang-item a .warp_flag img{
	display: none;
	}
.lang-item a .warp_flag{
	display: block;
	height: 30px;
	width: 36px;
	margin:0 5px;
	float: left;
	}
.lang-item-pt a .warp_flag{
	background-image: url(../images/BR.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.lang-item-es a .warp_flag{
	background-image: url(../images/ES.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.lang-item-en a .warp_flag{
	background-image: url(../images/UK.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/**Container**/	
#header{
	margin:0;

}
#header .header-bk {
	border-bottom: 15px #333 solid;
}
.infowidget{
	float: right;
	text-align:right;
	color: #fff;
	text-shadow: 1px 1px 1px #3D3D3D;
	margin-top: 40px;	
}


#container {
	margin: 65px auto 0 auto;
	position: relative;
	z-index: 6;
	-webkit-box-shadow:0px 1px 6px 2px rgba(128, 128, 128, 2);
	-moz-box-shadow:0px 1px 6px 2px rgba(128, 128, 128, 2);
	-o-box-shadow:0px 1px 6px 2px rgba(128, 128, 128, 2);
	-ms-box-shadow:0px 1px 6px 2px rgba(128, 128, 128, 2);
	box-shadow:0px 1px 6px 2px rgba(128, 128, 128, 2);	

}
#container, #bottom{
	width:95%;
	background: #FFF;
}
#container h2.widgettitle, #bottom h2.widgettitle {
	padding: 8px 15px;
    	background: #32bcc2;
    	text-align: center;
	color: #fff;
	font-size: 20px;
	text-shadow: 1px 1px 1px #3D3D3D;
	margin-bottom: 10px !important;
}
#container h2.widgettitle{
	margin: 0 -20px;
}
#bottom h2.widgettitle{
	margin-top: -25px;

}
#bottom .botoomarwidget div{

	clear:both;
}
#middle{
	background-color: #f2f2f2;
	border-top: 25px #333 solid;
	}
.breadcrumb{
	background-color: transparent;
	margin-top: 10px;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.post-inn{
    margin-bottom: 35px;
}
.text_chunk{
    	background-color: #fff;
	padding: 14px;
	margin-bottom: 25px;
	-webkit-box-shadow:0px 1px 2px 1px rgba(171, 171, 171, 2);
	-moz-box-shadow:0px 1px 2px 1px rgba(171, 171, 171, 2);
	-o-box-shadow:0px 1px 2px 1px rgba(171, 171, 171, 2);
	-ms-box-shadow:0px 1px 2px 1px rgba(171, 171, 171, 2);
	box-shadow:0px 1px 2px 1px rgba(171, 171, 171, 2);
}
 
.text_chunk p{
    text-align: justify;
}
.read-more{
	clear: both;
	float: right;
	padding-top: 20px;
	}

.post-meta {
    color: #737373;
    font-size: 85%;
    margin: 8px 5px 15px 5px;
}

.post-meta i{
    color: #737373;
	font-size:14px;
}

.navigation, .loopnav{
    text-align: center;
}
.loopnav{
    margin: 20px 0;
}

.category{
	display: none;
}


#bottom{
	margin: 0 auto;
	position: relative;
	z-index: 10;
	border-top: #333 25px solid;
	-webkit-box-shadow:0px 4px 6px 2px rgba(128, 128, 128, 2);
	-moz-box-shadow:0px 4px 6px 2px rgba(128, 128, 128, 2);
	-o-box-shadow:0px 4px 6px 2px rgba(128, 128, 128, 2);
	-ms-box-shadow:0px 4px 6px 2px rgba(128, 128, 128, 2);
	box-shadow:0px 4px 6px 2px rgba(128, 128, 128, 2);
}
#bottom .bottom-border{
	display: block;
	background: #333;
	height: 15px;
}
#footer{
	margin-top: -10px;
    	background: #333333;
    	padding: 8px 20px;
	position: relative;
	z-index: 15;
}
.footer-inner{
    clear: both;
    display:block;
    margin: 0 auto;
    line-height: 30px;
    color: #ccc;
}
.powered{
     text-align: right;
}
.powered a{
     display: block;
     width: 123px;
     height: 28px;
     background: url(../images/wpress_logo_gray.svg) center top no-repeat; 
     float: right;
     text-indent: 2000px;
     overflow: hidden;
     position: relative;	
}


/**Botão Ir ao Topo**/	

.go-top:hover, .go-top:active {
    color: #fff !important;
    background-color: #9fcc25;
	text-decoration: none;
}
.go-top:focus {
    color: #fff !important;
}
.go-top {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    line-height: 33px;
    font-size: 15px;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}
/* make sidebar nav vertical */ 


/* WordPress Core
-------------------------------------------------------------- */
.alignnone, .attachment-category-thumb{
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter,
.attachment-category-thumb !important{
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto !important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 6px 4px 6px;
    text-align: center;
}

/**Hack Table**/
#calendar_wrap .table > thead > tr > th, #calendar_wrap .table > tbody > tr > th, #calendar_wrap .table > tfoot > tr > th, #calendar_wrap .table > thead > tr > td, #calendar_wrap .table > tbody > tr > td, #calendar_wrap .table > tfoot > tr > td {
    padding: 4px;
}


/**Formulario de comentários**/

.form-submit {
    display: none;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}

code {
	white-space: normal !important;
}

/**Personalizaoes do menu nas barras laterais**/
.sidebarwidget .nav > li > a {
   	padding: 5px 15px;
	color: #808080;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.sidebarwidget .nav > li > a:hover, .sidebarwidget .nav > li > a:focus, .sidebarwidget .nav > li > a:active, .sidebarwidget .nav > li.current-menu-item > a {
   	padding-left: 26px;
	color: #4d4d4d;
	border-left: 4px #9fcc25 solid;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.sidebarwidget {
	padding-bottom: 10px;
}

/**Tag Cloud**/
 
.tagcloud a {
  font-family:cambria;
  opacity: 0.80;
  color: #FFF;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 5px;
  line-height: 25px;
  border-radius: 2px;
}

.tagcloud a:nth-child(9n){background-color: #e6e6e6; color: #4d4d4d;}
.tagcloud a:nth-child(9n+1){background-color: #d4d4d4; color: #6a6a6a;}
.tagcloud a:nth-child(9n+2){background-color: #bebebe;}
.tagcloud a:nth-child(9n+3){background-color: #b1b1b1;}
.tagcloud a:nth-child(9n+4){background-color: #a4a4a4;}
.tagcloud a:nth-child(9n+5){background-color: #959595;}
.tagcloud a:nth-child(9n+6){background-color: #7c7c7c;}
.tagcloud a:nth-child(9n+7){background-color: #6a6a6a;}
.tagcloud a:nth-child(9n+8){background-color: #4d4d4d;}

/** Colorido
.tagcloud a:nth-child(9n){background-color: #4A4A4A;}
.tagcloud a:nth-child(9n+1){background-color: #428BCA;}
.tagcloud a:nth-child(9n+2){background-color: #5CB85C;}
.tagcloud a:nth-child(9n+3){background-color: #D9534F;}
.tagcloud a:nth-child(9n+4){background-color: #567E95;}
.tagcloud a:nth-child(9n+5){background-color: #B433FF;}
.tagcloud a:nth-child(9n+6){background-color: #00ABA9;}
.tagcloud a:nth-child(9n+7){background-color: #B37333;}
.tagcloud a:nth-child(9n+8){background-color: #FF6600;}
**/
/**ajuste das imagens da home**/

body.home .text_chunk .crop_home {
	max-height: 200px;
	overflow:hidden;
	max-width: 500px;
	margin: 0  auto 20px auto;
}
body.home .text_chunk .crop_home img {
	height: auto;
	max-width: 100%
}
.crop_home > .alignright{
	float: right;
}

/**Parametros Responsivos**/

 @media only screen and (max-width: 979px) {
.infowidget{
	margin-top: 30px;
}
.infowidget h2{
	font-size: 24px;
}
.infowidget h4{
	font-size: 14px;
}
#bottom h2.widgettitle {
	margin-right: 0;
	margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.infowidget{
	margin-top: 0;
	padding-left: 0;
	text-align: center;
	color: #9fcc25;
}
#right .widget_nav_menu, #left .widget_nav_menu{
	display: none;
}
#container, #bottom{
	width: 100%;
	-webkit-box-shadow:none);
	-moz-box-shadow:none);
	-o-box-shadow:none);
	-ms-box-shadow:none);
	box-shadow:none;
}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {

.powered, .footer-inner .textwidget {

    	text-align: center !important;
}
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
body.admin-bar .navbar-fixed-top {
	top: 45px !important;
	position: absolute;
 }
.navbar ul.nav{
	display:block;
	}
}

@media only screen and (max-width: 480px){
.infowidget, .footer-inner .textwidget{
	display:none !important;
}
.powered, .footer-inner .textwidget {
    	text-align: center !important;
}
.text_chunk{
    	background-color: transparent;
	padding: 0;
	margin-bottom: 15px;
	-webkit-box-shadow:none);
	-moz-box-shadow:none);
	-o-box-shadow:none);
	-ms-box-shadow:none);
	box-shadow:none;
}
#middle{
	background-color: #fff !important;
	border-top: 0;
	}

#right .widget_nav_menu, #left .widget_nav_menu{
	display: none;
}


 .carousel .item {
      max-height: 200px;
    }

}
/****/
#wpstats, .wpstats{
display:none !important;
}

/**lista menu IE 11**/
#right ul.menu, #left ul.menu {
	list-style-type: none !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#myCarousel{
margin: 0 -20px;
}
.carousel .item {
      max-height: 300px;
    }
.carousel-caption {
    left: 12%;
    padding-bottom: 5px;
    right: 12%;
    text-align: left;
}
.carousel-caption span{
display: inline-block;
background: rgb(51, 51, 51);
background: rgba(51, 51, 51, 0.6);
padding: 5px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
border-radius:4px;

}
.carousel-caption h2{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 38px;
}
.carousel-caption span{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 100%;
}

/**Pagina de erro**/
.error404 .text_chunk{
background: url(../images/error.png) #fff no-repeat center 20px;
padding-top: 120px;
}

.search-no-results .text_chunk{
background: url(../images/lent.png) #fff no-repeat 15px 15px;
padding: 35px 30px 35px 170px ;
font-size: 18px;
}

/**fadeIn**/

.fadeIn {
        /* CSS needed for animation
        ---------------------------------------------------- */
        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
}
/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-03s {
        -webkit-animation-duration:0.3s;
        -moz-animation-duration:0.3s;
        -o-animation-duration:0.3s;
        animation-duration:0.3s;
}
.fadeIn-05s {
        -webkit-animation-duration:0.5s;
        -moz-animation-duration:0.5s;
        -o-animation-duration:0.5s;
        animation-duration:0.5s;
}
.fadeIn-1s {
        -webkit-animation-duration:1s;
        -moz-animation-duration:1s;
        -o-animation-duration:1s;
        animation-duration:1s;
}
.fadeIn-2s {
        -webkit-animation-duration:2s;
        -moz-animation-duration:2s;
        -o-animation-duration:2s;
        animation-duration:2s;
}
.fadeIn-3s {
        -webkit-animation-duration:3s;
        -moz-animation-duration:3s;
        -o-animation-duration:3s;
        animation-duration:3s;
}
/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-03s {
        -webkit-animation-delay:0.3s;
        -moz-animation-delay:0.3s;
        -o-animation-delay:0.3s;
        animation-delay:03s;
}
.fadeIn-Delay-05s {
        -webkit-animation-delay:0.5s;
        -moz-animation-delay:0.5s;
        -o-animation-delay:0.5s;
        animation-delay:0.5s;
}
.fadeIn-Delay-1s {
        -webkit-animation-delay:1s;
        -moz-animation-delay:1s;
        -o-animation-delay:1s;
        animation-delay:1s;
}
.fadeIn-Delay-2s {
        -webkit-animation-delay:2s;
        -moz-animation-delay:2s;
        -o-animation-delay:2s;
        animation-delay:2s;
}
.fadeIn-Delay-3s {
        -webkit-animation-delay:3s;
        -moz-animation-delay:3s;
        -o-animation-delay:3s;
        animation-delay:3s;
}
/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }



/*Personal*/

#right ul.menu, #left ul.menu {	 	 
 list-style-type: none !important;	 	
}	 	 
#wpstats, .wpstats {	 	 
 display: none !important;	 	 
}



