/****************************************************************************************************************
// job    : selectores con media queries para responsive web design
// brain  : FactoByte SpA
// e-mail : ventas@factobyte.cl
//--------------------------------------------------------------------------------------------------------------*/

#cabecera {
	width: 100%;
	background-color: #03448e;
}

#cabecera-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
}

#cabecera-top {
	width: 100%;
	height: 40px;
	background-color: #004da5;
}

#cabecera-top-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

#cabecera-info {
	width: 70%;
	float: left;
	padding-top: 8px;
}

#cabecera-info-movil {
	width: 70%;
	float: left;
	padding-top: 8px;
	display: none;
}

#cabecera-top-content p, #cabecera-top-content a {
	color: #fff;
	font-size: 0.9em;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cabecera-top-content a:hover {
	color: #7cceff; 
}

.cabecera-info-icon {
	width: 16px;
	margin: 3px 7px;
	float: left;
}

#cabecera-rrss {
	width: 30%;
	float: left;
}

#cabecera-rrss p {
	float: right;
	margin-top: 9px;
}

#cabecera-rrss a {
	float: right;
	border: 0;
}

.cabecera-rrss-icon {
	margin-top: 6px;
	margin-left: 8px;
}

#cabecera-logo {
	width: 20%;
	float: left;
}

#cabecera-logo-img {
	width: 100%;
	max-width: 250px;
}

#cabecera-logo-img img {
	width: 100%;
	border: 0;
}

/**/

#banner {
	width: 100%;
	background-color: #fff;
}

.banner-cortina {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.25);
}

#banner-content {
	width: 90%;
	max-width: 1200px;
	height: 450px;
	margin: 0 auto;
	padding: 60px 0;
}

#banner-welcome {
	background-image: url(imgs/img_banner_welcome.jpg);
	background-size: cover;
	background-position: center;
}

#banner-preferencia {
	background-image: url(imgs/img_banner_preferencia.jpg);
	background-size: cover;
	background-position: center;
}

#banner-cobertura {
	background-image: url(imgs/img_banner_cobertura.jpg);
	background-size: cover;
	background-position: center;
}

.banner-message {
	width: 75%;
	max-width: 600px;
	padding: 4%;
	background-color: rgba(255,255,255,0.70);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#banner span {
	color: #36a5e7;
}

#banner .boton-principal, #banner .boton-secundario {
	margin-top: 10px;
	margin-right: 12px;
	float: left;
}

/**/

#nosotros {
	width: 100%;
}

#nosotros-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 40px;
}

#nosotros span {
	color: #36a5e7;
}

.nosotros-especialidad {
	width: 31.5%;
	margin: 0px 0.75%;
	margin-top: 25px;
	opacity: 0;
	float: left;
}

.nosotros-especialidad h3 {
	color: #03448e;
	text-align: center;
	margin-bottom: 12px;
}

.nosotros-especialidad img {
	width: 100%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/**/

#destacamos {
	width: 100%;
}

#destacamos-content {
	width: 90%;
	border-top: 1px dashed #03448e;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 40px;
}

#destacamos-content-left, #destacamos-content-right {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	opacity: 0;
}

#destacamos span {
	color: #36a5e7;
}

.destacamos-motivo {
	width: 41%;
	background-color: #f4f4f4;
	padding: 3%;
	margin: 0px 1.5%;
	float: left;

	border: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.destacamos-motivo p {
	text-align: center;
}

.destacamos-icon {
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.destacamos-icon img {
	width: 100%;
}

#destacamos button {
	margin: 0 auto;
	margin-top: 20px;
}
	
/**/

#servicios {
	width: 100%;
	background-image: url(imgs/img_servicios_bg.jpg);
	background-size: cover;	
	background-attachment: fixed;
	background-position: center;
}

#servicios-cortina {
	width: 100%;
	height: 100%;
	background-color: rgba(3,68,142,0.9);
}

#servicios-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 55px 0;
}

#servicios h1, #servicios h2, #servicios p {
	color: #fff;
}

#servicios p {
	margin-bottom: 10px;
}

#servicios span {
	color: #36a5e7;
}

.servicios-servicio {
	width: 27%;
	background-color: transparent;
	padding: 2%;
	margin: 0px 0.75%;
	margin-top: 1.5%;
	float: left;
	opacity: 0;

	border: 2px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.servicios-servicio:hover {
	background-color: #fff;

	box-shadow: 0px 0px 12px #fff;
	-webkit-box-shadow: 0px 0px 12px #fff;
	-moz-box-shadow: 0px 0px 12px #fff;
}

.servicios-servicio h3, .servicios-servicio p {
	color: #fff;
	text-align: center;
}

.servicios-servicio:hover h3 {
	color: #36a5e7;
}

#servicios .servicios-servicio:hover p {
	color: #2d2d2d;
}

