@media (min-width : 992px) {


    
    .xnavbar .navbar-header .navbar-brand .xnavbar-logo-brand {
        max-width : 180px;
    }

    
    .xnavbar .navbar-body .xnavbar-top .buttons-top .config-phone-site {
        min-width: 349px;
    }


    .section-productos-destacados .title {
    	font-size: 4.8rem;
    }


    .producto-titulo {
        font-size: 1.8rem
    }

	.producto-img-thumb {
		padding-top:20px;
	}

    .producto-img-thumb img {
	    padding: 0 16% 26%;
	    
	}


    /*************************************************************************************/
    /********************     Catalogo                  **********************************/
    /*************************************************************************************/
    .content-breadcrum {
        margin-top : 130px;
    }

    .content-header {
        height          : 270px;
        background      : url('../../public/breadcrumb/breackcrumbs.jpg');
        margin-bottom   : 90px;
        background-size : cover;
    }


    .cont-head-title {
        font-weight    : 600;
        font-size      : 3.0rem;
        line-height    : 175px;
        color          : #FFF;
        float          : left;
        text-transform : uppercase;
    }

    .content-header .breadcrumb {
        line-height : 175px;
        margin      : 0;
        padding     : 0;
    }

    .content-header .breadcrumb li a,
    .content-header .breadcrumb li a:hover,
    .content-header .breadcrumb li a:focus {
        color          : #1d85ed;
        font-size      : 1.8rem;
        text-transform : uppercase;
        font-style     : italic;
        font-weight    : 400;
    }

    .content-header .breadcrumb li.active {
        color          : #FFFFFF;
        font-size      : 1.8rem;
        text-transform : uppercase;
        font-style     : italic;
        font-weight    : 400;
    }




    
}