@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);
body{
	font-family: 'Lato', sans-serif;
}
a{
	color: #0E8DCC;
}
h1, h2, h3, h4{
	color: #211E1F;
}
a h1, a h2, a h3, a h4{
	color: #0E8DCC;
}
/* .nav-personalizada {
	padding-top: 0;
	padding-bottom: 10px;
	position: absolute;
	z-index: 999;
	margin-top: 18px;
} */
.nav-personalizada {
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-personalizada .img-thumbnail{
	border: none;
	padding: 7px;
}
.nav-personalizada .nav-pills > li.active > a{
	background: #50B161;
}
.nav-personalizada .nav-azul{
	background-color: #f9fbff;
	margin-right: 4px;
	color: #408f4e;
	font-weight: bold;
	border: #408f4e solid 1px;
}
#carousel-id{
	margin-top: -10px;
}
.carousel-inner .texture{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../img/texture.png);
}
.carousel-caption {
	padding: 5px 0;
	text-align: right;
	text-shadow: none;
	right: 7%;
	left: 45%;
	bottom: 60px;
}
.carousel-caption p{
	color: rgb(33, 30, 31);
	font-size: 32px;
	padding: 0 5px;
}
.carousel-caption a{
	background: #0E8DCC;
	color: #fff;
	font-size: 32px;
	text-shadow: none;
	padding: 5px 10px;
	border: solid 3px #0E8DCC;
}
.carousel-caption a:hover{
	text-decoration: none;
	border: solid 3px #0b6c9c;
}
.carousel-caption strong{
	background-color: #fff;
	padding: 3px 7px;
}

.carousel-indicators li{
	-webkit-box-shadow: 3px 3px 5px -3px rgba(153,153,153,1);
	-moz-box-shadow: 3px 3px 5px -3px rgba(153,153,153,1);
	box-shadow: 3px 3px 5px -3px rgba(153,153,153,1);
	border: 1px solid #7dcef6;
}
@media (max-width: 992px) {
	.carousel-caption {
		right: 6%;
		left: 40%;
		bottom: 40px;
	}
	.carousel-caption p{
		font-size: 22px;
		padding: 0 4px;
	}
	.carousel-caption a{
		font-size: 22px;
		padding: 4px 9px;
		border: solid 1px #0E8DCC;
	}
	.carousel-caption a:hover{
		border: solid 2px #0b6c9c;
	}
}
@media (max-width: 768px) {
	.carousel-caption {
		right: 5%;
		left: 30%;
		bottom: 10px;
	}
	.carousel-caption p{
		font-size: 14px;
		padding: 0 2px;
	}
	.carousel-caption a{
		font-size: 16px;
		padding: 2px 7px;
		border: solid 1px #0E8DCC;
	}
	.carousel-caption a:hover{
		border: solid 1px #0b6c9c;
	}
	.carousel-indicators {
		bottom: -10px;
	}
}
@media (max-width: 479px) {
	.carousel-caption {
		right: 5%;
		left: 30%;
		bottom: 6px;
	}
	.carousel-caption p{
		font-size: 13px;
		padding: 0 2px;
		margin-bottom: 8px;
	}
	.carousel-caption a{
		font-size: 14px;
		padding: 2px 6px;
	}
	.carousel-indicators {
		bottom: -11px;
	}
}
#pagina{
	margin-bottom: 40px;
}
.services .row{
	border: solid 1px #f5f5f5;
	background-color: #f9f9f9;
	margin-right: -10px;
	margin-left: -10px;
	-webkit-box-shadow: 3px 3px 5px -3px rgba(153,153,153,1);
	-moz-box-shadow: 3px 3px 5px -3px rgba(153,153,153,1);
	box-shadow: 3px 3px 5px -3px rgba(153,153,153,1);
	margin-bottom: 7px;
	-webkit-transition: box-shadow 0.2s ease-in-out;
  	transition: box-shadow 0.2s ease-in-out;
}
.services .row:hover{
	-webkit-box-shadow: 3px 3px 7px -3px rgba(76, 76, 76,1);
	-moz-box-shadow: 3px 3px 7px -3px rgba(76, 76, 76,1);
	box-shadow: 3px 3px 7px -3px rgba(76, 76, 76,1);
}
.services .col-xs-3{
	padding: 10px;
}
.services .col-xs-9{
	padding: 0;
	min-height: 73px;
}
@media (min-width: 992px) {
	.services .col-xs-9 h4{
		line-height: 1.5;
		display: inline-block;
		vertical-align: middle;
	}
	.services .col-xs-9{
		line-height: 73px;
	}
}

