/* TÍTULOS ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.titulo {
	position: relative;
    z-index: 1; 	
	display: inline-block;
	width: 100%;
	vertical-align: middle;
    background-color: #D2D8DA;   
    padding-top: 400px;
    padding-bottom: 40px;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/fd-general.jpg); 

}

.titulo::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;    
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;  
}

.titulo::after {
    opacity:.7;
    height: 100%;
    background: linear-gradient(60deg, rgba(0,0,0,.3)5%, rgb(0,79,159) 45%, rgba(0,0,0,.3) 100%);
}

.titulo h1 {
    margin: 0;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.titulo h1 span {
    font-size: 40%;
    display: block;
    margin: -20px 0 -50px 0;    
}

.titulo-sencillo h1 {
    color: #00b1eb;
}
.titulo.titulo-sencillo,
.blog .titulo, 
.archive .titulo,
.single .titulo  {
    background-image: none;
    padding-top: 120px;
    padding-bottom: 30px;    
    background-color: #F0F2F4;
}

.titulo.titulo-sencillo::before, 
.titulo.titulo-sencillo::after,
.blog .titulo::before, 
.blog .titulo::after,
.archive .titulo::before, 
.archive .titulo::after,
.single .titulo::before, 
.single .titulo::after{
    display:none;

}

.page-template-page-contenido .titulo {
    background-image: none;  
    background-color: #00b1eb;     
    padding-top: 155px;
    padding-bottom: 50px;    
}



.page-template-page-contenido .titulo::before, .page-template-page-contenido .titulo::after {
    display: none;    
}
