/* Estilos para pantallas hasta 991px */
@media only screen and (max-width: 991px) {
	#regal {
		width: 100%;
		height: 200px;
		display: none;
		/* background: url(../img/lion_landscape.png) no-repeat; */
	}
	h3.form-cabecera {
		font-size: 24px;
		color: rgb(50, 50, 50);
		border-bottom: none;
	}
	h2.control {
		font-family: Helvetica, Arial, Verdana;
		color: #812733;
		text-transform: uppercase;
		width: 100%;
	}
}

/* Estilos para pantallas hasta 768px */
@media only screen and (max-width: 768px) {
	#regal {
		width: 100%;
		height: 200px;
		display: none;
	}
	.logo-generali {
		margin-left: 25px;
		margin-top: 15px;
		width: 100%;
		height: 120px;
		float: left;
		background: url(../img/regal-logo.png) no-repeat;
	}
	h3.form-cabecera {
		font-size: 24px;
		color: rgb(50, 50, 50);
		border-bottom: none;
	}
	h2.control {
		font-family: Helvetica, Arial, Verdana;
		color: #812733;
		text-transform: uppercase;
		width: 100%;
	}
}

/* Estilos para pantallas hasta 600px */
@media only screen and (max-width: 600px) {
	#regal {
		display: none;
	}
	.logo-generali {
		width: 70px;
		height: 62px;
		background: url(../img/regal-logo.png) no-repeat;
		background-size: contain;
		display: inline-block;
		float: initial;
		margin-top: 5px;
	}
	h3.form-cabecera {
		padding: 10px 0;
		color: rgb(50, 50, 50);
		border-bottom: none;
	}
	.log-verisign {
		position: relative;
		margin: 5px 0 10px 0;
		background: url(../img/verisign-logo.svg) no-repeat;
	}
	p.legal {
		text-align: center;
		margin-top: 20px;
		float: left;
		font-size: 1em;
		color: #812733;
		width: 100%;
	}
	h2.control {
		margin-top: 15px;
		font-size: 1.8em;
		float: left;
	}
	.col-xs-12 {
		width: 100%;
		text-align: center;
	}
	.row {
		background-color: white !important;
	}
	.textfield_cargando {
		background-color: white;
	}
	#titulo_form_linea {
		font-size: 1.4em;
	}
	.container {
		padding: 0 !important;
	}
	h3 {
		margin-top: 0 !important;
	}
	.form-control {
		background-color: rgb(241, 241, 241) !important;
	}
}

/* Estilos para pantallas hasta 360px */
@media only screen and (max-width: 360px) {
	#regal {
		display: none;
	}
	.logo-generali {
		width: 70px;
		height: 62px;
		background: url(../img/regal-logo.png) no-repeat;
		background-size: contain;
		display: inline-block;
		float: initial;
		margin-top: 5px;
	}
	h2.control {
		font-size: 2em;
	}
	h3.form-cabecera {
		padding: 10px 0;
		color: rgb(50, 50, 50);
		border-bottom: none;
	}
	.log-verisign {
		position: relative;
		margin: 5px 0 10px 0;
		background: url(../img/verisign-logo.svg) no-repeat;
	}
	p.legal {
		text-align: center;
		margin-top: 20px;
		float: left;
		font-size: 1em;
		color: #812733;
		width: 100%;
	}
	h2.control {
		margin-top: 15px;
		font-size: 1.8em;
		float: left;
		text-transform: uppercase;
		width: 100%;
	}
	.col-xs-12 {
		width: 100%;
		text-align: center;
	}
	.row {
		background-color: white !important;
	}
	.textfield_cargando {
		background-color: white;
	}
	#titulo_form_linea {
		font-size: 1.4em;
	}
	.code {
		font-size: 14px;
	}
	.container {
		padding: 0 !important;
	}
	h3 {
		margin-top: 0 !important;
	}
	.form-control {
		background-color: rgb(241, 241, 241) !important;
		border: none;
	}
}