body {position: relative;}
/*-------- cabecera menú -----------*/
.menu-blog {position: relative;}
.menu-blog .border-bottom-menu{
	margin-bottom: 2em;
	background-image: url("img/fgfg-min.jpg");
}
.menu-blog ul.lista-nav li.activo a {
	color: black;
	text-decoration: none;
	padding-bottom: inherit;
	padding-top: inherit;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	position: relative;
	background-color: inherit;
}
.menu-blog ul.lista-nav li.activo a .triangulo-indicador{
	position: absolute;
	left: 38%;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background-color: white;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45eg);
	width: 15px;
	height: 15px;
	z-index: 9999;
	top: 35px;
}
.menu-blog ul.lista-nav {
	height: auto;
}
.menu-blog .nav-collapse ul.lista-nav li {
	display: inline;
}
.logo-blog {
	width: 100px;
	padding: 10px 20px 20px 10px;
	text-align: center;
	padding: 12px;
	color: #e2e2e2;
	font-weight: light;
}
.fadebox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 98;
	opacity: .35;
	display: block;
}

/*------------- Parallax -------------*/
.parallax-blog {
	background-image: url("img/fondo-montana-rosa.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	padding: 4em 10px;
	color: #fff;
	background-position-y: -123px;
}
.parallax-blog h1 {
	text-align: right; 
	transform: rotate(-7deg); 
	font-size: 47px; 
	font-family: 'Give You Glory', cursive;
	display: inline-block;
	width: 60%;
	padding-right: 20px;
}
.parallax-blog img {
	display: inline-block;
	max-width: 150px;
}
.parallax-blog p {
	text-align: center; 
	font-size: 18px; 
	margin-top: 15px;
	font-weight: lighter;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI";
}
.parallax-blog a {
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 30px 5px 30px;
	text-transform: uppercase;
	display: block;
	max-width: 180px;
	text-align: center;
	margin: 30px auto 0px auto;
	font-family: 'Give You Glory', cursive;
	font-size: 16px;
	border-radius: 2px;
}
.parallax-blog a:hover {
	border: 1px solid #56b6d1;
	color: #56b6d1;
	text-decoration: none;
	background-color: #fff;
}
/*---------  Carrusel bootstrap -----------*/
.carrusel {
	background-color: #efefef;
	padding: 2em 10px;
	min-height: 500px;
}
.carousel {min-height: 404px;}
.carousel-inner img {/* Make the image fully responsive */
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.carousel-indicators {
	bottom: -40px !important;
}
.carousel-indicators li{
	width: 19px !important;
	height: 19px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	background-color: #e2e2e2 !important;
}
.carousel-indicators .active {
	width: 19px !important;
	height: 19px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	background-color: #56b6d1 !important;
	border: 2px solid #fff !important;
}
.carrusel h3 {
	text-align: center;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	color: #56b6d1;
	height: 87px;
	max-width: 423px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
}
.carrusel a.btn{
	background-color: transparent;
	border: 2px solid #56b6d1;
	color: #56b6d1;
	padding: 5px 33px;
	max-width: 170px;
	text-align: center;
	bottom: -20px;
	position: absolute;
	right: 0px;
	font-size: 17px;
	border-radius: 2px;
}
.carrusel a.btn:hover{
	background-color: #fff;
}
/* fin carrusel*/
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin: 20px;
}
.clear-post {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/*---------------------- FILTROS CATEGORÍAS ----------------------*/
#filtros-categ {
	text-align: center;
	margin: 0em auto 2em auto;
	position: relative;
	background-color: #e2e2e2;
	padding: 3em 0px;
}
#filtros-categ h2{
color: #313131;
text-align: center;
padding-bottom: 15px;
padding-top: 2em;
font-family: 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
}
#filtros-categ .botones-cat button {margin-bottom: 5px;}
#filtros-categ .botones-cat button:hover {border: solid 1px #56B6D1; color: #56B6D1;}
.botones-cat button.active-btn-cat {border: solid 1px #56B6D1; color: #56B6D1;}

#filtros-categ .triangulo{
	position: absolute;
	left: 50%;
	background-color: #e2e2e2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45eg);
	width: 50px;
	height: 50px;
	z-index: 9999;
	bottom: -17px;
}

