/*
amarillo: rgb(255,209,79)
*/

.carousel-content .btn-group .btn-outline-primary+.price {
    background-color:rgb(255,209,79);
    color:rgb(84,41,45);
}
.carousel-content .btn-outline-primary {
    border-color: rgb(255,209,79);
}
.carousel-content .btn-outline-primary:before {
    background-color: rgba(255,209,79,.8);
}
.carousel-content .btn-outline-primary:hover, .carousel-content .btn-outline-primary:focus, .carousel-content .btn-outline-primary:active, .carousel-content .btn-outline-primary:focus:active {
    border-color: rgb(255,209,79);
}
.page-title.bg-light{
    background-color: rgba(255,201,181,.2) !important;
}
#footer{
    background-color:rgb(3,155,158);
}
#footer .list-unstyled li a{
    color:#FFFFFF;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.45rem;
}
#footer h6{
    color:rgb(255,209,79) !important;
}
#footer .icon-circle{
    background-color:rgb(255,209,79) !important;
    color: rgb(84,41,45) !important;
    margin: 0 .5rem;
}