<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Projeto: Integra Aché
Descrição: estilos da home
Autor/Empresa: Iteris Consultoria e Software
©Copyright: 2016 Aché
Notas:
*/

body{
	font-family:Arial,sans-serif,Helvetica;
}
.container-fluid{
	padding-left:0;
	padding-right:0;
}

.content-container{
	background:url(../images/bg-content.jpg) no-repeat;
	background-size:cover;
	color: rgba(0,0,0,0.8);
	min-height:92.8vh;
}

.content-container img{
	display: block;
    max-width: 100%;
    height: auto;
}

header{
	background-color:#ebebeb;
	padding:10px 0;
	height:48px;
	padding-left:15px;
	padding-right:15px;
}

header ul.menu-horizontal{
	margin:7px 0 0 0;
	padding:0;
	list-style:none;
	color:#404040;
	font-size:14px;
	font-weight:bold;
}

header ul.menu-horizontal &gt; li{
	float:left;
	padding:0 10px;
	border-left:2px solid #404040;
	line-height:14px;	
}

header ul.menu-horizontal &gt; li:first-child{
	border-left:none;
	padding-left:0;
}

header ul.menu-horizontal a, ul.menu-horizontal a:visited{
	color:#404040;
}

header ul.menu-horizontal a:hover{
	text-decoration:underline;
}

.main-content{
	min-height:85.9vh;
}

.logo-integra{
	width:317px;
	margin:29px auto 0 auto;
}

.main-content h1{
	font-size:22px;
	font-weight:bold;
	margin-bottom:0;
}

.main-content h2{
	font-size:22px;
	font-weight:bold;
	color:#dc005d;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}

@media (min-width:1200px){
	.main-content .txt{
		width:90%;
	}
}

.main-content .txt{
	margin-bottom:46px;
}

.main-content p{
	font-size:15px;
}
.txt-portais{
	font-weight:bold;
	text-align:center;
}
.boxes-container{
	float:left;
	width:100%;
}
.boxes-container .box{
	float:left;
	width:184px;
	margin-right:16px;
	margin-bottom: 10px;
}
.boxes-container .box &gt; .img-box{
	width:184px;
	height:108px;
	margin-bottom:14px;
	position:relative;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
.boxes-container .box &gt; .img-box:hover{
	background-size:120%;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
.boxes-container .box &gt; .img-box &gt; a{
	width:184px;
	height:108px;
	position:absolute;
}
.boxes-container .box &gt; .cresca{
	background:url(../images/bg-cresca.jpg) no-repeat;
	background-size:100%;
}
.boxes-container .box &gt; .compre{
	background:url(../images/bg-compre.jpg) no-repeat;
	background-size:100%;
}
.boxes-container .box &gt; .cliente{
	background:url(../images/bg-cliente.jpg) no-repeat;
	background-size:100%;
}

}
.boxes-container .box &gt; .video{
	background:url(../images/video.png) no-repeat;
	background-size:100%;
}




.boxes-container .box p {
	text-align:center;
	font-size:13px;
}

.boxes-container .box img{
	position:absolute;
	bottom:8px;
	left:18px;
}

.box .font-sm{
	display:block;
}

footer{
	background-color:rgba(255,255,255,0.7);
	margin-top:24px;
	padding-right:15px;
}

footer .ache-50{
	float:left;
	margin-top: 10px;
}
footer .logo{
	float:right;
	margin:8px 15px 8px 0;
}

.bold-pink{
	font-weight:bold;
	color:#cd005c;
}

.font-sm{
	font-size:10px;
}

.break-md{
		display:block;
}



/*----- acima de 1600px -----*/
@media (min-width:1600px){
	.content-container{
		min-height:95.4vh;
	}
	.main-content{
		min-height:82.9vh;
	}
	footer{
		position: absolute;
    	width: 100%;
    	bottom: 0;
	}
}

/*----- acima de 1920px -----*/

@media (min-width:1900px){
	.content-container{
		min-height:95vh;
	}
	.main-content{
		min-height:82.9vh;
	}
	footer{
		position: absolute;
    	width: 100%;
    	bottom: 0;
	}
}
/*----- extra Large devices -----*/
@media (min-width:1278px){
	.container{
		width:1248px;
	}
}

/*----- Large devices -----*/
@media (min-width:1200px){
	.container{
		width:1170px;
	}
}

/*----- Medium devices -----*/
@media (min-width:992px) and (max-width:1199px){
	.content-container {
    	background: url(../images/bg-content.jpg) no-repeat 42%;
		background-size:cover;
	}
}

/*----- Tablets -----*/
@media (max-width:991px){
	.content-container {
    	background: url(../images/bg-content.jpg) no-repeat 77%;
		background-size:cover;
	}
}

/*----- SmartPhones -----*/

@media (max-width:767px){
	.content-container{
		background-size:cover;
		background-position:center top;
	}
	header ul.menu-horizontal &gt; li {
    	border-left: 1px solid #404040;
	}
	.logo-integra{
		width: 200px;
	}
	
	.main-content h1{
		font-size:18px;
		margin-bottom:10px;
	}
	
	.main-content h2{
		font-size:18px;
		margin-top: 32px;
	}
	
	.main-content p{
		font-size:14px;
	}
	
	.main-content .txt {
    	margin-bottom: 32px;
	}
	
	.boxes-container{
		width:100%;
	}
	
	.boxes-container .box{
		margin-bottom:10px;
		width:100%;
	}
	.boxes-container .box &gt; .img-box{
		margin: 0 auto 8px auto;
	}
	.box &gt; p{
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
}</pre></body></html>