@charset "utf-8";
/* CSS Document */
body {	
	font: 14px/24px 'Lato', Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	background: #fff;
}

/* Standard Styles Starts */

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #828282 url("../images/arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


a { color: #3e7fc1; }
a:hover, 
a:focus {
	color: #519cd3;
}
a:focus { outline: none; }

#nav .navbar-brand {
	font-family: 'Just Another Hand', cursive;
}
.font2 {
	font-family: 'Lato', sans-serif;	
}

/* Heading Styles Starts */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Lato', sans-serif;
}
h1 { font-size: 60px; }
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }
p { font-size: 18px; }

/* Form & Buttons Styles Starts */

.form-control, 
.form-control:hover, 
.form-control:focus {
	outline: none;
}

.btn-secondary {
	background-color: #3d3d3d;
}
.btn-secondary:hover, 
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
	background-color: #2c2c2c;
}
.btn-black:hover, 
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	background-color: #0b0b0b;
}

.btn-secondary, 
.btn-secondary:hover, 
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active, 
.btn-black, 
.btn-black:hover, 
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #fff;
}

.seguradoras{
	padding: 15px;
}

/* Navigation Styles Starts */

#nav {
	background-color: #2c2c2c;
	padding-bottom: 30px;
}
	#nav.navbar {
		margin-bottom: 0;
		border: none;
	}
		#nav .navbar-header {
			position: relative;
		}
		#nav .navbar-nav {	
			margin-top: 28px;
		}
			#nav .navbar-nav > li {	
				margin-right: 15px;
			}
			#nav .navbar-nav > li:last-of-type {
				margin-right: 0;
			}
				#nav .navbar-nav > li > a {
					padding: 10px 20px;
					font-size: 18px;
					line-height: normal;
				}
				#nav .navbar-nav > li, 
				#nav .navbar-nav > li > a, 
				#nav .navbar-nav > li > a:hover, 
				#nav .navbar-nav > li > a:focus, 
				#nav .dropdown-menu > li > a {
					color: #fff;
				}
				#nav .navbar-nav > li:hover > a, 
				#nav .navbar-nav > li > a:hover, 
				#nav .navbar-nav > li > a:focus {
					background-color: #5d5d5d;
				}
				#nav.navbar-default .navbar-nav > .active > a, 
				#nav.navbar-default .navbar-nav > .active > a:focus, 
				#nav.navbar-default .navbar-nav > .active > a:hover {
					background-color: #3d3d3d;
				}
					#nav .dropdown-menu {
						padding: 10px 0;
						left: 0;
						background-color: #5d5d5d;						
						border: none;
					}
						#nav .dropdown-menu > li > a {
							padding-top: 6px;
							padding-bottom: 6px;
							font-size: 16px;
						}
						#nav .dropdown-menu > li > a:hover,
						#nav .dropdown-menu > li > a:focus {
							background-color: #2c2c2c;
						}
						#nav .dropdown-menu > .active > a, 
						#nav .dropdown-menu > .active > a:hover, 
						#nav .dropdown-menu > .active > a:focus {
							background-color: #3d3d3d;
						}
	#nav.navbar-default .navbar-toggle {
		margin-top: 13px;
		margin-right: 20px;
		border-color: #fff;
	}
		#nav.navbar-default .navbar-toggle:focus, 
		#nav.navbar-default .navbar-toggle:hover {
			background-color: #3d3d3d;
			border-color: #ff9224;
		}
		#nav.navbar-default .navbar-toggle span {
			background-color: #fff;
		}
		#nav.navbar-default .navbar-collapse {
			border-color: #666;
			border: none;
		}
		
/* Main Slider Styles Starts */

#main-slider {
}
	#main-slider .item {		
	}
		#main-slider .item > .carousel-caption {
			bottom: 80px;
		}
	#main-slider .carousel-indicators {
		bottom: -60px;
	}
		#main-slider .carousel-indicators li {
			margin: 0;
			width: auto;
			height: auto;
			background: none;
			border: none;
		}
		#main-slider .carousel-indicators li + li {
			margin-left: 15px;
		}
			
