body {

	font-size: 15px;

	color: #777777;

	line-height: 1.8em;

	font-weight: 400;

	background: #ffffff;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center top;

	-webkit-font-smoothing: antialiased;

	font-family: "Roboto", sans-serif;

	height: 500px;

}



p {

	font-family: "Source Sans Pro", sans-serif;

	color: #848484;

	font-size: 16px;

	position: relative;

	line-height: 1.8em;

}



h1,
h2,
h3,
h4,
h5,
h6 {

	font-family: "Roboto", sans-serif;

	font-weight: 600;

	margin: 0px;

}



a {

	cursor: pointer;

}



a:hover,
a:focus,
a:visited {

	outline: none;

}



a,
a:hover,
a:focus,
a:visited {

	text-decoration: none;

}



input,
button,
select,
textarea {

	font-family: "Roboto", sans-serif;

}



.faleconosco {

	max-width: 100%;

	margin-top: 60px;

	border-radius: 16px;

}



/*=== MEDIA QUERY ===*/



.page-wrapper {

	overflow: hidden;

}



.section-title h3 {

	font-size: 40px;

	line-height: 50px;

	color: #222222;

	font-weight: 700;

	font-family: "Source Sans Pro", sans-serif;

}



.section-title span {

	color: #222222;

	font-weight: 400;

}



.section-title p {

	font-size: 15px;

	line-height: 25px;

	font-weight: 400;

	color: #777777;

	font-family: "Roboto", sans-serif;

}



.page-wrapper {

	position: relative;

	margin: 0 auto;

	width: 100%;

	min-width: 300px;

}



li {

	list-style: none;

	padding: 0px;

	margin: 0px;

}



.btn-style-one {

	font-size: 14px;

	font-weight: 600;

	color: #ffffff;

	line-height: 26px;

	padding: 8px 16px;

	background: #002404;

	border: 1px solid #002404;

	display: inline-block;

	text-transform: uppercase;

	font-family: "Source Sans Pro", sans-serif;

	transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	margin: 5px;

}



.btn-style-one:hover {

	color: #83c041;

	border: 1px solid #83c041;

	background: #ffffff;

	transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

}



.section {

	padding: 100px 0;

}



.bg-gray {

	background: #fafafa;

}



.logo {

	display: inline-block;

}



.header-uper {

	padding: 40px 0px;

}



.header-uper .logo {

	float: left;

}



.header-uper .right-side {

	float: right;

}



@media (max-width: 991px) {

	.header-uper .right-side {

		float: unset;

		text-align: center;

	}

}



.header-uper .contact-info {

	float: left;

	font-size: 17px;

	margin-top: 11px;

}



@media (max-width: 991px) {

	.header-uper .contact-info {

		padding-left: 0;

		float: unset;

		margin-bottom: 30px;

	}

}



.header-uper .link-btn {

	float: right;

}



@media (max-width: 991px) {

	.header-uper .link-btn {

		float: unset;

	}

}



.header-uper .contact-info .item {

	position: relative;

	display: inline-block;

	padding: 0;

}



.header-uper .contact-info .item .icon-box {

	position: absolute;

	top: 0px;

	left: 0px;

	width: 53px;

	height: 53px;

	border-radius: 50%;

	text-align: center;

	line-height: 53px;

	border: 1px solid #83c041;

}



.header-uper .contact-info .item .icon-box i:before {

	color: #83c041;

	font-size: 22px;

}



.header-uper .contact-info .item strong {

	font-size: 15px;

	line-height: 16px;

	font-weight: 300;

	color: #828282;

	text-transform: capitalize;

	font-family: "Roboto", sans-serif;

}



.header-uper .contact-info .item span {

	font-size: 20px;

	line-height: 26px;

	font-weight: 400;

	color: #777777;

	font-family: "Roboto", sans-serif;

}



.header-uper .right-side .link-btn {

	margin-left: 20px;

	margin-top: 5px;

}



@-webkit-keyframes menu_sticky {

	0% {

		margin-top: -150px;

	}

	50% {

		margin-top: -130px;

	}

	100% {

		margin-top: 0;

	}

}



@keyframes menu_sticky {

	0% {

		margin-top: -150px;

	}

	50% {

		margin-top: -130px;

	}

	100% {

		margin-top: 0;

	}

}



.navbar {

	margin-bottom: 0;

	background: #2cbc0d;

	border: none;

	border-radius: 0;

	transition: 0.2 all ease-in-out;

}



.navbar .navbar-nav li a {

	font-family: "Source Sans Pro", sans-serif;

	font-size: 17px;

	color: #fff;

	text-transform: uppercase;

}



.navbar .navbar-nav li a:hover {

	color: #fff;

	background-color: #83c041;

}



.navbar .navbar-nav li.active a {

	background-color: #83c041;

	background: transparent;

	color: #fff;

	font-weight: bold;

}



.navbar .navbar-nav li.active a:hover {

	background: transparent;

	color: #fff;

}



.accordion-section .accordion-holder {

	margin-top: 60px;

}



.accordion-section .accordion-holder .panel-default {

	box-shadow: none;

	border-radius: 0;

}



