/*overflow*/
.elementor-element-10d6d7ca {
  overflow-x: hidden;
}
/*fin overflow*/

#tranqui-week-header {
    background-color: white;
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
}

.slide-1, .slide-2, .slide-3 {
  display: block;
	animation-duration: 25s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.slide-1{
	animation-name: anim-1;
}

.slide-2{
	animation-name: anim-2;
}

.slide-3{
	animation-name: anim-3;
}


@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 0%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 0%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 0%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

/*Formu*/
@media screen and (min-width: 820px) {
 .elementor-element.elementor-element-329501f.elementor-widget.elementor-widget-heading {
  max-width: 800px;
  margin: 0 auto;
}
	#wpforms-10365-field_3 {
  max-width: 520px;
}
	.wpforms-field-container {
  max-width: 460px;
}
	#wpforms-10365 {
  max-width: 800px;
}
	.wpforms-submit-container {
  min-width: 330px;
}
}
/*#wpforms-8337 {
  width: 100% !important;
}
	.suscribirse {
  width: 400px !important;
  margin-top: 0px !important;
}
	.emailtranqui input {
  width: 400px !important;
}
#wpforms-8337 {
  width: 800px;
}
}*/
.suscribirse {
/*  width: 380px ;
  float: right !important;*/
  background-color: #414eef !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
	font-size:20px !important;
	margin-top: -64px ;
height: 44px !important;
}
.emailtranqui input {
 /* width: 380px;*/
	border: none !important;
border-radius: 4px !important;
	height: 44px !important;
	font-size: 14px !important;
}
.elementor-toggle-item .fas.fa-chevron-down {
  margin-top: 12px;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #1f2083 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 6px !important;
}

.clickeable {
  cursor: pointer;
}