/* CRIATURO STYLESHEET */

body {
	background: #EEEEEE;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

a {
	text-decoration: none;
	color: #000;
}

p {
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    color: #444444;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

img.img-responsive {
	max-width: 100%;
	height: auto;
}


@media (min-width: 491px){
	.arearestrita-button,
	.arearestrita-content {
		float: left;
		margin-top: 15px;
	}
}
@media screen and (max-width: 490px) { 
	.arearestrita-button,
	.arearestrita-content {
		float: none;
		margin-top: 5px;
	}
}

.arearestrita-content {
	font-size: 13px;
	margin-right: 15px;
}

.header-arearestrita span.acessoen  {
    font-size: 10px;
	}


/*SITE WRAP*/

#site-wrap {
	background: #fff;
	-moz-box-shadow:    0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow:         0px 0px 5px #ccc;
}

@media (min-width: 992px){
	#site-wrap {
		width: 980px;
		margin: 30px auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#site-wrap {
		width: 740px;
		margin: 30px auto;
	}
}
@media screen and (max-width: 767px) {
	#site-wrap {
		width: 100%;
		margin: 30px auto;
	}
}


/* ---------- HEADER ---------- */

#header-wrap {

}

#header-top {
	padding: 20px 30px;
	height: auto;
}

@media (min-width: 492px) {

	#header-logo {
		float: left;
	}

	#header-content {
		float: right;
		text-align: right;
		color: #999;
		padding-top: 0px;
	}

	#header-content a.button{
	    background: #CA6534;
	    padding: 7px 15px;
	    color: #fff;
	    font-size: 14px;
	    border: 0;
	    display: inline-block;
	}

	#header-content a.button:hover{
		background: #BD5D20;
		padding: 7px 15px;
	    color: #fff;
	    font-size: 14px;
	    border: 0;
	    display: inline-block;
	}

	.header-contato p{
		font-size: 10px;
		float: right;
		display: block;
	}

	.header-contato ul{
		font-size: 10px;
		list-style: none;
		float: right;
		padding: 0;
		padding-left: 10px;
	}

	.header-contato li{
		display: inline-block;
	}

}
@media screen and (max-width: 491px) {
	#header-logo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	#header-content {
		float: none;
		text-align: center;
		margin: 0 auto;
		color: #999;
		padding-top: 20px;
	}

	#header-content .header-arearestrita {
		background: #f7f7f7;
		padding: 20px 10px;
	}

	#header-content a.button{
		display: block;
		margin: 5px auto;
		max-width: 120px;
		background: #CA6534;
		padding: 5px 25px;
		color: #fff;
		font-size: 16px;
		border: 0;
		text-align: center;
		margin-top: 15px;
	}

	#header-content a.button:hover{
		background: #BD5D20;
		padding: 5px 25px;
		color: #fff;
		font-size: 16px;
		border: 0;
	}

	.header-contato {
		text-align: center;
		margin: 0 auto;
	}

	.header-contato p{
		font-size: 10px;
		float: none;
		text-align: center;
		display: block;
		padding-top: 0;
		margin-top: 0;
	}

	.header-contato ul{
		font-size: 10px;
		list-style: none;
		float: none;
		padding: 0;
		padding-left: 10px;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.header-contato li{
		display: inline-block;
	}
}

			


/* ---------- MENU ---------- */


@media (min-width: 608px){

#main-menu-mobile {
	display: none;
	}