.accordion-section .accordion-holder .panel-default .panel-heading {

	background: #fff;

	padding: 0;

	border-radius: 0;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 {

	position: relative;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a {

	font-weight: bold;

	font-family: "Source Sans Pro", sans-serif;

	font-size: 20px;

	display: block;

	background: #71979c;

	color: #fff;

	padding: 20px 55px 20px 30px;

	transition: all .3s ease;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a:before {

	content: '\f106';

	position: absolute;

	right: 20px;

	font-family: FontAwesome;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.collapsed {

	background: #fff;

	color: #000;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.collapsed:before {

	content: '\f107';

	position: absolute;

	font-family: FontAwesome;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.collapsed:hover {

	color: #83c041;

}



.accordion-section .accordion-holder .panel-default .panel-body {

	padding: 20px 30px;

}



.hero-slider .content {

	position: relative;

	z-index: 2;

}



.hero-slider .content.style h2 {

	font-size: 60px;

}



@media (max-width: 767px) {

	.hero-slider .content.style h2 {

		font-size: 30px;

	}

}



.hero-slider .content.style .offer-text {

	letter-spacing: 7px;

	font-size: 15px;

	margin-bottom: 5px;

}



.hero-slider .content.style .tag-text {

	font-size: 20px;

	font-weight: normal;

}



.hero-slider .content.style .btn-main {

	border-radius: 3px;

	padding: 16px 50px;

	font-weight: 700;

}



.hero-slider .content h2 {

	font-size: 35px;

	text-transform: capitalize;

	font-weight: 600;

	font-family: "Roboto", sans-serif;

	color: #fff;

}



.hero-slider .content p {

	font-size: 26px;

	color: #fff;

}



.hero-slider .content .btn-white {

	background: transparent;

	text-transform: uppercase;

	letter-spacing: 1px;

	color: #fff;

	border: 1px solid #fff;

	transition: all .3s ease;

}



.hero-slider .content .btn-white:hover {

	background: #fff;

	color: #000;

}



.hero-slider .slick-dots {

	bottom: 20px;

}



.hero-slider .slick-dots li {

	margin: 0 3px;

}



.hero-slider .slick-dots li button:before {

	font-size: 15px;

}



.hero-slider .slick-dots li.slick-active button:before {

	color: #fff;

}



.hero-slider .slick-prev {

	z-index: 100;

}



.hero-slider .slick-next {

	z-index: 100;

}



.slick-dotted.slick-slider {

	margin-bottom: 0 !important;

}



.carousel-home {

	position: relative;

	max-height: 70vh;

	overflow: hidden;

}



.cta {

	padding: 40px 0;

}



.cta .cta-block {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	border-radius: 4px;

	overflow: hidden;

}



@media (max-width: 767px) {

	.cta .cta-block {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

	}

}



.cta .cta-block .emmergency {

	background: #002404;

}



.cta .cta-block .emmergency a {

	color: #fff;

	font-size: 30px;

}



.cta .cta-block .emmergency p {

	padding-top: 20px;

}



.cta .cta-block .top-doctor {

	background:#003807;

}



.cta .cta-block .top-doctor .btn-main {

	margin-top: 10px;

	color: #fff;

	border: 1px solid #fff;

	padding: 10px 20px;

	transition: all .3s ease;

}



.cta .cta-block .top-doctor .btn-main:hover {

	background: #fff;

	color: #83c041;

}



.cta .cta-block .working-time {

	background: #002404;

}



.cta .cta-block .working-time ul {

	margin: 0;

	padding: 0;

}



.cta .cta-block .working-time ul li {

	color: #fff;

	text-transform: uppercase;

	letter-spacing: 2px;

}



.cta .cta-block .working-time ul li span {

	float: right;

}



.cta .cta-block .working-time ul li:not(:last-child) {

	border-bottom: 1px solid #fff;

}



.cta .cta-block .item {

	padding: 20px 30px;

	-ms-flex-preferred-size: 33.33%;

	flex-basis: 33.33%;

}



.cta .cta-block .item i,
.cta .cta-block .item h2,
.cta .cta-block .item p {

	transition: all .2s ease;

	color: #fff;

}



.cta .cta-block .item i {

	font-size: 30px;

	margin-bottom: 20px;

}



.cta .cta-block .item h2 {

	font-weight: normal;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-size: 25px;

	margin-bottom: 30px;

}



.cta .cta-block .item p {

	font-size: 16px;

	line-height: 19px;

}



.contact .contact-form .form-control {

	margin-bottom: 30px;

}



.contact .address-block .media {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}



@media (max-width: 767px) {

	.contact .address-block .media {

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;

		text-align: center;

	}

	.contact .address-block .media:last-child {

		margin-bottom: 30px;

	}

}



.contact .address-block .media i {

	color: #83c041;

	font-size: 30px;

	margin-right: 35px;

	width: 40px;

	display: block;

}



@media (max-width: 767px) {

	.contact .address-block .media i {

		-ms-flex-preferred-size: 100%;

		flex-basis: 100%;

		margin-right: 0;

		margin-bottom: 30px;

	}

}



.contact .address-block .media .media-body h3 {

	font-size: 24px;

	margin-bottom: 15px;

}



.contact .address-block .media .media-body p {

	line-height: 25px;

}



.contact .address-block .media:not(:last-child) {

	margin-bottom: 20px;

}



.form-control {

	box-shadow: none;

	border-radius: 5px;

	padding: 5px 5px;

	font-size: 14px;

}



.form-control:focus {

	box-shadow: none;

	border: 1px solid #83c041;

}



.form-control.main {

	padding: 20px;

}



.service-tab-section {

	position: relative;

}



.service-tab-section .outer-box {

	position: relative;

	z-index: 1;

}



.tabs .nav-tabs>li,
.tabs .nav-pills>li {

	float: none;

	display: inline-block;

	margin-bottom: 10px;

}



.tabs .nav-tabs {

	text-align: center;

	border-bottom: 0;

	margin-bottom: 20px;

}



.tabs .nav-tabs li:not(:last-child) {

	margin-right: 10px;

}



.tabs .nav-tabs li a {

	text-transform: capitalize;

	font-size: 20px;

	padding: 10px 25px;

	font-weight: 600;

	color: #4d4d4d;

	font-family: "Source Sans Pro", sans-serif;

	border: 2px solid #71979c;

	border-radius: 0;

	transition: all .3s ease;

}



.tabs .nav-tabs li a:hover {

	background: #83c041;

	color: #fff;

	border: 2px solid #83c041;

}



.tabs .nav-tabs li.active a {

	color: #fff;

	background:#002404;

	border: 2px solid #002404;

}



.tab-content {

	position: relative;

	float: left;

	width: 100%;

	z-index: 99;

}



.service-box {

	position: relative;

	width: 100%;

}



.service-box img {

	border-radius: 14px;

	width: 100%;

	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);

}



@media (max-width: 991px) {

	.service-box .contents {

		margin-left: 0;

	}

}



.service-box .contents .btn-style-one {

	margin-top: 20px;

}



.service-box .section-title h3 {

	position: relative;

	font-size: 32px;

	line-height: 42px;

	font-weight: 700;

	padding-bottom: 20px;

	color: #000;

	text-transform: uppercase;

}



.service-box .section-title h3:before {

	position: absolute;

	left: 0px;

	content: '';

	bottom: 0px;

	background: #333333;

	height: 1px;

	width: 55px;

}



.service-box .text {

	position: relative;

	margin-bottom: 15px;

}



.service-box .text p {

	font-size: 15px;

	line-height: 26px;

	font-weight: 500;

	padding-top: 5px;

}



.service-box .icon-box {

	position: absolute;

	top: 0px;

	left: -5px;

}



.service-box .content-list {

	padding-left: 0;

}



.service-box .content-list li {

	font-size: 15px;

	line-height: 26px;

	font-weight: 500;

	padding: 7px 0px;

	list-style: none;

}



.service-box .content-list li i:before {

	margin-right: 15px;

}



.service-section {

	position: relative;

}



.service-section .section-title h3 {

	position: relative;

	padding-bottom: 15px;

}



.service-section .section-title p {

	font-size: 15px;

	line-height: 26px;

	color: #777777;

	font-weight: 400;

}



.service-section .items-container {

	margin-top: 30px;

}



.service-section .items-container .slick-prev:before,
.service-section .items-container .slick-next:before {

	font-size: 25px;

	color: #83c041;

}



.service-section .items-container .item {

	margin: 10px 20px;

	outline: 0;

}



.service-section .inner-box {

	position: relative;

	border-radius: 5px 5px 0px 0px;

	box-shadow: 0 0 20px #f1f1f1;

	margin-bottom: 20px;

}



.service-section .inner-box .img_holder img {

	width: 100%;

	border-radius: 5px;

}



.service-section .inner-box .image-content {

	padding: 38px 30px;

	background: #fff;

}



.service-section .inner-box .image-content span {

	font-size: 15px;

	line-height: 26px;

	font-weight: 400;

	color: #777777;

	letter-spacing: .5px;

}



.service-section .inner-box .image-content h6 {

	font-size: 18px;

	line-height: 28px;

	font-weight: 600;

	color: #222222;

	padding-top: 6px;

	padding-bottom: 8px;

	text-transform: uppercase;

}



.service-section .inner-box .image-content p {

	font-size: 15px;

	line-height: 26px;

	font-weight: 400;

	color: #777777;

	padding-bottom: 15px;

}



.section-car-parceiros .inner-box .image-content p {

	min-height: 200px;

}



.team-section {

	position: relative;

	background: #ffffff;

	z-index: 1;

}



.team-section .section-title h3 {

	position: relative;

	padding-bottom: 30px;

}



.team-section .section-title p {

	font-size: 15px;

	line-height: 26px;

	color: #777777;

	font-weight: 400;

	padding-bottom: 30px;

}



.team-section .team-member {

	margin-top: 20px;

	border-radius: 10px;

	overflow: hidden;

	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);

}



.team-member p {

	min-height: 198px;

}



.secao-seguros .team-member p {

	min-height: unset;

}



.team-section .team-member img {

	width: 100%;

}



.team-section .team-member .contents {

	background: #fff;

	padding: 20px 10px;

}



.team-section .team-member .contents h4 {

	text-transform: uppercase;

	letter-spacing: 1px;

	margin-bottom: 20px;

	color: #000;

	position: relative;

}



.team-section .team-member .contents h4:before {

	position: absolute;

	content: '';

	width: 30px;

	height: 1px;

	background: #777777;

	bottom: -8px;

	left: 50%;

	-webkit-transform: translateX(-50%);

	transform: translateX(-50%);

}



.team-section .team-member .contents .btn-main {

	margin-top: 30px;

	background: #fff;

	text-transform: uppercase;

	color: #83c041;

	padding: 10px 25px;

	border: 1px solid #83c041;

	transition: all .2s ease-in;

}



.team-section .team-member .contents .btn-main:hover {

	background: #83c041;

	color: #fff;

}



.team-members .team-person {

	margin-top: 30px;

}



.team-members .team-person img {

	border-radius: 5px;

	width: 100%;

}



.team-members .team-person h6 {

	margin-top: 20px;

	font-size: 20px;

	text-transform: uppercase;

	color: #000;

}



.team-members .team-person p {

	font-weight: bold;

	letter-spacing: 1px;

	text-transform: uppercase;

	font-size: 14px;

	font-family: "Source Sans Pro", sans-serif;

}



.parceiros img {

	margin: 0 auto;

	text-align: center;

	display: block;

	border-radius: 10%;

}



.carousel-indicators {

	bottom: -50px;

}



@media (max-width: 767px) {

	.parceiros img {

		margin-bottom: 10px;

	}

}



.contact-area form {

	margin-top: 60px;

}



.contact-area .form-group {

	position: relative;

	margin-bottom: 20px;

}



.contact-area input,
.contact-area textarea {

	position: relative;

	width: 100%;

	height: 50px;

	color: #777777;

	padding: 10px 25px;

	background: #f4f4f4;

	display: block;

	border: 1px solid #ececec;

}



.contact-area .form-group select {

	-webkit-appearance: none;

	-ms-appearance: none;

	-moz-appearance: none;

	-o-appearance: none;

	height: 50px;

	width: 100%;

	padding: 10px 20px;

	border: 1px solid #ececec;

	background: #f4f4f4 url(../images/icons/icon-select.png) right center no-repeat;

	cursor: pointer;

}



.contact-area .form-group option {

	font-weight: normal;

	display: block;

	white-space: pre;

	height: 50px;

	padding: 20px;

}



.contact-area .form-group option:hover {

	background: #7b64cb;

}



.contact-area textarea {

	height: 190px;

	resize: none;

}



.contact-area button {

	width: 100%;

	height: 50px;

}



.contact-area .form-group i {

	position: absolute;

	top: 16px;

	right: 20px;

	font-size: 15px;

}



.right-side .search-box {

	position: relative;

	margin-bottom: 40px;

}



.right-side .text-title h6 {

	position: relative;

	font-size: 20px;

	line-height: 26px;

	font-weight: 600;

	color: #222222;

	padding-bottom: 10px;

	margin-bottom: 20px;

	text-transform: capitalize;

	font-family: "Source Sans Pro", sans-serif;

}



.right-side .text-title h6:before {

	position: absolute;

	bottom: 0px;

	left: 0px;

	content: '';

	height: 1px;

	width: 40px;

	background: #83c041;

}



.right-side .search-box input {

	height: 50px;

	width: 100%;

	padding: 10px 20px;

	font-size: 15px;

	line-height: 26px;

	color: #777777;

	font-weight: 400;

	background: #ffffff;

	border: 1px solid #ececec;

}



.right-side .search-box button {

	position: absolute;

	top: 12px;

	right: 20px;

	background: #ffffff;

}



.right-side .search-box i:before {

	font-size: 20px;

}



.right-side .categorise-menu {

	margin-bottom: 20px;

}



.right-side .categorise-list {

	padding-left: 0;

}



.right-side .categorise-list li {

	padding: 15px 0px;

	border-bottom: 1px solid #e0e0e0;

}



.right-side .categorise-list li:last-child {

	border-bottom: none;

}



.right-side .categorise-list li:first-child {

	padding-top: 10px;

}



.right-side .categorise-list li a {

	text-transform: capitalize;

	font-size: 15px;

	font-weight: 400;

	color: #000;

}



.right-side .categorise-list li a:hover {

	color: #83c041;

}



.right-side .categorise-list li span {

	float: right;

}



.right-side .tag-list {

	position: relative;

	margin-right: -6px;

}



.right-side .tag-list a {

	border-radius: 4px;

	font-size: 14px;

	line-height: 26px;

	font-weight: 400;

	color: #777777;

	padding: 6px 26px;

	margin-right: 5px;

	margin-bottom: 10px;

	display: inline-block;

	border: 1px solid #83c041;

	transition: all 0.5s ease;

}



.right-side .tag-list a:hover {

	background: #83c041;

	color: #fff;

}



.story {

	padding: 40px 0;

}



.story img {

	border-radius: 14px;

	width: auto;

	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);

}



.story h3 {

	margin: 10px 0 10px;

}



@media (max-width: 991px) {

	.story .story-content {

		margin-top: 50px;

	}

}



.story .story-content h2 {

	color: #000;

	font-family: "Source Sans Pro", sans-serif;

	font-weight: bold;

	margin-bottom: 10px;

	font-size: 40px;

}



.story-content h3 {

	margin: 20px 0;

}



.story .story-content .tagline {

	color: #83c041;

	font-size: 20px;

	font-weight: normal;

	font-style: italic;

	font-family: "Source Sans Pro", sans-serif;

	margin-bottom: 20px;

}



.story .story-content p {

	font-size: 16px;

	line-height: 19px;

}



.story .story-content h6 {

	margin-top: 30px;

	color: #333333;

	font-size: 20px;

	margin-bottom: 10px;

	font-family: "Source Sans Pro", sans-serif;

	font-weight: bold;

}



.page-title {

	position: relative;

	background-size: cover;

	background-repeat: no-repeat;

	max-width: 100%;

	width: 100%;

	min-height: 280px;

	background-position: center;

}



/* .page-title-op {

  padding: 80px 0;

  height: 500px;

} */



.formulario {

	margin: 40px 0;

}



.page-title:before {

	content: '';

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	position: absolute;

}



.page-title .title-text h1 {

	position: relative;

	font-size: 40px;

	color: #ffffff;

	line-height: 50px;

	font-weight: 700;

	text-transform: uppercase;

	margin-bottom: 20px;

	letter-spacing: 1px;

	font-family: "Source Sans Pro", sans-serif;

}



.page-title .title-text .title-menu {

	padding-left: 0;

}



.page-title .title-text .title-menu li {

	position: relative;

	color: #83c041;

	font-size: 17px;

	display: inline-block;

	line-height: 30px;

	text-transform: capitalize;

}



.page-title .title-text .title-menu li a {

	margin-right: 8px;

	color: #ffffff;

	font-weight: 500;

	transition: all 500ms ease;

}



.page-title .title-text .title-menu li a:hover {

	color: #83c041;

	transition: all 500ms ease;

}



.footer-bottom {

	padding: 24px 0px;

	background: #2cbc0d;

}



.footer-bottom .copyright-text p {

	font-size: 15px;

	font-weight: 400;

	color: #ffffff;

	line-height: 26px;

	margin-bottom: 0px;

	letter-spacing: .5px;

	/* text-transform: capitalize; */

}



.footer-bottom .copyright-text a {

	color: #ababab;

}



.footer-bottom .footer-bottom-link {

	float: right;

	margin-bottom: 0px;

	padding-left: 0;

}



.footer-bottom .footer-bottom-link li {

	display: inline-block;

	margin-left: 32px;

}



.footer-bottom .footer-bottom-link li a {

	font-size: 15px;

	line-height: 26px;

	color: #ababab;

	font-weight: 400;

}



.scroll-to-top {

	position: fixed;

	bottom: 40px;

	right: 40px;

	color: #ffffff;

	font-size: 24px;

	line-height: 45px;

	width: 50px;

	height: 50px;

	border: 1px solid #7b64cb;

	background: #7b64cb;

	text-align: center;

	z-index: 100;

	cursor: pointer;

	display: none;

	border-radius: 25px;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.scroll-to-top:hover {

	background: #ffffff;

	color: #7b64cb;

	border-color: #7b64cb;

	transition: all 500ms ease;

}



@media only screen and (max-width: 1200px) {

	.service-section .filter {

		margin-bottom: 20px !important;

	}

	.footer-bottom .copyright-text {

		float: none !important;

		text-align: center;

		margin-bottom: 20px;

	}

	.footer-bottom .footer-bottom-link {

		float: none !important;

		text-align: center;

	}

	.feature-section.style-two {

		margin-bottom: 0px !important;

	}

	.feature-section .contact-info .item {

		display: block !important;

		margin-bottom: 20px !important;

	}

}



@media only screen and (max-width: 1100px) {

	.service-tab-section .tab-content {

		width: 60% !important;

	}

}



@media only screen and (max-width: 991px) {

	.header-uper .logo {

		float: none !important;

		text-align: center;

		margin-bottom: 20px;

		width: 100%;

	}

	.service-tab-section .tab-content .inner-box {

		padding-left: 0px;

	}

	.feature-section .image-content {

		margin-left: 0px !important;

		margin-top: 40px;

	}

	.feature-section .contact-info .item {

		width: 100%;

		margin-right: 30px !important;

		margin-bottom: 20px !important;

	}

	.service-tab-section .tab-content {

		width: 100% !important;

	}

	.service-tab-section .tab-content .content-list {

		margin-top: 40px !important;

	}

	.service-section .inner-box {

		margin-bottom: 40px !important;

	}

	.contact-area {

		margin-top: 70px !important;

		padding-left: 0px !important;

	}

	.footer-bottom .footer-bottom-link {

		margin-top: 30px;

	}

}



@media only screen and (max-width: 767px) {

	.main-header .main-menu {

		top: 0px;

		width: 100%;

	}

	.header-uper .right-side {

		float: none !important;

		text-align: center !important;

	}

	.header-uper .contact-info {

		float: none !important;

		margin-bottom: 30px !important;

	}

	.header-uper .logo {

		margin-bottom: 40px !important;

	}

	.header-uper .contact-info .item {

		text-align: left !important;

		margin-left: 40px !important;

		margin-right: 0px !important;

	}

	.header-uper .link-btn {

		float: none !important;

		margin-left: 0px !important;

	}

	.gallery-section .owl-theme .owl-controls {

		display: none !important;

	}

}



@media only screen and (max-width: 567px) {

	.blog-section .content-text {

		display: block !important;

		padding-left: 0px !important;

		margin-top: 20px !important;

	}

	.header-uper .contact-info {

		margin-bottom: 20px !important;

	}

	.header-uper .contact-info .item {

		margin-left: 0px !important;

		margin-bottom: 30px !important;

	}

}



/*     CSS MODIFICADO      */



.page-wrapper {

	overflow: visible;

}



.section-title p {

	font-size: 16px !important;

}



.header-uper {

	padding: 0 0 !important;

}



.header-uper .right-side .link-btn {

	margin-top: 20px !important;

}



.header-uper .contact-info .item {

	margin-top: 10px !important;

}



.hero-slider .content {

	margin-top: 10%;

}



.hero-slider .form_pesquisar #autocomplete_hospital {

	width: 500px;

	display: block;

	margin: 10px auto;

	padding: 10px;

	border: none;

}



.hero-slider .content h2 {

	text-transform: none;

}



.hero-slider .form_pesquisar .btn {

	background-color: #83c041;

	color: #FFF;

	padding: 10px;

}



.pols_online .btn-pesquisa {

	margin-top: 10px;

	color: #fff;

	border: 1px solid #fff;

	padding: 10px 20px;

	font-size: 14px !important;

}



.pols_online .btn-pesquisa:hover {

	background-color: rgba(255, 255, 255, .9);

	color: #83c041 !important;

	transition: 0.50s !important;

}



#aplicativo img {

	max-width: 100%;

}



#aplicativo .appstore img {

	display: inline-block;

	margin-top: 10px;

}



