@media (min-width: 1920px) {
    #responsive-menu-button {
        display: block !important; 
    } 
}
@media (min-width: 1024px) {
    #responsive-menu-button {
        display: none !important; 
    }

    .sliderprincipal {
        margin-top: 180px !important; 
    } 
}
@media (max-width: 768px) { 
	.justify-content{
        display: block !important;
    }
	/* Tabs */
    /* Active */
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #666;
        border-color: transparent !important;
        background-color: #F39418 !important;
        color: #452317 !important;
        font-weight: 700;
    }
    .wpb-js-composer .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body{
        background: transparent !important;
        border: transparent !important;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
        background: transparent !important;
        border: transparent !important;
    }
    /* End - Active */

    /* Inactive */
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
        border-color: #e37f0e !important;
        background-color: #e37f0e !important;
        color: #fff !important;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
        color: #fff !important;
    }	
	/*End inactive	 */
	/* 	buttons */
	.btn-center-responsive{
		text-align: center !important;
	}
	/* Domicilios	 */
	.btn-domicilios > a.nav-link{
        background: #E37C08 !important;
        border-radius: 0px !important;
     }
    .btn-domicilios > a.nav-link {
    	padding: 0px 0px 0px 10px !important;
	}
}