
/*----------------------------------------------------------------
					Start Default Settings
----------------------------------------------------------------*/
body{
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #183a60;
	font-family: 'Raleway', sans-serif;
}
ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,
a:hover,
a:focus,
input,button,textarea{
	text-decoration: none;
	outline: none;
}
/*----------------------Typography Settings---------------------*/
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}
h1 {
	color: #fff;
	font-size: 70px;
	font-weight: 800;
	line-height: 90px;
   /* text-transform: capitalize;*/
}
h2 {
	color: #33aabb;
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
  /*  text-transform: capitalize;*/
}
h3 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
   /* text-transform: capitalize;*/
}
h5 {
	color: #333;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
}
p {
	color: #666;
	font-size: 14px;
	line-height: 27px;
	margin: 0;
	padding: 0;
}
/*--------------------------Spacing CSS-------------------------*/
.pt-1 {
	padding-top: 70px;
}
.pb-1 {
	padding-bottom: 70px;
}
.pb-2 {
	padding-bottom: 40px;
}
.ptb-1 {
	padding-top: 82px;
	padding-bottom: 100px;
}
.ptb-3 {
	padding-bottom: 65px;
	padding-top: 50px;
}
/*-------------------------Alignment CSS------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
/*-------------------------Color Settings-----------------------*/
.bg-1 {
	background: #fafafa;
}
.bg-2 {
	background: #33aabb;
}
.white {
	color: #fff;
	padding-bottom: 17px;
}
/*--------------------All Transition Settings-------------------*/
.logo,
header.header-area.sticky .logo,
.main-menu .navbar-nav > li > a,
.main-menu .navbar-nav > li > a:after,
.about-icon i, .single-about-item h3,
.single-about-item p,
.single-service-item,
.service-item-icon,
.service-item-icon i,
.single-feature-content h3,
.work-item .overlay,
.work-menu li:after,
.work-item-caption h6,
.work-item-caption span,
.team-member:before, .member-info,
.member-social-link a i,
.contact-icon i,
.btn1,.btn3,.btn-home,
.ftr-social-link ul li a i{
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
/*----------------------------------------------------------------
					End Default Settings
----------------------------------------------------------------*/

/*----------------------------------------------------------------
						Header Section
----------------------------------------------------------------*/
header.header-area {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	position: fixed;
}
.logo {
	padding-top: 30px;
}
.logo p {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Spectral SC', serif;
	
}
.logo p span {
	color:#CCC;	
	 font-weight: 600;
}
header.header-area.sticky .logo{
	padding-top: 20px;
}
header.header-area.sticky .logo p{
	color: #33aabb;
}
.navbar-nav > li {
	padding: 0 17px;
	display: inline-block;
}
.navbar-nav > li:last-child {
	padding-right: 0;
}
.nav > li > a {
	padding:0;
}
.main-menu .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 85px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
}
.main-menu .navbar-nav > li > a:after {
	content: "";
	bottom: 15px;
	left: -100%;
	height: 2px;
	width: 100%;
	background: #fff;
	position: absolute;
	visibility: hidden;
}
.main-menu .navbar-nav > li:hover a:after {
	left: 0;
	visibility: visible;
}
.sticky .main-menu .navbar-nav > li > a:after {
	bottom: 0;
	background: #33aabb;
}
.sticky .main-menu .navbar-nav > li.active a {
	color: #33aabb;
}
.sticky .main-menu .navbar-nav > li.active a:after {
	left: 0;
	bottom: 0;
	background: #33aabb;
	visibility: visible;
}
.nav > li > a:focus, .nav > li:hover a {
	color: #fff;
	background-color: transparent;
}
.main-menu .nav.navbar-nav li a i {
	color: #fff;
	padding-left: 5px;
}
.navbar {
	border: 0;
	margin-bottom: 0;
}
.sticky .main-menu .navbar-nav > li > a{
	color: #333;
	line-height: 65px;
}
header.header-area.sticky {
	position: fixed;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}
.navbar-toggle .icon-bar {
	background: #fff;
}
header.header-area.sticky .navbar-toggle .icon-bar {
	background: #33aabb;
}
/*----------------------------------------------------------------
						End Header Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start Slider Section
----------------------------------------------------------------*/
.banner-area.banner-1 {
	background: url(../images/banner.jpg)50% no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}
