.map-container{
   
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;

}
.map-container iframe{
    padding-left: 16px;
    padding-top:16px;
left:0;
top:0;
height:100%;
width:100%;
position:absolute;

}

#imagenservicios{
    border-radius:10px;
}

.button2{
    border-radius: 10px;
    text-align: center;
    padding-top:2px;
    padding-bottom:2px;
    background-color:orangered;
    color:white;
	font-weight:bold;
	margin-bottom:10px;
}

.container-contact{
   padding-bottom: 16px;
   background-color: orangered;
   padding-top: 16px;
   padding-right: 16px;
}

.container-text-conctact{
    text-align: center;
    background-color: #b71c1c;
    color: white;

}

form{
	width:300px;
    padding:16px;
	margin:auto;
	background-color:orange;
}

form label{
	width:72px;
	font-weight:bold;
	display:inline-block;
}

form input[type="text"],
form input[type="email"]{
	width:180px;
	padding:3px 10px;
	border:1px solid #f6f6f6;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}

form input[type="submit"]{
	width:100%;
	padding:8px 16px;
	margin-top:32px;
	border:1px solid #000;
	border-radius:5px;
	display:block;
	color:#fff;
	background-color:#000;
} 

form input[type="submit"]:hover{
	cursor:pointer;
}

textarea{
	width:100%;
	height:100px;
	border:1px solid #f6f6f6;
	border-radius:3px;
	background-color:#f6f6f6;			
	margin:8px 0;
	/*resize: vertical | horizontal | none | both*/
	resize:none;
	display:block;
}

.whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
  }
  
  .whatsapp-icon {
	margin-top:13px;
  }

  .counter{
	text-align: center;
	font-size: 50px;
	font-weight:bold;
  }

  .counter2{
	text-align: center;
	font-size: 50px;
	font-weight:bold;
  }

  .counter3{
	text-align: center;
	font-size: 50px;
	font-weight:bold;
  }

  .contador{
	  background-color:orangered;
	  padding-top:80px;
	  padding-bottom:80px;
  }

  .titulocounter{
	text-align: center;
	font-size: 25px;
	font-weight:bold;
	color:white;
  }