.home-spot {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(253, 197, 251, 0.3);
  position: relative;
  /* padding-top: 100px; */
  height: 100vh;
}
.home-spot .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.home-spot .container > div {
  width: 100%;
}

.home-spot .forma-spot {
  position: absolute;
  right: 0;
  top: -150px;
  width: 600px;
}

.home-spot h1 {
  color: #000;
  line-height: 1.2;
  /* text-shadow: 0px 0px 50px rgba(0,0,0,0.4); */
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 50px;
}

.home-spot h1 span {
  display: block;
  font-weight: 700;
  color: var(--c-primary);
  text-shadow: 0 0 black;
}

.home-spot .texto {
  /* width: 300px;
	overflow: hidden; */
  font-size: 17px;
  max-width: 79%;
  color: var(--letra-gris);
  font-weight: 400;
  line-height: 1.5;
}

.home-spot .text p {
  margin: 0;
  padding: 0;
  color: #212121;
}

.home-spot .leermas {
  /* color: white; */
  cursor: pointer;
  font-weight: 800;
  display: block;
  padding-top: 11px;
  font-size: 15px;
}

.home-spot .table .btn {
  margin-top: 10px;
}

.home-spot .billetes{
  position: absolute;
  top: -27px;
  z-index: -1;
  opacity: 0.25;
}

.process .process-items .icon {
  margin-bottom: 10px;
}

.process .process-items .icon img {
  height: 50px;
}

.formulario-spot {
  background-color: var(--c-secondary);
  padding: 30px;
  padding-bottom: 15px;
  padding-top: 25px;
  border-radius: 8px;
  background-color: white;
  color: var(--letra-gris);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

.form-home .titulo {
  color: var(--letra-gris);
}

.form-home .boton {
  text-align: center;
  margin-top: 20px;
}

.form-home .boton .btn,
.form-cheque .boton .btn {
  background-color: var(--c-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.form-home .boton .btn svg,
.form-cheque .boton .btn svg {
  width: 16px;
  filter: brightness(0) invert(1);
}

.form-cheque .footer-form {
  margin-top: 30px !important;
}

.form-cheque .text {
  padding-top: 20px;
  padding-bottom: 20px;
}

#consultaCheque .boton input {
  height: auto;
  background-color: var(--c-secondary);
  border-radius: 50px;
}

#consultaCheque img {
  filter: var(--filter-primary);
  margin-bottom: 7px;
}

#consultaCheque input,
#cheque-ahora input,
#contacto input {
  margin-bottom: 20px;
  border-radius: 5px;
  height: 40px;
  background-color: #eff0ef;
}

#consultaCheque .flex {
  margin-bottom: 0px;
}

#consultaCheque textarea,
#cheque-ahora textarea,
#contacto textarea {
  height: 80px;
  border-radius: 5px;
  padding-top: 10px;
  background-color: #eff0ef;
}

#consultaCheque input::placeholder,
#consultaCheque textarea::placeholder,
#cheque-ahora input::placeholder,
#cheque-ahora textarea::placeholder {
  font-size: 0.8rem;
}

#cheque-ahora .btn-default {
  margin-top: 15px;
  margin-bottom: 35px;
}

#cheque-ahora .formulario {
  background-color: white;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 31px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

#cheque-ahora .container {
  position: relative;
}

#cheque-ahora .container .arrow {
  position: absolute;
  bottom: 34%;
}

.benefits {
  color: var(--letra-gris);
  background-color: #feedfe;
  background-image: linear-gradient(180deg, #feedfe 0%, #f7f7ff 100%);
  padding-bottom: 60px;
  padding-top: 50px;
  /* background-color: #202020; */
  /* color: white; */
}

.benefits .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefits .item img {
  filter: brightness(0) invert(62%) sepia(28%) saturate(565%) hue-rotate(106deg)
    brightness(95%) contrast(80%);
}

#avalado {
  /* padding-top: 80px; */
  padding-bottom: 50px;
  position: relative;
  background-color: #8f5fab;
}
#avalado .container {
}
#avalado .items-avalado {
  text-align: center;
  align-items: center;
}
#avalado .items-avalado .item {
  color: white;
}
#avalado .items-avalado .bg {
  background-color: ;
}
#avalado .items-avalado .icono_flex {
  padding-bottom: 20px;
  text-align: center;
}
#avalado .items-avalado .icono_flex img {
  /* height: 60px;  */
  width: auto;
  object-fit: contain;
}
#avalado .items-avalado .title {
  padding-bottom: 10px;
  color: white;
  font-weight: 600;
}
#avalado .items-avalado .text {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}

#avalado .items-avalado .texto_flex {
  font-size: 0.7rem;
}

#avalado .forma {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#text-info {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
#text-info .container {
}
#text-info .items-text-info {
  text-align: center;
}
#text-info .items-text-info .item {
}
#text-info .items-text-info .bg {
  background-color: ;
}
#text-info .items-text-info .imagen_flex {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}
#text-info .items-text-info .imagen_flex img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#text-info .items-text-info .texto_flex {
  font-size: 18px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  color: #444;
}