#main-menu {
	display: block;
	border-color: #999;
	height: 37px;
	font-size: 14px;
	}

	#main-menu ul#mainmenu-ul {
		margin-top: 0;
		height: 35px;

		padding: 0;
		list-style: none;
	}

		#main-menu li {
			float: left;
			height: 35px;
		}

		#main-menu li.last-item {
			border-right: 0;
		}

		li.menu-parceiro {
		    float: right !important;
		    border: none !important;
		    background: #329b49;
		}

		#main-menu li a{
			color: #123faa;
			padding: 10px 15px;

		    text-decoration: none;
		    font-weight: bold;
		    display: block;
		}

		#main-menu li a:hover {
		    background: #fff url('../images/menu-bg-hover.png') repeat;
		    overflow: hidden;
		}
		
		#main-menu li.icon-home a span{
		    background: url('../images/icons/home_white.png') no-repeat;
		    padding-left: 25px;
		    
		}
	
		#main-menu li.dropdown {
		    position: relative;
		    display: inline-block;
		    z-index: 1000;
		}

			#main-menu a.dropbtn {
			    border: none;
			    cursor: pointer;
			}

			.dropdown ul.dropdown-content {
			    display: none;
			    position: absolute;
			    width: 190px;
				padding: 0;
				border-bottom: 1px solid #1a5529;
				list-style: none;
			}

			.dropdown ul.dropdown-content li {
				text-align: left;
			    text-decoration: none;
			    display: block;
			}

			.dropdown ul.dropdown-content li a {
			    color: black;
			    text-decoration: none;
			    display: block;
			    background: #378548 url('../images/menu-bg.png') repeat;
			    width: 190px;
			}

			.dropdown:hover ul.dropdown-content {
			    display: block;
			}

			.dropdown:hover .dropbtn {
			    background: #378548 url('../images/menu-bg.png') repeat;
			}
}

@media (max-width: 607px) {
#main-menu {
	display: none;
	}

#main-menu-mobile {
	display: block;
	border-color: #1a5529;
	border-color: #1a5529;
	background: #378548 url('../images/menu-bg.png') repeat;
	font-size: 12px;
	}
li.menu-parceiro {
	    background: #CCC;
	}
}



/* ---------- HOME ---------- */

/*HOME BANNER*/

#home-banner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

	#owl-home .item img{
	    display: block;
	    width: 100%;
	    height: auto;
	}

	#home-banner #banner-content {
		position: absolute;
		width: 920px;
		bottom: 0;
		background: url('../images/banner-caption.png') repeat-x;
		padding: 10px 30px;
		opacity: 0.8;
		color: #fff;
	}


/* HOME CONTENT */

#home-content {
	padding: 25px;
}

.section-title h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 46px;
	line-height: 46px;
	text-align: left;
	background: url('../images/patterns/home-heading.png') repeat-x;
}

#section-servicos h2 span {
    background: #FFF;
    margin-left: 30px;
    padding: 0px 10px;
}

#section-servicos ul {
	list-style: none;
	padding: 0;
}


@media (min-width: 992px)  {
	#section-servicos li {
		width: 170px;
		float: left;
		padding-left: 40px;
		margin-right: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	#section-servicos li {
		width: 90%;
		float: left;
		padding-left: 40px;
		margin-right: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #e7e7e7;
	}
}
@media screen and (max-width: 767px) {
	#section-servicos li {
		width: 80%;
		float: left;
		padding-left: 40px;
		margin-right: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #e7e7e7;
	}
}

li.service01 {
	background: url('../images/service01.png') no-repeat;
}

li.service02 {
	background: url('../images/service02.png') no-repeat;
}

li.service03 {
	background: url('../images/service03.png') no-repeat;
}

li.service04 {
	background: url('../images/service04.png') no-repeat;
}

li.service05 {
	background: url('../images/service05.png') no-repeat;
}

li.service06 {
	background: url('../images/service06.png') no-repeat;
}

#section-servicos h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

#section-servicos p {
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
}

#section-clientes h2 span {
    background: #FFF;
    margin-left: 30px;
    padding: 0px 10px;
}


@media (min-width: 1200px) {
	#section-clientes #owl-clientes .item {
		border: solid 1px #ccc;
		width: 210px;
		height: 150px;
		margin: 0 20px 0 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#section-clientes #owl-clientes .item {
		border: solid 1px #ccc;
		width: 210px;
		height: 150px;
		margin: 0 20px 0 10px;
	}
}
@media (min-width: 600px) and (max-width: 991px){
	#section-clientes #owl-clientes .item {
		border: solid 1px #ccc;
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width: 599px) {
	#section-clientes #owl-clientes .item {
		border: solid 1px #ccc;
		width: 90%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
}