/* Main Container Styles Starts */

.main-container {
	margin-top: 60px;
	margin-bottom: 60px;
}

/* Section Area Styles Starts */

.section-area {
	padding-top: 50px;
	padding-bottom: 50px;
}

		

#accordion-1 {
	margin-top: 40px;
	margin-bottom: 20px;
}
	#accordion-1 .panel {
		margin-top: 20px;
		border: none;
	}
		#accordion-1 .panel-heading {
			padding: 16px 30px;
			background-color: #d5d5d5;
		}
		#accordion-1 .panel-heading.active {
			background-color: #3d3d3d;
		}
			#accordion-1 .panel-title {
				font-size: 24px;
			}
			#accordion-1 .panel-title, 
			#accordion-1 .panel-title a, 
			#accordion-1 .panel-title a:hover, 
			#accordion-1 .panel-title a:focus {
				color: #4a4a4a;
			}
			#accordion-1 .panel-title .fa {
				margin-top: 2px;
				margin-right: 15px;
				color: #3d3d3d;
			}
			#accordion-1 .panel-heading.active .panel-title a, 
			#accordion-1 .panel-heading.active .panel-title .fa {
				color: #fff;
			}
		#accordion-1 .panel-body {
			padding: 30px 35px 20px;
			font-size: 16px;
			line-height: 26px;
			background-color: #efefef;
		}
		

/* Gallery Page Styles Starts */

	ul#gallery-filter {
		margin-top: 20px;
		margin-bottom: 30px;
	}
		ul#gallery-filter li {
			padding-top: 15px;
			padding-bottom: 15px;
		}
		ul#gallery-filter li a.btn {
			padding: 6px 16px;
			font-size: 18px;
			background-color: #828282;
		}
		ul#gallery-filter li a, 
		ul#gallery-filter li a:hover, 
		ul#gallery-filter li a.active, 
		ul#gallery-filter li a:focus {
			color: #fff;
		}
		ul#gallery-filter li a:hover, 
		ul#gallery-filter li a.active, 
		ul#gallery-filter li a:focus {
			outline: none;
			background: #3d3d3d;
		}
	ul#gallery-grid {		
		padding: 0;
		list-style:none;
		overflow: hidden;
	}
		ul#gallery-grid li {
			margin-top: 15px;
			margin-bottom: 15px;
			min-height: 222px;
			height: auto !important;
			height: 222px;
		}
			ul#gallery-grid .hover-content {
				overflow: hidden;
				position: relative;
			}
			ul#gallery-grid .hover-content img {
				-webkit-transform: scale(1.0);
			       -moz-transform: scale(1.0);
			            transform: scale(1.0);
			}
			ul#gallery-grid .hover-content:hover img {
				-webkit-transform: scale(1.3);
			       -moz-transform: scale(1.3);
			            transform: scale(1.3);
			}				
				ul#gallery-grid .hover-content .overlay {
					position: absolute;
					top: 10px;
					right: 10px;
					left: 10px;
					bottom: 10px;
					height: auto;
					text-align :center;
					background: rgba(0, 0, 0, 0.5);
					color: #fff;
					opacity: 0;	
				}
				ul#gallery-grid .hover-content:hover .overlay {
					opacity: 1;
				}
                ul#gallery-grid .hover-content p {
					padding-top: 25%;
					font-size: 25px;
					text-align: center;
					color: #FFF;
				}
				


/* Newsletter Section Styles Starts */

.newsletter-section {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
	content: "";
  width: 100%;
  height: 100%;
  background: url("../images/contatoback.jpg") #727272;
}
	.newsletter-section h3 {
		margin-top: 0;
		margin-bottom: 0;
	}
        .newsletter-section .form-control {			
            min-height: 50px;
		}
			
		.newsletter-section .btn {
			padding: 12px 46px;
			font-weight: bold;
		}

		.newsletter-section .form-control, 
		.newsletter-section .form-controll, 
		.newsletter-section .btn {
			font-size: 18px;
			
		}

/* Footer Styles Starts */