#text-info .bg-testimonial {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 40px;
  border-right: 12px solid #f0f2f1;
  border-bottom: 12px solid #f0f2f1;
  transition: 0.5s;
  background-color: #fbfbfb;
  margin-top: 30px;
}

#text-info .bg-testimonial:hover {
  border-bottom: 12px solid #eee;
  border-right: 12px solid #eee;
}

#text-info .bg-testimonial .icon {
  text-align: left;
}

#text-info .bg-testimonial .icon img {
  width: 60px;
}

#text-info .bg-testimonial .texto_flex {
}

#text-info .bg-testimonial .text-right {
}

#estadistica {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
#estadistica .container {
}
#estadistica .items-estadistica {
  text-align: center;
  margin-bottom: 80px;
}
#estadistica .items-estadistica .item{
  position: relative;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#estadistica .items-estadistica .item .bg {
  padding: 50px 30px;
  /* padding-top: 50px; */
  margin: 20px;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 31px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#estadistica .items-estadistica .item:hover {
    transform: scale(1.1);
}
#estadistica .items-estadistica .bg {
  background-color: ;
}
#estadistica .items-estadistica .icono_flex {
  padding-bottom: 20px;
  text-align: center;
}
#estadistica .items-estadistica .icono_flex img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
#estadistica .items-estadistica .texto_flex {
  padding-bottom: 10px;
}

#banner .bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  object-fit: cover;
}
#banner .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#banner {
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 15px solid var(--c-primary);
}
#banner .container {
}
#banner .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  color: white;
}
#banner .title:before {
  content: "";
}
#banner .action {
  text-align: center;
}
#banner .action .btn {
}
#banner .flex.principal-col {
  position: relative;
  z-index: 1;
}
#banner .flex.principal-col > div {
}
#banner .flex.principal-col > div:nth-child(1) {
}
#banner .flex.principal-col > div:nth-child(2) {
}

#estadistica .item .process-number{
  position: absolute;
  top: -34px;
  left: 155px;
  left: 172px;
}

#estadistica .item .process-number .process-number-inner img {
  height: 50px;
  width: 50px;
}

#estadistica .item .process-number .process-number-inner::before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: -16px;
}

#estadistica .item .process-number .forma{position: absolute;top: -22px;left: -26px;z-index: -1;}

#estadistica .item .process-number .forma::before{
  content: "";
  display: block;
  background-color: var(--c-primary);
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* #estadistica .items-estadistica .item:hover{
background-color: #feedfe;
background-image: linear-gradient(180deg, #f7f7ff 30%, #feedfe 100%);
} */


#estadistica .item .process-single-box .text-center{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#estadistica .item .process-single-box .text-center:hover{
  /* transform: scale(1.1); */
}

@media screen and (max-width: 1180px) {
  .process .process-items .flex {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .process .process-items .item .process-number {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .process .process-items .line {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  #faq .text-left {
    text-align: left;
  }

  #estadistica .items-estadistica .item{
    margin: 0px;
    /* padding: 50px; */
    margin-bottom: 22px;
  }

  #estadistica .items-estadistica{
    margin-bottom: 10px;
  }
  .benefits{
    /* padding-top: 150px!important; */
  }
  .benefits .item{
  }
  .benefits .flex{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px!important;
  }
  .benefits .item{
    padding: 15px !important;
  }
  .home-spot{
    padding-top: 120px;
    height: 100%;
  }
  .home-spot .container > div{
    gap: 50px;
  }
  .process .subtitle{
    text-align: center;
  }
  .process > .container > .text-center > small{
    text-align: center;
  }
  .process .title{
    text-align: center;
  }
  #cheque-ahora .container .arrow{
    bottom: -83px;
  }
  .form-cheque .container div, #contacto .formulario{
    text-align: center;
  }
  #buy .container{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #buy .items-buy .title{
    text-align: center;
  }
  #buy .item .flex{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #buy .items-buy .text{
    text-align: center;
  }
  #buy .items-buy .item > .flex > div{
    padding: 10px!important;
  }
  #buy .item .flex p, .benefits .item p{
    font-size: 18px;
  }
  #avalado{
    padding-bottom: 1px;
  }
  #avalado .items-avalado .title{
    padding-top: 20px;
  }
  #avalado .items-avalado > :nth-child(2) img{
    height: 150px;
  }
  #text-info{
    padding-top: 120px;
  }
  #estadistica .item .process-number{
    top: -14px;
    left: 140px;
  }
}

@media screen and (max-width: 975px){
  #avalado .move-on-scroll.top{
    transform: translateY(-50px) !important;
  }
}

.home-spot .subtitle {
  color: var(--letra-gris);
  font-size: 18px;
  font-weight: 700;
  /* text-shadow: 1px 1px 4px #6666668f; */
}


/* btn leer mÃƒÂ¡s */

.home-spot .table .texto {
}

.home-spot .table .texto p {
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.home-spot .table .expandido p {
  display: block
}
