.card-title {height: 3em;}
.fc-selected
{
    background: gold !important;
}
.subservicio
{
    padding: 3px;
    border: 3px solid transparent;
}
.subservicio.seleccionado
{
    border: 3px solid #FEB645;

    background: rgba(241,231,103,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgb(254, 182, 69) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: radial-gradient(ellipse at center, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
}
.detalle_servicio ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: goldenrod; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.btn-number
{
    padding:5px;
}
.input-group-btn, .input-group
{
    padding: 0 !important;
}
.complementos
{
    margin-bottom:10px;
    margin-top:10px;
}
.input-number
{
    border:none;
    box-shadow: none;
    text-align: center;
    padding: 0px;
}
.input-group.number
{
    border: 1px solid goldenrod;
    border-radius: 10px;
}
.complementos .img-responsive
{
    width: 100px;
    border-radius: 5px;
}
.btn-number:hover
{
    background:goldenrod;
    color:white;
}
.owl-carousel .item:hover
{
    background: gold;
}
.table thead>tr
{
    background: #333;
    color:white;
}
.btn-sm
{
    padding:5px !important;
}
.btn-default
{
    color:#c6aa28;
    border:#c6aa28 2px solid;
    background: #6b6b6b;
}
.btn-stars
{
    color:goldenrod;
}