@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:#00445E;
	width: 15px;
}
::-webkit-scrollbar-thumb{
	background: #008f45;
	border-radius: 3px;
}
body{
	overflow-x:hidden;
}
a{
	text-decoration: none;
	color: white;
}



/*whatsapp*/

.wsp-btn{
    width: 100px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1;
}

/*MENU*/

.logomenu{
    width: 100px;
}

/* HEADER*/

header{
    background-image: url(../img/background-header.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}
.logoheader{
    width: 50%;
    margin: 100px auto;
    display: block;
}
header h3{
    text-align: center;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 50px auto;
}

/*SERVICIOS 1*/

.serv1 p{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 50px auto;
}
.imgserv1{
    width: 80%;
    margin: 50px auto;
    display: block;
}

/*SERVICIOS 2*/

.background-blue{
    background-color: #0077bc;
}
#servicios h1{
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 50px auto;
    display: block;
}

.iconserv{
    height: 120px;
    margin: 20px auto;
    display: block;
}
#servicios p{
    color: white;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

/* NUESTRA EMPRESA */

#nuestra-empresa h1{
    color: #0077bc;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 50px auto;
}

#nuestra-empresa h3{
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 50px auto 20px auto;
}
#nuestra-empresa p{
    font-family: 'Rubik', sans-serif;
    margin-bottom: 50px;
}

/* PILAR FUNDAMENTAL */

.background-grey{
    background-color: #f0f0f0;
}
#pilar h1{
    color: #0077bc;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 50px auto;
}
.icon-trabajador{
    height: 100px;
    margin: 0px auto 20px auto;
    display: block;
}
#pilar h4{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}
#pilar p{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 50px;
}

/*TRABAJOS REALIZADOS*/

#trabajos-realizados h1{
    color: white;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
}
#trabajos-realizados p{
    color: white;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

/*CLIENTES*/

#clientes h1{
    color: #0077bc;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 50px auto;
}
.logocliente{
    margin: 30px auto;
    display: block;
    width: 80%;
}

/* CONTACTO */

#contacto h1{
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 50px auto;
}
.formulario{
	color:white;
	font-family: 'Rubik', 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:100%;
	height:30px;
	padding:10px;}
.mensaje{
	color:white;
	font-family: 'Rubik', 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:100%;
	height:100px;
	padding:10px;}
input::-webkit-input-placeholder{
	color:white;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;}
textarea::-webkit-input-placeholder{
	color:white;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;}
textarea{
	resize:none;}
.enviar{
	background-color: white;
	color:#0077bc;
	padding:5px 15px;
	border:none;
	border-radius: 10px;
	font-family: 'Rubik', sans-serif;
	font-weight:700;
	letter-spacing:3px;
	font-size: 20px;
	display:block;
	margin:0px auto 100px auto;}
#contacto p{
    color: white;
    font-family: 'Rubik', sans-serif;
}

/*FOOTER*/

footer{
    background-color: #3c3c3c;
}
footer p{
    color: white;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin-top: 50px;
}
footer img{
    height: 100px;
    margin: 50px auto;
    display: block;
}


/*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){
	

    /*whatsapp*/

.wsp-btn{
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}
	
/*CONTACTO*/

.titulocontacto{
	width: 200px;
	margin: 0px auto 50px auto;
	display: block;
}
.formulario{
	width: 100%;
	}
	.mensaje{
	width: 100%;
	}
	
}