.contacto-contenedor {
  width: 100%;
  background-color: #141b47;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 800px) {
  .contacto1 {
    width: 900px;
    position: relative;
    display: flow-root;
    color: #fff;
  }
  .contacto2 {
    width: 250px;
    display: inline;
    float: left;
    padding: 15px;
    height: 300px;
  }
  .contacto3 {
    width: 900px;
    position: relative;
    color: #fff;
    display: flow-root;
  }
  .contacto2 {
    width: 250px;
    display: inline;
    float: left;
  }
}

.contacto1 p,
.contacto2 p,
.contacto3 p,
.contacto4 p {
  font-size: 14px;
  color: #fff;
}

.forma3 {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-maps {
  display: inline-block;
  background-color: #4285f4;
  color: white;
  padding: 12px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.cotiza-ahora {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #bb8f00;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  width: 80%;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2.5em;
}

.cotiza-ahora:hover {
  background-color: #00d157;
}

.cotiza-ahora p {
  width: 100%;
  text-align: center;
}
