/* CSS Document */

@media (min-width: 1200px) {
  .vertical-align {
    display: flex;
    align-items: center;
}
}


.imgres {
	width:100%;
	height:auto;
}
body, html {
	font-family: 'Merriweather Sans', sans-serif;
	font-size:16px;
	font-weight:300;
}
.navbar {
	border-radius:0;
	border:0;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}
.item {	
	background-blend-mode: multiply;
	background-color:rgba(0, 0, 0, 0.5);
	background-position:center center;
	height:550px;
	background-repeat:no-repeat;
	background-size:cover;
}
.item h1 {
	font-weight:700;
}
.carousel-caption {
	top:30%;
}



.nota {
	margin-top:30px;
}
.nota p {
	font-size:16px;
	line-height:26px;
}
.nota h1 {
	color:#008ba1;
	font-size:34px;
	line-height:40px;
}
.nota h2 {
	font-weight:600;
	font-size:22px;
	line-height:28px;
	color:#89175C;
}
.nota h3 {
	font-weight:600;
	font-size:20px;
	line-height:26px;
	color:#89175C;
}
.nota h4 {
	font-weight:600;
	font-size:18px;
	line-height:23px;
	color:#89175C;
}
.nota .badge {
	background-color:#89175C;
	color:#FFF;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
}



.padding {
	padding-top:80px;
	padding-bottom:80px;
}
.btn-gris {
	background-color:#CCC;
	border:0;
	border-bottom:3px solid #89175C;
	border-radius:0;
	color:#000;
}
.btn-gris:hover {
	background-color:#999;
	border:0;
	border-bottom:3px solid #89175C;
	border-radius:0;
	color:#000;
}
.footer {
	background-color:#E0E0E0;
	border-top:20px solid #89175C;
}
.redes i {
	margin-right:10px;
}
.bajada {
	min-height:430px;
	/*background-color:#CCC;*/
}
.imagen-destacada-contenedor {
	background-size:cover;
	background-position:center;
	height:200px;
}
.redes-footer a, .redes-footer i {
	color:#FFF;
}
.redes-top i {
	margin-right:6px;
}

.redes-top i, .redes-top a, .redes-top a i {
	color:#89175c;
}
.violeta {
	color:#89175C;
}
.celeste {
	color:#008ba1;
}


/*GALERIAS*/
dt img {
	width:100%;
	height:auto;
}
#gallery-1 a img {
	border:0;
}
dt {
	margin:0 0.5em 0.5em 0;
}

.menu-footer, .menu-footer a {
	/*color:#FFF;*/
}

.redes-footer, .redes-footer a, .redes-footer i, .redes-footer a i {
	color:#017FA0;
}

.btn-violeta {
	background-color:#89175C;
	color:#FFF;
	border:0;
	border-radius:20px;	
}
.product_meta {
	visibility:hidden;
	display:none;
}



#comments {
	font-size:16px;
	margin-bottom:30px;
	
}
.commentlist {
	padding:30px;
	border:1px solid #CCC;
	border-radius:15px;
}
.comment {
	padding:0 0 30px 0;
}
.comentarios textarea {
	width:100%;
	border-radius:15px;
}


/*Añadido por Maira*/

.imagen-destacada {
    max-width: 100%;
}

.extracto-post {
    font-size: 1rem;
    line-height: 1.6;
    color: #89175C;
    font-weight: 600;
    margin: 15px  auto;
}