.servicios-icon {
	width: 100%;
	max-width: 60px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.servicios-icon img {
	width: 100%;
}

.servicios-servicio .boton-secundario {
	margin: 0 auto;
	margin-top: 17px;
}

/**/

#clientes {
	width: 100%;
}

#clientes-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 55px 0;
}

#clientes span {
	color: #36a5e7;
}

#clientes-logo-left {
	width: 50%;
	float: left;
}

#clientes-logo-right {
	width: 50%;
	float: left;
}

.clientes-logo {
	width: 31.3%;
	max-width: 200px;
	margin: 0 1%;
	float: left;
}

.clientes-logo img {
	width: 100%;
	max-width: 140px;
	margin: 0 auto;
}

/**/

#cobertura {
	width: 100%;
	display: table;
	background-color: #e8f6fe;
}

#cobertura-content-left {
	width: 48%;
	vertical-align: top;
	display: table-cell;

	background-image: url(imgs/img_cobertura_bg.jpg);
	background-size: cover;
	background-position: center;
}

#cobertura-content-right {
	width: 87%;
	max-width: 600px;
	margin-left: 3%;
	padding: 55px 0;
}

#cobertura span {
	color: #36a5e7;
}

.cobertura-comuna {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 12px;
	background-color: #36a5e7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	opacity: 0;
}

.cobertura-comuna p {
	color: #fff;
}

/**/

#contacto {
	width: 100%;
}

#contacto-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 40px;
}

#contacto span {
	color: #36a5e7;
}

.contacto-icon {
	width: 16px;
	margin-top: 7px;
	margin-right: 8px;
	float: left;
}

#contacto-content-left {
	width: 29%;
	margin-right: 1%;
	float: left;
}

#contacto-content-left a {
	line-height: 28px;
}

#contacto-content-center {
	width: 34%;
	margin-right: 1%;
	float: left;
	opacity: 0;
}

#contacto-content-right {
	width: 35%;
	float: left;
	opacity: 0;
}

#contacto .boton-principal {
	margin-top: 10px;
}

.contacto-boton-enviando {
	background-color: #c1c1c1;
	padding: 12px 35px;
	display: block;
	margin-top: 10px;
	text-align: center;
	font-family: "Asap", "Sans serif", "Verdana", "Nimbus Sans L";
	font-size: 1.05em; 
	font-weight: bold;
	color: #fff;
	cursor: no-drop;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#contacto-action {
	margin-top: 10px;
}

#contacto-message {
	display: none;
}

.contacto-positive-message {
	width: 95%;
	background-color: #ddffc6;
	border: 1px solid #46b000;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contacto-positive-message p {
	color: #46b000;
	text-align: center;
}

.contacto-negative-message {
	width: 95%;
	background-color: #ffece8;
	border: 1px solid #ff4545;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contacto-negative-message p {
	color: #ff4545;
	text-align: center;
}

/**/

#pie {
	width: 100%;
	background-color: #03448e;
}

#pie-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 0;
}

#pie-content h3 {
	color: #36a5e7;
	text-align: left;
	margin-bottom: 23px;
}

#pie-content p {
	color: #fff;
	font-size: 0.9em;
	text-align: left;
	line-height: 26px;
}

#pie-content a {
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

#pie-content a:hover {
	color: #36a5e7;
}

#pie-content-separador {
	display: none;
}

#pie-logo {
	width: 33%;
	margin-right: 1%;
	float: left;
}

#pie-logo-img {
	width: 100%;
	max-width: 285px;
	margin-bottom: 25px;
}

#pie-logo-img img {
	width: 100%;
	border: 0;
}

#pie-instagram {
	width: 23%;
	margin-right: 1%;
	float: left;
}

#pie-facebook {
	width: 23%;
	margin-right: 1%;
	float: left;
}

#pie-links {
	width: 18%;
	float: left;
}

#pie-links a {
	line-height: 33px;
}

.pie-icon {
	width: 16px;
	margin-top: 7px;
	margin-right: 8px;
	float: left;
}

#pie-down {
	width: 100%;
	min-height: 50px;
	background-color: #004da5;
}

#pie-down-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px;
}

#pie-down-content p, #pie-down-content a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
}

#pie-down-content a:hover {
	color: #7cceff; 
}

/**/

#contenidos {
	width: 100%;
}

#contenidos-content {
	width: 90%;
	max-width: 1200px;
	min-height: 350px;
	margin: 0 auto;
	padding: 40px 0;
}

