.fondo{
    min-height: 60vh !important;
}

.background{
    img{
        min-height: 60vh !important;
    }
}
.banner{
    min-height: 60vh !important;
}
.informacion{
	.texto{
		color: white;
		h2{
			font-size: clamp(3rem, 6vw, 5rem);
		}
	}
}

.btn-custom {
    background: linear-gradient(90deg, rgba(187,154,76,1) 0%, rgba(251,241,146,1) 30%, rgba(163,127,43,1) 100%) !important;
    color: black !important; 
    border: none; 
}
.btn-custom:hover {
    background: linear-gradient(90deg, rgba(163,127,43,1) 0%, rgba(251,241,146,1) 30%, rgba(187,154,76,1) 100%) !important;
    
}