.clear {
	clear: both;
}

/*******************************
********************************
*******************************/

/*******************************
********************************
*******************************/

#conteudo {
	height: auto;
}

#content-left {
	width: 70%;
	height: auto;
	float: left;
}

/*******************************
********************************
*******************************/

#slide-content {
	width: 80%;
	height: 300px;
	margin: 20px auto 20px auto;
	overflow: hidden;
}

#slide-content ul img {
	width: 100%;
	min-height: 300px;
	height: auto;
}

#box-arrow {
	top: 140px;
	position: relative;
	z-index: 9999;
}

#previous {
	float: left;
	margin-left: 2%;
	cursor: pointer;
	position: absolute;
}

#next {
	float: right;
	margin-left: 95%;
	cursor: pointer;
	position: absolute;
}

/*******************************
********************************
*******************************/

.content-section {
	width: 300px;
	height: auto;
	margin-left: 5%;
	padding-bottom: 20px;
	float: left;
}

.content-section .section-title {
	width: 100%;
	height: 35px;
}

.section-title .box {
	width: 100%;
	height: 35px;
	padding: 6px;
	border-radius: 8px;
	background-color: #01a4df;
}

.box p {
	color: #fff;
	margin-left: 20px;
}

.section-title .arrow {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #01a4df;
	margin-left: 20px;
}

.active-apresentacao .box {
	background-color: #054d74;
}

.active-apresentacao .arrow {
	border-top: 15px solid #054d74;
}

.content-apresentacao {
	padding-top: 20px;
}

.content-apresentacao p {
	width: 56%;
	text-align: justify;
	vertical-align: middle;
	display: inline-block;
}

.content-apresentacao p a {
	color: #01a4df;
}

.content-apresentacao p a:hover {
	text-decoration: underline;
}

.f-column p {
	margin-left: 4%;
}

.s-column p {
	margin-right: 4%;
}

.apresentacao-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
}

.sobre-slide {
	width: 100%;
	margin-top: 30px;
	display: none;
}

.box-slide {
	top: 60px;
	position: relative;
	z-index: 9999;
}

.previous-sobre {
	float: left;
	margin-left: 2%;
	cursor: pointer;
	position: absolute;
}

.next-sobre {
	float: right;
	margin-left: 90%;
	cursor: pointer;
	position: absolute;
}

.sobre-img {
	width: 177px;
	margin: auto;
}

.img2 {
	float: right;
}

.bottom-img {
	padding-top: 50px;
}

.rastreamento-img {
	padding-top: 50px;
}

.sobre-slide p {
	width: 100%;
	font-size: 14px;
	color: #01a4df;
	text-align: center;
	margin: 0;
	padding: 0;
}

.segmentos-slide {
	width: 100%;
	margin-top: 30px;
	display: none;
}

.segmentos-slide div {
	width: 40%;
	margin: auto;
}

.segmentos-slide img {
	width: 100%;
}

.segmentos-slide p {
	width: 100%;
	font-size: 14px;
	color: #01a4df;
	text-align: center;
	margin: 0;
	padding: 0;
}

.box-segmentos {
	top: 75px;
	position: relative;
	z-index: 9999;
}

.previous-segmentos {
	float: left;
	margin-left: 2%;
	cursor: pointer;
	position: absolute;
}

.next-segmentos {
	float: right;
	margin-left: 90%;
	cursor: pointer;
	position: absolute;
}


/*******************************
********************************
*******************************/

#section-page {
	width: 100%;
	height: 154px;
	padding: 10px;
}

#curtir {
	width: 340px;
	margin: auto;
}

/*******************************
********************************
*******************************/

#section-local #local-title {
	font-size: 2em; /*32px*/
	font-weight: 700;
	color: #01a4df;
	text-align: center;
	padding-bottom: 20px;
}

#maps {
	width: 100%;
	height: auto;
}

#section-contato {
	width: 100%;
	height: 350px;
}

.title-contato {
	font-size: 1.5em; /*24px*/
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.title-contato span {
	font-weight: 400;
}

.subtitle-contato {
	font-size: 0.75em; /*12px*/
	color: #fff;
	text-align: center;
	padding: 10px;
}

.input {
	width: 100%;
	height: 35px;
	font-size: 0.875em; /*14px*/
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: transparent;
	display: block;
}

#section-contato textarea {
	width: 100%;
	height: 70px;
	font-size: 0.875em; /*14px*/
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	background-color: transparent;
}