#filtros-categ h2::after { 
	border-bottom: 4px double black;
	width: 50px;
	height: 19px;
	content: "";
	position: absolute;
	margin-left: 10px;
}
#filtros-categ h2::before {
	border-bottom: 4px double black;
	width: 50px;
	height: 19px;
	content: "";
	position: absolute;
	left: 305px;
}
/* Efecto aparece con amplianción de bloque al pulsar filtro categoría*/
.filtros-categ-post article.transform { 
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 550ms ease;
	transition: all 350ms ease;
}
.filtros-categ-post article.scale-anm {
	transform: scale(1);
}
/*------ BLOG ENTRADAS ------*/
.cuerpo{
	padding-left: 2em;
	line-height: 1.5;
}
.feat-img{
	width: 100%;
	max-width: 322px;
	margin-bottom: 2em;
	margin-top: 0.7em;
}
.author-cred{
	font-family: 'Oswald', sans-serif;
	color: #6e6e6e;
	font-size: 14px;
}
a.nom-autor{
	padding-right: 10px;
	color: #6e6e6e;
}
a.nom-autor i{
	padding-right: 5px;
}
a.nom-autor:hover{
	color: black;
	text-decoration: none;
	text-decoration-line: underline;
}
.btn-readmore{
	color: #56B6D1;
	text-decoration: none;
	background: #fff;
	border-radius: 2px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: lighter;
	float: right;
	border: 2px solid #56B6D1;
	padding: 3px 25px;
}
.btn-readmore:hover{
	color: #fff;
	font-weight: 300;
	background: #56B6D1;
}
.read-more-target span {
	display: table-cell;
}
ul.read-more-target {margin-bottom: 0px !important;}
.read-more-target ul li {
	display: block;
}
ul.read-more-target  {list-style: none;}
ul {list-style: none;}
.linea{
	border-bottom: 1px solid grey;
	margin-top: 5em;
	position: relative;
	margin-bottom: 2em;
}
.articulos ul li span {display: table-cell;}
.articulos {
	margin-top: 70px;
}
h2.title{
	color: #56B6D1;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5;
	font-size: 30px;
}
.cabecera-post.col-xl-8.col-xs-12{
	padding-left: 0px;
}
hr.linea{
	font-weight: 1px;
	margin-top: 1em;
	margin-bottom: 2em;
	position: relative;
	height: 6px;
	background-image: url("img/hr-11.png");
	border: 0;
}
.articulos {
	font-weight: lighter;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI";
	font-size: 15px;
}
p.author-cred {
	text-decoration-style: none;
	text-decoration: none;
	font-weight: bolder;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI";
}
.post p.author-cred a:hover{
	text-decoration-style: none;
	text-decoration: none;
	color: #313131;
}
.recommend{
	margin-top: 3em;
	margin-bottom: 4em;
}
.recommend ul li {
	display: inline-block;
}
h3.title-recommended{
	color: #56B6D1;
	text-decoration-style: none;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 1em;
}
li.categorias a {
	color: grey;
	line-height: 2.5;
	list-style: none;
	text-decoration-style: none;
	list-style-type: none;
	text-decoration: none
}
li a:focus{ /*Quitar el borde punteado a los links cuando se hace click*/
	text-decoration: none;
	width:0px;height:0px;outline:0px;
}
li.categorias a:visited {
	color: grey;
	list-style: none;
	text-decoration-style: none;
	list-style-type: none;
	text-decoration: none
}
li.categorias a.:hover {
	color: black;
	line-height: 2.5;
	list-style: none;
	text-decoration: none;
	list-style-type: none;
}
.fa-check-circle {
	color: #56B6D1;
	padding-right: 12px;
	display: table-cell;
}
.fa-check {
	color: #56B6D1;
	padding-right: 12px;
	display: table-cell !important;
}
@keyframes point-down {
	0% { top: -40px; }
	100% { top: -10px; }
}
.hand {
	text-align: center;
	font-size: 46px;
	position: relative;
	top: -10px;
	animation: point-down 0.8s infinite alternate;
}
.fa-hand-o-down{
	color: #56B6D1;
}
/*----- READ MORE ------*/
.read-more-state {
	display: none;
}
.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}
.read-more-state ~ .btn-readmore:before {
	content: 'Leer más';
	/*font-weight: bold;*/
}
.read-more-state:checked ~ .btn-readmore:before {
	content: 'Ocultar';
}
.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #666;
	font-size: .9em;
	line-height: 2;
	border: 1px solid #ddd;
	border-radius: .25em;
}
/*----- Buscador ------*/
.BlogSearch{
	margin-top: 1em;
	margin-bottom: 1em;
}
.Translate{
	margin-top: 1em;
	margin-bottom: 3em;
}
/* -------------- */
.widget-content {
	padding-left: 1em;
}
.cat {
	margin-top: 1em;
	margin-bottom: 3em;
}
.title-col-izq{
	color: #56B6D1;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5;
	font-size: 23px;
	padding-left: 1em;
	/*padding: 0 10px;
	border-bottom: 1px dashed #949494;*/
}
p.title-search-col-izq{
	margin-bottom: 0px;
	color: #56B6D1;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5;
	font-size: 23px;
	padding-left: 1em;
	/*padding: 0 10px;
	border-bottom: 1px dashed #949494;*/
}
.goog-te-gadget {
	padding-left: 2em;
}
/* TRADUCTOR */
.goog-te-gadget-simple {
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #d5d5d5;
	border-radius: 20px 20px;
	font-size: 10pt;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor: pointer;
	zoom: 1;
	*display: inline;
}
img.goog-te-gadget-icon {
	background-image: url("img/google-icon.png");
	background-position: -65px 0px;
}

