* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header{
    background-color: #2C2C2C;
    border-bottom: #4B4B4B;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    height: 70px;
    position: relative;
}

.logo{
   background-image: url(logo-negro.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 30px;
    margin-top: 20px;
    margin-left: 2%;
}
.container{
    background-color: #2C2C2C;
    width: 100%;
    height: 100%;
    align-content: center;

}

.festejo{
    
      background-image: url(festejo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
     width: 60%;
    height: 50px;
      margin-left: 20%;

}
.bloque-text{
    width: 60%;
    height: auto;
    margin-left: 20%;
    top: 5%;
    color: whitesmoke;
    position: relative;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.text{
    width: 60%;
    height: auto;
    margin-left: 20%;
    color: rgb(199, 199, 199);
    position: relative;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 700px) {

    .logo{

    margin-left: .5%;
}

}