.slider-title {
	width: 100%;
	height: 100vh;
	align-items: flex-center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.slider-title h1 {
	z-index: 9;
}
.slider-title span {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
}
.btn-home {
	background: #fff;
	color: #33aabb;
	font-size: 18px;
	line-height: 35px;
	margin-top: 30px;
	padding: 0 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	text-transform: capitalize;
}
.btn-home:hover {
	color: #fff;
	background: #33aabb;
}
.overlay1 {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(26,53,74,0.6);
}
/*----------------------------------------------------------------
						End Slider Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start Section top style
----------------------------------------------------------------*/
.section-block {
	position: relative;
	display: inline-block;
}
.section-block i {
	color: #33aabb;
}
.section-block::before {
	content: "";
	height: 2px;
	left: -68px;
	top: 50%;
	width: 60px;
	background: #33aabb;
	position: absolute;
}
.section-block::after {
	content: "";
	height: 2px;
	right: -68px;
	top: 50%;
	width: 60px;
	background: #33aabb;
	position: absolute;
}
/*----------------------------------------------------------------
						End Section top style
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start About Section
----------------------------------------------------------------*/
.about-area {
	padding-bottom: 35px;
}
.section-top h3 {
	color: #33aabb;
	font-weight: 600;
}
.single-about-item {
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
	min-height: 235px;
	margin-bottom:30px;
}
.about-icon i {
	color: #33aabb;
	font-size: 70px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.single-about-item h3 {
	/*-webkit-transform: translateY(60%);*/
	/*transform: translateY(60%);*/
	min-height: 60px;
	margin-top: 15px;
}

.single-about-item .texto-servico
{
	display: none;
}

.single-about-item p {
	-webkit-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.single-about-item:hover.single-about-item p {
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.single-about-item:hover .about-icon i {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.single-about-item:hover.single-about-item h3 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*----------------------------------------------------------------
						End About Section
----------------------------------------------------------------*/
.feature-area {
	padding-bottom: 70px;
}
.feature-container {
	position: relative;
}
.feature-img {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	top: 0;
}
.feature-content {
	padding-left: 50px;
}
.single-feature-item {
	-webkit-align-items: left;
	align-items: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding-bottom: 20px;
}
.feature-icon i {
	color: #33aabb;
	font-size: 30px;
}
.single-feature-content {
	padding-left: 30px;
}
.single-feature-item:hover .single-feature-content h3{
	color: #33aabb;
}
/*----------------------------------------------------------------
						Start service Section
----------------------------------------------------------------*/
.service-area {
	padding-bottom: 40px;
}
.single-service-item {
	margin-bottom: 30px;
	padding: 20px 40px;
	cursor: pointer;
}
.service-item-icon {
	height: 55px;
	width: 55px;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.service-item-icon i {
	color: #33aabb;
	font-size: 35px;
	line-height: 55px;
}
.single-service-item h3 {
	padding: 10px;
}
.single-service-item:hover {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.single-service-item:hover .service-item-icon {
	background: #33aabb;
}
.single-service-item:hover .service-item-icon i {
	color: #fff;
}
/*----------------------------------------------------------------
						End service Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start facts Section
----------------------------------------------------------------*/
.facts-area {
	padding-top: 85px;
	padding-bottom: 95px;
	background: url(../images/bg.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
}
.single-facts-item i {
	color: #fff;
	font-size: 40px;
	line-height: 60px;
}
.single-facts-item .counter {
	color: #fff;
	font-size: 45px;
	display: block;
	font-weight: 600;
}
.single-facts-item h6 {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
}
/*----------------------------------------------------------------
						End facts Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start work Section
----------------------------------------------------------------*/
.work-area {
	padding-bottom: 68px;
}
.overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(51,170,187,0.9);
}
.section-top.work-top {
	margin: 0 auto;
	max-width: 555px;
}
.work-menu {
	margin-top: -10px;
	margin-bottom: 30px;
}
.work-menu li {
	font-size: 16px;
	line-height: 28px;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-transform: capitalize;
}
.work-menu li:last-child {
	margin-right: 0;
}
.work-menu li:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: -100%;
	background: #999;
	width: 100%;
	height: 1px;
	visibility: hidden;
	-webkit-opacity: 0;
	opacity: 0;
}
.work-menu li:hover::after,
.work-menu li.active::after {
	left: 0;
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.work-item {
	margin-bottom: 30px;
	position: relative;
}
.work-item img {
	width: 100%;
}
.work-item-caption {
	top: 50%;
	left: 50%;
	padding: 50px 100px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.work-item-caption h6 {
	top: 0;
	left: 0;
	color: #fff;
	font-size: 18px;
	-webkit-opacity: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	text-transform: capitalize;
}
.work-item-caption span {
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	-webkit-opacity: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	text-transform: capitalize;
}
.work-item .overlay {
	-webkit-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.work-item:hover .overlay {
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.work-item:hover .work-item-caption h6 {
	top: 20%;
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.work-item:hover .work-item-caption span {
	bottom: 20%;
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
}
/*----------------------------------------------------------------
						End work Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start Page Section
----------------------------------------------------------------*/
.page-section {
	overflow: hidden;
	padding-top: 98px;
	padding-bottom: 98px;
}
.full-height {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
.no-gutter > [class*="col-"] {
	padding: 0;
}
.col-md-6 > img {
	width: 100%;
}
.full-height .page-content {
	padding: 70px;
}
.page-content > h2 {
	padding-bottom: 15px;
}

/*----------------------------------------------------------------
						End Page Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start User quotes Section
----------------------------------------------------------------*/
.subscribe-area {
	padding-bottom: 98px;
	background: url(../images/bg.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
}
.subscribe-content h2 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 10px;
 /*   text-transform: capitalize;*/
}
.subscribe-content p {
	color: #fff;
}
.author-link {
	margin-top: 15px;
}
.btn1 {
	color: #3ab;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 38px;
	padding: 0 25px;
  /*  text-transform: capitalize;*/
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.author-link a.btn1:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}
/*----------------------------------------------------------------
						End User quotes Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						End team Section
----------------------------------------------------------------*/
.team-area {
	padding-bottom: 35px;
	padding-top: 35px;
}
.team-member {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.team-member > img {
	width: 100%;
}
.team-member:before {
/*	top: 83%;*/
	top: 68%;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: rgba(51,170,187,0.9);
}
.member-info {
	padding-top: 15px;
	left: 50%;
	/*top: 83%;*/
	top: 68%;
	width: 100%;
	position: absolute;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.member-info h3 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-transform: capitalize;
}
.member-info h6 {
	color: #fff;
	font-size: 14px;
/*	margin-bottom: 40px;*/
	text-transform: capitalize;
	margin-bottom: 10px;
}

.member-info h6.email
{
	text-transform: initial;
	margin-bottom: 5px;
}

.member-social-link a i {
	color: #fff;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-right: 8px;
	width: 32px;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.team-member:hover:before {
	top: 0;
	-webkit-opacity: 1;
	opacity: 1;
}
.team-member:hover .member-info {
	top: 36%;
}
.team-member .member-info .member-social-link a i:hover {
	color: #33aabb;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*----------------------------------------------------------------
						End team Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start Testimonial section
----------------------------------------------------------------*/
.testimonial-area {
	background: url(../images/client-bg.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding-bottom: 93px;
	background-position: 50% 50%;
}
.client-img > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-top: 20px;
}
.client-say h5 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding-top: 15px;
	text-transform: capitalize;
}
.client-single-item > span {
	color: #fff;
}
.testimonial-area .client-img img {
	width: auto;
	display: inline-block;
}
/*----------------------------------------------------------------
						End Testimonial section
----------------------------------------------------------------*/
.partner-area {
	padding-bottom: 85px;
}
/*----------------------------------------------------------------
						Start Contact section
----------------------------------------------------------------*/
.contact-area{
	height: 100%;
	width: 100%;
	padding-bottom: 98px;
	background: url(../images/church.png) repeat;
}
.single-contact-field {
	margin-bottom: 30px;
}
.single-contact-field .text-field {
	font-size: 14px;
	height: 50px;
	line-height: 20px;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #ddd;
}
.single-contact-field textarea {
	height: 150px;
	width: 100%;
	line-height: 20px;
	padding: 12px 10px;
	border: 1px solid #ddd;
}
.btn3 {
	background: #33aabb;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: capitalize;
	border: 1px solid #33aabb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btn3:hover {
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
}
.contact-info {
	padding-left: 30px;
}
.contact-info > h3 {
	font-size: 16px;
	padding-bottom: 30px;
}
.contact-icon {
	width: 60px;
	display: inline-block;
}
.contact-icon i {
	color: #33aabb;
	font-size: 50px;
	line-height: 50px;
}
.info-text {
	padding-left: 20px;
	display: inline-block;
}
.info-text {
	font-size: 15px;
	font-weight: 400;
}
.contact-info li {
	width: 100%;
	margin-bottom: 35px;
	display: inline-block;
}
.success {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #33aabb;
	padding: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 25px;
}
/*----------------------------------------------------------------
						End Contact section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start Footer Section
----------------------------------------------------------------*/
footer.footer-area {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-logo > a {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2.5px;
   /* text-transform: capitalize;*/
		font-family: 'Spectral SC', serif;
}
.footer-logo > a span {
	 font-weight: 600;
}
.ftr-social-link {
	margin-top: 30px;
	margin-bottom: 40px;
}
.ftr-social-link li {
	display: inline-block;
}
.ftr-social-link li a i {
	background: #fff;
	color: #33aabb;
	display: block;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	width: 35px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ftr-social-link li:hover a i {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.copy-right > p {
	color: #fff;
}
/*-------------Scroll To Top-------------*/
.scroll-top {
	height: 35px;
	width: 35px;
	background: #33aabb;
	text-align: center;
	position: fixed;
	right: 20px;
	cursor: pointer;
	bottom: 50px;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.scroll-top i {
	line-height: 35px;
	color: #fff;
	font-size: 24px;
}
.not-visible {
	visibility: hidden;
	-webkit-opacity: 0;
	opacity: 0;
}
/*----------------------------------------------------------------
						End Footer Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
						Start Preloader Section
----------------------------------------------------------------*/
.loader-overlay {
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.preloader {
	background: #333;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999999;
}
.preloader-inner-area {
	height: 100%;
	position: relative;
	width: 100%;
}
.l-preloader {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.c-preloader {
	width: 60px;
	height: 60px;
	position: relative;
}
.c-preloader::before {
	content: '';
	width: 60px;
	height: 60px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background-color: #333;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	animation-name: preloading;
	animation-duration: 1.2s;
	animation-delay: 0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.c-preloader::after {
	content: '';
	width: 60px;
	height: 60px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background-color: #333;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	animation-name: preloading;
	animation-duration: 1.2s;
	animation-delay: -0.6s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes preloading {
	0% {
		opacity: 1;
		transform: scale(0);
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}
/*----------------------------------------------------------------
						End Preloader Section
----------------------------------------------------------------*/



/*============================*/
/*box-newsletter*/
/*============================*/
.box-newsletter
{
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 999999999999999999;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	display: none;
}

.box-newsletter > .body
{
	width: 850px;
	height: 450px;
	position: absolute;
	z-index: 9999;
	background-color: #FFF;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	margin: 0 auto;
	margin-top: 3%;
	overflow-y: auto;
}

.box-newsletter > .body  input[type="email"]
{
	width: 500px !important;
}

.box-newsletter > .body > .btn-close-news
{
	font-size: 18px;
	color: rgba(0,0,0,0.9);
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: transparent;
	border:none;
	cursor: pointer;

}


.block-news
{
	cursor: pointer;
}

.block-news .titulo-noticia
{
	font-size: 17px;
}

.block-news .resumo-noticia
{
	padding: 2px;
	color: #FFF;
}

.block-news .texto-noticia
{
	display: none;
}
}

ul.lista-servicos  li {
	font-weight:bold;
}
ul.lista-servicos  li:before {    
	list-style:outside !important;
	font-family: 'FontAwesome';
	content: '\f00c';
	margin-right:7px;
	color: #183a60;
	display:inline-block;
}


.btn-show-contacts
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.icons-contactos {
	color: #33aabb;
    font-size: 50px;
    line-height: 50px;
}
/**** Whatsapp btn ****/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}