<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(css/normalize.css);
@import url(css/velositey-grid.css);
@import url(css/Euro/stylesheet.css);
@import url(css/moda/stylesheet.css);
@import url(css/beba/stylesheet.css);
img.responsive{
		max-width: 100%;
		height: 500px;
		width: 500px;
}
/************************
 Estilos Personalizados
*************************/
body{
	font-family: "eurostileregular";
	background: #ecedee;
	background-size: cover;
	
}
a {
	color: black;
	text-decoration: none;
}

.fa-envelope,
.fa-phone,
.fa-map-marker{
color: #84C31C;
padding: 5px;
} 
a:hover{
	text-decoration: underline;
}
.pagina {
		
		box-shadow: 0 0 20px #aaa;
		background: #fff;
		margin: 10px auto;
	
}

/*header* botonera*/
header{
border-bottom: 8px solid #84C31C;
}
.logo{
width: 350px;
margin:auto;
display: block;
padding-top: 30px;
padding-bottom:20px;
}
.relle{


background-image: url(img/gre.jpg);
background-size: cover;

}


nav ul, nav ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.titulo {
		padding-left: 100px;
}

.fa-home,
.fa-bars,
.fa-user,
.fa-paper-plane,
.fa-comments{
color: grey;
padding: 5px;
} 
.menu{
padding-bottom: 20px;
padding-top: 10px;
}
.menu li{
	float: left;
	text-shadow: 0px 0px 1px black;
	
	
	
}
.prima{
margin-left:30%;
}

.menu a{
	padding: 4px 10px;
	display: block;
	letter-spacing: 1px;
	color: black;
	 font-family: 'modaernelightregular';
	 border-left: 1px solid gray;
}
.menu2 li:last-child {
	border-right: 1px solid grey;
}
.menu a:hover{

	text-decoration: none;
	color: white;
	text-shadow: 0px 0px 1px white;
	background-color: grey;
		transition: all 0.3s linear;
		background-color: rgba(0,0,0,0.3);
		box-shadow: 0px 0px 4px white;
}
 figure {margin: 0;}
	  img {width: 100%;}
