@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
::-webkit-scrollbar{
	background:#0087CA;
	width: 15px;
}
::-webkit-scrollbar-thumb{
	background: white;
	border-radius: 3px;
}
body{
	overflow-x:hidden;
}
a{
	text-decoration: none;
	color: white;
	font-family: 'Roboto', sans-serif;
}
h1{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.tituloceleste{
	color:#0087CA;
	margin: 50px auto;
	font-weight: 700;
}
.tituloblanco{
	color:#0087CA;
	margin: 50px auto;
	font-weight: 700;
}
.logomenu{
	width:200px;
}
.hoverpop{
        transition: transform .2s;
}
.hoverpop:hover{
    transform: scale(1.2);
}
/*HEADER*/

.carruselizq{
	margin-top:200px;
}
.boton{
	background-color:#0087CA;
	padding: 10px;
	border-radius: 10px;
	width: 200px;
	text-align: center;
	display: block;
	font-family: 'Roboto', sans-serif;
}
.boton:hover{
	background-color:white;
}.carruselizq p{
	text-align: left;
	font-family: 'Roboto', sans-serif;
    color: #343a40;
}
.carruselizq h2{
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
    color: #0087CA;
}
.carruselizq a{
	color:white;
}
.carruselizq a:hover{
	color:#0087CA;
	text-decoration: none;
}
/*SERVICIOS*/

.background-grisclaro{
	background-color:white;
}
.background-grisclaro h4{
	text-align: center;
	color: #0087CA;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.icon-servicio{
	width:70%;
	margin: 0 auto 50px auto;
	display: block;
}
#servicios p{
	font-size:14px;
	text-align: center;
	margin: 0px auto 50px auto;
	font-family: 'Roboto', sans-serif;
}

/*EQUIPOS*/

.producto{
	width:100%;
	display: block;
	margin: 0px auto 0px auto;
	border-radius: 500px;
}
.background-equipos{
	background-image: url(../images/background-equipos.png);
	background-size: cover;
    background-attachment: fixed;
	
}
.impresorascolor h3{
	background-color:#29ABE2;
	width: 300px;
	padding: 10px;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border-radius: 10px;
	margin:50px auto;
    display: block;
    text-align: center;
}
.impresorascolor p{
	color:#343a40;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
}.impresorascolor h4{
	color:#343a40;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
}
.impresorasbn h3{
	background-color:#D4145A;
	width: 300px;
	padding: 10px;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border-radius: 10px;
	margin:50px auto;
    display: block;
    text-align: center;
}

.impresorasbn p{
	color:#343a40;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
}
.impresorasbn h4{
	color:#343a40;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
}

