/*
 * 2009-2023 Webimpacto Consulting SL
 *
 * NOTICE OF LICENSE
 *
 *  @author    Webimpacto Consulting SL <info@webimpacto.es>
 *  @copyright 2009-2023 Webimpacto Consulting SL
 *  @license   Property of Webimpacto Consulting SL. Non redistributable.
*/

#inner-wrapper.container{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
#wrapper{
    padding-top: 0 !important;
}
#wrapper > div > .breadcrumb,
#content-wrapper .page-title{
    padding: 0 !important;
    margin: 0 !important;
}


#wrapper #inner-wrapper .breadcrumb{
    padding: 35px 0px 15px 0px !important;
    font-size: 16px;
}

.breadcrumb_container{
    padding-bottom: 20px;
}

.breadcrumb_container > .container > .breadcrumb{
    border-bottom: 1px solid #d1d1d1;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.custom_header_cms{
    text-align: left;
    color: #ffffff;
    font-size: 60px;
    line-height: 64px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.custom_header_cms:before{
    content: '';
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom_header_cms > div{
    z-index: 2;
    position: relative;
}

@media (max-width:991.98px){
    .custom_header_cms{
        font-size: 45px;
        line-height: 52px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width:767.98px){
    .custom_header_cms{
        font-size: 35px;
        line-height: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #wrapper #inner-wrapper .breadcrumb {
        font-size: 14px;
    }
}

.breadcrumb_container.dark_header{
    background-color: #000000;
}

#wrapper #inner-wrapper .breadcrumb_container.dark_header .breadcrumb{
    color: #ffffff;
    border-bottom: 1px solid #6f6f6f;
}

#wrapper .breadcrumb_container.dark_header .breadcrumb li:after {
    color: #0282C8;
    opacity: 1;
}