* {
  padding: 0;
  margin: 0;
}

/* NAV */
.nav-color {
  background-color: #2c2c2c;
}
.nav-color a {
  color: #fff;
}
.nav-color .nav-text {
  font-size: 20px;
  margin-left: 20px;
}
.nav-color .logo_header {
  width: 80px;
}

/* MAIN */
main {
  margin-top: 15px;
  margin-bottom: 20px;
}

.banner {
  background-image: url(../media/banner.jpg);
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}
.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
}

.title {
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

/* BENEFICIOS */
.beneficios {
  padding: 40px 0;
}
.beneficios h2 {
  text-align: center;
  text-decoration: underline;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 350;
  font-size: 30px;
  margin-bottom: 40px;
}
.beneficios .card-beneficio {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transition: transform 0.4s;
}
.beneficios .card-beneficio:hover {
  transform: scale(1.1);
}
.beneficios .card-beneficio .beneficios_image {
  width: 165px;
  margin: 10px;
}

.text_beneficios {
  background-color: #2c2c2c;
  font-size: 20px;
  margin: 15px 0;
  text-align: center;
  padding: 20px;
  height: auto;
  color: #fff;
}

/* BOTS DESTACADOS */
.bots .text_bots {
  text-align: center;
  text-decoration: underline;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 350;
  font-size: 30px;
  margin-bottom: 30px;
}
.bots article {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.bots article img {
  width: 165px;
  margin-bottom: 10px;
  transition: transform 0.4s;
}
.bots article img:hover {
  transform: scale(1.1);
}
.bots article h3 {
  text-decoration: underline;
  margin-bottom: 10px;
  color: rgb(32, 52, 113);
}
.bots article .listas {
  font-size: 17px;
  list-style: none;
  padding: 0;
}

/* FOOTER */
footer {
  background-color: #2c2c2c;
  color: #fff;
  padding: 20px 0;
}
footer .pie {
  text-align: center;
}
footer .pie p {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 350;
  font-size: 28px;
  margin-bottom: 10px;
}
footer .redes-container {
  margin-top: 10px;
}
footer .social a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
}
footer .social a p:hover {
  color: coral;
}
footer .redes {
  width: 70px;
  display: block;
  margin: 0 auto;
}

/* SOBRE NOSOTROS */
.fila {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.fila .contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #e9d3a3;
  border-radius: 8px;
  background-color: rgba(204, 174, 119, 0.1647058824);
}
.fila .contenido p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.fila .imagen {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fila .imagen img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
}

/* CONTACTO */
.contacto {
  margin: 20px;
}
.contacto form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  flex-direction: column;
}
.contacto label {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}
.contacto input {
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.contacto textarea {
  min-height: 120px;
  resize: vertical;
}

.ubic {
  max-width: 800px;
  margin: 50px auto 0;
  text-align: center;
  padding: 20px;
}
.ubic h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
}
.ubic iframe {
  width: 100%;
  height: 450px;
  border: 2px solid #ccc;
  border-radius: 8px;
}

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