/* MÓVILES Y TABLETS */

/* BODY */

	body{
		font-size: 3vw;		
	}
	

/* DISPLAY ORDENADOR/MOVIL/TABLET */

	.ordenador{
		display: none !important;
	}

	.movil {
		display: inline-block !important;
	}

	
/* TÍTULOS */

.titulos {
	font-size: 4vw;
}

.titulos_2 {
	font-size: 3.5vw;
}

.titulos_3 {
	font-size: 3vw;
}


/* LABELS */

	label {
		width: 100%;
		display: block;
		text-align: center;
	}

	.form-floating>label{
		transform: scale(.85) translateY(-.5rem) translateX(.15rem)
	}

	.form-floating>input{
		height: 7rem !important;
		padding-bottom: 0rem !important;
	}

	.form-floating>select{
		height: 7rem !important;
		padding-bottom: 0rem !important;
	}




  
  