#seguros_porto .inner_box p {

	height: 150px;

}



#seguros_porto .btn_porto {

	font-size: 14px;

	font-weight: 600;

	color: #ffffff;

	line-height: 27px;

	padding: 8px 36px;

	background: #83c041;

	border: 1px solid #83c041;

	display: inline-block;

	text-transform: uppercase;

	font-family: "Source Sans Pro", sans-serif;

	transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease
}



#seguros_porto .btn_porto:hover {

	border: 1px solid #83c041;

	background-color: #FFF;

	color: #83c041;

	transition: 0.50s;

}



#panflecor .texto-panflecor {

	margin-top: 10%;

}



#panflecor .texto-panflecor .btn_panflecor {

	font-size: 14px;

	font-weight: 600;

	color: #ffffff;

	line-height: 27px;

	padding: 8px 36px;

	background: #83c041;

	border: 1px solid #83c041;

	border-radius: 5px;

	display: inline-block;

	text-transform: uppercase;

	font-family: "Source Sans Pro", sans-serif;

	transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease
}



#panflecor .texto-panflecor .btn_panflecor:hover {

	border: 1px solid #83c041;

	background-color: #FFF;

	color: #83c041;

	transition: 0.50s;

}



#panflecor img {

	width: 100%;

	display: block;

	margin: 0 auto;

}