/* BUSCADOR */
/* Se actualiza la apariencia y todo en https://cse.google.es/cse/*/

/* SOBRE MI BLOG */

.SOBRE-MI-BLOG{
	background-image: url("img/desarrollo-web-crear-pagina-web-gabriela-del-olmo-artcreateweb-diseno-web-1.jpg");
	background-repeat: no-repeat;
	box-shadow: 0px 0px 3px #ccc, 0 0px 0px #eee inset;
	width: 291px;
	height: 450px;
}
p.texto-descrip-yo{
	margin-top: 11em;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #303030;
	font-size: 19px;
	text-align: center;
}
/* FORMULARIO 

.form_register {
	width: 100%;
	background: rgba(86,182,209,.20);
	margin: 0 auto;
	padding: 20px 20px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 3em;
	padding-top: 3em;
	margin-bottom: 3em;
}

/* titulo contacto formulario*/
/*
.color  {
	color: #fff;
	background-color: #56b6d1;
	font-size: 23px;
	text-align: center;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 2em;
	position: absolute;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5;
	padding: 0.3em 1em 0.3em 1em;
}
 @media (min-width: 1204px) and (max-width: 1460px){
	.color { 
		margin-left: none;
		margin-right: 2em;
		font-size: 19px;
		padding: 0.1em 0.7em 0.1em 0.7em;
	}
}
@media (min-width: 2003px) and (max-width: 2160px){
	.color { 
		margin-left: 1em;
	}
}
@media (min-width: 2500px) and (max-width: 2563px){
	.color { 
		margin-left: 1.9em;
	}
}
#gracias, #habla_conmigo {
      color: #fff;
}
textarea.form-text{
    border: none;
    box-shadow: 0px 0px 3px #ccc, 0 0px 0px #eee inset;
    width: 100%;
    border-radius: 2px;
    font-family: 'Open Sans Condensed', sans-serif;
}
input.form-text{
    border: none;
    box-shadow: 0px 0px 3px #ccc, 0 0px 0px #eee inset;
    width: 100%;
    border-radius: 2px;
    font-family: 'Open Sans Condensed', sans-serif;
}
  input.btn-form {
    cursor: pointer;
    color: #fff;
    background: #56b6d1;
    width: 7em;
    height: 1.9em;
    float: right;
    border-radius: 10px / 10px;border: none;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 1.7em;
}
input.btn-form:hover {
    opacity: .55;
    cursor: pointer;
    color: #fff;
    background: black;
    float: right;
}
.error {
    color: #FF0000;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 0.7em;
}
/* HEADER - FOOTER BLOG */
.footer.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}

/*! responsive-nav.js 1.0.39 by @viljamis */
a.link-footer:focus{ /*Quitar el borde punteado a los links cuando se hace click*/
	text-decoration: none;
	width:0px;height:0px;outline:0px;
	color: white;
}

.border{
	margin-left: 0;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	height: .5em;
	background: #313131;
	padding-right: 0;
	width: 100%;
	margin-right: 0;
}
li.active  {
 	text-decoration: none;
}
a.enlacemenu:focus{ /*Quitar el borde punteado a los links cuando se hace click*/
	text-decoration: none;
	width:0px;height:0px;
	outline:0px;
	color: #313131;
}
li a:hover{
	text-decoration: none;
	list-style: none;
	color: #56B6D1;
	padding-bottom: 3em;
}
.menu-resp-blog a.nav-toggle {
	text-align: center;
	position:  absolute;
	background-image: url("img/menu.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 3px;
	background-color: #56B6D1;
	background-position: center;
}
.nav-collapse .activo a { 
	text-decoration: none;
	padding-bottom: 3em;
	padding-top: 4em;
}
.nav-collapse a {
	margin: 0;
	padding: 1.96em .7em .5em;
	font-size: 20px;
	background: transparent;
	border: 0;
	transition: background .5s ease;
	text-transform: uppercase;
	text-align: center;
}
.nav-collapse a:hover {
	color: #56B6D1;
}
.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	float: left;
	background: transparent;
}
a.enlacemenu {	
	color:#391F06;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
}
.wrapper {
	width:  100%
}
ul.lista-nav {
	display: inline;
	text-align: center;
	margin-bottom: 1em;
	padding-top: 2em;
}
.nav-collapse li {
	width: 100%;
	font-size:  19px;
	text-align:center;
	cursor: pointer;
	text-decoration: none;
}
.js .nav-collapse {
/* 	clip: rect(0 0 0 0); */
/* 	max-height: 0; */
	position: absolute;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	list-style:none;
}