.button {
	font-size: 0.875em; /*14px*/
	color: #fff;
	border: 2px solid #fff;
	padding: 5px;
	background-color: transparent;
	cursor: pointer;
	float: right;
}

.button:hover {
	background-color: #333;
	border: 2px solid #333;
}

#newsletter {
	width: 50%;
	height: 400px;
	background-color: #01a4df;
	float: left;
}

#newsletter-content {
	width: 80%;
	margin: 120px auto;
}

#fale-conosco {
	width: 50%;
	height: 400px;
	background-color: #054d74;
	float: right;
}

#fale-content {
	width: 80%;
	margin: 25px auto;
}

/*******************************
********************************
*******************************/

#section-clientes {
	width: 100%;
	height: auto;
}

#clientes {
	width: 244px;
	margin: 50px auto;
}

#title-clientes {
	font-size: 2em;/*32px*/
	color: #01a4df;
	text-align: center;
	padding-top: 90px;
}

#title-clientes span {
	font-weight: 700;
}

#clientes div {
	width: 120px;
	height: 120px;
	border: 10px solid #054d74;
	border-radius: 50%;
	margin: auto;
}

#senac {
	background-image: url('../img/senac-logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

/**********************/
#content-right {
	width: 30%;
	border-top-left-radius: 80px;
	background-color: #dddddc;
	float: right;
}

.menu-right {
	width: 95%;
	margin: 50px 0 100px 3%;
}

.menu-img {
	width: 80px;
	height: 80px;
	border: 5px solid #fff;
	border-radius: 5px;
	float: left;
}

.menu-title {
	width: 90%;
	padding: 3px;
	border-radius: 5px;
	background-color: #01a4df;
}

.second {
	background-color: #82c4de;
}

.menu-title:hover {
	background-color: #054d74;
}

.menu-title p {
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px #333;
}

.publicacao {
	background-image: url('../img/publicacao-icon.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.servicos {
	background-image: url('../img/servicos-icon.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.contato {
	background-image: url('../img/contato-icon.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.parceiros {
	background-image: url('../img/parceiros-icon.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.orcamento {
	background-image: url('../img/orcamento-icon.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.icons {
	width: 60%;
	margin: 100px auto;
}

.size {
	width: 45%;
}

.icons img {
	width: 100%;
}

/***********************/

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

	#content-box {
		width: 90%;
		margin: auto;
	}

	.content-section {
		width: 90%;
	}

	.content-apresentacao iframe {
		width: 100%;
		height: 200px;
	}

}

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

	#section-contato {
		height: 700px;
	}

	#newsletter {
		width: 100%;
		float: none;
	}

	#fale-conosco {
		width: 100%;
		float: none;
	}

	#newsletter-content {
		margin: auto;
		padding-top: 100px;
	}

	#fale-content {
		margin: auto;
		padding-top: 30px;
	}

}

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

	.menu-img {
		width: 120px;
		height: 120px;
		margin: auto;
		float: none;
	}

	.menu-title {
		width: 100%;
	}

	.menu-title a {
		padding: 0;
	}

	.menu-title p {
		text-align: center;
	}

}

@media screen and (max-width: 700px) {
	#slide-content {
		display: none;
	}
}

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

	#content-left {
		width: 100%;
		float: none;
	}

	#content-right {
		width: 100%;
		height: auto;
		border-top-left-radius: 0;
		padding-bottom: 30px;
		display: none;
	}

	.menu-right {
		margin: 0;
		padding: 50px 0 50px 0;
	}

	.menu-img {
		width: 150px;
		height: 150px;
	}

	.menu-title {
		margin-left: 2%;
	}

	.icons {
		width: 30%;
		margin: 60px auto;
	}

}

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

	#curtir {
		width: 250px;
	}

	.fb-page {
		width: 250px;
	}
}

@media screen and (max-width: 320px) {
	
	.apresentacao-img {
		margin: auto;
		display: inherit;
	}

	.content-apresentacao p {
		width: 100%;
	}

	.f-column p {
		margin: 0;
		padding-top: 10px;
	}

	.s-column p {
		margin: 0;
		padding-top: 110px;
		float: right;
	}

}