.testimonial-section .testimonial-carousel img {

	width: 120px;

}



#pme_saude img {

	width: 100%;

	display: block;

	margin: 20px auto;

}



#pme_saude .texto-pme {

	margin-top: 2%;

}



#pme_saude .btn_pme {

	font-size: 14px;

	font-weight: 600;

	color: #ffffff;

	line-height: 27px;

	padding: 8px 36px;

	background: #83c041;

	border: 1px solid #83c041;

	border-radius: 5px;

	display: inline-block;

	text-transform: uppercase;

	font-family: "Source Sans Pro", sans-serif;

	transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease
}



#pme_saude .btn_pme:hover {

	border: 1px solid #83c041;

	background-color: #FFF;

	color: #83c041;

	transition: 0.50s;

}



#adesao img {

	width: 100%;

	display: block;

	margin: 20px auto;

}



#adesao .texto-adesao {

	margin-top: 2%;

}



#adesao .btn_adesao {

	font-size: 14px;

	font-weight: 600;

	color: #ffffff;

	line-height: 27px;

	padding: 8px 36px;

	background: #83c041;

	border: 1px solid #83c041;

	border-radius: 5px;

	display: inline-block;

	text-transform: uppercase;

	font-family: "Source Sans Pro", sans-serif;

	transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease
}



