.main{
    margin: 0%;
    }
    
.first{
    background-image: url("IMG/Publicidad.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: absolute;
    height: 100%;
    width: 100%;
}

.card{
    border: none;
    text-align: center;
    margin: 15%;
    
}

.card-img-top{
    height: 30rem;
    
}

.lista{
    text-align: center;
    text-decoration: none;
    text-decoration-style: none;
    list-style: none;
}

#cont{
    background-color: #cb6346;
    color: white;
  }

.button {
    text-decoration: none;
    border: none;
    color: white;
    background-color: #cb6346;
    font-size: 200%;
    border: 2px solid white;
    border-radius: 5%;
    margin-top: 5%;
  
  }

.bg-none{
    transition: all .3s ease;
}