.centrado{
  margin:10px auto;
  display:block;
}

.centrado{
  margin-left: auto;
  margin-right: auto;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 28px;
  vertical-align: middle;
  margin-right: 10px;
  }

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
   
  background: url(../imagenes/bits.gif);
  height: 100vh;
  background-size: cover;
}

header .contenedor {
  display: flex;
  justify-content: space-between;
}

header ul {
  display: flex;
  
}

header ul li {
  list-style: none;
  margin-right: 15px;

  
}

a {
  text-decoration: none;
}

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

header {
  background: url(../imagenes/bits.gif);
  height: 100vh;
  background-size: cover;
}

#contenedor-titulo-flex {
  display: flex;
  justify-content: center;
  margin: 18vh 0;
  width: 100%;
  
}

h1 {
  font-size: 60px;
  color: #fff;
  margin: 0;

  
}

h2 {
  font-size: 25px;
  color: #fff;
  
}

.contenedor-titulo {
  text-align: center;
  
}

.contenedor-titulo a, #sobre-mi a, #blog a, #que-esperas a, #contacto input[type="submit"] {
  font-size: 14px;
  color: #fff;
  background: #5cb8ff;
  padding: 14px 24px;
  width: 128px;
  display: inline-block;
  
}

p.logo {
  color: #fff;
  font-size: 20px;
}

nav ul li a {
  color: #fff;
}



/* SECCION Acerca de la pagina */

h3 {
  text-align: center;
  font-size: 55px;
  font-weight: normal;
}

#sobre-mi .contenedor-sobremi {
  display: flex;
  justify-content: space-around;
}

#sobre-mi .texto {
  width: 42%;
}



/* SECCION QUE ESPERAS */

#que-esperas {
  background: linear-gradient(rgba(35, 155, 71, 0.94), rgba(0, 117, 68, 0.9));
  text-align: center;
  padding: 50px 0;
  margin-top: 40px;
}

#que-esperas h3 {
  font-size: 23px;
  color: #fff;
}

/* FORMATOS */


footer {
  background: #2F2F2F;
  padding: 40px 0;
  text-align: center;
  margin-top: 40px;
}

footer .contenedor {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

footer img {
  margin: 0 40px;
  transform: rotate(0);
  transition: 0.4s;
}

footer img:hover {
  transform: rotate(360deg);
  transition: 0.4s;
}

footer p {
  color: #fff;
  margin-top: 40px;
}


html {
  scroll-behavior: smooth;
}



