@charset "utf-8";

*{
	margin:0;
	padding: 0; 
}

body{
	width: 100%;
	height: 100%;
	background-color: black;
}

header #logo_header{
	margin: 0 auto;
	width: 389px;
}

header #llamanos{
	margin: 0 auto;
	width: 980px;
}

.amarillo{
	width: 100%;
	height: 30px;
	background-color: yellow;
	margin: 5px 0px;
	float: left;
}

.amarillo h2{
	padding: 0 0;
	margin: 0 0;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
 /*Esto es para el slider*/

#slide{
	width: 100%;
	height: 278px;
	background-color: white;
	margin: 5px 0px 10px 0;
	float: left;
	text-align: center;
	padding: 0px 0px;
}

.main{
	width: 100%;
	margin: 0 auto 0 auto;
}

.slides{
	width: 100%;

}

.slides img{
	width: 100%;
}

.slidesjs-pagination {
	background:white;
	list-style:none;
	overflow:hidden;
}

.slidesjs-pagination li {
	float:left;
}
 
.slidesjs-pagination li a {
	display:block;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
}

/*Esto es para el slider*/

section{
	width: 981px;
	height: 132px;
	background-color: black;
	margin: 380px auto 0 auto;
	padding: 0px 0px;
}

section .servicio{
	width: 310px;
	height: 132px;
	background-color: black;
	margin: 0 0 0 16px;
	float: left;
	padding: 0px 0px;
}

section .servicio img{
	margin: 0;
	float: left;
	padding: 0;
}

section .servicio h3{
	width: 250px;
	height: 30px;
	margin: 0;
	float: left;
	padding: 0 0 0 5px;
	font-size: 1.7em;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: white;
}

section .servicio p{
	width: 230px;
	height: 102px;
	margin: 6px 0 0 0;
	float: left;
	padding: 0 0 0 5px;
	font-size: 0.9em;
	line-height: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: white;
}

footer{
	width: 981px;
	height: 132px;
	background-color: pink;
	margin: 20px auto 0 auto;
	padding: 0px 0px;
}

footer .thing{
	width: 327px;
	height: 132px;
	background-color: black;
	margin: 0;
	float: left;
	padding: 0px 0px;
	text-align: center;
}

footer .thing h2{
	width: 327px;
	color: #C11323;
	margin: 20px 0 0 0;
	float: left;
	padding: 0px 0px;
	text-align: center;
	font-size: 1.7em;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}

footer .thing h3{
	width: 327px;
	color: #C11323;
	margin: 0;
	float: left;
	padding: 0px 0px;
	text-align: center;
	font-size: 0.9em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

footer .thing p{
	width: 327px;
	color: white;
	margin: 0;
	float: left;
	padding: 0px 0px;
	text-align: center;
	font-size: 0.9em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


#tel-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  background-color: #25d366;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition:
    transform 0.3s ease,
    width 0.3s ease,
    height 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#tel-float:hover {
  transform: scale(1.1);
  width: 70px;
  height: 70px;
}

#tel-float img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

#tel-float:hover > img {
  transform: rotate(15deg);
}
