

/*** 

====================================================================
	 Title Style FOTOS
====================================================================

***/

.header-style-two + .page-title {
    margin-top: -34px;
    padding-top: 160px;
}

.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    color: rgb(255, 255, 255);
    padding: 130px 0px;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.page-title h1 {
    font-size: 32px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    line-height: 1em;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
}

.page-title .bread-crumb {
    position: relative;
    padding-top: 5px;
    text-align: center;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.page-title .bread-crumb li:before {
    content: '\f105';
    position: absolute;
    right: -20px;
    top: 0px;
    width: 20px;
    text-align: center;
    line-height: 30px;
    font-family: 'FontAwesome';
}

.page-title .bread-crumb li:first-child {
    margin-left: 0px;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #f0c40b;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-title .bread-crumb li a:hover {
    color: #fa2964;
}
