/* xl */
@media only screen and (min-width : 1200px) {}

/* lg */
@media only screen and (max-width : 1199px) {
	
	h1 span{
		display:inline;
	}
	.item-noticia h4{
		margin-top: 0.8rem;
	}
	
}

/* md */
@media only screen and (max-width : 991px) {
	
	h1{
		font-size: 30px;
		letter-spacing:-0.075rem;
	}
	
	a.navbar-brand{
		margin:30px 15px !important;
	}
	
	.navbar-toggler{
		margin:1.5rem auto;
	}
	li.nav-item{
		width: 100%;
		border-bottom:solid 1px #333;
		border-right: none;
	}
	.dropdown-menu{
		border-radius:0 !important;
	}
	
	.about.mt-5{
		margin-top: 30px !important;
	}
	.about .espacio{
		padding:3rem 0;
	}
	
	.homenovedades .item-noticia:first-child+* a.d-block.mb-5{
		margin-bottom: 0 !important;
	}
	
	hr.hrfooter1{
		margin-top: 3rem !important;
	}
	hr.hrfooter2{
		margin:2rem 0 3rem 0!important;
	}
	
	.espacio{
		padding:3rem 0;
	}
	.categoria.espacio{
		padding:3rem 0;
	}
	
	a.alto,
	a.item-chico-thumb{
		height: auto !important;
		overflow:hidden;
	}
	.cat-elements .item-categoria a span img{
		margin-top: 7rem;
	}
	
	.como .mt-5.boton{
		margin-top: 1.5rem !important;
		margin-bottom: 3rem;
	}
	
}

/* sm */ 
@media only screen and (max-width : 767px) {
	
	.logos a img{
		width: 100% !important;
	}
	img.logo-johnson{
		margin-top: 12px;
	}
	
	#homebanner{
		position: static !important;
	}
	
	.paso img{
		display:none;
	}
	.como h6,
	.como h2,
	.como p{
		display:block;
		margin:0.2rem auto;
		text-align: center;
	}
	.como h6{
		height: 40px;
		width: 40px;
		background:#c2f9ff;
		border:none !important;
		border-radius:40px;
		font-size: 15px;
		line-height:40px;
	}
	
}

/* xs */ 
@media only screen and (max-width : 575px) {}


