#adesao .btn_pme:hover {

	border: 1px solid #83c041;

	background-color: #FFF;

	color: #83c041;

	transition: 0.50s;

}



.footer-bottom .copyright-text p a {

	color: #d6d6d6;

}



.footer-bottom .copyright-text p a:hover {

	color: #ababab;

}



#lista_telefones a {

	color: #848484;

}



.contact button {

	font-size: 14px;

	font-weight: 600;

	color: #ffffff;

	line-height: 27px;

	padding: 8px 36px;

	background: #83c041;

	border: 1px solid #83c041;

	border-radius: 5px;

	display: inline-block;

	text-transform: uppercase;

	font-family: "Source Sans Pro", sans-serif;

	transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	margin: 0 auto;

	display: block;

}



.contact button:hover {

	border: 1px solid #83c041;

	background-color: #FFF;

	color: #83c041;

	transition: 0.50s;

}



.contact #iframe_mapa {

	border: none;

	height: 300px;

	margin-top: 20px;

}



.contact #lista_redes img {

	width: 35px;

	margin: 0 2px;

}



/*==========  CSS BOTAO WHATS  ===========*/



#bt_whatsapp {

	position: fixed;

	left: 0;

	bottom: 0;

	z-index: 30;

}



#bt_whatsapp img {

	width: 70px;

}



