@import url(http://fonts.googleapis.com/css?family=Open+Sans:,300,400,700);

/* Fuentes */
/* 
font-family: 'Open Sans', 'sans-serif';
font-weight: 700;
font-weight: 400;
font-weight: 300;

*/

/* SITIO PASSLINE */
/* OCTUBRE/2014 */
/* DESARROLLO Y DISEÑO WEB POR WWW.VIAMAGICA.CL */

/*****************
	http://meyerweb.com/eric/tools/css/reset/ - v2.0b1 | 201101
*****************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; /*vertical-align: baseline; font: inherit*/ }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }
ol, ul { list-style: none; list-style-position: inside;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }


/* remember to define visible focus styles! 
:focus { outline: ?????; } */


/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

table	{ border-collapse: collapse; border-spacing: 0; }

/*********************************************
Estilos Generales para Escritorio
*********************************************/
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
html#landing body {
	background: none;
}
body {
	background:#f2f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
article{
	overflow: hidden;
}
/*Textos*/
a {
	font-size: 1em;
	color: #178484;
	transition:0.3s;
	text-decoration: none;
}
a:hover {
	color: #c40000;
	transition:0.3s;
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6,p {
	font-style: normal;
	font-weight: normal;
	margin-top:0px;
	display:block;
	width: 100%;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 3.5em;
	margin-bottom:20px;
	color: #424040;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom:20px;
	color: #424040;
	}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	font-size: 2em;
	margin-bottom:20px;
	color: #424040;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	margin-bottom:10px;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.t-a{
	text-align: center;
}
p,li{
	font-size:15px;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 20px;
}
li{
	margin-bottom:10px;
}
p{
	margin-bottom:20px;
}
.btn {
	color: #fff;
	background: #178484;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	padding: 15px 30px;
	width: auto;
	text-align: center;
	float: left;
	cursor: pointer;
	transition-duration: 0.3s;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
   -webkit-appearance: none;
}
.btn:hover{
	background: #c40000;
	color: #fff;
	transition-duration: 0.3s;
	opacity: 1;
}
.btn-a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	background: none;
	display: block;
	float: left;
	padding: 8px 15px;
	width: auto;
	color: #0096d6;
	border: 2px solid #0096d6;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 5px;
	}
.btn-a:hover{
	background: #0096d6;
	transition: 0.3s; 
	color: #fff;
}

.col {
	display: block;
	overflow: hidden;
	margin: 0 1%;
}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.w-100{
	width: 100%;
}
.w-70{
	width: 70%;
}
.w-65{
	width: 65%;
}
.w-60{
	width: 60% !important;
}
.w-55{
	width: 55%;
}
.w-50{
	width: 50%;
}
.w-45{
	width: 45%;
}
.w-40{
	width: 40%;
}
.w-35{
	width: 35%;
}
.w-30{
	width: 30% !important;
}
.w-25{
	width: 25%;
}
.w-20{
	width: 20%;
}
.p-1{
	padding: 1%;
}
.p-2{
	padding: 2%;
}
.p-50_0{
	padding: 50px 0;
}
.ta-c{
	text-align: center;
}
.b-b{
	background: #fff;
	border-top: 1px solid #d0d0d0;	
}
.b-g{
	background: #dbdbdb;
}
.img-100{
	width: 100%;
	overflow: hidden;
}
.img-100 img{
	width: 100%;
	display: block;
}
.bnr img{
	opacity: 1;
	transition:0.3s;
}
.bnr:hover img{
	opacity: 0.7;
	transition:0.3s;
}
/*wrap*/
.wrap{
	width: 1100px;
	margin: auto;
}
.contenedor{
	padding: 20px 0;
}
/*header*/
header{
	background: url(../imagenes/bg-header.png) center top;
	min-height: 118px;
	border-bottom: 5px solid #c40000;
	min-width: 1100px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);

}
.top-header{
	background: #c40000;
	color: rgba(255,255,255,0.4);
	padding: 5px;
	text-align: right;
}
.top-header a{
	color: #fff !important;
	font-size:12px !important;
	padding:4px 8px !important;
}
.top-header a:hover{
	background: rgba(255,255,255,0.4) !important;
}

