/**
******************************************************************
*	DESKTOP LAYOUT 
******************************************************************
*/
@media (min-width: 1900px) {
	

}
@media (min-width: 1700px) and (max-width: 1899px) {
	

}
@media (min-width: 1500px) and (max-width: 1699px) {
	
	
	
}
@media (min-width: 1300px) and (max-width: 1499px) {
	
	

}
@media (min-width: 1200px) and (max-width: 1299px) {
	
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
	

}

@media (min-width: 992px) {
	
	
}

/**
******************************************************************
*	MOBILE & TABLET COMMON
******************************************************************
*/
@media (min-width: 200px) and (max-width: 991px) {
	
	

}

/**
******************************************************************
*	TABLET
******************************************************************
*/
@media (min-width: 768px) and (max-width: 991px) {

	
}

/**
******************************************************************
*	MOBILE
******************************************************************
*/
@media (min-width: 200px) and (max-width: 767px) {	

	

}
@media (min-width: 600px) and (max-width: 767px) {

	
	
}
@media (min-width: 480px) and (max-width: 599px) {

	

}
@media (min-width: 200px) and (max-width: 479px) {
	
	

}

/**
******************************************************************
*	EXTRAS Gala Hodios
******************************************************************
*/
.intro-text .main-text {
	letter-spacing: 0.5px;
}

.btn-glass {
	background: rgba(196, 0, 26, 0.9) !important;
	border-color: rgba(196, 0, 26, 1) !important;
	color: #fff !important;
}
.btn-glass:hover,
.btn-glass:focus {
	background: rgba(196, 0, 26, 1) !important;
	color: #fff !important;
}

.subscribe-form .form-control {
	border-radius: 6px;
}

/* Validación: borde rojo + texto rojo persistente */
.subscribe-form .field-error,
.subscribe-form .field-error:focus {
	border: 2px solid #ff3b30 !important;
	box-shadow: none !important;
	outline: none !important;
}
.field-error-msg {
	margin-top: 6px;
	color: #ff3b30 !important;
	font-weight: 700;
	font-size: 13px;
}

/* Desplegables: el campo cerrado sigue en blanco; las opciones en fondo claro */
.subscribe-form-1 select.form-control,
.subscribe-form select.form-control {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	color-scheme: light;
}

.subscribe-form-1 select.form-control option,
.subscribe-form select.form-control option {
	color: #1a1a1a !important;
	background-color: #ffffff !important;
}

.subscribe-form-1 select.form-control option:checked,
.subscribe-form select.form-control option:checked {
	color: #ffffff !important;
	background-color: #c4001a !important;
}

.subscribe-form-1 select.form-control option:disabled,
.subscribe-form select.form-control option:disabled {
	color: #666666;
}

.aceptaciones {
	margin-top: 12px;
	text-align: left;
	color: rgba(255,255,255,0.92);
	font-size: 13px;
	line-height: 1.35;
}
.aceptacion {
	display: block;
	margin: 8px 0;
	font-weight: 600;
}
.aceptacion input {
	margin-right: 8px;
}