/* Add here all your CSS customizations */

/*red: color: #ff0000;*/
/*blue: color: #0074ad;*/

.md-skin{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.cor-azul{
	color: #0074ad;
}

.thumb-info img{
	border-radius: 0px !important;
}

.thumb-info .thumb-info-wrapper{
	border-radius: 0px !important;
}

.thumb-info{
	border-radius: 0px !important;
}

.thumb-info .thumb-info-type{
	border-radius: 0px !important;
}

.img-thumbnail {
	width: 100%;
	border-radius: 0 !important;
}

.pb-zero{
	border-bottom: 0 !important;
}

.mb-zero{
	margin-bottom: 0 !important;
}

.progress-bar{
	border-radius: 0px !important;
}

.progress{
	border-radius: 0px !important;
}

.progress-bar-tooltip{
	border-radius: 0px !important;
}
.cor-vermelha{
	color: #ff0000;
}
article.post-large {
	margin-left: 0;
}

.a-cinza{
	color: #777 !important;
}

article.post-large .post-image, article.post-large .post-date {
	margin-left: 0; 
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/preloader.gif) center no-repeat #fff;
}

.sweet-alert{
	border-radius: 0px;
}

.sweet-alert button{
	border-radius: 0px;	
}

html .scroll-to-top{
	bottom: 10px;
	border-radius: 0;
}

.nav-pills > li + li {
	margin-left: 0px;
}

.btn{
	border-radius: 0 !important;
}

.page-header {
	background-color: #E2E2E2;
	border-top: 5px solid #CCC;
}

#particles-js{
	position: absolute;
	width: 100%; 
	height: 200px;
	left: 0;
}

.page-header h1 {
	color: #000;
}

.image-gallery-item{
	cursor: -webkit-grab;
}

.container .call-to-action {
	border-radius: 0;
}

.text-shadow{
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.link-top a:hover {
	color: #0088cc !important;
}

.home-intro{
	padding: 10px 0 10px 0;
	box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.12);
}

.banner-subimagem{
	width: 50% !important; height: 50% !important;
}

.owl-carousel .owl-item img {
	padding: 12px !important;
}

#footer {
	background: #E2E2E2;
	border-top: 4px solid #cfd0d6;
	padding: 30px 0 0;
}

#footer .footer-copyright{
	margin-top: 0px;
}

.background-color-black{
	padding: 25px;
	background-color: rgba(0, 0, 0, 0.60);
}
.page-header{
	margin: 60px 0 35px 0;
}

#footer .footer-copyright {
	background: #cfd0d6;
	border-top: 0; 
	margin-top: 40px;
	padding: 0;
}

#footer .container .row > div {
	padding: 5px;
	margin-bottom: 0;
}

.input-group-addon, .form-control{
	border-radius: 0;
}

textarea {
	resize: none;
}

label.error {
	color: #c10000;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 0 0;
	position: absolute;
	right: 10px;
	top: 4px;
	z-index: 9;
}

.tooltip.top .tooltip-inner {
	background-color:white;
	border-radius: 0px;
	color: black;
	width: 150px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: white;
	color: black;
}

.tooltip.left .tooltip-inner {
	background-color:white;
	border-radius: 0px;
	color: black;
	width: 150px;
}
.tooltip.left .tooltip-arrow {
	border-left-color: white;
	color: black;
}

.tooltip.right .tooltip-inner {
	background-color:white;
	border-radius: 0px;
	color: black;
	width: 150px;
}
.tooltip.right .tooltip-arrow {
	border-right-color: white;
	color: black;
}

.tooltip.bottom .tooltip-inner {
	background-color:white;
	border-radius: 0px;
	color: black;
	width: 150px;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: white;
	color: black;
}

