body {
  background: #ffcaa7;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.arriba {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.foto_logo {
  border-radius: 50%;
  width: 250px;
  height: 150px;
  
  margin-top: 20px;
}

p_titulo {
  margin: 0;
  color: #0d1a15;
  font-weight: 700;
  font-size: 20px;
}

p_subtitulo {
  margin: 0;
  color: #0d1a15;
  font-size: 18px;
}

.contenedor_principal {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.web {
  margin-top: 20px;
  background: #D8702C;
  border: none;
  border-radius: 15px;
  width: 80%;
  max-width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.texto{
color: #000000;
}

.web:hover {
  background: #ffffff;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}

.google {
  height: 25px;
  width: 25px;
  margin-left: 10px;
}

h1 {
  font-size: 8vw;
  text-align: center;
  margin-top: 20px;
  color: #333;
}

.contenu p {
  padding: 5vw 10vw;
  text-align: justify;
  margin: 0;
}

footer {
  border-top: 3px solid #5b5b5b;
  background: #ffcaa7;
  color: #000000;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  margin-top: 5%;
}

.contenu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.blocfooter-contact {
  margin-bottom: 20px;
  text-align: center;
}
.direccion{
  color: #000;
}
#contacto {
  font-size: 30px;
  margin-bottom: 10px;
}