.button{
	padding: 15px 30px;
	margin: 10px;
	color: #black;
	display: inline-block;
	border: 2px solid black;
	}
	.button:hover {
		text-decoration: none;
		background-color: #FFED00;
		color: white;
		border: 2px solid #FFED00;
		
		
	}
	textarea, .nombre, .email{
  display: block;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  padding: 8px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: auto;
  margin: 0px;
  color: white;
  background: #C5C6C6;
  border: none;
  margin-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .email:hover, .email:focus, .nombre:hover, .nombre:focus, select:hover, select:focus, textarea:hover, textarea:focus {
    outline: none;
    box-shadow: none;
	color: black;
    background: #ECECEC; }
  input.error, select.error, textarea.error {
    background: #ea6060; }
  input.error:hover, input.error:focus, select.error:hover, select.error:focus, textarea.error:hover, textarea.error:focus {
    background: #ea6060a; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: white; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: white; }
	.buttonf{
	padding: 15px 30px 15px;
	margin-right: 10px;
	color: black;
	display: inline-block;
	border: 1px solid white;
	transition: .3s all linear;
	
	}
	.buttonf:hover {
		text-decoration: none;
		background-color:#84C31C;
		color: white;
		border: 1px solid #898989;
		
		
	}
	.buttn{
	padding: 15px 30px 15px;
	margin-right: 10px;
	color: black;
	display: inline-block;
	border: 1px solid white;
	transition: .3s all linear;
	}
	.buttn:hover {
		text-decoration: none;
		background-color:#84C31C;
		color: white;
		border: 1px solid #898989;
		
		
	}
	.mailme{
	padding-bottom:30px;
	}
/*slogan*/

.slogan{
	background-color: #272727;
	padding: 20px 30px;
	color: white;
}
.slogan p{
	font-size: 28px;
	letter-spacing: 1px;
}
.slogan .button {
	background-color: #1c1c1c;
	
}
.slogan .button:hover{
	background-color: #111;
	
}
.links{
	margin: 0;
	padding: 0;
	list-style: none;
}
.links li {
	border-bottom: 1px solid gray;

}
.links li:first-child {
	border-top: 1px solid gray;
}
.links a{
	display: block;
	padding: 12px 0 12px 0;
}
.links a:before{
	content: "";
	display: inline-block;
	border: solid transparent 5px;
	border-left-color: #ebebeb;
	width: 0;
	height: 0;
	margin-right: 0.5em;
	

}
.links a:hover{
	text-decoration: none;
	background-color: #ebebeb;
}
.links a:hover:before{
border-left-color: black;
}
.centro{
 text-align: center;
 margin: auto;
 padding: 0;
 display: inline-block;
 float: none;
 font-size: 0;
}
.center{
 text-align: center;
 margin: auto;

}

.aside{
			margin-left:150px; 
			margin-right:150px; 	
		}


.aside figure {
			position: relative;
			width: auto;
			overflow: hidden;
			float: left;
		
			
		}
		.aside  figure:nth-child(4n+1) {
			margin-right: 0;
		}
		
		.aside  figure img {
			position: relative;
			display: block;
			transition: all 0.3s linear;
		}
		.aside  figure:hover img {
			
		}
		.aside figcaption {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
		.aside  figcaption a {
			display: block;
			position: absolute;
			text-decoration: none;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			transition: all 0.3s linear;
		}
		.aside  figcaption a:hover {
			background: rgba(1,1,1,0.5);
		}
		.aside  figcaption p {
			text-align: center;
			color: #fff;
			font-weight: normal;
			position: relative;
			top: -300px;
			transition: all 0.3s linear;
		}
		.aside  figcaption a:hover p {
			top: 5px;
		}
		.aside  figcaption i {
			color: #fff;
			background: rgba(0,0,0,0.5);
			width: 30px;
			height: 30px;
			display: block;
			text-align: center;
			line-height: 30px;
			border-radius: 50%;
			position: relative;
			margin: 80px auto;
			bottom: -300px;
			transition: all 0.3s linear;
		}
		.aside  figcaption a:hover i {
			bottom: -30px;
		}
		.centro figure{
			float:none;
			display:inline-block;
			font-size: 20px;
			text-align:center;
		}
		.footer {
	background-color: #565d67;
	
		}
		.btn-social {
	text-decoration: none;
	display: inline-block;
	border: 3px solid gray;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	line-height: 65px;
	margin: 0 20px;
	transition: .3s all linear;
}
.btn-social:hover {
	border-color: #0da9e5;
	background-color: rgba(13,169,229,0.3);
	border-radius: 50%;
}
.sectionnav {
	background-color: grey;
	color: white;
	width: 245px;
	padding: 5px 5px 0 5px;
	position: absolute;
	top: 0px;
	z-index: 499;
	transition: all 0.3s linear;
	float: left;
	display: block;
  
}

.nav-cerrado {
	top: -50px;
	color: rgba(0,0,0,0.0);
	background-color: rgba(0,0,0,0.0);
	z-index: -500;
	
}
		.col-55 {
		float: right;
		padding: 0 0 0 0;
		}
.produ li{
	list-style: none;
	
	
}
.produ  a{
	padding: 1px;
	display: block;
	letter-spacing: 1px;
	margin: 0 5px;
	border-bottom: 2px solid transparent;
	color: white;
}
.produ  a:hover{

	text-decoration: none;
	border-bottom-color: black;
	

}
.slider22{
    width: 100px;
	height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
		}
.slider2{
margin-top: 5px;
}
.footers{
background-color: #727271;
	
color: white;
border-bottom: 8px solid #5B5B5A;
padding-bottom: 20px;
}
.yell{

border-top: 8px solid #84C31C;
}
h1,
h3{ 

font-family: "bebas_neuebold";
	
	}
h2{
text-align: center;
font-family: "bebas_neuebook"
}
p{
text-align: center;
letter-spacing: 0.5px;
line-height:22px;
}
.volver{
	padding: 10px 15px 10px;
	
	margin-bottom: 90px;
	color: white;
	display: inline-block;
	border: 1px solid #898989;
	background-color:#898989;
	border-radius: 150px;
	transition: .3s all linear;
	font-family: "bebas_neuebold";
	}
	.volver:hover {
		text-decoration: none;
		background-color:#84C31C;
		border: 1px solid #84C31C;
		color: white;
	
		
		
	}
	.volver2{
	padding: 10px 15px 10px;
	border-radius: 150px;
	color: white;
	display: inline-block;
	border: 1px solid white;
	transition: .3s all linear;
	font-family: "bebas_neuebold";
	}
	.volver2:hover {
		text-decoration: none;
		background-color:#84C31C;
		color: white;
		border: 1px solid #84C31C;
		
		
	}
	.sliderp{
height: 29em;
padding-bottom: 600px;
}
	
	.portadas{
background-color: transparent;
 position: relative;
background-size: cover;
 	
}
.portadas:after {
  content: "";
  background: url(img/offset.gif);
    background-repeat: no-repeat;
	  background-size: cover;
 
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
  }
  .textg4 {
		width:550px;
margin:auto;
display: block;
padding-bottom:20px;

	
	}
	  .histt {
width: 450px;

display: block;
padding-top: 30px;
	display: block;
	}
	
  .textg3 {
width: 950px;
margin:auto;
display: block;
padding-top: 50px;
padding-bottom: 50px;

	
	}
	 .tex3 {
width: 1070px;
margin:auto;
display: block;
padding-top: 50px;
padding-bottom: 50px;

	
	}
	.titu{
background-color: white;
background-image: url(img/animacion.gif);
   background-repeat: no-repeat;
	background-size: cover;
 text-align: center;
 margin: auto;
 padding: auto;
 display: block;
 float: none;

}
	.titu2{
background-color: white;
background-image: url(img/historia.gif);
   background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
 text-align: center;
 margin: auto;
 padding: auto;
 display: block;
padding-bottom:60px;


}
	.titu3{
background-color: white;
background-image: url(img/tintas.png);
   background-repeat: no-repeat;
	background-size: cover;
 text-align: center;
 margin: auto;
 padding: auto;
 display: block;
padding-bottom:60px;


}
	.titu4{
background-color: white;
background-image: url(img/calidad.png);
   background-repeat: no-repeat;
	background-size: cover;
 text-align: center;
 margin: auto;
 padding: auto;
 display: block;
padding-bottom:60px;


}
.textg {
		padding-left: 55px;
		padding-top: 50px;
		font-family: "bebas_neuebold";
		font-size: 150px; 
		font-weight: 1em;
		color: white;
	}
	
	.textg2 {
		padding-left: 55px;
		padding-bottom: 60px;
		font-family: "bebas_neuebold";
		font-size: 150px; 
		font-weight: 100%;
		 margin-top: -30px;
		color: #84C31C;
	
	height: auto;
		
	
	}
	.textgg2 {
	padding-top: 80px;
		font-family: "bebas_neuebold";
		font-size: 70px; 
		font-weight: 100%;
		color: #84C31C;
		
	
	}

	.textg5 {
		padding-right: 455px;
		padding-top: 80px;
		font-family: "bebas_neuebold";
		font-size: 170px;
		font-weight: 1em;
		color: #84C31C;
	}
	.textg6 {
		padding-left: auto;
		padding-top: 80px;
		font-family: "bebas_neuebold";
		font-size: 150px; 
		font-weight: 1em;
		color:  black;
	}
	.textg7 {
		padding-left: auto;
		padding-top: 80px;
		font-family: "bebas_neuebold";
		font-size: 150px; 
		font-weight: 1em;
		color:  white;
	}
	.btnport1{
background-image: url(img/cali.png);
	  background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	padding: 0px;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	line-height: 177px;
	margin: 0 5px;
	text-align: center;
	transition: .3s all linear;
	}.btnport2{
background-image: url(img/cali1.png);
	  background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	line-height: 177px;
	margin: 0 5px;
	text-align: center;
	transition: .3s all linear;
	}.btnport3{
background-image: url(img/cali3.png);
	  background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	padding: 0px;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	line-height: 177px;
	margin: 0 5px;
	text-align: center;
	transition: .3s all linear;
	}
/**************
 Responsive
***************/
@media only screen and (min-width: 1024px) {
	.sliderp{
height: 29em;}

}
}
@media only screen and (max-width: 960px) {
	.sliderp{
height: 25em;

}
}
@media only screen and (max-width: 768px) {
	.prima{
margin-left:20%;
}
.pagina{
margin-left: -10px;
margin-right: -10px;
}
.aside{
			margin-left:5px; 
			margin-right:5px; 	
		}

.sliderp{
height: 15em;
padding-bottom: 10px;

}
.textg3 {

padding-top:10px;
width: 350px;
	
	}
	.tex3{

padding-top:10px;
width: 400px;
	
	}
	.textg4 {
		width:300px;
margin:auto;
display: block;
padding-bottom:2px;
	
	}
	.textg {
		
		font-size: 70px; 
		font-weight: 1em;
		color: white;
	}
	
	.textg2 {
		font-size: 70px; 
		 margin-top: 0px;
		 	padding-bottom: 40px;
	
	}
		.textg5 {
		padding-right: 5px;
		padding-top:50px;
		font-family: "bebas_neuebold";
		padding-bottom:10px;
		font-size: 85px; 
		font-weight: 1em;
		color:  #white;
	}
	.textg7 {
		
		font-size: 90px; 
		
	}
	.textg6 {
		
		font-size: 100px; 
		
	}
		  .histt {
width: 200px;

display: block;
padding-top: 30px;
	display: block;
	}
	img.responsive{
		max-width: 100%;
		height: 400px;
		width: 400px;
}
	
}

@media only screen and (max-width: 480px) {
.pagina{
margin-left: -8px;
margin-right: -8px;
}
.textg5 {
		
		padding-top: 0px;
		margin-left: 50px;
		font-family: "bebas_neuebold";
		padding-bottom:10px;
		font-size: 60px; 
		
	}
}</pre></body></html>