body{
    background:#333;
    color:white;
}

hr{
    background:white;
}

p, h1, h2, h3, h4, h5, h6, label{
    color:white !important;
}

.bg-orange{
    background-color: #f85028;
}

.color-orange{
    color: #f85028;
}

.fixed-info a.intense,
.fixed-info a{
    background-color: #f85028;
}

.slide__text{
    bottom: 15%;
}

/*rgb(248, 80, 40)*/

#servicios{
    height: 80vh;
}
@media (max-width: 768px){
    #servicios {
        height: 35vh;
    }
}

.header{
    height:93px
}
@media(max-width:767px){
    .header{
        height:85px
    }
}

nav.navbar.hairmen{
    background-color: #040507 !important;
    z-index:15
}

.services-home-page{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.services-home-page h4{
    font-weight: 400;
}

.services-home-page h4{
    margin-top: 10px;
}
.services-home-page .services-icon i{
    color: #f85028;
    font-size: 50px;
}

.banner-separator .image{
    position: relative;
    padding-top: 100%;
    display:block;
}

.banner-separator img{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

/* #work-grid .mix{
    height:100%;
    margin-bottom: 3rem;
}

#work-grid .home-portfolio-image img{
    height:100%;
    object-fit: cover;
} */

.contact-form input[type="submit"], a[type="submit"]{
    color:#f85028;
    border:1px solid #f85028
}

#precios .accordion .card{
    border: 1px solid white;
}

#precios .accordion .card-header{
    background-color: #333;
    cursor:pointer;
}

#precios .accordion .card-body{
    background-color: #333;
}

#precios .accordion .card-body p::after{
    background-color: white;
}

.slider-control.arrow-left, .slider-control.arrow-right{
    z-index:8
}

.img .overlay-thumb:hover{
    background-color: rgba(248, 80, 40, .65);
}
