/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
/* 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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: 'Roboto', sans-serif;
	font-family: 'Lato', sans-serif;

	background-color:#f3f3f3;
}
header{
	background-color: #ffffff;
}
header {
	width: 100%;
	padding: 15px 0 10px;
	position: fixed;
   z-index: 999;
  border-bottom: 1px solid #f3f3f3;
}
header .header-logo {
	float: left;
}
header .header-logo img{
	height:52px;
}
header .header-menu {
	float: right;
	margin-top: 20px;
}
header .header-menu ul li {
	display: inline-block;
    margin: 0 15px;
}
header .header-menu ul li a {
	font-size: 16px;
    letter-spacing: .5px;
    color: #014ac0;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
	 transition: .3s;
}
header .header-menu ul li a:hover {
	color: #087bf9;
	transition: .3s;
}
@media (max-width: 768px){
header {
    width: 100%;
    padding: 10px 0 6px;
    position: fixed;
    z-index: 999;
    border-bottom: 1px solid #f3f3f3;
}
	header .header-logo {
	    width: 100%;
		 text-align: center;
	}
	header .header-logo img {
    height: 35px;
	}
	header .header-menu {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
	}
	header .header-menu ul li {
    margin: 0 8px;
	}
	header .header-menu ul li a {
    font-size: 14px;
    line-height: 25px;
}
}



section.botonera {
    width: 100%;
    padding: 130px 0 60px;
}
.botonera-imagen {
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 15px;
	 background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	 transition: .3s;
}
.botonera-imagen:hover {
    transform: scale(1.05);
    transition: .3s;
}
.botonera-contenido {
    margin: 8px 5px;
}
.botonera-contenido a{
   text-decoration: none;
	transition: .3s;
}
.botonera-imagen.camaras {
	background-image: url('../img/camaras.jpg');
}
.botonera-imagen.alarma {
	background-image: url('../img/alarma.jpg');
}
.botonera-imagen.cerco {
	background-image: url('../img/cerco_electrico.jpg');
}
.botonera-imagen.reparacion {
	background-image: url('../img/mantencion_electrica.jpg');
}
.botonera-imagen.citofonia {
	background-image: url('../img/citofonia.jpg');
}
.botonera-imagen.cableado {
	background-image: url('../img/cableado_estructurado.jpg');
}
.botonera-imagen.canal {
	background-image: url('../img/canalizaciones.jpg');
}
.botonera-imagen.fibra {
	background-image: url('../img/fibra_optica.jpg');
}


h3.botonera-titulo {
	text-align: center;
    padding: 14px 0;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #014ac0;
}
@media (max-width: 1199px) {
	.botonera-imagen {
		height:145px;
	}
	h3.botonera-titulo {
	    padding: 10px 0 14px;
	    font-size: 14px;
	    line-height: 19px;
	}
}
a h3.botonera-titulo {
	text-decoration:none;
	letter-spacing: .2px;
	font-weight: 600;
	transition: .3s;
}

a:hover h3.botonera-titulo {
	color: #087bf9;
	text-decoration:none;
	transition: .3s;
}


section.conocenos {
	background-color: #0f40b1;
	padding: 80px 0 80px;
	text-align: center;
}
.conocenos-texto {
    font-size: 16px;
    line-height: 22px;
	 color:#ffffff;
}
.conocenos-texto p {
	padding: 8px 0;
	color: #ffffff;
	font-weight: 100;
	letter-spacing: .5px;
}
.conocenos-texto .bold{
   font-weight: 700;
}
.conocenos-texto .text-destacado{
	font-weight: 100;
	font-style: italic;
	margin: 30px 40px;
	font-size: 20px;
	color: #eee;
	line-height: 27px;
}
.conocenos .titulo {
	color: #fff;
	padding: 30px 0;
}
@media (max-width: 768px){
	section.conocenos {
    padding: 90px 0 80px;
	}
}



section.servicios {
    background-color: #ffffff;
    padding: 0px 0 20px;
}
h2.titulo {
	font-size: 30px;
	padding: 0 0 10px;
	color: #014ac0;
}
.servicios-foto {
    height: 250px;
    margin-bottom: 40px;
	 overflow: hidden;
	 border-radius: 6px;
}
.servicios-foto img {
    width: 100%;
}
.servicios-titulo {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
    color: #014ac0;
}
.servicios-texto {
    font-size: 16px;
    line-height: 22px;
}
.servicios-texto p {
    padding: 5px 0;
	 color: #333;
}
.servicios-texto .bold{
   font-weight: 600;
}
.servicios .row {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
	padding-top: 140px;
	/*height: 80vh;*/
}
.servicios li {
    padding: 5px 10px;
    color: #555;
}

a.boton-cta {
    padding: 7px 20px 10px;
    color: #fff;
    background-color: #ff7600;
    /* font-weight: 100; */
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    border-radius: 5px;
	 transition: .3s;
	 display: inline-block;
    margin-top: 8px;
}
a.boton-cta:hover {
    background-color: #ff9900;
	 text-decoration:none;
	 transition: .3s;
}

section.promociones {
	padding: 100px 0 60px;
	text-align: center;
}
section.promociones .titulo {
	margin-bottom: 15px;
}
.promociones-texto p {
    padding: 8px 0;
    font-size: 18px;
}
.promociones-texto p.promociones-destacado {
	font-weight: 700;
    font-style: italic;
    letter-spacing: .5px;
    font-size: 18px;
    color: #ff7700;
}

@media (max-width: 768px){
	section.promociones {
    padding: 120px 0 60px;
	}
}



footer {
	text-align: center;
	padding: 100px 0 0;
	background-image: url(../img/mapa.png);
	background-position: center;
	background-size: cover;
	color:#fff;

}
footer .titulo{
	color:#fff;
	padding: 20px 0 11px;
}
.contacto-contenido {
	padding: 30px 0 140px;
	font-size: 19px;
	text-shadow: 2px 2px 1px rgb(16, 47, 103);
	line-height: 36px;
	letter-spacing: 1px;
}
.footer-fin {
    background-color: #014ac0;
    padding: 15px 0;
	 letter-spacing: .8px;
    color: #fff;
    text-align: center;
    font-weight:100;
    font-size: 12px;
	 line-height: 18px;
}
