/** Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap **/

/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {
	.document-icon{
	width:32% !important;}
}


/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) {  

  .borde-derecha{border-right:15px solid #fff;}
  .border-izquierda{border-left:15px solid #fff;}
}


/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) { 
	
	#post-grid-326 .item{width: 49% !important;}
	
	.tienda-home .tienda-texto span{font-size: 64px; line-height: 64px;}
	
	.quienes-somos-home ul li{padding: 25px;}
	
	.contenido-inicio h1 span {font-size: 72px;}
	
	.productos-home h2 {font-size: 84px;}
	
	.site-header{padding: 0 3.2rem !important;}
	
	.corporativo-home{background-image: url('images/logo-rojo.png'); background-attachment: fixed;}

}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) { 

}