.main-footer {
	padding-top: 50px;
	font-size: 18px;
	line-height: 28px;
	background-color: #2c2c2c;
}
.main-footer, 
.main-footer a {
	color: #fff;	
}
	.footer-info {		
	}
		.footer-col {
			margin-bottom: 50px;
		}
			.footer-col h2 .fa {
				font-size: 36px;
				vertical-align: 4px;
			}
			.footer-col h2, 
			.footer-col h4 {
				margin-top: 0;
				margin-bottom: 20px;
			}
			.footer-col ul.timings {
				margin-bottom: 30px;
			}
				.footer-col ul.timings li + li {
					margin-top: 5px;
				}
				.footer-col ul.timings li span {
					margin-right: 10px;
					font-weight: normal;

				}
			.footer-col ul.foot-sm-links {
				margin-bottom: 0;
			}
				.footer-col ul.foot-sm-links li {
					font-size: 24px;
				}
				.footer-col ul.foot-sm-links li + li {
					margin-left: 15px;
				}
			.footer-col ul.address {
				margin-bottom: 0;
			}
				.footer-col ul.address li + li {
					padding-top: 10px;
				}
	
	.copyright {
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #fff;
	}
	.copyright h5 {
		margin-top: 0;
		margin-bottom: 0;
	}
	

.text-thin		 { font-weight: 100; }
.text-light		 { font-weight: 300; }
.text-normal 	 { font-weight: 400; }
.text-bold		 { font-weight: 700; }
.text-ultra-bold { font-weight: 900; }

.text-spl-color  { color: #828282; }

.text-size-big { font-size: 18px; }

p.text-size-big {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 26px;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

#accordion-1 .panel-title a:hover, 
#accordion-1 .panel-title a:focus {
	text-decoration: none;
}

.flat, 
.no-border-radius, 
.pagination, 
.pagination > li:first-child > a, 
.pagination > li:first-child > span, 
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

#accordion-1 .panel-heading, 
.box-1, 
ul#gallery-grid .hover-content, 
ul#gallery-grid li .img-responsive, 
.blog-comments-area .media {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;	
	        border-radius: 5px;
}
.box-1 .img-responsive {
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;	
	        border-radius: 5px 0 0 5px;	
}
#accordion-1 .panel-heading.active {
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;	
	        border-radius: 5px 5px 0 0;
}
#accordion-1 .panel-body {
	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;	
	        border-radius: 0 0 5px 5px;	
}

#nav .navbar-nav > li.dropdown.active > a:hover, 
#nav .navbar-nav > li.dropdown.active > a:focus, 
#nav .navbar-nav > li.dropdown:hover > a, 
#nav .navbar-nav > li.dropdown:focus > a {
	-webkit-border-radius: 15px 15px 0 0;
	   -moz-border-radius: 15px 15px 0 0;	
	        border-radius: 15px 15px 0 0;	
}
#nav .navbar-nav > li > a, 
#nav .navbar-nav > li > a:hover, 
#nav .navbar-nav > li > a:focus, 
#nav .navbar-nav > li.active > a, 
#nav .navbar-nav > li.active > a:hover, 
#nav .navbar-nav > li.active > a:focus{
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;	
	        border-radius: 25px;
}

.circle {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}

.no-boxshadow, 
#nav.navbar-default .navbar-collapse, 
#accordion-1.panel-group .panel, 
#accordion-1.panel-group .panel, 
.form-control:hover, 
.form-control:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.contact-form .form-control, 
.contact-form .form-control:hover, 
.blog-comment-form .form-control, 
.blog-comment-form .form-control:hover {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.contact-form .form-control:focus, 
.blog-comment-form .form-control:focus {
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
	        box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.list-style-1 li::before {
	font-family: 'FontAwesome';
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
}

.animation, 
.animation a, 
#services-home-carousel .owl-controls .owl-buttons div {
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.animation-1, 
.animation-1 a {
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		    transition: all 1s ease;	
}

.assis{
	padding-bottom: 25px;
}




/*==================================
--------------  MODAL  -------------
===================================*/

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}



/*==================================
--------------  MODAL  -------------
===================================*/

.pad{
	padding: 15px;
}