.contenidos-content-left, .contenidos-content-right {
	width: 47%;
	margin-right: 3%;
	float: left;
}

.content-content-card {
	width: 94%;
	background-color: #fff;
	padding: 3%;
	padding-bottom: 5px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 15px;

	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

	box-shadow: 0px 0px 10px #83838d;
	-webkit-box-shadow: 0px 0px 10px #83838d;
	-moz-box-shadow: 0px 0px 10px #83838d;
}

.content-content-card p {
	margin-bottom: 7px;
}

/**/

#whatsapp {
	position: fixed;
	bottom: 18px;
	right: 12px;
	z-index: 1000001;
}

#whatsapp a:hover {
	padding: 0;
	background-color: transparent;
}

#whatsapp span {
	width: 67px;
	height: 67px;
	display: block;
	background: url(imgs/img_whatsapp.png) no-repeat center center;
}

/****************************************************************************************************************
// job    : media queries para responsive web design 
// brain  : FactoByte SpA
// e-mail : ventas@factobyte.cl
//--------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1600px) {
	/* propiedades CSS a aplicar en desktops con resolución de 1600px mínimo o mas */
	
}

@media screen and (min-width: 1025px) and (max-width: 1599px) {
	/* propiedades CSS a aplicar en notebooks y netbooks con resolución de 1024px mínimo y 1599px máximo */
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* propiedades CSS a aplicar en tablets con resolución de 768px mínimo y 1023px máximo */

	#banner-content {
		height: 350px;
	}

	/**/

	#cabecera-top p {
		display: none;
	}

	#cabecera-logo {
		width: 80%;
	}

	/**/

	#contacto-content-left {
		width: 100%;
		margin: 0;
		float: none;
	}
	
	#contacto-content-center {
		width: 100%;
		margin: 0;
		margin-top: 20px;
		float: none;
	}
	
	#contacto-content-right {
		width: 100%;
		margin: 0;
		float: none;
	}

	/**/

	#pie-logo, #pie-instagram, #pie-facebook, #pie-links {
		width: 49%;
	}

	#pie-facebook, #pie-links {
		margin-top: 20px;
	}

	#pie-content-separador {
		width: 100%;
		display: inline;
	}

}

@media screen and (max-width: 767px) {
	/* propiedades CSS a aplicar en smartphones con resolución de 767px máximo */

	#banner-content {
		height: 300px;
		padding: 30px 0;
	}

	.banner-message {
		width: 75%;
	}

	.banner-message h2 {
		font-size: 1.8em;
		margin-bottom: 12px;
	}

	/**/

	#cabecera-top p {
		display: none;
	}

	#cabecera-info {
		display: none;
	}

	.cabecera-info-icon {
		width: 25px;
		margin: 0;
		margin-right: 9px;
		float: left;
	}

	#cabecera-info-movil {
		display: inline;
	}

	#cabecera-logo {
		width: 80%;
	}

	/**/

	#nosotros h3 {
		margin-top: 15px;
	}

	.nosotros-especialidad {
		width: 100%;
		max-width: 380px;
		margin: 0;
		margin: 0 auto;
		float: none;
		opacity: 1;
	}

	/**/

	#destacamos-content-left, #destacamos-content-right {
		width: 100%;
		float: none;
		opacity: 1;
	}

	#destacamos-content-left {
		margin-bottom: 15px;
	}

	/**/

	.servicios-servicio {
		width: 92%;
		max-width: 380px;
		margin: 0 auto;
		margin-top: 15px;
		padding: 3%;
		float: none;
		opacity: 1;
	}

	#servicios-servicio-traslado {
		margin-top: 25px;
	}

	/**/

	#clientes-logo-left, #clientes-logo-right {
		width: 100%;
		float: none;
	}
	
	#clientes-logo-right {
		margin-top: 10px;
	}
	
	/**/

	#cobertura-content-left {
		display: none;
	}
	
	#cobertura-content-right {
		width: 90%;
		margin: 0 auto;
	}

	.cobertura-comuna {
		opacity: 1;
	}

	/**/

	#contacto-content-left {
		width: 100%;
		margin: 0;
		float: none;
	}
	
	#contacto-content-center {
		width: 100%;
		margin: 0;
		margin-top: 20px;
		float: none;
		opacity: 1;
	}
	
	#contacto-content-right {
		width: 100%;
		margin: 0;
		float: none;
		opacity: 1;
	}

	/**/

	#pie-logo {
		width: 100%;
		margin: 0;
		float: none;
	}

	#pie-logo-img {
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	#pie-instagram, #pie-facebook, #pie-links {
		width: 100%;
		margin: 0;
		margin-top: 20px;
		float: none;
	}
	
}