/* MIN 1920px */

@media only screen and (min-width: 1920px) {

}


/* MAX 1440px For Paddings */

@media only screen and (max-width: 1440px) {

	}


/* MAX 1280px For Paddings */

@media only screen and (max-width: 1280px) {

}


/* MAX 1185px For Paddings */

@media only screen and (max-width: 1185px) {

}


/* MAX 1100px for FS Layer Slider */

@media only screen and (max-width: 1100px) {

}


/* MAX 1024px */

@media only screen and (max-width: 1024px) {

}


/* MAX 1000px */

@media only screen and (max-width: 1000px) {

}


/* MAX 960px */

@media only screen and (max-width: 960px) {

	/*Menu*/
	 .minMenuMobile{
	 }
	 
	 .minMenuMobile .ui-menu{
	 	width: 100%;
	 }
	
	.contenedor-option{
	    padding-top: 10px;
	}
	
	.TletraTam{
		font-size: 13px;
	}
	
	
	/*Header*/
	.col-top-profile .ui-menu.ui-menubar{
 	margin:0px!important;
 	}
 
 	.col-top-logout{
 		padding-top:10px !important;
 		text-align:right;
 	}
	
	/*Sweet Alert*/
	.ui-dialog{
		width: 100% !important;
	}
	
	.title-lightblue{
		font-size: 20px;
	}
	
	.txtValidationMessage{
		font-size: 16px;
	}
	
	/*Forms And Steps*/
	.ui-steps ul{
		font-size: 16px;
	}
	
	h1{
		font-size: 32px !important;
	}
	
	h3{
    	font-size: 18px !important;
	}
	
	.secondary-button-minwidth {
		margin-top: 10px !important;
	}
	
	.primary-button-minwidth{
		margin-top: 10px !important;
	}
	
	/* SMS Token */
	.ui-input-style-sms{
	    margin: 10px 0px 0 !important;
	}
	
	.titulotranexterior{
	font-size:17px;color:#24b9d7;
	}
	
	.div-securityimage-margin-right{
	margin-right:0%;
}
}


/* MAX 766px */

@media only screen and (max-width: 766px) {
    .solo-desktop {
		      display: none;
		    }
	.margin-top-login-mobile{
		margin-top: 20% !important; 
	}
	
	.titulo-mobile h1{
		font-size: 20px !important; 
	}
	
	.p-formgrid.p-grid .p-col-12{
		margin-top: 10px;
    	margin-bottom: 10px;
	}
	.padding-mobile{
		padding: 4px !important;
	}
	
	
	
	.mobile-menu-button {
		background-color: white !important;
		color: gray !important;
		/*icon: icon="pi pi-ellipsis-v";*/
		padding-left: 50px !important
	}
	.mobile-menu-button span span{    
		display:none !important; 
	}
	
	.btnSplitAccountsTieredMenu {
		font-size: 0px !important;
	} 
	
	.pi-angle-down::before {
		content: "\e950"; 
	}
	
	/*.mobile-menu-button::before {
		content: "Corto";
	}*/
	
	.Bmobile-view{
		display: left;
		margin-top: -23px;
		text-align:left !important;
	}
	
	.mobile-fieldset {
		border-width: 0px;
		padding-left:0px;
		padding-right:0px;
	}
	
	h1 {
		font-size: 20px !important;
	}
	
	.dvAccounts{
		padding-left:0px;
		padding-right:0px;
	}
	
	.dvAccounts .ui-dataview-content{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.header-mobile{
		font-size: 12px !important;
	}
	
	/*.tabCustomRow{
		font-size: 12px !important;
	}*/
	.claseAcordion2 {
		font-size: 12px !important;
	}
	
	.claseAcordion2 .ui-accordion-header{
		font-size: 12px !important;
	}
	
	.menuPasos {
		margin-top:-30px !important;
	}
	
	body .ui-selectonemenu .ui-selectonemenu-label{
		font-size:12px !important;
	}

}

/*@media (max-width: 768px) {
    .solo-desktop {
      display: none;
    }
}*/




/* MAX 640px */

@media only screen and (max-width: 640px) {}


/* MAX 540px */

@media only screen and (max-width: 540px) {}


/* MAX 480px */

@media only screen and (max-width: 500px) {}


/* MAX 360px */

@media only screen and (max-width: 360px) {}