* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 44px;
  font-weight: 800;
}
/*comienzo de estilos del header*/
.logo {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:3px #d03b40 solid;
    margin-left: 5px;
    margin-top: 5px;
}
header {
  width: 100%;
  height: 300px;
  background-image: url(../img/fondo1.jpg);
  color: #f5f0ed;
  background-size: cover;
  background-position: center;
}

.texto-cabecera {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.texto-cabecera p {
  width: 80%;
}

.barra,
.menu {
  display: flex;
  justify-content: space-between;
}

.navegacion {
  display: flex;
  justify-content: space-around;
}

.menu ul li {
  padding: 4px;
  color: #f5f0ed;
  margin-top: 15px;
}

.menu ul li a {
  padding: 10px;
  color: #f5f0ed;
  text-decoration: none;
}

.menu ul li a:hover {
  background-color: rgb(233, 125, 125);
  border-radius: 20%;
}
/*fin de estilos del header*/

/*estilos del main*/
.publicidad {
  display: flex;
  justify-content: space-around;
}

.publicidad .izquierda {
  background-color: #d03b40;
  color: #ded6c0;
  width: 50%;
}

.publicidad .derecha {
  background-color: #ded6c0;
  color: #d03b40;
  width: 50%;
}

.txt-encolumnados {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 60px;
}

.txt-encolumnados h3 {
  text-align: center;
}

.txt-encolumnados p {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;
  text-align: center;
}

.mail {
  color: #411602;
  text-decoration: none;
}

/*fin de estilos del main*/

/*estilos del footer*/
footer {
  background-color: #562d19;
  display: flex;
  justify-content: space-around;
  color: white;
  width: auto;
  height: 100px;
}

footer p {
  text-align: center;
}

.redes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  width: 30%;
  height: 30%;
  margin-top: 20px;
}

.redes ul li {
  padding: 20px;
  list-style-type: none;
}

.redes a {
  text-decoration: none;
}

footer .texto-footer {
  padding: 10px;
}

#facebook-logo {
  background: url(../img/facebook-blanco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  width: 10px;
  height: 10px;
}

#instagram-logo {
  background: url(../img/instagram-blanco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  width: 10px;
  height: 10px;
}

#whatsapp-logo {
  background: url(../img/whatsapp-blanco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  padding: 20px;
}
