body.micrositio-template, .micrositio-template.single p {
	font-family: 'Raleway' !important;
}

.micrositio-template #archivo.singlepost:before {
	height: 400px;
	background-color: #ed7a24;
	background-image: url('satiracensura.jpg');
	background-position: center center;
	background-size: contain 100%;
}

.micrositio-template #archivo.singlepost {
	min-height: 450px;
    padding-top: 450px;
}

.micrositio-template #archivo h1 {
	position: relative;
    top: -300px;
    background: white;
    /* display: inline-block; */
    margin: 0 auto;
    width: 70%;
    text-align: center;
    font-size: 5em;
}

.micrositio-template #buscador_btn {
	background-color: #44240d;
}

.micrositio-template #search_overlay {
	background: rgb(138, 80, 39);
}

.micrositio-template .grilla {
    display: flex;
    padding: 1em;
    justify-content: center;
    flex-wrap: wrap;
}

.micrositio-template .grilla .item {
    background: #f07923;
    width: 300px;
    height: 300px;
    margin: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    background-size: cover;
    background-position: center;
}

.micrositio-template .grilla .item:hover .title_item{
    opacity: 0;
    color: #333;
}

.micrositio-template .grilla .item .title_item {
	background-color: white;
	font-size: 2em;
    padding: 20px;
    font-weight: bold;
    opacity: 1;
    transition: all 0.25s ease;
}