/* Tablet */
@media (min-width: 601px) and (max-width: 1024px) {
	
	:root {

		/*NavBar*/
  		/*--navbar-height: 100px;*/
  		--navbar-width: 100vw;
		
		/*Page Content Wrapper*/
  		--max-page-content-width: var(--navbar-width);
		
	}
	
	body {
		/*background: purple;*/
		overflow-y: auto;
		font-size: 0.9rem;
	}
	
	.navbar-wrapper .content .navmenu .cabval-menu>li {
		min-width: 100px;
	}
	
	
	.navbar-brand {
		padding: 0px 20px 0px 20px;
	}

	.navbar-brand .custom-logo {
		height: 80px;
		width: auto;
	}
	
	.wordpress-link {
		display: none !important;
	}
	
	.floating-social-tab {
		position: fixed;
		top: unset;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		flex-direction: row;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		padding: 6px;
	}
	
	.social-icon {
		width: 28px;
		height: 28px;
	}
	
	.page-content-wrapper {
		padding: 10px 10px 0px 10px;
	}
	
	.reductible-text {
	}
	
	.google-maps-frame {
		width: 100%;
		height: 100px;
		max-height: 100px;
		border:0;
		border-radius:4px;
	}
	
	.about-us-contact-region {
		flex-basis:25%;
		width:25%;
		min-width:25%;
		max-width:30%;
		padding: 10px 5px 5px 5px;
	}
	
	.about-us-contact-region .contact-icon { 
		width: 28px;
		height: 28px;
	}
	
	.links-interest-region {
	}
	
	.region-section {
		padding: 10px !important;
	}

	.actores-del-mercado-wrapper {
		width: 400px;
    	height: 220px;
	}

	.actores-del-mercado {
		width: 400px;
    	height: 220px;
	}
	
	.actores-del-mercado:hover {
		transform: scale(1) translateX(0%) translateY(0%);
	}
	
	.gap-10 {
		gap: 5px !important;
	}
	
	.gap-20 {
		gap: 10px !important;
	}
	
	.table-header .thead .column.header {
		font-size: 0.8rem;
	}
	
	.table-header .column.field-inicio,
	.table-header .column.field-vence,
	.table-body-wrapper#tbl-subastas .column.field-inicio,
	.table-body-wrapper#tbl-subastas .column.field-vence {
		display: none !important;
	}
	
	.settings-icon {
		display: none !important;
	}

	.flex-flow.flex-adaptive {
		flex-direction: column;
	}
	
}