@media (max-width: 768px) {

	.hero-slider .form_pesquisar #autocomplete_hospital {

		width: 80%;

	}

	.header-uper .right-side .link-btn {

		margin-bottom: 10px !important;

	}

	.header-uper .logo {

		margin-bottom: 0 !important;

	}

	.contact button {

		width: 100%;

	}

}



/* Contact section  */



#contact {

	background: url(../images/contact-bg.jpg) 50% 0 repeat-y fixed;

	-webkit-background-size: cover;

	background-size: cover;

	background-position: center center;

	position: relative;

	color: #656565;

	height: auto;

	padding: 60px 0;

}



#contact h2 {

	color: #ffffff;

}



#contact .overlay {

	background: rgba(0, 0, 0, 0.7);

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

}



#contact .section-title {

	color: #f0f0f0;

}



@media only screen and (min-width: 768px) {

	.dropdown:hover .dropdown-menu {

		display: block;

		background-color: #282828;

	}

}



#contact h2 {

	font-size: 30px;

	color: #83c041;

	margin: 20px auto;

}



#contact p {

	color: #fff;

}



#contact {

	text-align: center;

}



#lista_telefones a {

	color: #ffffff;

}



#telefone_topo li a {

	color: #ffffff;

	font-weight: lighter;

	font-size: 18px;

	margin-right: 10px;

}



#telefone_topo li a:hover {

	color: #efefef;

}



.carousel-caption {

	position: absolute;

	left: 13em;

	color: #fff;

	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

	top: 20em;

	background-color: rgba(0, 0, 0, 0.5);

	text-align: left;

	padding: 20px;

	max-width: 100%;

	height: 222px;

	border-radius: 5px;

}



.carousel-caption2 {

	left: unset;

	right: 6%;

	top: 32%;

	background-color: rgba(255, 255, 255, 0.8);

	width: 420px;

	max-width: 100%;

}



.carousel-caption p {

	color: #fff;

}



.carousel-control {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	width: 5%;

	font-size: 20px;

	color: #fff;

	opacity: 1;

}



.carousel-control.left,
.carousel-control.right {

	background-image: unset;

}



.carousel-caption h3 {

	margin-bottom: 20px;

	font-size: 32px;

	font-weight: 400;

	color: #83c041;

	text-align: right;

}



.btn-banner {

	background-color:#002404;

	color: #fff;

	border: 1px solid #002404;

	padding: 10px 25px;

	border-radius: 50px;

	font-size: 18px;

	font-weight: bold;

	text-shadow: none;

	margin-left: auto;

	text-align: center;

	display: block;

	width: 270px;

}



.btn-banner:hover,
.btn-banner:active {

	background-color: #fff;

	color: #83c041;

	border: 1px solid #83c041;

}



.formulario {

	padding: 20px;

	background-color: rgba(0, 0, 0, 0.4);

	border-radius: 6px;

}



.formulario-amil,
.formulario-bradesco,
.formulario-gndi,
.formulario-sulamerica,
.formulario-trasmontano,
.formulario-saocristovao,
.formulario-biovida,
.formulario-qualicorp,
.formulario-unimed,
.formulario-golden {

	background-color: rgba(230, 230, 230, 0.4);

}



.btn-default {

	color: #ffffff;

	background-color: #83c041;

	border-color: #83c041;

	font-size: 20px;

	padding: 10px;

	line-height: 28px;

}



/* Amil */



.btn-amil,
#seguros_porto .btn-amil,
.contact-area .btn-amil {

	background-color: #4f14ff;

	border-color: #4f14ff;

}



.btn-plano-amil {

	color: #ffffff;

	background: #4f14ff;

	border: 1px solid #4f14ff;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-amil {

	background-color: #4f14ff;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-amil.collapsed {

	background-color: #fff;

	color: #4f14ff;

}



.service-section .items-container.amil-bt-slider .slick-prev::before,
.service-section .items-container.amil-bt-slider .slick-next::before {

	color: #4f14ff;

}



/* Gndi */



.btn-gndi,
#seguros_porto .btn-gndi,
.contact-area .btn-gndi {

	background-color: #ff9b00;

	border-color: #ff9b00;

}



.btn-plano-gndi {

	color: #ffffff;

	background: #ff9b00;

	border: 1px solid #ff9b00;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-gndi {

	background-color: #ff9b00;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-gndi.collapsed {

	background-color: #fff;

	color: #ff9b00;

}



.service-section .items-container.gndi-bt-slider .slick-prev::before,
.service-section .items-container.gndi-bt-slider .slick-next::before {

	color: #ff9b00;

}



/* Bradesco */