header section{
	width: 1100px;
	margin: auto;
}
header #logo{
	float: left;
	float: left;
	width: 170px;
	margin: 20px 0;
}
header nav#menu-principal{
	float: right;
}
#slide{
	overflow: hidden;
	width: 100%;
	min-width: 1100px;
	max-height: 380px;
}
.slide-proyecto{
	width: 73% !important;
	min-width: 73% !important;
	max-height: 100% !important;
}
/*proyectos*/
.cont-proy{
	text-align: left;
}
.cont-proy .img-100, .cont-noticias .img-100{
	margin-bottom: 30px;
}
.cont-proy a{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	color: #424040;
	position: relative;
}
.cont-proy a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.cont-proy a h6{
	position: absolute;
	width: auto;
	background: #178484;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	top: 20px;
	padding: 10px;
	right: -10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.cont-proy a figure{
	width: 100%;
	display: block;
	background: #fff;
}
.cont-proy a figure img{
	width: 100%;
	display: block;
}
.cont-proy a figcaption{
	width: 90%;
	padding: 5%;
	display: block;
	text-align: center;
}
.cont-proy a figcaption h3{
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #424040;
	border-bottom: 1px solid #dcdcdc;
}
.cont-proy a figcaption span{
	position: absolute;
	width: 100px;
	background: #178484;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	bottom: -16px;
	padding: 10px;
	left: 50%;
	margin-left: -60px;
	color: #fff;
	transition:0.3s;
}
.cont-proy a:hover figcaption span{
	background: #c40000;
	transition:0.3s;
}
.cont-4-proy a{
	width: 22.7%;
	margin: 1% 1% 3% 1%;
}
/*noticias*/
.cont-noticias{
	text-align: left;
}
.cont-noticias a{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	color: #424040;
	position: relative;
}
.cont-noticias a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.cont-noticias a figure{
	width: 100%;
	display: block;
	background: #fff;
}
.cont-noticias a figure img{
	width: 100%;
	display: block;
}
.cont-noticias a figcaption{
	width: 90%;
	padding: 5%;
	display: block;
	text-align: left;
}
.cont-noticias a figcaption h3{
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #424040;
	border-bottom: 1px solid #dcdcdc;
	font-size: 15px;
}
.cont-noticias a figcaption span{
	color: #178484;
	margin-bottom: 5px;
	display: block;
}
.cont-5-noticias a{
	width: 17.7%;
	margin: 1%;
}
.cont-noticia{
	overflow: hidden;
}
.cont-noticia article{
	float: left;
	width: 50%;
	padding: 2%;
	background: #fff;
}
.cont-noticia article h1{
	margin-bottom: 15px;
}
.cont-noticia article span{
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #0d5252;
	float: left;
	width: 100%;
}
.cont-noticia figure{
	float: left;
	width: 46%;
}
.cont-noticia figure img{
	width: 100%;
	display: block;
}
/*footer*/
footer{
	margin-top: 30px;
	background:#FFF;	
	min-width: 1100px;
	width: 100%;
}
footer .wrap{
	padding: 20px 0;
	overflow: hidden;
}
footer #logo{
	float: left;
	width: 12%;
}
footer #logo img{
	width: 100%;
	display: block;
}
footer nav{
	margin-left: 10%;
	width: 40%;
	float: left;
}
footer nav a{
	width: 48%;
	margin: 1%;
	display: block;
	float: left;
	color: #333;
}
footer nav a:hover{
	color: #c40000;
}
footer article{
	float: left;
	width: 23%;
	margin-left: 10%;
}
footer article p{
	margin-bottom: 0px;
}
footer article .redes a{
	float: left;
	background: #178484;
	padding: 12px 10px;
	display: block;
	color: #fff;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 30px;
	font-size: 12px;
}
footer article .redes a:hover{
	background: #c40000;
}
footer .footer-v{
	background: #178484;
	overflow: hidden;
}
footer .footer-v p{
	font-size: 11px;
	text-align: left;
	width: 80%;
	color: #fff;
	float: left;
	margin-bottom: 0px;
}
footer .footer-v a{
	float: right;
}
/*navegacion*/
.navegacion{
	background: #0d5252;
	padding: 20px 0;
	width: 100%;
	overflow: hidden;
}
.navegacion h2{
	margin: 0;
	padding: 0;
	color: #fff;
	float: left;
	width: 50%;
}
.navegacion nav{
	width: 50%;
	float: left;
	color: #a0d8d8;
	text-align: right;
	margin-top: 8px;
}
.navegacion nav a{
	color: #fff;
}
.navegacion nav i{
	color: #178484;
}
.navegacion nav a:hover{
	color: #c40000;
}
/*cont-sobre*/
.cont-sobre{
	overflow: hidden;
	background: #fff;
	padding-bottom: 0;
}
.cont-sobre article{
	padding: 2%;
	width: 96%;
}
.cont-sobre div.cont_txt-img{
	background: #ebebeb;
	overflow: hidden;
}
.cont-sobre div.cont_txt-img p{
	width: 40%;
	margin: 5%;
	float: left;
	font-size: 15px;
	line-height: 31px;
}
.cont-sobre div.cont_txt-img figure{
	width: 50%;
	float: right;
}
.cont-sobre div.cont_txt-img figure img{
	width: 100%;
	display: block;
}
.cont-sobre div.areas{
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.areas span{
	width: 29.3%;
	padding: 40px 2%;
	float: left;
	background: #178484;
	color: #fff;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-align: center;	
}
.areas span.claro{
	background: #45aaaa;
}
/*cont-formulario*/
.cont-formulario{
	overflow: hidden;
	background: #fff;
	padding-bottom: 0;
}
.cont-formulario article{
	padding: 2%;
	width: 96%;
}
/*cont-contacto*/
.cont-contacto{	
}
.cont-contacto figure{
	width: 40%;
	float: left;
	background: #fff;
	padding-top: 50px;
}
.cont-contacto figure figcaption{
	width: 90%;
	padding: 5%;
}
.cont-contacto figure img{
	width: 100%;
	display: block;
}
.cont-contacto form{
	width: 55%;
	float: right;
	padding-top: 60px;
}
form div {
margin: 1em 0;
overflow: hidden;
}
form div label{
	display: block;
	float: left;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px 0 0px 0;
	text-align: left;
	width: 100%;
}
form input[type="text"] {
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	float: left !important;
	height: 40px;
	padding: 0 0 0 2%;
	margin: 5px 10px 10px 0;
	transition-duration: 0.3s;
	width: 97%;
	border-radius: 5px;
}
form input[type="file"] {
	background: #FFF;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	float: left !important;
	/* height: 40px; */
	padding: 10px 0 0 0;
	margin: 5px 10px 10px 0;
	transition-duration: 0.3s;
	width: 97%;
	border-radius: 5px;
}
form textarea {
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	/* font-size: 13px; */
	float: left !important;
	height: 200px;
	padding: 10px 0px 0 12px;
	margin: 5px 10px 10px 0;
	transition-duration: 0.3s;
	width: 97%;
	border-radius: 5px;
	
}
form select {
	height: 40px;
	width: 99%;
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	padding: 10px;
	margin-right: 20px;
	border-radius: 0px;
	margin-top: 5px;
}
h2.exito{
	background: yellowgreen;
	color: #fff;
	border-radius: 5px;
	padding: 2%;
	width: 90%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
.cont-trabaja form{
	float: left;
	width: 60%;
}
.cont-trabaja figure{
	float: right;
	width: 35%;
}
.cont-trabaja figure img{
	width: 100%;
	display: block;
}
/*ficha-proyecto*/
.ficha-proyecto{
	background: #fff;
	overflow: hidden;
}
.ficha-proyecto nav{
	width: 25%;
	float: left;
	background: #178484;
	overflow: hidden;
}
.ficha-proyecto nav figure{
	width: 100%;
	display: block;
}
.ficha-proyecto nav figure img{
	width: 100%;
	display: block;
}
.ficha-proyecto nav a{
	display: block;
	width: 90%;
	padding: 5.3%;
	border-bottom: 1px solid #2e9c9c;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	background: #178484;
}
.ficha-proyecto nav a:hover{
	background: #0d5d5d;
}
.ficha-proyecto nav a.active{
	background: #0d5d5d;
}
.ficha-proyecto nav a.cotizar{
	background: #0d5d5d;
	width: 80%;
	padding: 5%;
	margin: 10% 5%;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50px;
	text-align: center;
}
.ficha-proyecto nav a.cotizar:hover{
	background: #c40000;
}
.ficha-proyecto article{
	width: 75%;
	float: right;
}
.ficha-proyecto article.basic-info{
	width: 73%;
}
.ficha-proyecto article.basic-info figure{
	float: left;
	width: 49.5%;
}
.ficha-proyecto article.basic-info figure img{
	display: block;
	width: 100%;
}
.ficha-proyecto article.basic-info div{
	width: 46%;
	padding: 2%;
	float: left;
	border-left: 1px solid #f1f1f1;
}
.ficha-proyecto article.basic-info div{
	width: 46%;
	padding: 2%;
	float: left;
}
.ficha-proyecto article.basic-info div li span{
	color: #ccc;
}
.ficha-proyecto article.ficha div{
	width: 90%;
	padding: 0% 5%;
	float: left;
}
.ficha-proyecto article.ficha div iframe{
	margin-bottom: 20px;
}
.li-b-b li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.ficha-proyecto article.cotizador div{
	width: 90%;
	padding: 0% 5%;
	float: left;
}
.ficha-proyecto article.cotizador div figure{
	width: 48%;
	padding: 1%;
	float: left;
	background: #f1f1f1;
}
.ficha-proyecto article.cotizador div figure img{
	width: 100%;
	display: block;
}
.ficha-proyecto article.cotizador div figure figcaption{
	width: 100%;
	display:block;
	margin-top: 20px;	
}
table{
	width: 100%;
	overflow: hidden;
}
table tr td{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.ficha-proyecto article.cotizador div form{
	width: 48%;
	float: right;
}
.ficha-proyecto article.cotizador div section{
	width: 45%;
	float: right;
}
.ficha-proyecto article.cotizador div section .acciones-ficha{
	width: 100%;
	padding: 0;
}
.acciones-ficha a{
	display: block !important;
	width: 100% !important;
	color: #fff !important;
	background: #178484 !important;
	text-align: center !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	border-radius: 5px !important;
	font-family: 'Open Sans', sans-serif !important;
	border: 0 !important;
	border-bottom: 3px solid rgba(0,0,0,0.2) !important;
	padding: 15px 0px !important;
	text-align: center !important;
	float: left !important;
	cursor: pointer !important;
	transition-duration: 0.3s !important;
	display: inline-block !important;
	margin-bottom: 15px !important;
	-webkit-appearance: none !important;
}
.acciones-ficha a:hover{
	background: #c40000;
}
.filtros{
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}
.filtros select{
	height: 40px;
	width: 20%;
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	padding: 10px;
	margin-right: 20px;
	border-radius: 5px;
}
.filtros .btn{
	margin: 0;
	float: none;
	padding: 8px 20px;
}
.filtros a.btn{
	margin-top: 5px;
	display: inline-block;
	float: right;
	padding: 11px 20px;
	background: #c40000;
}
.filtros a.btn:hover{
	background: #178484;
}

.bg-linea01
{
	background: url(../imagenes/bg-linea-01.jpg) center bottom no-repeat !important;
	padding-bottom:20px !important;
	margin-bottom:30px !important; 
}

.bg-linea02
{
	background: url(../imagenes/bg-linea-02.jpg) center bottom no-repeat !important;
	padding-bottom:20px !important;
	margin-bottom:30px !important; 
}

.borde-01
{
	border-left:2px solid #c40000 !important;
	padding:10px 0 10px 20px !important;
	margin-left:-22px !important;
}

.ico-lugar
{
	background:url(../imagenes/icn-f01.png) left no-repeat;
	padding:7px 0 7px 31px;
}

.ico-fono
{
	background:url(../imagenes/icn-f02.png) left no-repeat;
	padding:7px 0 7px 31px;
}

#cont-form-info{float:left; margin-bottom:0 !important; display: none; transition:0.3s; opacity: 0;padding: 0;width: 100%;}
.mas-info-open{display: block !important; transition:0.3s; opacity: 1 !important;}


#fotos-p{}

#fotos-p a
{
	width: 23%;
	margin: 1%;
	float: left;	
}

#fotos-p a img{
	width: 100%;
	display: block;
}