  @import url('https://fonts.googleapis.com/css2?family=Michroma&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

  body{
    align-content: center;
    background: #e6ebe7;
  }

  .en-construccion{
    text-align: center;
    background: url(../img/bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .en-construccion h1{
    color: #093a28;
    font-family: "Raleway";
    font-weight: 700;
    padding: 30px;
    text-align: center;
    filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.15));
  }

  .logo{
    padding: 30px;
  }
  .logo img{
    width: 50%;
    height: auto;
    filter: drop-shadow(3px 2px 2px rgba(0,0,0,0.5));
  }
.pintura{
  padding: 50px;
}
  .pintura img{
    width: 50%;
    height: auto;
  }