.btn-bradesco,
#seguros_porto .btn-bradesco,
.contact-area .btn-bradesco {

	background-color: #b22430;

	border-color: #b22430;

}



.btn-plano-bradesco {

	color: #ffffff;

	background: #b22430;

	border: 1px solid #b22430;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-bradesco {

	background-color: #b22430;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-bradesco.collapsed {

	background-color: #fff;

	color: #b22430;

}



.service-section .items-container.bradesco-bt-slider .slick-prev::before,
.service-section .items-container.bradesco-bt-slider .slick-next::before {

	color: #b22430;

}



/* SulAmérica */



.btn-sulamerica,
#seguros_porto .btn-sulamerica,
.contact-area .btn-sulamerica {

	background-color: #fd5d1b;

	border-color: #fd5d1b;

}



.btn-plano-sulamerica {

	color: #ffffff;

	background: #fd5d1b;

	border: 1px solid #fd5d1b;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-sulamerica {

	background-color: #fd5d1b;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-sulamerica.collapsed {

	background-color: #fff;

	color: #fd5d1b;

}



.service-section .items-container.sulamerica-bt-slider .slick-prev::before,
.service-section .items-container.sulamerica-bt-slider .slick-next::before {

	color: #fd5d1b;

}



/* Trasmontano */



.btn-trasmontano,
#seguros_porto .btn-trasmontano,
.contact-area .btn-trasmontano {

	background-color: #ed3237;

	border-color: #ed3237;

}



.btn-plano-trasmontano {

	color: #ffffff;

	background: #ed3237;

	border: 1px solid #ed3237;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-trasmontano {

	background-color: #ed3237;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-trasmontano.collapsed {

	background-color: #fff;

	color: #ed3237;

}



.service-section .items-container.trasmontano-bt-slider .slick-prev::before,
.service-section .items-container.trasmontano-bt-slider .slick-next::before {

	color: #ed3237;

}



/* São Cristóvão */



.btn-saocristovao,
#seguros_porto .btn-saocristovao,
.contact-area .btn-saocristovao {

	background-color: #009f98;

	border-color: #009f98;

}



.btn-plano-saocristovao {

	color: #ffffff;

	background: #009f98;

	border: 1px solid #009f98;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-saocristovao {

	background-color: #009f98;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-saocristovao.collapsed {

	background-color: #fff;

	color: #009f98;

}



.service-section .items-container.saocristovao-bt-slider .slick-prev::before,
.service-section .items-container.saocristovao-bt-slider .slick-next::before {

	color: #009f98;

}



/* Biovida */



.btn-biovida,
#seguros_porto .btn-biovida,
.contact-area .btn-biovida {

	background-color: #f90b0b;

	border-color: #f90b0b;

}



.btn-plano-biovida {

	color: #ffffff;

	background: #f90b0b;

	border: 1px solid #f90b0b;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-biovida {

	background-color: #f90b0b;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-biovida.collapsed {

	background-color: #fff;

	color: #f90b0b;

}



.service-section .items-container.biovida-bt-slider .slick-prev::before,
.service-section .items-container.biovida-bt-slider .slick-next::before {

	color: #f90b0b;

}



/* Qualicorp */



.btn-qualicorp,
#seguros_porto .btn-qualicorp,
.contact-area .btn-qualicorp {

	background-color: #004071;

	border-color: #004071;

}



.btn-plano-qualicorp {

	color: #ffffff;

	background: #004071;

	border: 1px solid #004071;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-qualicorp {

	background-color: #004071;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-qualicorp.collapsed {

	background-color: #fff;

	color: #004071;

}



.service-section .items-container.qualicorp-bt-slider .slick-prev::before,
.service-section .items-container.qualicorp-bt-slider .slick-next::before {

	color: #004071;

}



/* Unimed */



.btn-unimed,
#seguros_porto .btn-unimed,
.contact-area .btn-unimed {

	background-color: #00844b;

	border-color: #00844b;

}



.btn-plano-unimed {

	color: #ffffff;

	background: #00844b;

	border: 1px solid #00844b;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-unimed {

	background-color: #00844b;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-unimed.collapsed {

	background-color: #fff;

	color: #00844b;

}



.service-section .items-container.unimed-bt-slider .slick-prev::before,
.service-section .items-container.unimed-bt-slider .slick-next::before {

	color: #00844b;

}



/* Golden */



.btn-golden,
#seguros_porto .btn-golden,
.contact-area .btn-golden {

	background-color: #004377;

	border-color: #004377;

}



.btn-plano-golden {

	color: #ffffff;

	background: #004377;

	border: 1px solid #004377;

	border-radius: 32px;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-golden {

	background-color: #004377;

}



.accordion-section .accordion-holder .panel-default .panel-heading h4 a.ac-golden.collapsed {

	background-color: #fff;

	color: #004377;

}



.service-section .items-container.golden-bt-slider .slick-prev::before,
.service-section .items-container.golden-bt-slider .slick-next::before {

	color: #004377;

}



.formulario h2 {

	margin-bottom: 20px;

	color: #fff;

}



.img-operadora {

	margin: 20px auto;

}



.img-operadora-white {

	margin: 20px auto;

	padding: 15px;

	border-radius: 10px;

}



#regiao {

	background-image: url('../subs.jpeg');

	background-size: cover;

	background-attachment: fixed;

	width: 100%;

	height: 450px;

}



#regiao h2,
#regiao p {

	color: #fff;

}



#regiao p {

	font-size: 23px;

	line-height: 25px;

	margin-top: 20px;

}



#regiao .texto {

	background-color: rgba(0, 0, 0, 0.8);

	padding: 20px;

	border-radius: 7px;

}



.parceiros .thumbnail {

	padding: 0px;

	width: 100px;

	margin: 20px auto;

	border: 0;

}



