body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  padding: 20px;
  text-align: center;
  background-color: white;
}

nav {
  display: flex;
  flex-direction: row;
  background-color: #003da5;
}
nav a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 30px;
}

.container {
  background-image: url(img/fondo.png);
}

.Intro, .Contacto {
  display: flex;
  flex-direction: column;
  background-color: white;
  text-align: center;
}

.introtitulo, .beneficiostitulo, .titulocontacto {
  color: #003da5;
  font-weight: 700;
  text-align: center;
  font-size: 43px;
}

.parrafo {
  color: grey;
  text-align: center;
  font-size: 30px;
  margin-top: -20px;
  padding-left: 8%;
  padding-right: 8%;
}

.CajasUp, .CajasDown {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.CajasUp .Caja, .CajasDown .Caja {
  border: 1px solid black;
  width: 400px;
  height: 500px;
  flex-wrap: wrap;
  text-align: center;
  background-color: #003da5;
  margin: 4px;
  color: white;
  font-size: 25px;
  box-shadow: 5px 5px 5px #888;
}
.CajasUp .Caja .cajaparrafo, .CajasDown .Caja .cajaparrafo {
  font-size: 20px;
  padding: 0% 2% 0% 2%;
  margin-top: 10%;
  text-align: justify;
}

.tituloimg {
  margin: 2% 0% -3% 0%;
}

.Beneficios {
  display: flex;
  width: auto;
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  margin: 2%;
  position: relative;
}

.Contacto {
  max-width: auto;
  display: flex;
  margin: 2%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.left {
  background: url("img/bg.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
}

.right {
  padding: 25px 40px;
}

.titulocontacto {
  position: relative;
  padding: 0 0 10px;
  color: black;
}

.titulocontacto:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 4px;
  width: 20%;
  border-radius: 2px;
  background-color: #dc1c2e;
}

.field {
  width: 85%;
  border: 2px solid rgba(0, 0, 0, 0);
  outline: none;
  background-color: rgba(230, 230, 230, 0.6);
  padding: 0.5rem 1rem;
  font-size: 40px;
  margin-bottom: 22px;
  transition: 0.3s;
}

.field:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

textarea {
  min-height: 150px;
}

.btn {
  width: 30%;
  padding: 0.5rem 1rem;
  background-color: #dc1c2e;
  color: #fff;
  font-size: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 2%;
}

.btn:hover {
  background-color: #9f1a27;
}

.field:focus {
  border: 2px solid #003da5;
  background-color: #fff;
}

@media screen and (max-width: 880px) {
  .contact-box {
    grid-template-columns: 1fr;
  }
  .left {
    height: 200px;
  }
}
footer {
  display: flex;
  background-color: white;
  position: relative;
  align-items: center;
  justify-content: center;
  color: grey;
}
footer .logofooter {
  width: 25%;
  text-align: center;
}
footer .redesfooter {
  width: 50%;
  text-align: center;
  font-size: 25px;
  margin-top: 1%;
}
footer .redesfooter .parrafofooter {
  padding: 2%;
  font-size: 25px;
}
footer .direcfooter {
  text-align: center;
  font-size: 25px;
  margin-top: 1%;
}

.button {
  transition-duration: 0.4s;
}

.button:hover {
  background-color: #dc1c2e;
  color: white;
}

#map {
  width: auto;
  height: 300px;
  box-shadow: 5px 5px 5px #888;
  margin-right: 2%;
  margin-bottom: 2%;
}

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