<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.center  {
    
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
	max-width:600px;
	background-color: #f5f5f5;
	padding-left:25px;
	padding-right:25px;
}
	
.nosotrosInt {
	
    min-height: 100%;
    min-height: 100vh;
    background-color: #f5f5f5;
    text-align: center;
    overflow: hidden;
    background-image: url('../img/lineabg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.nosotrosInt h1 {
	 
	font-size: 35px;
    color: #999;
	text-transform:uppercase;
	}
.nosotrosInt h1:after {
    content: "";
    width: 72px;
    height: 1px;
    border-top: 1px solid #c4c4c4;
    position: absolute;
    top: 70px;
    left: 50%;
     
	margin-left: -36px;
	}
.text {
	 
	margin-top:50px;
	font-size: 14px;
    color: #999;
	
	}
.text1 {
	 
	margin-top:20px;
	font-size: 14px;
    color: #999;
	
	}

.blockNosotros {
	width: 100%;
	max-width:400px;
	margin:0 auto;
	margin-top:35px;
	}
.blockNosotros span {
	display:inline-block;
	position:relative;
	margin:0 auto;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:black;
	color: white;
	font-size: 14px;
	line-height:25px;
	}
.blockNosotros i {
	
	display:block;}
	
	.salto{display:none;}
@media only screen and (max-width: 800px){ 

.nosotrosInt {
	background-image: none;
	
	}

}	
@media (max-width: 440px) {
	
	.blockNosotros span {
		
	}	
	.salto{display:block;}
	
	.center{    
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform:none;
		transform:none;
		position:relative;
		left: auto;
        top:auto;
		margin:100px auto;
		padding-left: 0px;  
        padding-right: 0px;   
	}
		
}
@media (max-height: 400px) {
	
	 
	}
@media (max-height: 650px) {
	
	.center{    
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform:none;
		transform:none;
		position:relative;
		left:auto;
		top:auto;
		margin:100px auto;
	}	
}



	
	 
	
	</pre></body></html>