/* Hover Effects */

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1550 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 10px 8px;
	min-width: 230px;
	/*max-width: 315px;*/
	width: 100%;
	font-size: 16px;
	line-height: 1.2em;
}
.snip1550 *,
.snip1550 *:before,
.snip1550 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
}
.snip1550:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	content: '';
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.snip1550 img {
	max-width: 100%;
	vertical-align: top;
}
.snip1550 .icons {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.snip1550 a {
	margin: 45px;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.snip1550 a i {
	display: block;
	font-size: 45px;
	line-height: 90px;
	width: 90px;
	background-color: #ffffff;
	text-align: center;
	color: #000000;
}
.snip1550 a i:hover {
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}


.snip1550 a .social-icons-whatsapp-sub-banner:hover{
	background: #1ebea5;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-twitter-sub-banner:hover{
	background: #1aa9e1;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-facebook-sub-banner:hover{
	background: #3b5a9a;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-linkedin-sub-banner:hover{
	background: #0073b2;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-rss-sub-banner:hover{
	background: #ff8201;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-googleplus-sub-banner:hover{
	background: #dd4b39;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-pinterest-sub-banner:hover{
	background: #cc2127;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-youtube-sub-banner:hover{
	background: #c3191e;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-instagram-sub-banner:hover{
	background: #7c4a3a;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-skype-sub-banner:hover{
	background: #00b0f6;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-email-sub-banner:hover{
	background: #dd4b39;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-vk-sub-banner:hover{
	background: #6383a8;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-xing-sub-banner:hover{
	background: #1a7576;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-tumblr-sub-banner:hover{
	background: #304e6c;
	color: #ffffff;
	cursor: pointer;
}

.snip1550 a .social-icons-reddit-sub-banner:hover{
	background: #ff4107;
	color: #ffffff;
	cursor: pointer;
}


.snip1550:hover:before,
.snip1550.hover:before {
	opacity: 0.5;
}
.snip1550:hover a,
.snip1550.hover a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	color: transparent;
}
.snip1550:hover a:nth-child(2),
.snip1550.hover a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.snip1550:hover a:nth-child(3),
.snip1550.hover a:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.1s;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0015 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 220px;
	max-width: 310px;
	max-height: 220px;
	width: 100%;
	background: #000000;
	text-align: center;
}
figure.snip0015 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
figure.snip0015 img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.snip0015 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3em 3em;
	width: 100%;
	height: 100%;
}
figure.snip0015 figcaption::before {
	position: absolute;
	top: 50%;
	right: 30px;
	bottom: 50%;
	left: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	content: '';
	opacity: 0;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 1s;
}
figure.snip0015 h2,
figure.snip0015 p {
	margin: 0 0 5px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0015 h2 {
	word-spacing: 0;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transform: translate3d(0%, 50%, 0);
	transform: translate3d(0%, 50%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	font-size: 0em;
}
figure.snip0015 h2 span {
	font-weight: 800;
}
figure.snip0015 p {
	font-weight: 200	;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
figure.snip0015 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #ffffff;
}
figure.snip0015:hover img {
	opacity: 0.15;
}
figure.snip0015:hover figcaption h2 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.1s;
	color: white;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0;
	margin-top: 30%;
}
figure.snip0015:hover figcaption p {
	opacity: 0.9;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
figure.snip0015:hover figcaption::before {
	background: rgba(255, 255, 255, 0);
	top: 30px;
	bottom: 30px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.snip1294-2 {
	position: relative;
	font-size: 40px;
	background-color: white;
	color: #ffffff;
	width: 90px;
	margin: 2px;
	height: 90px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);*/
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.snip1294 {
	position: relative;
	font-size: 40px;
	background-color: white;
	color: #ffffff;
	width: 230px;
	margin: 2px;
	height: 230px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.snip1294:after {
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
	background: #0088cc;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(7deg) scale(0.8);
	transform: rotate(7deg) scale(0.8);
}
.snip1294-2:after {
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
	background: white;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(7deg) scale(0.8);
	transform: rotate(7deg) scale(0.8);
}
.snip1294:before,
.snip1294:after,
.snip1294-2:before,
.snip1294-2:after {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.snip1294:hover,
.snip1294:active,
.snip1294.hover,
.snip1294-2:hover,
.snip1294-2:active,
.snip1294-2.hover {
	color: #ffffff;
	/*text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.8);*/
}
.snip1294:hover:after,
.snip1294:active:after,
.snip1294.hover:after,
.snip1294-2:hover:after,
.snip1294-2:active:after,
.snip1294-2.hover:after {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1566 {
	position: relative;
	display: inline-block;
	margin: 20px;
	max-width: 125px;
	width: 100%;
	color: #0074ad;
	font-size: 16px;
	box-shadow: none !important;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
	border: 2px solid #0074ad;
	border-color: transparent #0074ad;
}

.snip1566 img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
	border-radius: 50%;
	padding: 10px;
}

.snip1566 figcaption {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	opacity: 0;
	background-color: transparent;
	border-radius: 50%;
}

.snip1566 i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 4em;
	z-index: 1;
}

.snip1566 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
	border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@import url(https://fonts.googleapis.com/css?family=Raleway);
.snip1584 {
	font-family: 'Raleway', sans-serif;
	position: relative;
	display: inline-block;
	overflow: hidden;
	/*margin: 10px 8px;*/
	min-width: 230px;
	max-width: 100%;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.snip1584 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.snip1584:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 100%;
	content: '';
	background-color: rgba(51, 51, 51, 0.9);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.snip1584 img {
	vertical-align: top;
	max-width: 100%;
	backface-visibility: hidden;
	border-radius: 0px !important;
}
.snip1584 figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.snip1584 h3,
.snip1584 h5 {
	margin: 0;
	opacity: 0;
	letter-spacing: 1px;
}
.snip1584 h3 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	margin-bottom: 5px;
}
.snip1584 h5 {
	font-weight: normal;
	background-color: #0074ad;
	color: white;
	padding: 3px 10px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.snip1584 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
	top: 11px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	color: white;
	text-align: center;
	font-size: 1em;
	padding-left: 25px;
	padding-right: 25px;
}
.snip1584:hover h5,
.snip1584.hover h5 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