.owlclientes-navigation {
	text-align: right;
	float: right;
	margin: 15px 0;
}

.owlclientes-navigation a.btn{
    height: 30px;
    width: 30px;
    margin-left: 5px;
    display: block;
    float: left;
    background: url('../images/carousel-arrows.png') no-repeat;
}
		
.owlclientes-navigation a.prev {
    background-position: 0px 0px;
}

.owlclientes-navigation a.prev:hover {
    background-position: 0px -30px;
}

.owlclientes-navigation a.next {
    background-position: -30px 0px;
}

.owlclientes-navigation a.next:hover {
    background-position: -30px -30px;
}


@media (min-width: 992px){
	#section-clientes .video-item {
		float: left;
		margin: 20px;
	}
}

@media (min-width: 701px) and (max-width: 991px){
	#section-clientes .video-item {
		margin: 20px auto;
		text-align: center;
	}
}
@media (max-width: 700px) {
	.video-container {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px; height: 0; overflow: hidden;
	}
	 
	.video-container iframe,
	.video-container object,
	.video-container embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

	#section-clientes .video-item img {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
}







@media (min-width: 992px){
	.content-internas {
		width: 650px;
		margin-left: 25px;
		margin-top: 35px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content-internas {
		width: 90%;
		padding: 5% 5% 1% 5%;
	}
}

@media screen and (max-width: 767px) {
	.content-internas {
		width: 80%;
		padding: 5% 10% 1% 10%;
	}
}


.page-content img {
	max-width: 100% !important;
	height: auto;
}

	.content-internas h1 {
	    margin-bottom: 30px;
	    line-height: 1.2em;
	    font-size: 28px;
	}

	.content-internas ul {
	    padding: 0;
	    list-style: none;
	    font-size: 12px;
	    font-weight: normal;
	    line-height: 19px;
	    color: #444444;
	}


/*CONTATO*/

#form .form-item{
    margin: 0 0 1em;
	font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    color: #444444;
}

#form .form-item input,
#form .form-item textarea{
    width: 250px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    color: #444444;
}


.portfolio-title {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 25px;
}

@media (min-width: 992px){
	.content-portfolio {
	    width: 400px;
	    float: left;
	}

	.logo-portfolio img {
	    border: solid 1px #ccc;
	    margin-left: 20px;
	}
}

@media (max-width: 991px) {
	.content-portfolio {
	    width: 100%;
	    float: none;
	}

	.logo-portfolio img {
	    border: solid 1px #ccc;
	    margin: 0 auto;
	    text-align: center;
	    margin-top: 15px;
	    max-width: 100%;
	}
}



@media (min-width: 480px) {
	.show-above480 {display: block;}
	.show-below480 {display: none;}
}

/* ----- XS ----- */
@media (max-width: 479px) {
	.show-above480 {display: none;}
	.show-below480 {display: block;}
}


/*SEJA PARCEIRO*/

