body {
	font-family: "Raleway", sans-serif;
}

#contato {
	position: absolute;
	z-index: 9999999;
}

.menu-top {
	background: rgba(0, 0, 0, 0.7) !important;
	border-top: 1px solid;
}

a {
	color: #1663a5;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #b92b35;
}

.modal .title {
	margin-top: 0;
}

.modal .description {
	clear: both;
}

.modal-backdrop.in {
	opacity: 0.6;
	z-index: 999999;
}

.img-right {
	float: right;
	margin: 0 0 0 15px;
}

.modal-header .close {
	top: 5px;
	right: 10px;
	position: absolute;
}

.modal-body {
	background: #eee;
}

#page1 {
}

#page2 {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-image: url("../images/bg-geral.png");
	-moz-background-image: url("../images/bg-geral.png");
	-ms-background-image: url("../images/bg-geral.png");
	-o-background-image: url("../images/bg-geral.png");
	background-image: url("../images/bg-geral.png");
}

#page2 {
	margin-top: 120px;
}

section .container {
	background: rgba(255, 255, 255, 0.6392156862745098);
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

::selection {
	background-color: #e3e3e3;
	color: #333;
}

* {
	transition: all 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-property: background, opacity, border;
	color: #383536;
	box-sizing: border-box;
}

a.link,
.link {
	color: #6286a5;
	cursor: pointer;
	font-size: 1em;
}

a.link:hover,
.link:hover {
	color: #6286a5;
	text-decoration: underline;
}

section {
	clear: both;
	padding: 40px 0;
	padding-top: 0 !important;
}

.logo {
	/*max-width: 260px;*/
	margin: 15px 0;
}

.atend {
	padding: 8px 0;
	margin-bottom: 20px;
	opacity: 0.8;
	position: relative;
	z-index: 6;
}

.atend i {
	margin-right: 5px;
	margin-left: 5px;
}

.atend a {
	position: relative;
	font-size: 20px;
	color: #314573;
	font-weight: 700;
	margin-right: 15px;
}

.atend ul li {
	display: block;
	float: left;
	margin: 0;
}

.navbar-default {
	background-color: transparent;
	border: none;
	/*display: table;*/
	@media screen and (max-width: 991px) {
		margin: 0 auto;
		padding: 15px 0;
	}
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-top: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: #8a8b85;
	font-size: 15px !important;
	text-transform: uppercase;
	padding: 15px 35px;
	border-left: 1px solid #3d3d3d;
}

.navbar-default .navbar-nav > li > a:active {
	border-bottom: 1px solid #cd393e;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	border-bottom: 3px solid #aaa;
	font-weight: bold;
	color: #304370;
	background-color: inherit;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #304573;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #000;
	background-image: none;
	border: 1px solid #000;
	border-radius: 0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #000;
}

.icon img {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 3px;
}

.icon p {
	font-size: 16px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.dropdown.open > a {
	background: transparent !important;
}

.dropdown > a {
	padding-right: 20px !important;
}

.dropdown i {
	/*position: absolute;*/
	width: initial;
	height: initial;
	padding: 0;
	margin: 0;
	right: 0;
	color: #fff;
	margin-left: 6px;
	top: 10px;
	border: none;
	box-shadow: none;
	background: transparent;
}

.dropdown i:hover {
	box-shadow: none;
}

.dropdown-menu {
	left: 0;
	padding: 0;
	right: initial !important;
}

.dropdown-menu li a {
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	clear: both;
	font-weight: normal;
	border-bottom: 1px solid #ffffff26;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu.cursos {
	right: -135px !important;
	width: 350px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #145995 !important;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	background: #1462a4;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.cursos .cont {
	float: left;
	padding: 5px;
	margin: 2px;
}

.cursos .topic {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
	margin: 0;
	color: #aaa;
	border-bottom: 1px solid #ccc;
}

.list-menu {
}

.slider {
	position: relative;
	margin-top: 120px;
}

.slider .carousel-caption {
	position: absolute;
	top: 0;
	margin-top: 20px;
}

.slider .title {
	font-size: 3.5em;
	font-weight: bold;
	margin-bottom: 60px;
	color: #fff;
	text-shadow: 0 2px 20px rgb(0, 0, 0);
}

.slider .text {
	margin-left: 20px;
	padding: 0;
}

.slider .text .description,
.slider .text .btn {
	float: left;
}

.slider strong {
	color: #fff;
}

.slider .description {
	background: rgba(205, 57, 61, 0.9);
	padding: 10px;
	margin-bottom: 20px;
	display: inline-block;
	clear: both !important;
	font-size: 1.5em;
	color: #ddd;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	text-shadow: none;
}

.slider .btn {
	font-size: 1.8em;
	margin-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
}

.carousel-indicators {
	position: absolute;
	bottom: 0px !important;
	left: 50%;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: -50%;
	text-align: center;
	`-style: none;
	padding-top: 10px;
	padding-bottom: 5px;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control.right {
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.glyphicon-chevron-left:before {
	/*content: "\e079";
    font-size: 40px;
    opacity: 1 !important;
    color:#fff;
    top: -5px;
    position: relative;*/
	position: relative;
	min-width: 110%;
	margin-left: -5%;
	margin-top: -5%;
	height: 199px !important;
	margin-top: 0px;
}

.glyphicon-chevron-right:before {
	content: "\e080";
	color: #fff;
	font-size: 40px;
	opacity: 1 !important;
	top: -5px;
	position: relative;
}

.services-home img {
	border: solid #304472;
}

.cat {
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	/*border-radius: 5px;*/
	float: left;
	width: 100%;
	padding: 15px;
	/*margin: 10px 0;*/
	margin-bottom: 20px;
	text-align: center;
}

.cat h2 {
	font-size: 28px;
	color: #76bfe7;
}

.cat span {
	color: #304573;
}

.cat .btn {
	float: none;
	display: table;
	margin: auto;
	padding: 10px 40px;
}

.cat a:hover {
	text-decoration: underline;
	color: #76bfe7;
}

.cat .image {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.image {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

button {
	background: #018c4d;
	border: 0;
	border-radius: 4px;
	color: #fff;
	padding: 13px;
	transition: box-shadow 0.3s;
}

button:hover {
	box-shadow: 0 1px 5px 0px #333;
}

.image img {
	/*position: relative;
    min-width: 110%;
    margin-left: -5%;
    margin-top: -5%;*/
	position: relative;
	min-width: 100%;
	margin-left: 0%;
	margin-top: -5%;
	padding-top: 6px;
}

h1,
h2,
h3 {
	font-family: "Raleway", sans-serif;
	padding: 0 0 20px;
}

.content-box {
	padding: 40px;
	background: white;
	border-left: 3px solid #1663a6;
	border-radius: 3px;
	box-shadow: 0px 0px 8px 0px #33333352;
}

.content-box h3 {
	margin-bottom: 15px;
}

.cat .text {
	padding: 10px;
}

.cat .subtitle {
	margin: 0px;
	border-radius: 0;
	text-align: center;
}

.prof .cat .image {
	border-radius: 5px;
	border: 5px solid #383536;
	margin: 0;
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}

.prof .cat .subtitle {
	background: #383536;
}

.prof .cat p {
	margin: 10px;
}

.link-visible:hover .link-content {
	visibility: visible;
	opacity: 0.8;
	cursor: pointer;
}

.link-content {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #161615;
	color: #fff;
	padding: 75px 15px 15px 15px;
	opacity: 0;
	visibility: hidden;
	max-height: 220px;
}

address {
	font-size: 18px;
}

address ul {
	list-style: none;
}

address {
	color: #575754;
}

address i {
	color: #000;
	margin-right: 10px;
	font-size: 25px;
}

address a {
	color: #575754;
	font-size: 20px;
}

address a:hover {
	color: #575754;
}

a.bt-service {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border: 2px solid #fff;
	padding: 5px 40px;
}

a.bt-service:hover {
	color: #575754;
	background-color: #fff;
}

a.bt-service-interna {
	color: #575754;
	font-size: 16px;
	font-weight: 300;
	border: 2px solid #575754;
	padding: 5px 40px;
}

a.bt-service-interna:hover {
	background: #575754;
	color: #ffffff;
}

form {
	padding: 0 20px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #575754;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(87, 87, 87, 0.4);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(87, 87, 87, 0.4);
}

.btn {
	display: block;
	padding: 7px 20px;
	margin: 10px auto;
	font-size: 1em;
	float: left;
	background: #304472;
	border-radius: 5px;
	color: #ffffff !important;
	clear: both;
}

.btn:hover {
	background: #76bfe7;
	border-color: transparent;
	color: #fff !important;
}

.bt-send {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 0px;
}

.bt-send:hover {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 0px;
	text-decoration: underline;
}

footer {
	padding: 40px;
	z-index: 99;
	background-color: #343434;
	color: #383536;
	box-shadow: 0 -15px 45px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	width: 100%;
	height: auto;
}

footer i {
	color: #fff !important;
}

footer .title {
	text-transform: uppercase;
	color: #fff;
}

footer a {
	padding-bottom: 16px;
	color: #fff;
	font-weight: 400;
	word-break: break-all;
	font-size: 20px;
	display: block;
}

footer a:hover {
	color: #e3e3e3;
	text-decoration: underline;
}

footer p {
	color: #000;
	font-size: 20px;
}

.copyright {
	background: #eee;
	margin-top: 40px;
	padding: 20px 0;
}

.copyright p {
	font-size: 16px;
	margin: 0;
	display: inline-block;
}

@media (min-width: 1025px) {
	.flex-align {
		display: flex;
		/* flex-direction: inherit; */
		align-items: center;
	}

	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 20px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}
}

@media screen and (min-width: 768px) {
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
		text-align: left;
		margin-top: -80px;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 12px;
	}

	.navbar-default {
		display: block;
	}

	h2 {
		font-size: 12px;
	}

	.atend .pull-left {
		display: none;
	}

	img {
		max-width: 100%;
	}

	.contact .col_cont {
		padding: 10px !important;
	}

	.title {
		margin: 10px 0;
	}

	section {
		padding: 10px 0;
	}

	.navbar-toggle {
		border-radius: 5px;
		overflow: hidden;
		background: #333;
	}

	header {
		padding-bottom: 0;
	}

	.list-menu {
		margin-top: 0;
		background: #ddd;
	}

	.nav > li > a {
		text-align: right;
		padding: 10px !important;
		padding-right: 30px !important;
		margin: 0;
	}

	.dropdown i {
		position: relative;
		margin-left: 3px;
		top: -5px;
	}

	.navbar-default .navbar-nav > .active > a:before,
	.navbar-default .navbar-nav > .active > a:hover:before,
	.navbar-default .navbar-nav > .active > a:focus:before {
		display: none;
	}

	.slider .carousel-caption {
		margin-top: 0;
		padding: 10px 0;
	}

	.slider .carousel-caption .title {
		font-size: 1.5em;
		padding: 0;
		margin: 0;
	}

	.image {
		max-height: none;
	}

	.slider .carousel-caption .text {
		display: none;
	}

	.navbar-default .navbar-nav > li > a {
		border-bottom-color: #ccc;
	}

	.top p {
		text-align: center;
		font-size: 16px;
		margin-top: 20px;
	}

	.button-especials .btn-default {
		padding: 11px 23px;
		top: 30px;
	}

	.carousel-caption {
		position: absolute;
		right: 15%;
		top: 50%;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		margin-top: -55px;
	}

	#page3 .galeria {
		display: none;
	}
}

.carousel-control.left,
.carousel-control.right {
	// background-image: none;
	color: black;
}

.sobre {
	font-size: 18px;
}

.cartoes {
	background-color: #000;
}

.galeria .image {
	border: 5px solid #333;
	border-radius: 5px;
}

.img-responsive {
	width: 100%;
}

.regioes a {
	color: black;
	font-size: 20px;
}

.regioes p {
	font-size: 20px;
	text-transform: uppercase;
}

.regioes a:hover {
	background: yellow;
}

.regioes h2 {
	font-size: 25px;
	color: #000;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #000;
}

.carousel-indicators {
	position: absolute;
	bottom: -35px !important;
	left: 50%;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: -50%;
	text-align: center;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 5px;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0.54);
	border: 1px solid #fff;
	border-radius: 10px;
}

.mark {
	color: red;
	background-color: white;
}

.text {
	padding: 20px;
}

p {
	font-size: 18px;
	line-height: 24px;
}

.warn {
	color: red;
	font-style: italic;
	font-size: 25px;
}

.blue {
	border: solid 5px #5184c2;
	background: #5184c2 !important;
}

.pink {
	border: solid 5px #f3708d;
	background: #f3708d !important;
}

.yellow {
	border: solid 5px #ffc50f;
	background: #ffc50f !important;
}

.green {
	border: solid 5px #3ab54b;
	background: #3ab54b !important;
}

/* Estilos Específicos */

/* Contact section */

.contact {
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact .link {
	color: #fff;
}

.contact .col_cont {
	padding: 20px 50px;
}

.contact .col_cont i {
	background: #eee;
}

/* depoimentos section */

.modal {
	z-index: 9999999 !important;
}

.depoimentos {
	padding-top: 20px;
	padding-bottom: 60px;
	margin-bottom: 0;
	background: url("../images/bg-dep.jpg") 0 0 no-repeat;
	background-size: cover;
}

.people .image {
	border: 5px solid #383536;
	border-radius: 100%;
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 10px;
}

.people .image img {
	min-height: 110%;
}

.people .title {
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
}

.people .description {
	text-align: center;
	font-style: italic;
}

/* Estilos Genéricos */
form label {
	color: #333;
}

.aln_center {
	margin: auto;
	float: none;
}

.modal-body {
	overflow: auto;
}

.red_theme {
	background: #cd393e;
}

.red_theme * {
	color: #fff;
	text-shadow: 0 1px 2px rgba(256, 256, 256, 0.3);
}

.red_theme a:hover {
	color: #ffd;
}

.clear {
	clear: both;
}

iframe {
	display: block;
}

.fa {
	font-size: 20px;
	color: #304472;
	/*margin-right: 5px;*/
	border-radius: 6px;
	cursor: pointer;
}

.fa-instagram,
.fa-facebook,
.fa-youtube-play {
	box-sizing: border-box;
	color: #fff;
	border-color: #333;
}

.fa-instagram {
	background: -webkit-linear-gradient(45deg, #faa136, #ea4455 50%, #992ec0 100%);
	background: -moz-linear-gradient(45deg, #faa136, #ea4455 50%, #992ec0 100%);
	background: -o-linear-gradient(45deg, #faa136, #ea4455 50%, #992ec0 100%);
	background: linear-gradient(45deg, #faa136, #ea4455 50%, #992ec0 100%);
}

.fa-facebook {
	padding-left: 12px;
	background-color: #10214f;
}

.fa-youtube-play {
	background: #ea412c;
	padding-left: 5.5px;
}

.shadow {
	-webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.full_width {
	width: 100%;
}

/* text */

.master_title {
	background-color: #1663a6;
	background-size: cover;
	margin-top: 35px;
}

.master_title h1 {
	font-size: 26px !important;
}

.master_title * {
	color: #fff;
}

.master_title .title {
	color: #fff;
}

.title,
.destaque {
	color: #1663a6;
	margin: 20px 0;
	border-bottom: 1px solid;
}

.subtitle {
	font-family: "Raleway", sans-serif;
	clear: both;
	background: #cd393e;
	color: #fff;
	padding: 10px 20px;
	margin: 20px 0;
}

hr {
	border: 1px dotted #d5d5d5 !important;
}

.text .ps {
	color: #888;
}

#kids section .title {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	padding: 10px;
}

.list {
	padding-left: 20px;
}

.list li {
	list-style: none;
	font-size: 1.2em;
	margin: 0px 0;
}

.normal_list li {
	list-style: inherit;
	list-style-position: inside;
}

.list li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

.list_music li:before {
	content: "";
	width: 15px;
	height: 20px;
	background: url(../images/music-icon.png) 0 0 no-repeat;
	background-size: contain;
}

.list_included li:before {
	content: "\f00c";
	color: #188d20;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
}

video {
	border: solid #304573;
	background: #111011;
}

section p {
	font-family: "Raleway", sans-serif;
	color: #2b2b2b;
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 20px;
	font-weight: 400;
}

section p.text {
	font-family: "Raleway", sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 26px;
	padding: 2px 0 20px 0;
}

.balloon {
	display: block;
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	font-weight: bold;
	padding: 20px;
	border-radius: 100%;
	border: 5px solid #188d20;
	color: #188d20;
	font-size: 30px;
	line-height: 36px;
}

.p_map * {
	font-size: 16px;
}

.p_map div {
	border-right: 1px solid #ddd;
}

.p_map div:last-child {
	border-right: none;
}

.text {
	padding: 0 15px;
	text-align: justify;
}

.ps {
	font-size: 1em;
	color: #ddd;
	font-style: italic;
}

h1,
.destaque {
	font-size: 3.3em;
}

h2.subtitle {
	font-size: 1.9em;
	margin: 10px 0;
	background: #018c4d;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

h2 {
	font-size: 2.4em;
	margin: 10px 0;
}

h4 {
	font-size: 1.5em;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0;
}

cite {
	font-size: 16px;
}

.bolsa-destaque {
	background: white;
	border-radius: 20px;
	padding: 20px;
}

.bolsa-destaque img {
	border-radius: 10px;
}

.destaq {
	color: #cd393e;
}

#eucalipto-autoclavado div.item-content {
	height: 144px;
}

#cartucho div.item-content {
	position: relative;
	max-height: 120px;
	float: left;
	overflow: hidden;
	border: solid #304573;
	margin: 10px 1%;
	width: 100%;
	background: #000000;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

div.item-content {
	position: relative;
	float: left;
	max-height: 140px;
	overflow: hidden;
	border: solid #304573;
	margin: 10px 1%;
	width: 100%;
	background: #000000;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* The star here means to apply the
following to every single item-content in div.item-content */
div.item-content * {
	box-sizing: border-box;
}

div.item-content img {
	max-width: 100%;
	vertical-align: top;
}

div.item-content i {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	font-size: 34px;
	color: #000000;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #ffffff;
}

div.item-content h2 {
	position: absolute;
	top: 58%;
	border: none;
	font-size: 34px;
	margin: auto;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

div .item-content h2 {
	display: none;
}

div.item-content:hover h2 {
	display: block;
}

div.item-content.red {
	background-color: #fff;
}

div.item-content.red i {
	color: #f3ed56;
	font-size: 40px;
	padding: 1px;
}

.item-content i.fa {
	transform: translate(-50%, -50%) scale(0);
}

div.item-content:hover img {
	opacity: 0.3;
	filter: grayscale(100%);
}

div.item-content:hover i {
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.3s 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

div.item-content img {
	transition: all 0.35s ease-in-out;
}

div.item-content i {
	transition: all 200ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

div.item-content h2 {
	transition: all 200ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

p.head {
	text-align: center;
	color: #008f4d;
	margin: 0 0 0 0;
}

.center {
	text-align: center;
}

h2.sub {
	font-size: 26px;
	color: #008f4d;
	margin: 10px 0;
	text-transform: uppercase;
}

strong.first {
	text-decoration: underline;
	font-size: 20px;
}

h4.cont {
	color: #008f4d;
	font-weight: bold;
	font-size: large;
}

.bold {
	font-weight: bold;
}

.atend ul li.center {
	display: block;
	float: none;
	margin: 0;
	text-align: center;
}

.color {
	color: #008f4d;
}

/*ANIMAÇÃO FADE NO CARREGAMENTO DA PÁGINA*/

/*@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.fadein {
-webkit-animation: fadeIn 3s ease-in-out;
-moz-animation: fadeIn 3s ease-in-out;
-o-animation: fadeIn 3s ease-in-out;
animation: fadeIn 3s ease-in-out;
}*/

.clientes {
	margin: 10px;
	background: white;
	padding: 10px;
	box-shadow: 0 1px 4px 0px;
	border: solid 1px #e3e3e3;
}

.popup {
	position: fixed;
	z-index: 9999999;
	left: -260px;
	top: 30%;
	transition: left 1.5s;
}

.popup a {
	text-decoration: none !important;
}

.popup:hover {
	left: 0;
}

.popup .close {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -10px;
	padding: 2px;
	width: 22px;
	height: 22px;
	opacity: 0.9;
	background: #333;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup .text {
	background: #48c856;
	padding: 5px 15px;
}

.popup .text * {
	color: #fff;
	margin: 0;
}

.popup .text .fa {
	position: absolute;
	background: #48c856;
	border-radius: 50%;
	right: -56px;
	top: 50%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	border: none !important;
	font-size: 45px;
	padding: 15px;
}

.popup .text .fa:hover {
	opacity: 1;
}

.slide {
	/*    float: right;*/
	/*    border: solid;*/
	margin: 10px;
}

#page5 {
	margin-top: 120px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-image: url(../images/termopares/fundo.jpg);
	-moz-background-image: url(../images/termopares/fundo.jpg);
	-ms-background-image: url(../images/termopares/fundo.jpg);
	-o-background-image: url(../images/termopares/fundo.jpg);
	background-image: url(../images/termopares/fundo.jpg);
}

.dropdown .fa-sort-desc:before {
	content: "\f0dd";
	color: #314574;
}

.dropdown:hover .fa-sort-desc:before {
	color: #fff;
}

.master_title h1.title {
	color: #fff;
	padding-top: 50px;
}

.container .text {
	margin-top: 30px;
}

.marg {
	border: 2px solid #1663a6;
	border-radius: 4px;
}

.list li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

.list_included li:before {
	content: "\f00c";
	color: #1663a6;
}

.list li {
	font-size: 17px;
	margin-bottom: 10px;
	text-align: left;
}

address ul.list-unstyled li {
	margin-bottom: 10px;
}

.cat a.btn {
	font-size: 16px;
}

.responsive-ssl li {
	position: relative;
	margin: auto !important;
	height: auto;
	display: contents;
}

.responsive-ssl li img {
	width: 40px;
	margin: 0 auto;
	z-index: 9;
	position: relative;
	border: none;
}

.bottom-footer {
	position: absolute;
	background: black;
	width: 100%;
	height: auto;
	padding: 30px 0px 30px 0px;
}

.bottom-footer p {
	text-align: right;
	margin-top: 5px;
	font-size: 15px;
	color: white;
}

@media screen and (max-width: 767px) {
	.bottom-footer {
		text-align: center !important;
		margin: 0px;
	}
}

@media screen and (max-width: 767px) {
	.bottom-footer p {
		text-align: center;
		margin: 0px !important;
	}
}

/*data form*/

.custom-date {
	width: 593px;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

#date {
	width: 178px;
	height: 33px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
}

#exampleInputDia {
	width: 198px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
	margin-right: 185px;
}

.campoLabel-data {
	display: flex;
	width: 527px;
	justify-content: space-between;
}

.campoLabel-genero {
	display: flex;
	width: 543px;
	justify-content: space-between;
}

.labelMes {
	margin-right: 242px;
}

.labelYear {
	margin-right: 19px;
}

.container-genero {
	width: 452px;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

.labelEstado {
	flex: flex-end;
	margin-right: 143px;
}

#inputEstado {
	width: 110px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
}

.estado {
	width: 110px;
	height: 32px;
}

#genero-sexo {
	width: 178px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
}

.mansagem {
	width: 190px;
	margin-top: 5px;
}

#mensagem {
	resize: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
}

.container-curriculum {
	background-color: #000000;
	width: 100px;
	height: 10px;
}

#curriculum-input {
	width: 110px;
	height: 32px;
}

.enviar-formulario {
	color: black;
	font-family: arial;
	width: 120px;
	height: 22px;
	border-radius: 5px;
	margin-left: 470px;
	margin-top: -40px;
}

.enviar-formulario:hover {
	border: 1px solid #1663a6;
	box-shadow: 0px 0px 2px 0px black;
}

.imagem-formulario {
	position: absolute;
	top: 0;
	left: 0;
	height: 60%;
	width: 350px;
	overflow: hidden;
	overflow-y: hidden;
	padding: 0;
	margin: 0;
	margin-left: 800px;
	background-size: cover;
}

.form-buttons {
	display: flex;
	flex-wrap: wrap;

	margin-top: 12px;
	gap: 8px;
}

.form-buttons .btn-primary{
	display: inline;
	margin: 0;
}

#cv-select {
	display: none;
}

label[for="cv-select"] {
	padding: 7px 20px;
	font-size: 1em;
	background: #304472;
	border-radius: 5px;
	color: #ffffff !important;
	clear: both;
	margin-bottom: 0;

    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label[for="cv-select"]:hover {
	box-shadow: 0 1px 5px 0px #333;
	background: #76bfe7;
    border-color: transparent;
}
