@media (max-width: 768px){
	.blog.general-layout-1 .row-fluid .span2{
        width: 29.78%;
    	margin: auto 1.7% !important;
    }
    img.cover-home{
    	width: 100%;
    }
    
    .row-fluid [class*="col-sm"]{
    	margin-top: 10px;
    }
    .videobox.row{
    	width: 100%;
    	max-width: 100%;
    	margin: 0;
    	height: auto;
    }
    .videobox.row iframe{
    	width: 100%;
    	height: 225px;	
    }
    
    .row.recursos-pastorales-links img{
        width: 100%; height: auto;
    }
    
    .banners-top{
        position: absolute;
        top: 3px;
        left: 0;
        width: 100%;
    }
    .banners-top img{
        width: 100%;
    }
    body > div.body:nth-child(1) > .container:nth-child(1){ padding-top: 10px;}   /*Cambie este dato, el anterior era 80px,  Mauricio*/
    ul.nav.menu.square-color-buttons li.smaller-text a {
        font-size: 13px;
        line-height: 23px;
    }   
}