/* ESTILOS PARA SERVICEHOUSE.CL */

.color1 { color: #005790; }
.color2 { color: #F1F2F2; }
.color3 { color: #94969A; }
.color4 { color: #43B3E0; }
.color5 { color: #E88C0C; }
.color5 { color: #25D366; }

.fondo1 { background-color: #005790; }
.fondo2 { background-color: #F1F2F2; }
.fondo3 { background-color: #94969A; }
.fondo4 { background-color: #43B3E0; }
.fondo5 { background-color: #E88C0C; }
.fondo6 { background-color: #25D366; }



#nav {
	background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-color: #43bff0;
	color: white;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
}
#nav li a {

}
#nav li.active a {
	background-color: #43B3E0;
}
#nav li a:hover {
	background-color: #005790;
}
#nav li.li-logo {
	margin: 0.3em 2em 0 0;
	padding: 0;
	vertical-align: top;
	line-height: 0;
}
#nav li.li-logo img {
	display: inline-block;
	max-height: 50px;
	width: auto;
}
@media (max-width: 1280px) {
	#nav li.li-logo {
		margin: 0.2em 1.5em 0 0;
	}
	#nav li.li-logo img {
		max-height: 40px;
	}
}
@media (max-width: 736px) {
	#nav li.li-logo {
		margin: 0.1em 1em 0 0;
	}
	#nav li.li-logo img {
		max-height: 40px;
	}
}
@media (max-width: 480px) {
	#nav {
		height: auto;
	}
	#nav li.li-logo {
		margin: 0.1em 0 0 0;
		display: block;
	}
	#nav li.li-logo img {
		max-height: 50px;
	}
}



#top {
	padding-top: 5em;
}
.top-logo {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.button {

}
.button:hover {

}
.button-llamar {
	background-color: #005790;
}
.button-llamar:hover {
	background-color: #005790;
	opacity: 0.8;
}
.button-whatsapp {
	background-color: #25D366;
}
.button-whatsapp:hover {
	background-color: #25D366;
	opacity: 0.8;
}
@media (max-width: 736px) {
	#top {
		padding-top: 4.5em;
	}
	.top-logo {
		width: 70%;
		max-width: 120px;
	}
}



#work {
	padding-top: 5em;
}

.box.style1 {
    padding: 2em 1em 2.5em 1em;
}
.box.style1 a i.fa {
	color: #25D366;
	font-size: 6em;
}
.box.style1 a:hover i.fa {
	opacity: 0.8;
}


.icon.featured {
	color: #25D366;
}


.row-servicio {
	margin-bottom: 3em;
}
.row-servicio .col-servicio .box.style1 {
	padding: 0.5em 1.5em 0.5em 1.5em;
}
.row-servicio .col-servicio ul li {
	text-align: left;
}
.row-servicio .col-servicio ul li strong {
	font-size: 1em;
	line-height: 1em;
}
.row-servicio .col-servicio ul li small {
	font-size: 0.8em;
	line-height: 1em;
}



.wrapper.style4 form#formContacto {

}
.wrapper.style4 form#formContacto input,
.wrapper.style4 form#formContacto input[type=text],
.wrapper.style4 form#formContacto input[type=email] {
	margin-bottom: 20px !important;
}
.wrapper.style4 form#formContacto textarea {
	height: 6em;
}
.google-recaptcha-v2 {
	margin-top: 30px;
}


.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-warning,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}


footer#pie {
	font-size: 0.9em;
	background-color: #282828;
	color: white;
	text-align: center;
	margin: 0;
	padding: 3em 1em 5em 1em;
}
footer#pie p {
	font-size: 1em;
	color: white;
}
footer#pie p strong {
	font-size: 1.2em;
	color: white;
}
footer#pie p a {
	text-decoration: none;
	color: white;
}
footer#pie p a:hover {
	text-decoration: underline;
	color: #43B3E0 !important;
}
footer#pie p.piediseno {
	font-size: 0.7em !important;
	color: #cccccc;
}
footer#pie p.piediseno a {
	text-decoration: none;
	color: #cccccc;
}
footer#pie p.piediseno a:hover {
	text-decoration: underline;
	color: #43B3E0 !important;
}