/*GLOBALES*/
a {
	text-decoration: none!important;
}

/*CUSTOMIZAR MENU*/
.ast-below-header-wrap {
	position:fixed;
	width: 100%;
	border-bottom: 1px solid #FFAB8A;
}

.ast-below-header-wrap.scrolled {
	width: 95%;
	max-width: 1200px;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
  	background: #E7FAFE73;
	border-radius: 16px;
	border: none;
  	backdrop-filter: blur(10px);
  	-webkit-backdrop-filter: blur(10px); /* Safari */
  	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/*ANIMACION IMG HERO*/
#img-hero {
	animation: slide 3s ease-in-out infinite alternate;
}

@keyframes slide {
	from {
		transform: translateY(-10px);
	}
	to {
		transform: translateY(10px);
	}
}

/*Services section*/
#services {
	text-decoration: none!important;
	font-weight: normal;
}

.more-services {
	font-size: 14px;
	font-weight: 600;
	transition: .5s ease;
}

.more-services:hover {
	transform: translatex(2px);
}

/*Contact form*/
.elementor-widget-wpforms>.elementor-widget-container {
	box-shadow: 0 10px 10px #eeeeee!important;
}

.wpf-input input{
	min-width: 100%;
}

.wpf-button-index {
	border: none !important;
	min-width: 100%;
	font-weight: 700!important;
	height: 50px!important;
}

.wpf-button-index:hover {
	background: #ff4700!important;
	box-shadow: 0 10px 20px #FFCCB8 !important;
}

/*FOOTER*/
.title-footer {
	color: #0ECBF1;
	font-size: 18px;
	font-weight: bold;
}

.links-footer li {
	padding-bottom: 8px;
}

.links-footer li a {
	font-weight: normal;
}

/*Input footer*/
.email-box-footer {
  display: flex;
  width: 100%;
  max-width: 300px;
  overflow: visible;
  transition: box-shadow 0.3s ease;
}

/* INPUT */
.email-box-footer input {
  flex: 1;
  padding: 10px;
  border: 2px solid #FF4700;
  outline: normal;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
	border-radius: 24px 0 0 24px;
}

.email-box-footer input:focus {
	background-color: transparent;
	border: 3px solid #FF4700;
	color: #fff;
}

.email-box-footer input::placeholder {
  color: #bbb;
}

/* BOTÓN */
.email-box-footer button {
  background-color: #FF4700;
  border: none;
  padding: 0 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 0 24px 24px 0!important;
  transition: all 0.25s ease;
}

.email-box-footer button:hover {
  background-color: #ff4700;
  box-shadow: 0 0 30px #ff4700;
}

/* ESTADOS */
.email-box-footer.success {
  box-shadow: 0 0 0 2px #7ED321;
}

.email-box-footer.error {
  box-shadow: 0 0 0 2px #ff4d4f;
}

/* FEEDBACK TEXTO */
.email-feedback-footer {
  font-size: 12px;
  margin-top: 6px;
  color: #ccc;
  min-height: 16px;
}

.email-feedback-footer.success {
  color: #7ED321;
}

.email-feedback-footer.error {
  color: #ff4d4f;
}

/*BOTTOM FOOTER*/
.terms-footer {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.terms-footer a{
	font-weight: 300;
	font-size: 14px;
}

.customize-unpreviewable {
	color: #ff4700!important;
	font-weight: 400!important;
	font-size: 14px!important;
}
