body{
  background-image: url("fondo-form-chivas.jpeg");
  background-repeat: no-repeat;
    background-size: cover;
  background-color: black;  
}

@font-face {
      font-family: "At Elan Regular";
      src: url("fonts/AT-Elan/ElanATMediumRegular.otf");
}

@font-face {
      font-family: "Helvetica";
      src: url("fonts/Helvetica-Font/Helvetica-Oblique.ttf");
}

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


.boton-participa {
    font-family: "At Elan Regular";
    margin-top: 5%;
    margin-left: 4%;
    width: 258px;
    background-color: transparent;
    border: 1px solid white;
    font-size: 22px;
    color: #fff;
    border-radius: 12px;
}


.primer-logo img {
    width: 100%;
    margin-top: 50%;
}


.segundo-logo img {
    width: 100%;
    margin-top: 50%;
}


.botellas img {
    width: 105%;
}

.contenedor-botellas{
  margin-top: 10%;
}


@media (max-width: 768px){
  .contenedor-botellas {
    margin-top: 46%;
}

.boton-participa {
    margin-top: 22%;
}

}