.demo-funnel .demo-funnel-title h1,

.demo-funnel .demo-funnel-title h2 {

  text-align: center;

}

.demo-funnel .demo-funnel-title h1 {

  color: #11B3A2;

  font-size: 2.625rem; /* 42px */

  font-weight: 700;

}

.demo-funnel .demo-funnel-title h2 {

  font-size: 1.625rem; /*26px */

  font-weight: 400;

}

.demo-funnel h3 {

  font-size: 1.625rem; /*26px */

  font-weight: 400;

}



/* Type Selector */

.demo-funnel .type-selector {

  display: flex;

  flex-flow: row wrap;

  align-items: center;

  justify-content: center;

  margin: 0;

  padding: 0;

}

.demo-funnel .type-selector li {

  display: flex;

  flex-flow: column wrap;

  flex: 1 1 0;

  align-items: center;

  max-width: 600px;

  box-shadow: 0px 1px 10px rgb(0 0 0 / 15%);

  background-color: #fff;

  margin-top: 60px;

  margin-left: 15px;

  margin-right: 15px;

  transition: all ease-in .1s;

}

.demo-funnel .type-selector li:hover,

.demo-funnel .type-selector li.selected {

  cursor: pointer;

  box-shadow: 0px 1px 10px rgb(0 0 0 / 25%);

  transform: scale(1.05);

  transition: all ease-in .1s;

}

.demo-funnel .type-selector li.selected {

  background-color: rgb(17 179 162 / 10%);

  transition: all ease-in .1s;

}

.demo-funnel .type-selector li:first-child {

  margin-left: 0;

}

.demo-funnel .type-selector li:last-child {

  margin-right: 0;

}

.demo-funnel .type-selector li .type-icon {

  display: flex;

  align-items: center;

  position: relative;

  top: -40px;

}

.demo-funnel .type-selector li .type-icon span {

  display: flex;

  flex-flow: row wrap;

  align-items: center;

  justify-content: center;

  background-color: #CE2676;

  border-radius: 50%;

  padding: 10px;

  width: 60px;

  height: 60px;

  position: relative;

  z-index: 3;

}

.demo-funnel .type-selector .selector-text {

  display: flex;

  text-align: center;

  align-items: center;

}

.demo-funnel .type-selector .selector-text span {

  margin: 0 auto;

  font-size: 1.25rem;

}

.demo-funnel .type-selector .selector-text i {

  font-size: 1rem;

  color: #CE2676;

}

.demo-funnel .pricing-error {

  font-size: .8rem !important;

  color: red !important;

  position: static !important;

  bottom: 0 !important;

  display: none !important;

}

.demo-funnel .pricing-error.show-error {

  display: block !important;

}

.demo-funnel .quantity-slider.show-error,

.demo-funnel .accomodation-selector li.show-error {

  box-shadow: 0px 0px 10px rgb(255 0 0 / 25%);

  border: 1px solid red;

}

.demo-funnel #business-type.type-selector li#five-host .type-icon span:nth-child(2),

.demo-funnel #business-type.type-selector li#five-host .type-icon span:nth-child(4) {

  z-index: 2;

  background-image: linear-gradient(

    0deg,

    rgba(255,255,255,0.25) 0%,

    rgba(255,255,255,0.25) 100%);

  transform: scale(.75);

}

.demo-funnel #business-type.type-selector li#five-host .type-icon span:nth-child(2) {

  left: 40px;

}

.demo-funnel #business-type.type-selector li#five-host .type-icon span:nth-child(4) {

  right: 40px;

}

.demo-funnel #business-type.type-selector li#five-host .type-icon span:nth-child(1),

.demo-funnel #business-type.type-selector li#five-host .type-icon span:nth-child(5) {

  z-index: 1;

  background-image: linear-gradient(

    0deg,

    rgba(255,255,255,0.5) 0%,

    rgba(255,255,255,0.5) 100%);

  transform: scale(.5);

}

.demo-funnel #business-type.type-selector li#five-host .type-icon span:nth-child(1) {

  left: 90px;

}

.demo-funnel #business-type.type-selector li#five-host .type-icon span:nth-child(5) {

  right: 90px;

}

.demo-funnel .type-selector .type-icon img {

  max-width: 50px;

  max-height: 50px;

}

.demo-funnel .type-selector li .type-text {

  font-size: 1.5rem; /* 24px */

  margin: -20px 0 20px;

}

.demo-funnel .type-selector li .type-text strong {

  color: #CE2676;

  font-weight: 700;

}



/* Return trigger */

.demo-funnel .return-trigger span:hover {

  cursor: pointer;

  text-decoration: underline;

}

.demo-funnel .return-trigger i {

  margin-right: 4px;

  margin-top: 30px;

}



/* Forms */

.demo-funnel .forms-wrapper {

  margin: 30px auto 0;

  max-width: 600px;

}

.demo-funnel .ab-default-forms.ab-fom-page.ab-form-demo {

  box-shadow: 0 0 5px rgb(0 0 0 / 15%);

}



/* Animation */

.demo-funnel .channel-animation {

  margin: 60px auto 0;

}



/* Show and Hide blocks classes */

.demo-funnel *.show-view {

  display: block;

}

.demo-funnel div > ul.show-view,

.demo-funnel .channel-animation.show-view {

  display: flex;

}

.demo-funnel *.hide-view, 

.demo-funnel .accomodation-selector.hide-view {

  display: none;

}



/* Pricing Custom */

.demo-funnel .accomodation-selector,

.demo-funnel .quantity-slider,

.demo-funnel .plans {

  margin-top: 30px;

  margin-bottom: 30px;

}

.demo-funnel .accomodation-selector {

  display: block;

}

.demo-funnel .accomodation-selector .type-selector > li {

  font-size: 1.625rem; /*26px */

  padding: 15px;

  margin-top: 0;

  flex-flow: row wrap;

  text-align: center;

}

.demo-funnel .accomodation-selector .type-selector > li > div {

  flex: 1 1 0;

}

.demo-funnel .accomodation-selector .type-selector > li .check-bullet {

  max-width: 26px;

  width: 26px;

  height: 26px;

  border: 1px solid #ccc;

  border-radius: 50%;

  position: relative;

}

.demo-funnel .accomodation-selector .type-selector > li.selected .check-bullet:after {

  content: "";

  display: block;

  max-width: 20px;

  width: 20px;

  height: 20px;

  background-color: #11B3A2;

  border-radius: 50%;

  position: absolute;

  top: 2px;

  left: 2px;

}

/*Añadidos Edgar*/
.contactFormTrigger{
  background: #CE2676;
  border-radius: 4px;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Lato", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  justify-content: center;
}
.contactFormTrigger:hover{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: rgba(206, 38, 118, .8);
}
.page-id-20115 input[type="range"]:disabled, .page-id-20768 input[type="range"]:disabled, .page-id-20770 input[type="range"]:disabled{
	opacity: 0.5;
	cursor: not-allowed;
}

@media (min-width: 500px) {

  .demo-funnel .type-selector .selector-text span {

    font-size: 1.625rem;

}

}

@media (min-width: 1240px) {

  .demo-funnel > * {

    width: 1200px;

  }

}