.img-evento{
	margin-right: 10px;
}
.data-img{
	position: absolute; 
	padding: 5px;
	color: #fff;
	background-color: #0E8DCC;
	border-top-left-radius: 4px;
}
.list-links-home{
	margin-top: 20px;
}
.list-links-home a{
	font-size: 16px;
}

.panel-body {
	 padding: 0;
}
.galeria-img{
	min-height: 200px;
}
@media (max-width: 768px) {
	.galeria-img{
		min-height: 100px;
	}
}
.galeria-ampliar{
	position: absolute;
	margin-top: -38px;
	font-size: 22px;
	padding: 3px 8px;
	border-right: #d6e9c6 solid 1px;
	border-top: #d6e9c6 solid 1px;
	background: #dff0d8;
	border-top-right-radius: 4px;
	opacity: 0.8;
}
.galeria-ampliar:hover{
	cursor: pointer;
	opacity: 1;
}

.img-margin{
	margin: 10px 5px;
}

#footer{
	padding: 30px 15px;
	border-top:4px solid #211E1F;
	background: #E6B96D;
	color: #000000;
}
#footer a{
	color: #333333;
}

@media (max-width: 768px) {
	.info-topo{
		position: relative;
		padding: 3px 15px 0;
	}
	.info-topo p{
		line-height: 160%;
		font-size: 12px;
	}
	.nav-personalizada {
		position: relative;
		margin-top: 10px;
	}
	.nav-personalizada .img-thumbnail{
		padding: 0;
		border: none;
	}
	.ul-personalizada li {
		float: none;
		margin-top: 2px;
		margin-left: 0;
	}
	.ul-personalizada li a{
		padding: 5px 10px;
	}
	#carousel-id{
		margin-top: 0;
	}
	#footer ul, #footer p, #footer h3, #footer h4{
		text-align: center;
	}
	#footer img{
		margin: auto;
	}
}


#carousel_pawt .carousel-control.left{background: none; margin-left: -80px;}
/*#carousel_pawt .carousel-control.left:hover{margin-left: -40px;}*/
#carousel_pawt .carousel-control.right{background: none; margin-right: -80px;} 
/*#carousel_pawt .carousel-control.right:hover{margin-right: -40px;}*/
#carousel_pawt .item{height: 150px; line-height: 150px; text-align: center;}
#carousel_pawt .item img{vertical-align: middle;}

#carousel_pawt .carousel-mb .item{height: 150px; line-height: 150px; text-align: center;}
#carousel_pawt .carousel-mb .item img{vertical-align: middle;}

.fa-3x{
	transition: transform .2s; /* Animation */
}
.fa-3x:hover {
  transform: scale(1.1);
}
.container-home p, .parceiros-bg p{
	font-size: 16px;
}
.container-home h2{
	color: #50B161;
}
.parceiros-bg{
	padding: 50px 0 40px;
	background-color: #f3f3f3;
}
.parceiros-bg h2{
	color: #408e4d;
}
.slide-multiplo{
	padding: 15px;
	padding-top: 15px;
	z-index: 1;
}
.slide-multiplo img{
  margin: auto;
  border-radius: 15%;
	background: #fff;
	border: solid 1px #e0e0e0;
}
.carousel-control{width: 25px; color: #fff;}
.carousel-control:visited, .carousel-control:hover,.carousel-control:active{color: #fff;}
.carousel-control.left, .carousel-control.right{background: none;}

.panel-img{
	padding: 2px !important;
}
.panel-body-img{
	background: #fff !important;
}

/*button float*/
.float, .float:visited{
	position:fixed;
	width:65px;
	height:65px;
	bottom:25px;
	left:25px;
	background-color:#25D366;
	color:#fff;
	border-radius:50px;
	text-align:center;
	-webkit-box-shadow: 2px 0px 7px -1px rgba(102,102,102,1);
	-moz-box-shadow: 2px 0px 7px -1px rgba(102,102,102,1);
	box-shadow: 2px 0px 7px -1px rgba(102,102,102,1);
	z-index: 100;
}
.float:hover, .float:active{
	background-color:#0B8CCD;
	color: #fff;
}
.my-float{
	margin-top:11px;
	font-size: 42px;
}