body{
	font-family: 'Roboto', sans-serif;	
}

p, .footer ul{
	font-size: 16px;
}

h1, h2, h3,{
	margin-top: 0px !important;
}

.clear-both{
	clear: both;
}

#owl-demo .item{
  margin: 3px;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.linha-topo{
	border: 2px solid #223869;
}

.logo{
	margin-top: 20%;
    margin-bottom: 5%;
}

.menu-principal{
	float: right;
	border-radius: 5px;
	/* Para WebKit (Safari, Google Chrome etc) */
	background: #EB0102; /* For browsers that do not support gradients */
	background: -moz-linear-gradient(#EB0102, #BA0202);/* For Firefox 3.6 to 15 */
	background: -webkit-gradient(linear, left top, left bottom, from(#EB0102), to(#BA0202)) repeat-X;
	box-shadow: 2px 2px 5px;	
	padding-top: 1%;
	padding-bottom: 1% !important;
	margin-bottom: -27px;
    z-index: 999;
    position: relative;
}

#banners{
	position: relative;
    opacity: 1;
    display: block;
    z-index: 0;    
}

.navbar-default{
	background-color: #fff;
	border: none;
	margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a{
	color: #fff !important;
}

.navbar-nav li a{
	padding: 15px 13px;
}

.img-contato{
	float: left;
}

.contato-menu{
	float: right;
	text-align: left;
	padding: 20px 0px 5px 0px;
}

.contato-menu span{
	color: #00027b;
	font-size: 14px;
}

.sassmaq{
	width: 150px;
	height: 112px;
	position: fixed;
	right: -10px;
	top: 10px;
	z-index: 999;
}

@media screen and (max-width: 1200px) {	

	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		width: 82%;
	}

	.contato-menu .col-md-2{
		padding-left: 0px;
	}

	.col-md-8{
		width: 82% !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.logo{
		margin-top: -10%;
	}
}

@media screen and (min-width: 991){	

	.texto-direita{
		max-height: 500px;		
	}

	.texto-direita p{
		width: 50%;
	}
}

.sassmaq-mobile{
	display: none;
	position: absolute;
	top: 20%;
}

@media screen and (max-width: 991px) {
	.logo{
		position: relative;
		left: 5%;
	}

	.sassmaq-mobile{
		display: inline-block;	
		right: 12%;	
	}

	.menu-principal{
		width: 101% !important;
	}

	.contato-menu{
		display: none;
	}

	.logo-pentaxial{
		float: left !important;
	}
}

@media screen and (max-width: 767px) {	
	
	.logo{
		margin-top: 5%;
		max-width: 100px;
		margin: 20px 10px;
	}

	.segura-logo{
		float: left;
	}

	.segura-sassmaq{
		position: absolute;
		width: 95px;
		top: 20px;
		right: 60px;
	}

	.sassmaq-mobile{
		display: inline-block;	
		right: 12%;	
	}

	.menu-principal{
		float: none;
	}
}

.owl-theme .owl-controls .owl-buttons div{
	background: transparent !important;
	color: #000 !important;
}

#banners, #thumbs{
	margin-bottom: 5%;
}

#thumbs{
	text-align: center;
}

#thumbs a{	
	background-color: #FF0101;
	color: #FFF;
	padding: 15px 25px 15px 25px;
	border-radius: 5px;
	margin-bottom: 5%;
}

#thumbs p{
	margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
	#thumbs img{
		margin-top: 10%;
		display: inline-block;
	}

	.footer{
		margin-top: 150px !important;
	}

	.footer-pentaxial .col-md-4{
		text-align: left !important;
    	float: left !important;	
	}
}

#empresa .col-md-6{
	padding: 0px 0px;
	color: #fff;
}

.texto-direita{
	padding: 13% 7%;	
}

.texto-direita p{
	margin-bottom: 50px;	
}

.texto-direita a{
	border: 1px solid #fff;
    color: #FFF;
    padding: 15px 25px 15px 25px;
    border-radius: 5px;
    margin-top: 40px;
}

#empresa h2{
	margin: 0px 0px 40px 0px;
}

.foto-esquerda{
	background-image: url(../img/banners/esquerda.jpg);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: right;
}

.texto-direita{
	background-image: url(../img/banners/direita.jpg);
	width: 100%;
	min-height: 500px;
}

#galeria-texto{
	padding-top: 1%;
	text-align: center;
	background-color: #F7F2F2;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 264px;
  height: 264px;
}

#galeria{
	position: relative;
	z-index: 0;
	background-color: #F7F2F2;
	float: left;
}


.galeria{
	background: #fff;
	position: relative; 
	width: 100%; 
	height: 200px;
}

