.iconos {
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 2.7rem;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 62.5rem;
	line-height: 5.25rem;
	transition: 300ms linear;
	transition-property: color;
	padding-top: 10px;
	margin-top: 10px;
}

.android {
	left: 0 !important;
}

.iconos-2 {
	float: left;
	width: 38px;
	height: 38px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	border: #FFFFFF solid 1px;
	border-radius: 100%;
	margin-right: 15px;
	padding-top: 10px;
}

input::placeholder {
	color: white;
}

textarea::placeholder {
	color: white;
}

.iconos-social {
	color: white;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 3rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 12px;
}

.iconos-social-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 100%;
	width: 100%;
	color: #8d9aac;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125rem;
	padding-top: 8px;
}

.site-team .site-social-icons a i.fa-brands:hover {
	color: white;
}

.boton {
	cursor: pointer;
	font-size: 1.5em;
	color: rgb(255, 255, 255);
	padding: 20px 20px;
	transition: 100ms;
	width: 219px;
	box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
	border-radius: 55px;
	background: rgb(0, 50, 190);
	--hover-width: 217px;
	--hover-color: #0032be;
	--hover-bgc: #ffffff;

	--hover-borderc: #0032be;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.boton:hover {
	color: rgb(24, 0, 79);
	background: rgb(255, 255, 255);
	border-color: rgb(24, 0, 79);
	border-width: 3px;
	border-style: solid;
}

.WhatsApp {
	font-size: 1.5em;
}

.funciona-icon {
	font-size: 2rem;
	line-height: 0.9375rem;
	color: #FFFFFF;
	border-radius: 4px;
	padding: 4px;
	background-color: #0032BE;
}

#enviar::placeholder {
	color: #0032BE;
}

.fixer-img {
	max-width: 500px;
}

@media screen and (max-width: 767px) {
	.fixers {
		margin-top: 1.25rem;
	}

	.boton {
		padding: 10px;
		font-size: 1em;
		margin: 0 auto;
	}

	.WhatsApp {
		font-size: 1em;
	}

	.banner-caption h1 {
		font-size: 60px;
	}
}

@media screen and (max-width: 450px) {
	.fixer-img {

		max-width: 380px;
	}

	.banner-caption h1 {
		font-size: 35px;
		width: 280px !important;
	}
}

@media screen and (max-width: 1200px) {
	.banner-caption h1 {
		width: 480px;
	}
}

.titulo {
	background-color: #DA4167;
	border-radius: 0.3em;
	padding: 10px;
	width: 100%;
	margin-top: 10px !important;
}

.alert-suscripcion {
	animation: slideInDown 0.3s ease-out;
}

@keyframes slideInDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Mejoras visuales para el botón durante el loading */
#btnSuscribir.disabled {
	cursor: not-allowed;
	opacity: 0.7;
}


/* Sección contacto */
.site-contact-form .error-field {
	border-bottom-color: #ff6b6b !important;
	animation: shake 0.5s ease-in-out;
}

.site-contact-form .error-field:focus {
	border-bottom-color: #ff4757 !important;
	box-shadow: 0 1px 0 0 #ff4757;
}

/* Mensajes de error por campo */
.site-contact-form .field-error {
	color: #ff6b6b;
	font-size: 12px;
	margin-top: 5px;
	display: block;
	animation: fadeInUp 0.3s ease-out;
	font-weight: 500;
	line-height: 1.4;
}

/* Alertas personalizadas para el formulario */
.alert-contacto {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 8px;
	margin: 20px 0;
	padding: 0;
	border: none;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	animation: slideInDown 0.4s ease-out;
	backdrop-filter: blur(10px);
}

.alert-contacto .alert-content {
	display: flex;
	align-items: flex-start;
	padding: 15px 20px;
	position: relative;
}

.alert-contacto .alert-icon {
	font-size: 20px;
	margin-right: 12px;
	margin-top: 2px;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: bold;
	line-height: 1;
}

.alert-contacto .alert-text {
	flex: 1;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	font-weight: 500;
}

.alert-contacto .alert-close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	opacity: 0.7;
	padding: 5px;
	line-height: 1;
	transition: opacity 0.2s ease;
}

.alert-contacto .alert-close:hover {
	opacity: 1;
}

/* Colores específicos para diferentes tipos de alerta */
.alert-contacto.alert-success {
	background: linear-gradient(135deg, rgba(46, 204, 113, 0.95), rgba(39, 174, 96, 0.95));
	color: white;
}

.alert-contacto.alert-success .success-icon {
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.alert-contacto.alert-success .alert-close {
	color: #ffffff;
}

.alert-contacto.alert-danger {
	background: linear-gradient(135deg, rgba(231, 76, 60, 0.95), rgba(192, 57, 43, 0.95));
	color: white;
}

.alert-contacto.alert-danger .danger-icon {
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.alert-contacto.alert-danger .alert-close {
	color: #ffffff;
}

.alert-contacto.alert-warning {
	background: linear-gradient(135deg, rgba(241, 196, 15, 0.95), rgba(243, 156, 18, 0.95));
	color: white;
}

.alert-contacto.alert-warning .warning-icon {
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.alert-contacto.alert-warning .alert-close {
	color: #ffffff;
}

/* Estado disabled para el botón */
.site-contact-form button[type=submit].disabled {
	opacity: 0.7;
	cursor: not-allowed;
	pointer-events: none;
}

/* Spinners personalizados */
.site-contact-form button[type=submit] i.fa-spinner,
.site-contact-form button[type=submit] .custom-spinner {
	display: none;
	margin-left: 8px;
	animation: spin 1s linear infinite;
}

.site-contact-form button[type=submit].disabled i.fa-spinner,
.site-contact-form button[type=submit].disabled .custom-spinner {
	display: inline-block;
}

.custom-spinner {
	display: inline-block;
	animation: spin 1s linear infinite;
	margin-left: 5px;
}

/* Animaciones */
@keyframes shake {

	0%,
	100% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-5px);
	}

	75% {
		transform: translateX(5px);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* Mejoras para campos válidos */
.site-contact-form input:focus:valid,
.site-contact-form textarea:focus:valid {
	border-bottom-color: #2ecc71;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
	.alert-contacto {
		margin: 15px 0;
	}

	.alert-contacto .alert-content {
		padding: 12px 15px;
	}

	.alert-contacto .alert-content i {
		font-size: 18px;
		margin-right: 10px;
	}

	.alert-contacto .alert-text {
		font-size: 13px;
	}

	.site-contact-form .field-error {
		font-size: 11px;
	}
}

/* Mejora visual para placeholder en campos con error */
.site-contact-form .error-field::placeholder {
	color: rgba(255, 255, 255, 0.6);
}