@media screen and (max-width:767px) {

	.hero-slider .carousel-inner>.item>a>img,
	.hero-slider .carousel-inner>.item>img,
	.hero-slider .img-responsive,
	.hero-slider .thumbnail a>img,
	.thumbnail>img {

		display: block;

		height: auto;

		max-width: unset;

		width: 100%;

	}

	.carousel-caption2 {

		left: unset;

		right: unset;

	}

	.carousel-caption {

		position: static;

		left: 0;

		right: 0;

		top: 0;

		bottom: 0;

		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

		background-color: rgba(255, 255, 255, 1);

		text-align: left;

		padding: 20px;

		height: auto;

		width: auto;

		border-radius: 5px;

		max-width: 100%;

	}

	.carousel-caption h3 {

		margin-bottom: 20px;

		font-size: 24px;

		text-align: center;

	}

	.carousel-caption h3 br {

		display: none;

	}

	.btn-banner {

		padding: 8px 20px;

		font-size: 16px;

		margin: 0 auto;

	}

	.hero-slider {

		height: auto;

	}

}



.banner-simule {

	margin: 30px auto;

}



span#lista_redes a {

	margin: 0 5px;

}



.item img {

	width: 100%;

}



.menu-fixo {

	position: fixed;

	top: 0;

	right: 0;

	left: 0;

	z-index: 99;

	transition: all .5s;

}



.logo-nav {

	display: block;

	width: auto;

	max-width: 100%;

	height: 0;

	transition: all ease-in 0.3s;

	/* position: absolute; */

	left: -45px;

	margin: 8px auto;

}



@media screen and (max-width:1199px) {

	.navbar .navbar-nav li a {

		font-size: 17px;

		padding: 15px 10px;

	}

}



@media screen and (max-width:1199px) {

	.navbar .navbar-nav li a {

		font-size: 13px;

		padding: 15px 9px;

	}

	.section {

		padding: 30px 0;

	}

	.logo-nav {

		left: -33px;

	}

	.contact-area {

		width: 320px;

		margin: 0 auto;

		max-width: 100%;

	}

}



.navbar-default .navbar-nav .open .dropdown-menu>li>a {

	color: #fff;

}



.contact-info a {

	font-size: 23px;

	background-color: #002404;

	color: #fff;

	padding: 6px;

	border-radius: 6px;

}



@media screen and (max-width:767px) {

	.contact-info a {

		font-size: 15px;

	}

}



#modal-cadastro-enviado .modal-dialog {

	margin: 15% auto 0;

}



#modal-cadastro-enviado button.close {

	position: absolute;

	right: 10px;

	top: 9px;

	font-size: 35px;

	color: #ff0000;

	opacity: 1;

}



#modal-cadastro-enviado .modal-title {

	font-size: 20px;

}



#modal-cadastro-enviado .modal-body h6 {

	font-size: 17px;

}



.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {

	background-color: #fff;

}



.navbar-default .navbar-toggle .icon-bar {

	background-color: #fff;

}



.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {

	background-color: #83c041;

}



.menu_uf .header_center.uf {

	max-width: 360px !important;

}



.logo img {

	margin: 5px;

}



.testimonial-section.parceiros {

	padding: 60px 0;

	background-color: #fff;

}



section.testimonial-section.parceiros h3 {

	color: #000;

}



.frame2 {

	display: none;

}



@media screen and (max-width:767px) {

	.frame1 {

		display: none;

	}

	.frame2 {

		display: block;

	}

}



#modal-container-1 button.btn {

	background-color: #83c041;

	color: #fff;

}



#modal-container-1 button.btn:hover {

	background-color: #b8b8b8;

	color: #83c041;

}



.depoimentos h3 {

	margin-bottom: 10px;

}



.carousel-indicators li {

	background-color: rgb(136, 192, 204);

	border: 1px solid #83c041;

}



.banner-menu {

	padding: 3px 0 !important;

}



@media screen and (max-width:991px) {

	.banner-menu {

		display: none !important;

	}

}



.banner-topo {

	display: none;

}



@media screen and (max-width:991px) {

	.banner-topo {

		display: block;

	}

	.banner-topo img.img-responsive {

		margin: 10px auto;

	}

}



.title-text h2 {

	color: #fff;

	margin-top: 100px;

	font-size: 60px;

}



/*============= CSS GENIUS =============*/



.modal {

	overflow-y: auto !important;

}



#genius {

	margin-top: 80px;

}



#genius_btn {

	position: fixed;

	left: 10px;

	bottom: 10px;

	z-index: 30;

}



#genius_btn img {

	width: 100px;

}



#genius .modal-header {

	background-color: #48bdc5;

	color: #FFF;

}



#genius .texto p {

	max-width: 250px;

	font-size: 15px;

	color: #f1f1f1;

	margin-top: 10px;

	line-height: initial;

	margin: 40px auto 50px;

	text-align: center;

}



#genius .form_pesquisar2 input {

	width: 500px;

	display: block;

	margin-left: 20px;

	border: none;

	border-radius: 5px;

	background-color: #ebebeb;

	padding: 10px;

}



#genius .form_pesquisar2 button {

	border: none;

	border-radius: 5px;

	background-color: #83c041;

	color: #ffffff;

	padding: 10px;

	display: block;

	margin: 7px auto;

	font-weight: bold;

	font-size: 19px;

}



#genius .form_pesquisar2 button:hover,
#genius .form_pesquisar2 button:active {

	background-color: #fff;

	color: #414141;

}



#genius button.close {

	-webkit-appearance: none;

	padding: 0;

	cursor: pointer;

	background: 0 0;

	border: 0;

	position: absolute;

	right: -64px;

	top: -10px;

	z-index: 1;

	text-shadow: unset;

	opacity: 0.7;

}



#genius button.close:hover {

	opacity: 0.9;

}



#genius button.close .fa {

	color: #fff;

	font-weight: bold;

	border: 0;

	background-color: #414141;

	border-radius: 15px;

	line-height: 0.6;

}



#genius .modal-body div {

	padding: 0;

}



#genius .genius_img img {

	margin-left: auto;

	display: block;

}



#genius .modal-body h2 {

	color: #fff;

	font-weight: initial;

	margin: 52px auto;

	font-size: 36px;

}



#genius .modal-body {

	padding: 0;

	min-height: 400px;

	background-color: #414141;

}