/*---- LOGO ----*/

.logo2{
	width: 160px;
	text-align: center;
	margin-top: 2em;
	/*padding-bottom: 1em;*/
}
header {
	width: 100%;
}
.header-logo-nav{
	text-align: center;
}
/* ------ Sección última quizás te interese -------*/
.te-interese {
	background-image: url("img/fondo-quizas-interese.jpg");
	background-repeat: repeat;
	padding-bottom: 1em;
	margin-top: 2em;
}
/* -------FOOTER-------- */
.footer-blog ul {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
}
.footer-blog ul li{
	display: inline;
}
.footer-blog ul li a {
	text-transform: uppercase;
	padding-right: 20px;
	cursor: pointer;
	color: #fff;
	font-family: inherit;
}
.footer-blog .top-social {display: inline-block;}
.footer-blog .text-muted-copyright {
	display: inline-block;
	margin-left: 20px;
}
.footer-blog-contenedor {
	text-align:center;
	color: #fff;
	background-color: #313131;
	padding-bottom: 10px;
	font-size: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: -1px -1px black;
	padding-top: 2em;
}
.footer-blog-contenedor span:nth-child(1) { 
	margin-right: 20px;
	border-left: 1px solid white;
	padding-left: 20px;
}
.footer-blog-contenedor p.pie {	
	color: #fff;
}
.footer-blog-contenedor a .fa-twitter, .footer-blog-contenedor a .fa-youtube-play, .footer-blog-contenedor a  .fa-google-plus, .footer-blog-contenedor a  .fa-pinterest, .footer-blog-contenedor a .fa-facebook {	
	color: #fff;
	font-size: 19px;
	margin-left: 0.7em;
}
.footer-blog-contenedor a .fa-facebook {	
	margin-left: 0px;
}
.footer-blog-contenedor a .fa-facebook:hover, .footer-blog-contenedor a .fa-twitter:hover, .footer-blog-contenedor a .fa-youtube-play:hover, .footer-blog-contenedor a .fa-google-plus:hover, .footer-blog-contenedor a .fa-pinterest:hover {
	transform: scale(1.2);
}
.footer-blog-contenedor a.link-footer{
	color: #fff;
}
.footer-blog-contenedor a.link-footer:hover{
	color:#56B6D1;
	text-decoration: none;
}
.footer-blog-contenedor .copy {	
	line-height: 150%;
	font-size: 14px;
}
.footer-blog-contenedor.top-social{
	padding-bottom:  0.3em;
}
/* Estilos generales*/
.ocultar {visibility: hidden;}
.mostrar {visibility: visible;}
/* ----------- MEDIA QUERYS--------------*/
@media (min-width: 2100px) {
	hr.linea{
		font-weight: 1px;
		margin-top: 16em;
		margin-bottom: 4em;
		position: relative;
		height: 6px;
		background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
		border: 0;
	}
}