@media (min-width: 992px){
	.content-parceiroi9 {
		width: 650px;
		margin-left: 25px;
		margin-top: 35px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content-parceiroi9 {
		width: 90%;
		padding: 5% 5% 1% 5%;
	}
}

@media screen and (max-width: 767px) {
	.content-parceiroi9 {
		width: 80%;
		padding: 5% 10% 1% 10%;
	}
}


.page-content img {
	max-width: 100% !important;
	height: auto;
}

	.content-parceiroi9 h1 {
	    margin-bottom: 30px;
	    line-height: 1.2em;
	    font-size: 28px;
	}

	.content-parceiroi9 h3 {
	    font-weight: bold;
	    margin-bottom: 0;
	    margin-top: 20px;
	    padding-bottom: 0;
	}

	.content-parceiroi9 ul {
	    padding: 0;
	    padding-left: 20px;
	    list-style: circle;
	    font-size: 12px;
	    font-weight: normal;
	    line-height: 19px;
	    color: #444444;
	    margin-top: 10px;
	}

.seja-parceiro-chamada a {
    color: #378548;
    -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
}

.seja-parceiro-chamada a:hover {
    color: #1a5529;
}

/* ------- PARCEIROS ------- */

.col-paddingten {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

/* Grid Parceiros */

.parceiro-button {
    border-radius: 15px;
    border: solid #eee 2px;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
    position: relative;
	height: 100%;
	width: 100%;
	margin-bottom: 10px;
}

/* Mouseover Button */

.parceiro-mouseover-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(202, 108, 52, 0.9);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s, visibility .2s;
}

.parceiro-button:hover .parceiro-mouseover-wrap {
  visibility: visible;
  opacity: 1;
}

.parceiro-mouseover {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.parceiro-mouseover img {
    transition: .2s;
	transform: translateY(0.5em);
	padding-bottom: 10px;
}

.parceiro-saibamais{
  margin-top: 5px;
  transition: .2s;
  transform: translateY(1em);
  color: #fff;
    font-weight: bold;
}

.parceiro-button:hover .parceiro-saibamais{
  transform: translateY(0);
}


/* Modal Parceiros */

.modal-parceiros .modal-body {
    position: relative;
    padding: 0;
}

.modal-parceiro-logo {
    text-align: center;
    margin: 15px auto;
}

.modal-parceiro-logo img {
	display: inline-block;
}

.modal-parceiro-content {
	border-top: 1px solid #e5e5e5;
	padding: 5px 25px;
}

.modal-parceiros .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    color: #ed601f;
    font-weight: bold;
}

.modal-parceiros a {
	color: #ed601f;
	-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
}

.modal-parceiros a:hover  {
	color: #ff7b1a;
	text-decoration: none;
}


/* Contact Section
--------------------------------*/

#contact {
    /*  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
    padding: 60px 0;
    overflow: hidden;
    background-color: #edf4f4;
}

#contact .section-header .section-divider {
    margin: 10px auto;
    background-color: #25a0ff;
}

#contact .contact-about {
    margin-left: -149px;
    margin-right: 0;
}

#contact .contact-about img {
    margin-left: -5px;
}

#contact .contact-about .horario-funcionamento {
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 35px;
}

#contact .contact-about h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1dc8cd;
}

#contact .contact-about p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #888;
    margin-left: 100px;
    margin-bottom: -15px;
}

#contact .social-links {
    padding-bottom: 20px;
    margin-left: 100px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: transparent;
    color: #1dc8cd;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
    background: #1dc8cd;
    color: #fff;
}

#contact .info {
    color: #333333;
}

#contact .info i {
    font-size: 32px;
    color: #1dc8cd;
    float: left;
    line-height: 1;
}

#contact .info p {
    padding: 0 0 10px 42px;
    line-height: 28px;
    font-size: 14px;
}

#contact .form #sendmessage {
    color: #1dc8cd;
    border: 1px solid #1dc8cd;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input {
    border-radius: 10px;
    box-shadow: none;
    font-size: 14px;
    height: 50px;
    width: 340px;
    font-style: italic;
}

#contact .form textarea {
    border-radius: 10px;
    box-shadow: none;
    font-size: 14px;
    width: 340px;
    height: 120px;
    margin-left: 0;
    font-style: italic;
}

#contact .form button[type="submit"] {
    background: #25a0ff;
    border: 0;
    border-radius: 10px;
    /*  padding: 8px 30px;*/
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
    height: 50px;

    width: 107px;
}

#contact .form button[type="submit"]:hover {
    cursor: pointer;
}

@media (max-width: 767px) {
    #contact .contact-about {

        text-align: center;
}

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #00405a;
    /*  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
    padding: 0 90px;
    font-size: 14px;
}

#footer .credits {
    color: #fff;
    float: left;
    margin-top: 30px;
}

#footer .copyright {
    color: #fff;
    font-weight: bold;
    float: right;
    margin-top: 55px;
}

#footer .footer-links a {
    color: #666;
    padding-left: 15px;
}

#footer .footer-links a:first-child {
    padding-left: 0;
}

#footer .footer-links a:hover {
    color: #1dc8cd;
}



