/*Body y Header */
body{
  font-family: 'Poppins';
  margin: 0;
  padding: 0;
}
/* Lista */
li{
  list-style: none;
  margin-right: 25px;
}

.menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lista{
  display: flex;
}

.lista a {
  font-size: 18px;
  background: none;
  color: black;
}

.titulares{
	text-align: left;
  margin-top: 300px;
}

h2{
  font-size: 25px;
  margin-bottom: 40px;
}

header{
  background: url("imagenestrabajo/landing facebook_Mesa de trabajo 1.jpg");
  height: 100vh;
  background-size: cover;
}

.contenedor{
  max-width: 1280px;
  width: 100%;
  margin: auto;
}


/*Galleria*/
#galeria {
 display: inline-block;
 justify-content: space-between;
 padding: 10px 10px 10px 10px;
}

#galeria img {
 /* alt: ME SALVARON;*/
  height: 300px;
  width: 300px;
}

/*Platicamo */
#platicamos{
  background: linear-gradient(rgb(84, 93, 220),rgb(96, 171, 245));
  text-align: center;
  padding: 50px 0 50px 0;
}

#platicamos h3 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 40px;
}

#platicamos a {
  background: #5cb8ff;
  color: white;
  padding: 15px 45px 15px 45px;
  transition: 1s;

}

#platicamos a:hover {
  color: black;
  transition: 1s;
  transform: scale(1.3);
  display: inline-block;
}

#platicamos p {
  padding: 18px;
}

#socialmedia {
  display: flex;
  justify-content: space-between;
}

#whatsapp a {
  background: none;
  position: fixed;
  top: 79%;
  right: 1%;
  padding: 1px 1px 1px 1px;
}

#facebook a {
  background: none;
  position: fixed;
  top: 85%;
  right: 1%;
  padding: 1px 1px 1px 1px;
}

#instagram a {
  background: none;
  position: fixed;
  top: 90%;
  right: 1%;
  padding: 1px 1px 1px 1px;
}

.menu-icon1 {
  display: none;
}

/*Responsive*/
@media only screen and (max-width: 900px) {
  header {
    height: 45vh;
  }

  nav {
      position: absolute;
      top: 50px;
      left: 0px;
      background: #5cb8ff;
      width: 100%;
      display: none;
    }

    nav .lista {
      flex-direction: column;
      display: flex;
    }

    .menu-icon1  {
      display: block;
      padding: 10px 10px 10px 10px;
      width: 25px;
    }

  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }

}

@media only screen and (max-width: 500px) {
  header {
    height: 25vh;
  }

  nav {
      position: absolute;
      top: 50px;
      left: 0px;
      background: #5cb8ff;
      width: 100%;
      display: none;
    }

    nav .lista {
      flex-direction: column;
      display: flex;
    }

    .menu-icon1  {
      display: block;
      width: 25px;
    }

  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