@media screen and (min-width: 960px) {
	.js .nav-collapse {
		position: relative;
	}
	.nav-toggle {
		display: none;
	}
	.enlacemenu .active a {
		text-transform: uppercase;
		font-weight: 400;
		font-size: 112.5%;
		letter-spacing: 2px;
		color: white;
		text-decoration: none;
		width: 100%;
		background: #f43c12;
		border-bottom: 1px solid white;
		padding: .5em 1em;
		float: left;
		display: inline-block;
	}
	ul.lista-nav {
		display: inline-block;
		text-align: center;
		height: 100px;
	}
}
@media (min-width: 947px) and (max-width: 978px){/*caso raro*/
	div.menu-resp-blog {
		position: absolute;
		top: -100px;
		right: -17px;
	}
	.parallax-blog p {
		padding: 0 60px;
	}
	.parallax-blog {background-position-y: -33px;}
}
@media only screen and (max-width: 959px) {
	.nav-collapse {
		display:none;
	}
	.container {
		max-width: 100% !important;
	}
	section.parallax-blog {background-position-y: -37px;}
	.navbar .navbar-nav {
		vertical-align: top;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
	a.nav-toggle:hover{
		background-color: #444;
		text-decoration: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	li a:hover {
		background: none;
		text-decoration: none;
		list-style: none;
		color: white;
		padding-bottom: 0;
	}
	a.enlacemenu{
		text-decoration: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	li {
		display:  block;
		background: white;
		width: 100%;
		padding-bottom: 0.3em;
		/*border-bottom: 1px solid #313131;*/
		padding-top: 0.3em;
	}
	.nav-collapse a {
		margin: 0;
		padding: 0;
		font-size: 1.1em;
		font-weight: lighter;
		border: 0;
		transition: background .5s ease;
		text-transform: uppercase;
		text-align: center;
	}
	.nav-collapse .activo a { 
		background: none;
		text-decoration: none;
		padding-bottom: 0;
		padding-top: 0;
	}
	li.activo{
		color: white;
		background: #313131;
		text-decoration: none;
		width: 100%;
	}
	.footer-blog ul {padding: 15px;}
	.footer-blog ul li {
		display: inline;
		background: transparent;
		padding: 0px 7px;
		border-bottom: none;
		line-height: 2;
	}
	.footer-blog .text-muted-copyright{
		line-height: 2;
		margin-top: 10px;
		margin-left: 0px;
		padding: 0px 15px;
	}
	.footer-blog .text-muted-copyright span:nth-child(1) {border-left: none; padding-left: 0px;}
	.menu-resp-blog{
		position: absolute;
		right: 0;
		z-index: 999999;
		width: 100%;
		box-shadow: 0px 4px 9px #6e6e6e;
	}
	.menu-blog .nav-collapse ul.lista-nav {
		background-color: #f1f1f1;
		padding-top: inherit;
		padding-bottom: inherit;
		box-shadow: 0px 4px 9px #6e6e6e;
	}
	.menu-blog .nav-collapse ul.lista-nav li.activo a {
		background-color: #e2e2e2;
		border-bottom: inherit;
		padding-bottom: inherit;
	}
	.menu-blog .nav-collapse ul.lista-nav li.activo {
		background-color: #e2e2e2;
	}
	.menu-blog .nav-collapse .activo a .triangulo-indicador{display: none;}
	.menu-blog .nav-collapse .activo a {border-bottom: inherit;}
	.menu-blog .nav-collapse ul.lista-nav li {
		display: block;
		background: transparent;
		border-top: 1px solid #fff;
	}
	li.categorias {
		display:  block;
		background: transparent;
		width: 100%;
		padding-bottom: 5px;
		/*border-bottom: 1px solid #313131;*/
		padding-top: 5px;
	}
	li.categorias a {line-height: 1.3;}
	li.categorias a:hover {color: #56B6D1;}
}
@media only screen and (max-width: 436px) {
	section.parallax-blog {
		text-align: center; 
		background-position-y: 3px;
		padding: 2em 10px;
		background-size: inherit;
		background-attachment: inherit;
	}
	.parallax-blog h1 {width: 100%; text-align: center;}
	.carousel-inner > .carousel-item > img {
		min-height: 371px;
		max-width: 100%;
	}
}
@media only screen and (min-width: 773px){
	.carousel-inner img {/* Make the image fully responsive */
		max-height: 371px;
		max-width: 810px !important;
	}
	.pc {display: block !important;}
	.responsive {display: none !important;}
}
@media only screen and (max-width: 772px) {
	a.nav-toggle {
		top: -78px;
		right: 26px;
	}
	.lightbox .lightbox-content {
		top: 3.3%;
	}
	.menu-blog .container {padding-right: 0px !important; padding-left: 0px !important;}
	.carousel-inner img {/* Make the image fully responsive */
		max-height: 371px;
		max-width: 270px !important;
	}
	.carrusel a.btn {
		right: 20%;
		bottom: 5px;
	}
	.responsive {display: block !important;}
	.pc {display: none !important;}
	#filtros-categ .botones-cat button {
		margin-bottom: 10px;
		background-color: #fff;
		margin-right: 5px;
	}
	#filtros-categ {padding: 2.5em 20px;}
	#filtros-categ .triangulo {left: 43%;}
}
@media (min-width: 560px) and (max-width: 944px){
	a.nav-toggle {
		top: -77px;
		right: 33px;
	}
}
@media screen (min-width: 546px) and (max-width: 959px) {
	.js .nav-collapse {
		position: relative;
		top: 101px;
		width: 149%;
		left: -206px;
	}
}