<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	min-width: 400px;
}

img{
	max-width: 100%;
}

.hmenu{
	background: #0E3755;
	padding: 0;
}
.navbar{
	border: 0;
	padding: 0;
	height: 100%;
	background-color: #2d4076;
	margin-bottom: 0;
}
.logo{
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 350px;
}
.sociales{
	padding: 5px;
	text-align: right;
}

.correoServiac{
	padding-right:20px;
}

.imagenes{
	background-image: url("../images/bg1.jpg");
	padding-bottom: 2em;
}

.parrafos{
	text-align: center;
}
.parrafos p{
	font-family: Arial;
	font-size: 15px;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	padding-top: 1em;
}
.telefono{
	border: 1px solid #2d4076;
	border-radius: 8px;
	padding: 0;
	margin-top: 10px;
	height: 40px;
}
.glyphicon{
	color: #0e3755;
	font-size:25px;
}

.telefonox{
	border-right: 1px solid #2d4076;
	text-align: left;
	padding: 5px;
	padding-left: 15px;
}
.rs{
	padding: 0;
}

.correoServiac{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}

.numero{
	color: #0e3755;
	font-family: Arial;
	font-size: 25px;
	text-align: left;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.contenido-nosotros{
	background: url(../images/tocopilla-tren.jpg);
	display: inline-block;
	background-size: 100%;
	width: 100%;
	text-align: center;
}

.contenido-nosotros p{
	margin-top: 44px;
	margin-bottom: 44px;
	color: #0E3755;
    display: inline-block;
    font-size: 22px;
    font-weight: bolder;
    margin-top: 2em;
    margin-bottom: 2em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 1);
    width: 70%;
}
.info-nosotros{
	
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-bottom: 3em;
    padding: 2em 5em 2em 5em;
    text-align: center;
    vertical-align: top;
   
}
.info-nosotros p{
	color: #FFF;	
    display: inline-block;
    font-size: 16px;
    font-weight: lighter;
    line-height: 25px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify;
    text-transform: none;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 1);
    width: 100%
}
.firma{
	padding: 0;
	font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.mision{
	max-width: 500px;
}

.banner-somos{
	display: inline-block;
	padding: 0;
	border-bottom:  10px solid #2d4076;
}

/*FOOTER*/

footer{
	background: #1E1E1E;
	border-top: 10px solid #2d4076;
	display: inline-block;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
}

footer span{
	color: #A4A4A4;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.95);
}

footer p{
	color: #FFF;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 20px;
}

footer p a{
	color: #CCC;
}

	footer p a:hover{
		text-decoration: none;
	}

/*MEDIAS QUERYS*/

@media(max-width: 1200px){
	.contenido-nosotros{
		background-size: 140%;
	}
}

@media(max-width: 992px){
	.contenido-nosotros{
		background-size: 200%;
	}
}

@media(max-width: 768px){
	.contenido-nosotros{
		background-size: 450%;
	}
	
	footer span{
		font-size: 12px;
	}

	footer p{
		font-size: 10px;
	}
}
</pre></body></html>