.opacidade-esquerda{
	background: #fff;
	position: absolute;
	width: 15.3%; 
	height: 264px; 
	left: 0; 
	top: 0; 
	z-index: 10; 
	opacity: .7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.opacidade-direita{
	background: #fff;
	position: absolute;
	width: 15.3%; 
	height: 264px; 
	right: 0; 
	top: 0; 
	z-index: 10; 
	opacity: .7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

#trabalhe-conosco{
	text-align: left;
}

#trabalhe-conosco h2{
	color: #D00202;
}

#trabalhe-conosco a{
	position: absolute;
	border: 1px solid #D00202;
	border-radius: 5px;
	color: #D00202;
	padding: 20px 20px 20px 20px;	
	margin-top: 7%;
}

.footer{
	margin-top: 40px;
	box-shadow: 0px -1px 38px #000;
	background-color: #101010;
	color: #B8B8B8;
	padding: 3% 0% 3% 0%;
}

.footer ul a{
	color: #B8B8B8 !important;
}

.footer ul a:hover{
	text-decoration: none;
}

.footer ul li{
	padding-bottom: 5px;
}

p{
	max-width: none !important;
}

.footer-enderecos, p{
	list-style: none;
	margin-left: 0px !important;
	padding-left: 0px !important;
}


.footer input{
	width: 100%;
    padding: 15px 30px 15px 30px;
    padding-left: 20px;
}

#cadastrar{
	margin-top: 5px;
	border: none;
	background-color: #D00202 !important;
	color: #fff;
	font-weight: 900;
}

.footer-direitos{
	text-align: left;
}

.footer-pentaxial{
	background-color: #000;
	color: #B0B0B0;
	padding: 3% 0% 3% 0%;
}

.footer-pentaxial .col-md-4{
	text-align: right;
    float: right;	
}

.logo-pentaxial{
	float: right;
}


.owl-buttons{
	position: absolute !important; 
	top: 90%;
	left: 20%;
}

.prev, .next{
	display: none;
}

.ver-todas, .ver-todas:hover{
	background-color: #D00202;
	color: #fff;
	padding: 15px 25px 15px 25px;
    border-radius: 5px;
}

#thumbs a:hover, #galeria-texto a:hover, #trabalhe-conosco a:hover, #empresa a:hover{
	text-decoration: none;
}

.redes-sociais{
	margin-top: 15px;
}

#contato{
	margin-top: 5% !important;
}

.footer a{
	margin-top: 5px !important;
	color: #fff !important;
}

textarea{
	resize:none;
}

.empresa {
	padding: 10% !important;
}

.conteudo{
	margin-top: 5%;
}

.breadcrumb{
	background-color: transparent !important;
	margin-top: -4%;	
}

.breadcrumb a{
	color: #fff !important;
}

.breadcrumb>.active{
	color: #fff !important;
}

@media screen and (max-width: 768px) {
	.breadcrumb{
		margin-top: -10%;
	}
}

@media screen and (max-width: 544px) {
	.breadcrumb{
		margin-top: -15%;
	}
}

.banner-fixo{
	background-image: url(../img/banners/empresa.jpg);
	width: 100%;
	min-height: 80px;
}

.banner-empresa{
	background-image: url(../img/paginas/historia-sudeste-nacional.jpg);
	width: 100%;
	min-height: 439px;
}

.banner-empresa p{
	color: #fff;
	position: absolute;
    top: 40%;
    left: 10%;
    width: 40%;
}

@media screen and (max-width: 544px) {
	.banner-empresa p{
		color: #fff;
		position: absolute;
	    top: 15%;
	    left: 10%;
	    width: 40%;
	}	

	#infraestrutura p, #vantagens p, #seguro p{
		padding: 3%;
		text-align: left !important;
	}

	#certificacoes p {
    	margin-bottom: 15% !important;
	}

	#certificacoes img{
		margin-top: 20%;
	}	

}

.empresa-esquerda{
	margin-right: 0px !important;
    padding-right: 0px !important;
}

.empresa-direita{
	margin-left: 0px !important;
    padding-left: 0px !important;
}

#certificacoes a{	
	background-color: #FF0101;
	color: #FFF;
	padding: 15px 25px 15px 25px;
	border-radius: 5px;
	float: left;
	margin-right: 5px;
}

#certificacoes p{
	margin-bottom: 5%;
}

#certificacoes a:hover, #certificacoes a:focus{
	text-decoration: none;
}

@media (max-width: 504px){
	#certificacoes #ibama{
		margin-top: 5px;
	}
}

@media (min-width: 1200px){
	#certificacoes .col-md-4{
		width: 22%;
	}
}

#infraestrutura p, #vantagens p, #seguro p{
	padding: 3%;
	text-align: justify;
}

@media (min-width: 1200px){
	.container {
	    width: 1176px !important;
	}
}

.footer .col-md-3 .col-md-12, .footer .col-md-3 .col-sm-6{
	padding: 0px;
}