/* #Flat Button
==================================================*/
.flat-button{
	position: relative;
	display: inline-block;
	font-weight: normal;
	line-height: 1.42857143;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	border-radius: 18px;
	color: white;
}
.flat-button:active {
	top: 2px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.flat-button:hover,
.flat-button:focus{
	color:#fff;
	text-decoration: none;
}

/* #Small
==================================================*/
.flat-button-sm{
	margin: 0px;
	padding: 10px;
	font-size: 5px;
	min-height: 50px;
	min-width: 50px;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}
.flat-button-smb{
	margin: 0px;
	padding: 12px 5px 10px 5px;
	font-size: 5px;
	min-height: 70px;
	min-width: 70px;
	border-radius: 10px!important;
	color: #333!important;
	background: #d8d8dd!important;
	border-bottom: 2px solid #9d9d9f!important;
	-webkit-box-shadow: inset 0 -2px #9d9d9f!important;
	box-shadow: inset 0 -2px #9d9d9f!important;
}
.flat-button-smb:hover{
	background: #ececf1!important;
}
.flat-button-smb.active{
	color: #fff!important;
	background: #0f163e!important;
	border-bottom: 2px solid #080b1f!important;
	-webkit-box-shadow: inset 0 -2px #080b1f!important;
	box-shadow: inset 0 -2px #080b1f!important;
}
.flat-button-smb span.text {
	display: flex;
    font-size: 8px;
	line-height: 10px;
    word-wrap: break-word;
    /*text-transform: uppercase;*/
    white-space: normal;
	margin-top: 5px;
	height: 20px;
	align-items: center;
	justify-content: center;
}

/* #Medium
==================================================*/
.flat-button-medium{
	margin: 0px;
	width: 100%;
	min-height: 100px;
	padding: 20px;
	font-size: 10px;
}

.flat-button-medium span.text {
	display: block;
	margin-top: 10px;
	padding-top: 145px;
	font-size: 14px;
	line-height: 18px;
	word-wrap: break-word;
	white-space: normal;
	text-transform: uppercase;
}

/* #XLarge
==================================================*/
.flat-button-xlarge{
	margin: 10px 0;
	width: 100%;
	min-height: 210px;
	min-width: 210px;
	padding: 20px 20px;
	font-size: 22px;
}
.flat-button-xlarge span.text, .flat-button-xlarge span.text2 {
	display: flex;
	margin-top: 10px;
	font-size: 22px;
	line-height: 26px;
	word-wrap: break-word;
	/*text-transform: uppercase;*/
	white-space: normal;
	height: 45px;
	align-items: center;
	justify-content: center;
}

.flat-button-xlarge span.fecha {
	display: block;
	color: #959595; 
	font-size: 80px;
	padding-top: 60px;
}

.flat-button-xlarge span.fecha2{
	display: block;
	color: #959595; 
	font-size: 80px;
	padding-top: 45px;
}

/* #Sun Flower Button
==================================================*/
.sun-flower-flat-button {
	color: #fff;
	background: #eace42;
	border-bottom: 2px solid #ae9034;
	-webkit-box-shadow: inset 0 -2px #ae9034;
	box-shadow: inset 0 -2px #ae9034;
}
.sun-flower-flat-button:hover {
	/*color: #eace42;*/
	color: #fff;
	background: #ffe149;
}

/* #Orange Flat Button
==================================================*/
.orange-flat-button {
	border: 1px solid #0f163c;
	min-height: 150px;
	max-height: 150px;
	min-width: 150px;
	max-width: 150px;
	padding: 0px!important;
	margin-bottom: 50px;
}
.orange-flat-button span.text{
	color: #0f163c;
	font-weight: bold;
}
.orange-flat-button:hover {
	background: #ffb540;
}

/* #Carrot Flat Button
==================================================*/
.carrot-flat-button {
	background-image: url("../../archivos/web/ico_altavoz.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}
.carrot-flat-button:hover {
	background-image: url("../../archivos/web/ico_altavoz_act.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

/* #Pumpkin Flat Button
==================================================*/
.pumpkin-flat-button {
	color: #fff;
	background: #dc7c24;
	border-bottom: 2px solid #795123;
	-webkit-box-shadow: inset 0 -2px #795123;
	box-shadow: inset 0 -2px #795123;
}
.pumpkin-flat-button:hover {
	/*color: #dc7c24;*/
	color: #fff;
	background: #f98c28;
}

/* #Alizarin Flat Button
==================================================*/
.alizarin-flat-button {
	background-image: url("../../archivos/web/ico_play.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}
.alizarin-flat-button:hover {
	background-image: url("../../archivos/web/ico_play_act.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

/* #Pomegranate Flat Button
==================================================*/
.pomegranate-flat-button {
	color: #fff;
	background: #dd5d50;
	border-bottom: 2px solid #b53224;
	-webkit-box-shadow: inset 0 -2px #b53224;
	box-shadow: inset 0 -2px #b53224;
}
.pomegranate-flat-button:hover {
	/*color: #dd5d50;*/
	color: #fff;
	background: #c0392b;
}

/* #Videocalle Flat Button
==================================================*/
.videocall-flat-button {
	color: #fff;
	background: #9fe8ef;
	border-bottom: 2px solid #5195af;
	-webkit-box-shadow: inset 0 -2px #5195af;
	box-shadow: inset 0 -2px #5195af;
}
.videocall-flat-button:hover {
	/*color: #9fe8ef;*/
	color: #fff;
	background: #62b1d0;
}
.videocall-n-flat-button {
	color: #fff;
	background: #62b1d0;
	border-bottom: 2px solid #5195af;
	-webkit-box-shadow: inset 0 -2px #5195af;
	box-shadow: inset 0 -2px #5195af;
}
.videocall-n-flat-button:hover {
	/*color: #9fe8ef;*/
	color: #fff;
	background: #62b1d0;
}
.videocall-r-flat-button {
	color: #fff;
	background: #62b1d0;
	border-bottom: 2px solid #5195af;
	-webkit-box-shadow: inset 0 -2px #5195af;
	box-shadow: inset 0 -2px #5195af;
}
.videocall-r-flat-button:hover {
	/*color: #9fe8ef;*/
	color: #fff;
	background: #62b1d0;
}

/* #Turquoise Flat Button
==================================================*/
.turquoise-flat-button {
	color: #fff;
	background: #4ee9ca;
	border-bottom: 2px solid #12ab8d;
	-webkit-box-shadow: inset 0 -2px #12ab8d;
	box-shadow: inset 0 -2px #12ab8d;
}
.turquoise-flat-button:hover {
	/*color: #4ee9ca;*/
	color: #fff;
	background: #1abc9c;
}


/* #Home Flat Button
==================================================*/
.home-flat-button {
	color: #fff;
	background: #858ab7;
	border-bottom: 2px solid #161832;
	-webkit-box-shadow: inset 0 -2px #161832;
	box-shadow: inset 0 -2px #161832;
}
.home-flat-button:hover {
	/*color: #858ab7;*/
	color: #fff;
	background: #212443;
}

/* #Green Sea Flat Button
==================================================*/
.green-sea-flat-button {
	color: #fff;
	background: #36ddbc;
	border-bottom: 2px solid #14947b;
	-webkit-box-shadow: inset 0 -2px #14947b;
	box-shadow: inset 0 -2px #14947b;
}
.green-sea-flat-button:hover {
	/*color: #36ddbc;*/
	color: #fff;
	background: #16a085;
}

/* #Emerald Flat Button
==================================================*/
.emerald-flat-button {
	color: #fff;
	background: #62f5a0;
	border-bottom: 2px solid #28be68;
	-webkit-box-shadow: inset 0 -2px #28be68;
	box-shadow: inset 0 -2px #28be68;
}
.emerald-flat-button:hover {
	/*color: #62f5a0;*/
	color: #fff;
	background: #2ecc71;
}

/* #Nephritis Flat Button
==================================================*/
.nephritis-flat-button {
	color: #fff;
	background: #1ce16f;
	border-bottom: 2px solid #219d55;
	-webkit-box-shadow: inset 0 -2px #219d55;
	box-shadow: inset 0 -2px #219d55;
}
.nephritis-flat-button:hover {
	/*color: #1ce16f;*/
	color: #fff;
	background: #27ae60;
}

/* #Blue Flat Button
==================================================*/
.blue-flat-button{
	color: #fff;
	background: #9fe8ef;
	border-bottom: 2px solid #5195af;
	-webkit-box-shadow: inset 0 -2px #5195af;
	box-shadow: inset 0 -2px #5195af;
}
.blue-flat-button:hover {
	/*color: #9fe8ef;*/
	color: #fff;
	background: #62b1d0;
}

/* #Peter River Flat Button
==================================================*/
.peter-river-flat-button {
	background-image: url("../../archivos/web/ico_volver.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}
.peter-river-flat-button:hover {
	background-image: url("../../archivos/web/ico_volver_act.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

/* #Belize Hole Sea Flat Button
==================================================*/
.belize-hole-flat-button {
	background-image: url("../../archivos/web/ico_continuar_n.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}
.belize-hole-flat-button:hover {
	background-image: url("../../archivos/web/ico_continuar_n_act.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

/* #Amethyst Flat Button
==================================================*/
.amethyst-flat-button {
	color: #fff;
	background: #be3c28;
	background-size: auto auto;
	border-bottom: 2px solid #582919;
	-webkit-box-shadow: inset 0 -2px #582919;
	box-shadow: inset 0 -2px #582919;
}
.amethyst-flat-button:hover {
	/*color: #be3c28;*/
	color: #fff;
	background: #e64a32;
}

/* #Wisteria Flat Button
==================================================*/
.wisteria-flat-button {
	background-image: url("../../archivos/web/ico_pausa.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	min-height: 50px!important;
	min-width: 50px!important;
	margin-top: -5px;
}
.wisteria-flat-button:hover {
	background-image: url("../../archivos/web/ico_pausa_act.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

/* #Wisteria Stop Flat Button
==================================================*/
.wisteria-stop-flat-button {
	background-image: url("../../archivos/web/ico_stop.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	min-height: 50px!important;
	min-width: 50px!important;
	margin-top: -5px;
}
.wisteria-stop-flat-button:hover {
	background-image: url("../../archivos/web/ico_stop_act.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

/* #Wet Asphalt Flat Button
==================================================*/
.wet-asphalt-flat-button {
	background-image: url("../../archivos/web/ico_user.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	min-height: 30px!important;
	min-width: 30px!important;
	margin-top: -5px;
}
.wet-asphalt-flat-button:hover {
	background-image: url("../../archivos/web/ico_user_act.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

/* #Midnight Blue Flat Button
==================================================*/
.midnight-blue-flat-button {
	background-image: url("../../archivos/web/ico_retroceder_n.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}
.midnight-blue-flat-button:hover {
	background-image: url("../../archivos/web/ico_retroceder_n_act.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

/* #Clouds Flat Button
==================================================*/
.clouds-flat-button {
	color: #fff;
	background: #f7fafb;
	border-bottom: 2px solid #dadedf;
	-webkit-box-shadow: inset 0 -2px #dadedf;
	box-shadow: inset 0 -2px #dadedf;
}
.clouds-flat-button:hover {
	/*color: #f7fafb;*/
	color: #fff;
	background: #ecf0f1;
}

/* #Silver Flat Button
==================================================*/
.silver-flat-button {
	border: 1px solid #0f163c;
	min-height: 150px;
	max-height: 150px;
	min-width: 150px;
	max-width: 150px;
	padding: 0px!important;
	margin-bottom: 50px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}
.silver-flat-button span.text{
	color: #0f163c;
	font-weight: bold;
}
.silver-flat-button:hover {
	background: #e1e3e5;
}

/* #Courses Flat Button
==================================================*/
.courses-flat-button {
	background-image: url("../../archivos/web/ico_carpeta.png");
	min-height: 150px;
	max-height: 150px;
	min-width: 150px;
	max-width: 150px;
	padding: 0px!important;
	margin-bottom: 50px;
}
.courses-flat-button span.text{
	color: #0f163c;
	font-weight: bold;
}
.courses-flat-button:hover {
	background: #e1e3e5;
}

/* #Shortcut Flat Button
==================================================*/
.shortcut-flat-button {
	background-image: url("../../archivos/web/ico_acceso_directo.png");
	min-height: 150px;
	max-height: 150px;
	min-width: 150px;
	max-width: 150px;
	padding: 0px!important;
	margin-bottom: 50px;
}
.shortcut-flat-button span.text{
	color: #0f163c;
	font-weight: bold;
}
.shortcut-flat-button:hover {
	background: #e1e3e5;
}


/* #Concrete Flat Button
==================================================*/
.concrete-flat-button {
	color: #fff;
	background: #afbfc0;
	border-bottom: 2px solid #95a5a6;
	-webkit-box-shadow: inset 0 -2px #95a5a6;
	box-shadow: inset 0 -2px #95a5a6;
}
.concrete-flat-button:hover {
	/*color: #afbfc0;*/
	color: #fff;
	background: #859596;
}

/* #Asbestos Flat Button
==================================================*/
.asbestos-flat-button {
	color: #fff;
	background: #6d6d6d;
	border-bottom: 2px solid #2f2e2e;
	-webkit-box-shadow: inset 0 -2px #2f2e2e;
	box-shadow: inset 0 -2px #2f2e2e;
}
.asbestos-flat-button:hover {
	/*color: #6d6d6d;*/
	color: #fff;
	background: #454545;
}

/* #Graphite Flat Button
==================================================*/
.graphite-flat-button {
	color: #fff;
	background: #6d6d6d;
	border-bottom: 2px solid #2f2e2e;
	-webkit-box-shadow: inset 0 -2px #2f2e2e;
	box-shadow: inset 0 -2px #2f2e2e;
}
.graphite-flat-button:hover {
	/*color: #6d6d6d;*/
	color: #fff;
	background: #454545;
}

/* #Kilometer Flat Button
==================================================*/
.kilometer-flat-button {
	color: #fff;
	background: #8a9f5d;
	border-bottom: 2px solid #374949;
	-webkit-box-shadow: inset 0 -2px #374949;
	box-shadow: inset 0 -2px #374949;
}
.kilometer-flat-button:hover {
	/*color: #8a9f5d;*/
	color: #fff;
	background: #a9c272;
}

/* #Reserves Flat Button
==================================================*/
.reserves-flat-button {
	color: #fff;
	background: #c3bb28;
	border-bottom: 2px solid #5b6909;
	-webkit-box-shadow: inset 0 -2px #5b6909;
	box-shadow: inset 0 -2px #5b6909;
}
.reserves-flat-button:hover {
	/*color: #c3bb28;*/
	color: #fff;
	background: #e3da2f;
}

/* #Rrhh Flat Button
==================================================*/
.rrhh-flat-button {
	color: #fff;
	background: #e89d28;
	border-bottom: 2px solid #b74c17;
	-webkit-box-shadow: inset 0 -2px #b74c17;
	box-shadow: inset 0 -2px #b74c17;
}
.rrhh-flat-button:hover {
	/*color: #e89d28;*/
	color: #fff;
	background: #ffad2d;
}

/* #Gestemp Flat Button
==================================================*/
.gestemp-flat-button {
	color: #fff;
	background: #6a9079;
	border-bottom: 2px solid #334e52;
	-webkit-box-shadow: inset 0 -2px #334e52;
	box-shadow: inset 0 -2px #334e52;
}
.gestemp-flat-button:hover {
	/*color: #6a9079;*/
	color: #fff;
	background: #7ead91;
}

/* #Gestpac Flat Button
==================================================*/
.gestpac-flat-button {
	color: #fff;
	background: #488092;
	border-bottom: 2px solid #213844;
	-webkit-box-shadow: inset 0 -2px #213844;
	box-shadow: inset 0 -2px #213844;
}
.gestpac-flat-button:hover {
	/*color: #488092;*/
	color: #fff;
	background: #599fb5;
}

/* #Equipment Flat Button
==================================================*/
.equipment-flat-button {
	color: #fff;
	background: #606e41;
	border-bottom: 2px solid #374949;
	-webkit-box-shadow: inset 0 -2px #374949;
	box-shadow: inset 0 -2px #374949;
}
.equipment-flat-button:hover {
	/*color: #606e41;*/
	color: #fff;
	background: #8ca05f;
}

/* #Registration Flat Button
==================================================*/
.registration-flat-button {
	color: #fff;
	background: #bb7302;
	border-bottom: 2px solid #6a471f;
	-webkit-box-shadow: inset 0 -2px #6a471f;
	box-shadow: inset 0 -2px #6a471f;
}
.registration-flat-button:hover {
	/*color: #bb7302;*/
	color: #fff;
	background: #ba9761;
}

/*** Vista Lista ***/
.col-sm-2.vlista .flat-button-medium{
	min-height: 40px!important;
    max-height: 40px!important;
    min-width: 40px!important;
    max-width: 100%!important;
	width: 100%!important;
	margin-bottom: 0!important;
}

/**************************************************** PORTATIL ********************************************************************/
@media (max-width: 1600px) and (max-height: 900px) {
	.separador{
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#cont_pie .separador{
		margin-top: 0;
		margin-bottom: 0;
	}
	.turquoise-flat-button, .amethyst-flat-button, .pumpkin-flat-button, .sun-flower-flat-button, .emerald-flat-button, .pomegranate-flat-button, .videocall-flat-button, .videocall-n-flat-button, .videocall-r-flat-button, .blue-flat-button, .nephritis-flat-button, .asbestos-flat-button, .graphite-flat-button, .kilometer-flat-button, .reserves-flat-button, .rrhh-flat-button, .gestemp-flat-button, .gestpac-flat-button, .equipment-flat-button, .registration-flat-button, 
	.silver-flat-button, .concrete-flat-button, .orange-flat-button, .pomegranate-flat-button:hover, .videocall-flat-button:hover, .videocall-n-flat-button:hover, .videocall-r-flat-button:hover, .blue-flat-button:hover, .nephritis-flat-button:hover, .asbestos-flat-button:hover, .graphite-flat-button:hover, .kilometer-flat-button:hover, .reserves-flat-button:hover, .rrhh-flat-button:hover, .gestemp-flat-button:hover, .gestpac-flat-button:hover, .equipment-flat-button:hover, .registration-flat-button:hover {
		background-size: 100%;
	}
}
@media (max-width: 1450px) and (min-width: 1401px) {
	.separador{
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#cont_pie .separador{
		margin-top: 0;
		margin-bottom: 0;
	}
	.turquoise-flat-button, .amethyst-flat-button, .pumpkin-flat-button, .sun-flower-flat-button, .emerald-flat-button, .pomegranate-flat-button, .videocall-flat-button, .videocall-n-flat-button, .videocall-r-flat-button, .blue-flat-button, .nephritis-flat-button, .asbestos-flat-button, .graphite-flat-button, .kilometer-flat-button, .reserves-flat-button, .rrhh-flat-button, .gestemp-flat-button, .gestpac-flat-button, .equipment-flat-button, .registration-flat-button, 
	.silver-flat-button, .concrete-flat-button, .orange-flat-button, .pomegranate-flat-button:hover, .videocall-flat-button:hover, .videocall-n-flat-button:hover, .videocall-r-flat-button:hover, .blue-flat-button:hover, .nephritis-flat-button:hover, .asbestos-flat-button:hover, .graphite-flat-button:hover, .kilometer-flat-button:hover, .reserves-flat-button:hover, .rrhh-flat-button:hover, .gestemp-flat-button:hover, .gestpac-flat-button:hover, .equipment-flat-button:hover, .registration-flat-button:hover {
		background-size: 100%;
	}
}

@media (max-width: 1400px) {
	.separador{
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#cont_pie .separador{
		margin-top: 0;
		margin-bottom: 0;
	}
	.turquoise-flat-button, .amethyst-flat-button, .pumpkin-flat-button, .sun-flower-flat-button, .emerald-flat-button, .pomegranate-flat-button, .videocall-flat-button, .videocall-n-flat-button, .videocall-r-flat-button, .blue-flat-button, .nephritis-flat-button, .asbestos-flat-button, .graphite-flat-button, .kilometer-flat-button, .reserves-flat-button, .rrhh-flat-button, .gestemp-flat-button, .gestpac-flat-button, .equipment-flat-button, .registration-flat-button, 
	.silver-flat-button, .concrete-flat-button, .orange-flat-button, .pomegranate-flat-button:hover, .videocall-flat-button:hover, .videocall-n-flat-button:hover, .videocall-r-flat-button:hover, .blue-flat-button:hover, .nephritis-flat-button:hover, .asbestos-flat-button:hover, .graphite-flat-button:hover, .kilometer-flat-button:hover, .reserves-flat-button:hover, .rrhh-flat-button:hover, .gestemp-flat-button:hover, .gestpac-flat-button:hover, .equipment-flat-button:hover, .registration-flat-button:hover {
		background-size: 100%;
	}
}
@media (max-width: 1400px) and (max-height: 960px){
	.flat-button{
		line-height: 1.40;
	}
}
@media (max-width: 1280px) and (max-height: 800px){
	.flat-button{
		line-height: 1;
	}
}

/***************************************************** TABLET  ********************************************************************/
@media (max-width: 1024px) {
	.flat-button-xlarge{
		min-height: 200px!important;
		min-width: 200px!important;
		max-height: 200px!important;
		max-width: 200px!important;
	}
	.flat-button-xlarge .icoprincipal{
		width:100px!important; 
		height:100px!important;
	}
	.flat-button-xlarge span.text {
		font-size: 18px;
		line-height: 22px;
	}
	.separador{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.flat-button-medium{
		min-height: 130px;
		min-width: 130px;
		max-height: 130px;
		max-width: 130px;
	}
	.flat-button-medium span.text {
		padding-top: 125px;
		font-size: 13px;
		line-height: 17px;
	}	
	.turquoise-flat-button, .amethyst-flat-button, .pumpkin-flat-button, .sun-flower-flat-button, .emerald-flat-button, .pomegranate-flat-button, .videocall-flat-button, .videocall-n-flat-button, .videocall-r-flat-button, .blue-flat-button, .nephritis-flat-button, .asbestos-flat-button, .graphite-flat-button, .kilometer-flat-button, .reserves-flat-button, .rrhh-flat-button, .gestemp-flat-button, .gestpac-flat-button, .equipment-flat-button, .registration-flat-button, 
	.silver-flat-button, .concrete-flat-button, .orange-flat-button, .pomegranate-flat-button:hover, .videocall-flat-button:hover, .videocall-n-flat-button:hover, .videocall-r-flat-button:hover, .blue-flat-button:hover, .nephritis-flat-button:hover, .asbestos-flat-button:hover, .graphite-flat-button:hover, .kilometer-flat-button:hover, .reserves-flat-button:hover, .rrhh-flat-button:hover, .gestemp-flat-button:hover, .gestpac-flat-button:hover, .equipment-flat-button:hover, .registration-flat-button:hover {
		background-size: 100%;
	}
	.turquoise-flat-button:hover, .amethyst-flat-button:hover, .pumpkin-flat-button:hover, .sun-flower-flat-button:hover, .concrete-flat-button:hover, 
	.emerald-flat-button:hover {
		background-size: 100%;
	}
}
@media (max-width: 950px) {
	.flat-button-xlarge{
		min-height: 185px!important;
		min-width: 185px!important;
		max-height: 185px!important;
		max-width: 185px!important;
	}
	.flat-button-xlarge .icoprincipal{
		width:90px!important; 
		height:90px!important;
	}
}
@media (max-width: 900px) {
	.flat-button-xlarge{
		min-height: 180px!important;
		min-width: 180px!important;
		max-height: 180px!important;
		max-width: 180px!important;
	}
}
@media (max-width: 850px) {
	.flat-button-xlarge{
		min-height: 155px!important;
		min-width: 155px!important;
		max-height: 155px!important;
		max-width: 155px!important;
	}
	.flat-button-xlarge .icoprincipal{
		width:75px!important; 
		height:75px!important;
	}
	.flat-button-xlarge span.text {
		font-size: 16px;
		line-height: 20px;
	}
	.flat-button-medium{
		min-height: 120px;
		min-width: 120px;
		max-height: 120px;
		max-width: 120px;
	}
	.flat-button-medium span.text {
		padding-top: 115px;
	}
}
@media (max-width: 800px) {
	.flat-button-medium{
		min-height: 110px;
		min-width: 110px;
		max-height: 110px;
		max-width: 110px;
	}
	.flat-button-medium span.text {
		padding-top: 105px;
	}	
}

/***************************************************** MOBILE ********************************************************************/
@media (max-width: 768px) {
	.turquoise-flat-button, .amethyst-flat-button, .pumpkin-flat-button, .sun-flower-flat-button, .emerald-flat-button, .pomegranate-flat-button, .videocall-flat-button, .videocall-n-flat-button, .videocall-r-flat-button, .blue-flat-button, .nephritis-flat-button, .asbestos-flat-button, .graphite-flat-button, .kilometer-flat-button, .reserves-flat-button, .rrhh-flat-button, .gestemp-flat-button, .gestpac-flat-button, .equipment-flat-button, .registration-flat-button, 
	.silver-flat-button, .concrete-flat-button, .orange-flat-button, .pomegranate-flat-button:hover, .videocall-flat-button:hover, .videocall-n-flat-button:hover, .videocall-r-flat-button:hover, .blue-flat-button:hover, .nephritis-flat-button:hover, .asbestos-flat-button:hover, .graphite-flat-button:hover, .kilometer-flat-button:hover, .reserves-flat-button:hover, .rrhh-flat-button:hover, .gestemp-flat-button:hover, .gestpac-flat-button:hover, .equipment-flat-button:hover, .registration-flat-button:hover {
		background-size: 70%;
	}
	.turquoise-flat-button:hover, .amethyst-flat-button:hover, .pumpkin-flat-button:hover, .sun-flower-flat-button:hover, .concrete-flat-button:hover, 
	.emerald-flat-button:hover {
		background-size: 70%;
	}
	.flat-button-xlarge span.text {
		margin-top: 5px;
	}
	.flat-button-medium{
		min-height: 150px;
		min-width: 150px;
		max-height: 150px;
		max-width: 150px;
	}
	.flat-button-medium span.text {
		padding-top: 145px;
		font-size: 14px;
		line-height: 18px;
	}
	#boton-salir .flat-button-sm{
		min-height: 40px;
		min-width: 40px;
		max-height: 40px;
		max-width: 40px;
		background-size: 100%;
		margin-right:0!important;
	}
	#menu-principal{
		text-align: center!important;
	}
	#menu-principal2{
		margin-top: 0.2%!important;
	}
	.espaciado-izquierda-inferior{
		margin-top: 1%!important;
	}
}
@media (max-width: 500px) {
	.belize-hole-flat-button, .belize-hole-flat-button:hover{
		background-size: 75%;
		background-position: right;
	}
	.carrot-flat-button{
		background-size: 70%;
	}
}
@media (max-width: 390px) {
	.flat-button-xlarge{
		min-height: 140px!important;
		min-width: 140px!important;
		max-height: 140px!important;
		max-width: 140px!important;
		padding: 20px 10px;
	}
	.flat-button-xlarge .icoprincipal{
		width:60px!important; 
		height:60px!important;
	}
	.flat-button-xlarge span.text {
		font-size: 15px;
		line-height: 19px;
	}
	.flat-button-medium{
		min-height: 130px;
		min-width: 130px;
		max-height: 130px;
		max-width: 130px;
	}
	.flat-button-medium span.text {
		padding-top: 125px;
	}
}
@media (max-width: 360px) {
	.flat-button-xlarge .icoprincipal{
		width:50px!important; 
		height:50px!important;
	}
	.flat-button-xlarge span.text {
		font-size: 14px;
		line-height: 18px;
	}
	.belize-hole-flat-button, .belize-hole-flat-button:hover{
		background-size: 85%;
	}
}
@media (max-width: 340px) {
	.flat-button-xlarge{
		min-height: 120px!important;
		min-width: 120px!important;
		max-height: 120px!important;
		max-width: 120px!important;
	}
	.flat-button-xlarge .icoprincipal{
		width:45px!important; 
		height:45px!important;
	}
	.flat-button-xlarge span.text {
		font-size: 14px;
		line-height: 16px;
	}
	.flat-button-medium{
		min-height: 110px;
		min-width: 110px;
		max-height: 110px;
		max-width: 110px;
	}
	.flat-button-medium span.text {
		padding-top: 105px;
		font-size: 13px;
		line-height: 17px;
	}
}