.insumos h3{
	background-color:#fca421;
	width: 300px;
	padding: 10px;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border-radius: 10px;
	margin:50px auto;
    display: block;
    text-align: center;
}
.insumos p{
	color:#343a40;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
}
.insumos h4{
	color:#343a40;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
}
/*NUESTRO EQUIPO*/
.equipo img{
	width:70%;
	margin: 50px auto;
	display: block;
}
.equipo h3{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.equipo p{
	text-align:center;
	margin: 0px auto 100px auto;
	font-family: 'Roboto', sans-serif;
}

/*CUALIDADES*/

.background-cualidades{
	background-image:url(../images/background-cualidades.png);
	background-size: cover;
	background-attachment: fixed;
}
.background-cualidades img{
	height:150px;
	display: block;
	margin: 50px auto;
}
.background-cualidades p{
	color: white;
	text-align: center;
	margin: 0 auto 50px auto;
	font-family: 'Roboto', sans-serif;
}

/*UNA EMPRESA DE TECNICOS*/


.background-empresatecnicos{
	background-image:url(../images/background-tecnicos.png);
	background-position: center;
	background-size: cover;
}
.background-empresatecnicos h1{
	text-align: center;
	color:#343a40;
	margin: 100px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.background-empresatecnicos p{
	color: #343a40;
	text-align: center;
	margin: 0px auto 100px auto;
	font-family: 'Roboto', sans-serif;
}

/* CONTACTO */

.background-contacto{
	background-image: url(../images/background-contact.png);
	background-size: cover;
	background-attachment: fixed;
}
.background-contacto h1{
	color: white;
	margin: 100px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.background-contacto h3{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.background-contacto p{
	color:white;
	font-family: 'Roboto', sans-serif;
}
.background-contacto hr{
	border-top: 1px solid #0087ca;
}
.formulario{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px white;
	display:block;
	margin:0 auto;
	width:60%;
	height:30px;
	padding:10px;}
.mensaje{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 16px;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px white;
	display:block;
	margin:0 auto;
	width:60%;
	height:100px;
	padding:10px;}
input::-webkit-input-placeholder{
	color:#0087ca;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;}
textarea::-webkit-input-placeholder{
	color:#0087ca;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;}
textarea{
	resize:none;}
.enviar{
	background-color: #0087ca;
	color:white;
	padding:5px 15px;
	border:none;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	letter-spacing:3px;
	font-size: 20px;
	display:block;
	margin:0px auto 100px auto;}
.datosdelcontacto a{
    transition: all .3s;
}
.datosdelcontacto a:hover{
    text-decoration: none;
    color: #0087ca;
    font-weight: 700;
    transform: scale(1.2);
}

/*PLANK*/

.texto {
background: -webkit-linear-gradient(left, #0082FF, #FF007D);
background: linear-gradient(to right, #0082FF, #FF007D);
-webkit-background-clip: text;
color: transparent;  
}
.background-plank p{
	font-weight:700;
	margin: 10px auto;
	text-align: center;
	color: white;
}
.background-plank{
	background-color: black;
	text-decoration: none;
}
.background-plank a:hover{
	text-decoration:none;
}






/*MOBILE*/

@media only screen and (min-width:300px) and (max-width:599px){
	
/*HEADER*/

.carruselizq{
	top:-150px;
	display: block;
}
.boton{
	background-color:#0087CA;
	padding: 10px;
	border-radius: 10px;
	width: 200px;
	text-align: center;
	display: block;
	font-family: 'Roboto', sans-serif;
}
.carruselizq p{
	text-align: left;
	font-family: 'Roboto', sans-serif;
}
.carruselizq h2{
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.carousel-item .fondocarrusel{
	display: block;
	background-position: right;
	}
	
/*SERVICIOS*/

.icon-servicio{
	width:50%;
	margin: 0 auto 20px auto;
	display: block;
}
#servicios p{
	font-size:12px;
	text-align: center;
	margin: 0px auto 50px auto;
	font-family: 'Roboto', sans-serif;
}	
	
/*EQUIPOS*/
.background-equipos{
	background-image: url(../images/background-equipos.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}.impresorascolor h3{
	width: 250px;
}
.impresorasbn h3{
	width: 250px;
}
.insumos h3{
	width: 250px;
}	
	
/*NUESTRO EQUIPO*/
.equipo img{
	width:50%;
	margin: 0px auto 20px auto;
	display: block;
}
.equipo h3{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.equipo p{
	text-align:center;
	margin: 0px auto 50px auto;
	font-family: 'Roboto', sans-serif;
}	
.arturo img{
	width: 50%;
	}
	
/*CUALIDADES*/

.background-cualidades{
	background-image:url(../images/background-cualidades.png);
	background-size: cover;
	background-attachment: fixed;
}
.background-cualidades img{
	height:100px;
	display: block;
	margin: 50px auto 20px auto;
}
.background-cualidades p{
	color: white;
	text-align: center;
	margin: 0 auto 50px auto;
	font-family: 'Roboto', sans-serif;
}	
	
/*UNA EMPRESA DE TECNICOS*/

.background-empresatecnicos h1{
	text-align: center;
	margin: 50px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.background-empresatecnicos p{
	text-align: center;
	margin: 0px auto 50px auto;
	font-family: 'Roboto', sans-serif;
}
	
/*CONTACTO*/
	
.background-contacto h1{
	color: white;
	margin: 50px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.background-contacto h3{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.background-contacto p{
	color:white;
	font-family: 'Roboto', sans-serif;
}
.background-contacto hr{
	border-top: 1px solid #0087ca;
}


.titulocontacto{
	width: 200px;
	margin: 0px auto 50px auto;
	display: block;
}
	.formulariodecontacto{
		margin-top:100px;
	}
.formulario{
	width: 100%;
	}
	.mensaje{
	width: 100%;
	}
	
}