@charset "utf-8";
/* CSS Document */

@import url("menu.css");
@import url("banner.css");
@import url("footer.css");
@import url("institucional.css");
@import url("slide.css");
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');

*{
	margin:0;
	padding:0;
	box-sizing: border-box;	
}
header{
	width:100%;
	height: 60px;
	background:#333;
	color:#fff;
	top:0;
	left:0;
	z-index:100;	
}

#tituloheader{
	float:left;
	font-size: 20px;
	margin:0;
}
header .conteudo{
	display:table;
	width:98%;
	margin:auto;
}

.video {
	margin-bottom: 1%;
	}
.compliance{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.escritorio{
margin-top: 1%;
width: 100%;
height: 200px;
object-fit: cover;
object-position: center;
	}

/* solucao.php */	

.texto h1{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 85%;
    height: auto;
    color: #E37226;
    font-weight: 700;
    text-align: center;
    font-family: comfortaa;
    font-style: normal;	
}
.texto p{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	width: 75%;
	height: auto;
	color: #5A5A5A;
	font-weight: 400;
	text-align: justify;
}
.grid-1 {
  	display: grid;
  	width: 100%;
	margin: 5% 1% 5% 1%;
	max-width: 90%;
  	grid-template-columns: repeat(5, 20%);
  	grid-gap: 10px;
	text-align: center;
}
.item-1 img{
	width: 100%;
}
.item-2 img{
	width: 55%;
}
.item-3 img{
	width: 60%;
}
.item-4 img{
	width: 60%;
}
.item-5 img{
	width: 70%;
}
.comp img{
	width: 27%;
	height: 27%;
}
.form-mensalista {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}

.form-mensalista label {
	font-size: 0.8em;
}




