.titulo{
	background-color: #D8D8D8;
	padding: 10px;
	margin-top: 10px;
}
.containerTitulo{
	margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 5px;
}
.containerTitulo .row{
	padding-bottom: 0;
	padding-top: 0;
}
.separadores{
		padding: 5px;
		margin-top: 20px;
		margin-bottom: 20px;
		color:#fff;
}
/*para fotografias*/
.fotografias{
	background-image: url('../img/fondos/background_orange.jpg'); 
	background-size: 100% 100%;
}
#insta-img{
	min-height: 125px;
}




/*audios*/

.audios{
	background-image: url('../img/fondos/background_verde.jpg'); 
	background-size: 100% 100%;
}


#audios .row{
	padding: 40px 0;
}

#audios.blog-item-wrapper {
    background: #fff;
    padding: 15px;
    border-bottom: 5px solid transparent;
}
#audios p{
	color: #000
}

#audios .section-title::before {
    border-color: #FFCE54;
}
#audios .blog-item-img .blog-category{
	background: #FFCE54;
	font-weight: bold;

}
#audios .blog-item-img img{
	width: 100%;
}
#audios .blog-item{
	padding-bottom: 20px;
    min-height: 440px;
}

#audios .blog-item-text h3{
	color: #535459;
}

#audios .blog-item-text .blog-item-info {
	color: #000;
}

#audios .row{
	padding: 40px 0;
}

#audios.blog-item-wrapper {
    background: #fff;
    padding: 15px;
    border-bottom: 5px solid transparent;
}


/*videos*/

.videos{
	background-image: url('../img/fondos/background_TOURQUE.jpg'); 
	background-size: 100% 100%;
}


#videos p{
	color: #000
}

#videos .section-title::before {
    border-color: #FFCE54;
}
#videos .blog-item-img .blog-category{
	background: #FFCE54;
	font-weight: bold;

}
#videos .blog-item-img img{
	width: 100%;
}
#videos .blog-item{
	padding-bottom: 80px;
	min-height: 505px;
}

#videos .blog-item-text h3{
	color: #535459;
}

#videos .blog-item-text .blog-item-info {
	color: #000;
}

#videos .row{
	padding: 40px 0;
}

#videos.blog-item-wrapper {
    background: #fff;
    padding: 15px;
    border-bottom: 5px solid transparent;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}