@charset "UTF-8";
/* CSS Document */



html, body {

height: 100%;
margin: 0px 0px 0px 0px;
	
}
	


nav, .jumbotron, .topimage {
	background: url(../images/header.jpg);
	background-size: cover;
	height: 50vh;
	width: 100vw;
	
	
}

/*Navegation*/


.nav-link{
	font-size: 150%;
  color: #ffffff;
	
}
.nav-link:hover {
  color: #1DA1F5;
}

.ham{
  width: 35px;
  height: 5px;
  background-color: #1DA1F5;
  margin: 6px 0;
}




/*Top-section*/

.top-icons {
	max-width: 120px;
	margin-bottom: 30px;
	margin-top: 60px;
	margin-left: 40px;
	margin-right: 30px;
		
}

/*Services*/

.services {
	margin-top: 100px;
	margin-bottom: 50px;
}
.servicei {
	max-width: 300px;
}
.instalations {
	margin-top: 70px;
	margin-bottom: 50px;
	
}

.maintenance {
	margin-top: 20px;
	margin-bottom: 50px;
}

.consultations {
	margin-top: 20px;
	margin-bottom: 50px;
}

.repairs {
	margin-top: 20px;
}

h2 {
	margin-top: 20px;
}

p {
	margin-top: 20px;
}



/*About us*/

.about {
	margin-top: 100px;
	margin-bottom: 50px;
}

.mision {
	margin-top: 70px;
	margin-bottom: 50px;
}

.hinsured {
	margin-top: 30px;
}
.insured {
	margin-top: 0px;
	max-width: 80px;
}



/*Contact Us*/

.contact {
	margin-top: 100px;
	margin-bottom: 50px;
}

.info {
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact-icon{
	margin-bottom: 20px;
}



/*Media*/

@media screen and (max-width: 480px) {
	.servimg {
		text-align: center;
	}
}
