.process {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #f7f7ff;
  }

.process .flex {
    gap: 40px;
}

.process > .container > .text-center > small {
    font-weight: 400;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    display: block;
    padding-top: 35px;
}
  
  .process .title {
    font-weight: 500;
}
  
  .process .subtitle {
    margin-bottom: 10px;
}
  
  .process .process-items {
    position: relative;
    margin-top: 130px;
  }
  
  .process .process-items .item {
    padding: 50px 25px 45px;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.02);
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
  }

.process .process-items .item:nth-child(1) {
    background-color: #5F8FAB;
    color: white;
}

.process .process-items .item:nth-child(2) {}

.process .process-items .item:nth-child(3) {
    background-color: #AB5F5F;
    color: white;
}
  
  .process .process-items .item .process-single-box {
    text-align: center;
  }
  
  .item .process-number {
    position: absolute;
    top: -34px;
    left: 172px;
  }
  
  .item .process-number .process-number-inner {
    position: relative;
    z-index: 1;
  }
  
  .item .process-number .process-number-inner span {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 67px;
    background-color: var(--c-primary);
    border: 3px solid #ffffff;
    display: inline-block;
    border-radius: 50px;
  }
  
  .item .process-number .process-number-inner::before {
    position: absolute;
    content: "";
    left: -9px;
    top: -12px;
    width: 46px;
    height: 47px;
    background: rgba(253, 197, 251, 0.3);
    border-radius: 30px;
    z-index: -1;
  }
  
  .process .process-items .item .process-title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
    font-size: 25px;
  }
  
  .process .process-items .item .process-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
  }
  
  .process .process-items .line {
    position: absolute;
    left: 166px;
    top: -53px;
    width: auto;
  }
  
  .process .process-items .line img {
    filter: brightness(0) invert(50%) sepia(18%) saturate(1326%)
      hue-rotate(234deg) brightness(81%) contrast(90%);
    width: 817px;
  }


  .form-cheque {
    padding-top: 80px;
    padding-bottom: 80px;
    /* height: 70vh; */
    /* display: flex; */
    /* align-items: center; */
    background-color: #f7f8ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #feedfe;
    background-image: linear-gradient(180deg, #f7f7ff 30%, #feedfe 100%);
    position: relative;
  }

div#cheque-ahora:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: var(--c-primary);
    right: -80px;
    position: absolute;
    opacity: 0.1;
    top: 0;
}

div#cheque-ahora .forma {
    /* max-width: 380px; */
    position: absolute;
    left: -26vw;
    /* top: 0; */
    /* width: 50%; */
    opacity: 0.2;
    transform: rotate(28deg);
    height: 100vh;
    bottom: 0;
}
  
  .form-cheque .container h2{
    text-align: center;
    margin: 0;
    font-size: 1.4rem;
  }

  .form-cheque .container p{
     text-align: center;
     margin-bottom: 30px;
     font-weight: 300;
     margin-top: 7px;
     color: var(--letra-gris);
     font-size: 0.8rem;
  }
  
  .form-cheque .container div, #contacto .formulario {
    max-width: 600px;
    margin: 0 auto;
  }

#cheque-ahora .formulario {
    font-size: 14px;
}
  
  #buy {
    padding-top: 70px;
    /* padding-bottom: 80px; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #feedfe;
    background-image: linear-gradient(180deg, #feedfe 0%, #fff 14%);
  }
  #buy .container {
  /* background-color: #fff; */
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  }
  #buy .items-buy {
    text-align: center;
    align-items: center;
    gap: 55px;
  }
  #buy .items-buy .item:nth-child(1) {
    /* background-color: #fff; */
    text-align: left;
    /* padding: 40px; */
    border-radius: 8px;
    /* -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.03); */
    /* box-shadow: 0 -10px 10px 0px rgba(0,0,0,0.03); */
  }

#buy .items-buy .item {}

#buy .items-buy .item > .flex > div {
    /* background-color: #EFF0EF; */
    /* background-color: #fff; */
    padding: 25px;
    border-radius: 5px;
    /* box-shadow: 0 0px 10px 3px rgba(0,0,0,0.035); */
}
  section#buy .items-buy .bg {
    background-color: ;
  }
  #buy .items-buy .title {
    padding-bottom: 10px;
    font-size: 30px;
  }

#buy .items-buy .text {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}
  #buy .items-buy .texto {
    padding-bottom: 10px;
  }
  #buy .btn {
    margin-bottom: 35px;
  }
  
  #buy .text-footer {
    text-align: center;
    padding-top: 60px;
    background-color: #1c1d1c;
    padding-bottom: 120px;
    color: #fff;
    margin-top: 70px;
  }

#buy .text-footer a {
    color: inherit;
    text-decoration: none;
}
  

.copia-de-cheque {
    background-color: #eee;
    margin-top: 18px !important;
    padding: 20px;
    border-radius: 5px;
}

.form-cheque .text {
    padding-bottom: 0;
    padding-top: 0;
}

#cheque-ahora .btn-default {
    margin-bottom: 20px;
    background-color: #222;
}

#preguntas-frecuentes {
  padding-top: 110px;
  padding-bottom: 80px;
  position: relative;
}
#preguntas-frecuentes .container {
}
#preguntas-frecuentes .items-faq {
  text-align: center;
  gap: 50px;
  /* align-items: center; */
}
#preguntas-frecuentes .items-faq .item {
}
#preguntas-frecuentes .items-faq .bg {
}

#preguntas-frecuentes .items-faq .item:last-child .bg {
    position: sticky;
    top: 100px;
}
#preguntas-frecuentes .items-faq .imagen_flex {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 70%;
}
#preguntas-frecuentes .items-faq .imagen_flex img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#preguntas-frecuentes .items-faq .titulo_flex {
  padding-bottom: 20px;
  font-size: 30px;
  /* color: var(--letra-gris); */
  font-weight: 700;
}
#preguntas-frecuentes .items-faq .texto_flex {
  font-size: 15px;
  padding-bottom: 50px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--letra-gris);
}
#faqs .question{
  padding: 20px;
  font-weight: 600;
  color: #222;
  position: relative;
  cursor: pointer;
}

#faqs .question:after {
	content: "";
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	/* down */
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 22px;
}
#faqs .descripcion{
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #fff;
  color: var(--letra-gris);
}

#faqs .faq{
  margin-bottom: 15px;
  text-align: left;
  background-color: #EFF0EF;
  border-radius: 5px;
}

#contacto{
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  border-top: 1px solid #ddd;
  font-size: 16px;
}

section#contacto .flex {
    margin: 0;
}
#contacto .container{ 
}
#contacto .title{
  font-weight:600;
  padding-bottom: 0px;
  text-align:center;
  font-size: 30px;
}
#contacto .title:before{ 
  content: ""; 
}
#contacto .text{
  max-width: 600px;
  margin: 0 auto;
  text-align:center;
  padding-bottom: 30px;
  font-size: 14px;
}

#contacto .formulario form button.btn{
  color: white;
  margin-top: 20px;
  background-color: var(--c-secondary);
  margin-bottom: 50px;
  display: inline-flex;
  gap: 5px;
}

#contacto .formulario form button.btn svg {
    width: 17px;
    filter: brightness(0) invert(1);
}

#contacto form .table-icon {
  margin-top: 40px;
}

.wa-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    color: inherit;
    font-weight: 600;
    font-size: 20px;
    color: #48a91f;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.wa-link img {
    height: 30px;
    filter: brightness(0) invert(55%) sepia(39%) saturate(1815%) hue-rotate(64deg) brightness(92%) contrast(76%);
}