* {
  list-style-type: none;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 450px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 60px;
  }
  h1, h2, h3, h4, span {
    color: #1E1E1E;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 30px;
  }
  p {
    font-size: 20px;
  }
  span {
    font-size: 30px;
  }
  .introduccion img {
    height: 70%;
    width: 70%;
  }
  .servicios div {
    margin-top: 150px;
    height: 780px;
    width: 600px;
  }
  .servicios div img {
    width: 100%;
    height: 100%;
  }
  .calificacion-clientes {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    gap: 40px;
  }
  .contacto iframe {
    width: 800px;
    height: 650px;
  }
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 50px;
  }
  h1, h2, h3, h4, span {
    color: #1E1E1E;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 20px;
  }
  span {
    font-size: 20px;
  }
  .introduccion img {
    height: 140%;
    width: 100%;
  }
  .servicios div {
    margin-top: 180px;
    height: 480px;
    width: 380px;
  }
  .servicios div img {
    width: 100%;
    height: 100%;
  }
  .trabajos-inferior-imagenes img {
    height: 350px;
    width: 350px;
  }
  .calificacion {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contacto iframe {
    width: 380px;
    height: 450px;
  }
}
@media screen and (max-width: 390px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 40px;
  }
  h1, h2, h3, h4, span {
    color: #1E1E1E;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 17px;
  }
  p {
    font-size: 17px;
  }
  span {
    font-size: 20px;
  }
  .introduccion img {
    height: 140%;
    width: 100%;
  }
  .servicios div {
    margin-top: 180px;
    height: 480px;
    width: 95%;
  }
  .servicios div img {
    width: 100%;
    height: 100%;
  }
  .trabajos-inferior-imagenes img {
    height: 350px;
    width: 350px;
  }
  .contacto iframe {
    width: 360px;
    height: 450px;
  }
}
a:hover {
  border-bottom: 2px solid black;
  color: gray;
}

header {
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
header a {
  color: black;
}
header nav {
  font-size: large;
}

.introduccion {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.servicios {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}
.servicios div {
  display: flex;
  flex-direction: column;
}

.trabajos {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
.trabajos .trabajos-superior {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.trabajos .trabajos-superior .trabajos-superior-imagenes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.trabajos .trabajos-superior .trabajos-superior-imagenes img {
  width: 335px;
  height: 335px;
}
.trabajos .trabajos-inferior {
  margin-top: 100px;
}
.trabajos .trabajos-inferior .trabajos-inferior-imagenes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

.calificacion {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 100px;
}

.contacto h2 {
  font-size: 50px;
  display: flex;
  justify-content: center;
}
.contacto .contacto-elementos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

footer {
  display: flex;
  text-align: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 100px;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: 0px -5px 12px 0px rgba(0, 0, 0, 0.1);
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

/*# sourceMappingURL=styles.css.map */
