footer{
    background: linear-gradient(90deg,#1c3643,#273b47 25%,#1e5372);
    color: white;
}

.links{
    color: whitesmoke;
    text-decoration: none;
}

.header{

    

}

.text-compra{

    color: #97c93e !important;


}


#main .carousel-inner img{
    max-height: 80vh;
    
}


#carousel {
    position: relative;
}

#carousel .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
}


#carousel .overlay .container, #carousel .overlay .row{
    height: 100%;
}


.btn-comprar{
    background: #97c93e;
    color: #fff;
}

.btn-comprar:hover{
    background: #82ad36;
    color: white;
}