.four-section {
    font-family: var(--regular);
    background: #2A2A2A;
}
.containerImgPlan{
  width: 25%;
  align-self: center;
}
.four-section h3{
    color: #fff;
    font-size: clamp(0.5rem, 1.2vw, 1rem);
    font-family: var(--semibold);
    text-align: left;
    margin-bottom: 0;
    padding: 0px 5%;
  }
  .four-section-Gris h3{
    color: #50549f;
    font-size: 25px;
    font-family: var(--bold);
    margin-bottom: 10px;
    text-align: center;
    
  }
  .four-section-title{
    color: #fff;
    font-size: 30px;
    margin-bottom: 3%;
  }
  .containerPlanFlex{
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
    justify-content: center;
  }
  .textBold{
    font-family: var(--bold);
  }
  .bordeDegradado{
    padding: 1%;
    border-radius: 17px;
    height: 350px;
    background: linear-gradient(to right, #973d5c, #525990);
  }

  .body-card{
    background-color: #18141b;
    /* padding: 12% 0 17% 0; */
    height: 100%;
  }
  .body-card span{
    display: block;
  }
  .containerGralPlanes{
    justify-content: space-evenly;
    margin-top: 2%;
  }

  .containerPlanFlex img{
    width: 100%;
  }
  .containerPlanFlex p{
    color: #fff;
    font-size: 16px;
    font-family: var(--regular);
    text-align: center;
    margin-top: 10px;
  }
  .containerPlanFlex label{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #c7c6c3;
    font-size: 20px;
    font-family: var(--bold);
  }
  .botonElegirPlan{
    color: #fff;
    background-color: #5160a3;
    font-family: var(--bold);
    font-size: 12px;
    border-radius: 7px;
    margin: 8% auto;
    border: unset;
    width: 100%;
    height: 42px;
  }

  .four-section-Gris div {
    width: 40%;
  }


  .four-section-Gris p{
    color: #46464e;
    font-size: 16px;
    font-family: var(--regular);
    text-align: center;
    margin-top: 10px;
  }

  .btnVerPlanes{
    color: #fff;
    background-color: #5160a3;
    font-family: var(--semibold);
    font-size: 12px;
    border-radius: 7px;
    margin: 0 2%;
    border: unset;
    height: 42px;
    width: 17%;
  }


.containerTextThirdSection h3{
  text-align: left;
  padding: 0px 5%;

}

.containerTextThirdSection p{
  text-align: left;
  margin: 1% 0px 3% 0;
  padding: 0px 5%;
  color: #fff;
}
.containerFriendlyDashboardsColor{
  background-color: #18141b;
  margin: 0 3%;
  display: flex;
  justify-content: space-evenly;
  border-radius: 16px;
  padding: 3% 0;

}
.containerImgIndicators{
  width: 40%;
}
.containerModules{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.containerModulesFlex{
  display: flex;
  flex-direction: column;
  width: 32%;
}
.containerModulesFlex div{
  width: 30%;
  height: 60px;
}
.containerModulesFlex label{
  color: #fff;
  margin: 11% 0;
}
.containerModulesFlex img{
width: 100%;
}
.containerModules p{
padding: 0;
font-size: 11px;
}
.containerButton{
align-self: end;
width: 50%;
}
.containerButton button{
  color: #fff;
  background-color: #5160a3;
  font-family: var(--semibold);
  font-size: 15px;
  border-radius: 7px;
  margin: 0 2%;
  border: unset;
  height: 42px;
  width: 100%;
}
.four-section-container{
  display: flex;
}
@media only screen and (max-width: 950px) {
    .four-section-container {
        flex-direction: column;
    }
    .four-section-container>.sq{
      width: 90%!important;
    }
    .four-section-container>.fq{
      width: 90%!important;
    }
    .containerButton button{
      font-size: 12px;
    }
    .body-card{
      height: 100%!important;
      width: 100%!important;
      padding: 12% 0 17% 0;
      margin: 0px auto;
    }
    .bordeDegradado{
      height: 100%!important;
    }
    .containerFriendlyDashboardsColor{
      flex-direction: column;

    }
    .containerImgIndicators{
      width: 90%;
    margin: 0 auto;
    }
    .containerModules{
      margin: 10% auto;
      width: 90%;
    }
    .containerButton{
      margin-top: 10%;
    }
    .containerTextThirdSection h3{
      font-size: 25px;
    }
    .containerModulesFlex label{
      font-size: 10px;
    }
    .third-section__ahorro--p{
      min-width: 70px;
    }
    .botonElegirPlan{
      width: 100%!important;
    }

}

.four-section-container>.fq {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.four-section-container>.sq {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: end;
}

.four-section-container>.sq>p {
    align-self: flex-start;
    margin-left: 10px;
    color: #4d4d4d;
}

.four-section .inputs {
  border-radius: 10px;
  background: #1E1E1E;
    color:#fff;
    font-family: "Century Gothic";
    font-size: 16px;
    border: none;
    width: 75%;
    padding: 20px;
    margin-bottom: 20px;
    height: fit-content;
    outline: none;
}
.four-section .inputs::placeholder{
  color:#87868A;
}

.four-section .inputs::placeholder {
    color: #87868A;
}

.four-section {
  background-color: transparent;
  font-family: var(--regular);
}
.containerImgPlan{
width: 25%;
align-self: center;
}
.four-section h3{
  color: #fff;
  font-size: clamp(2rem, 1.2vw, 1rem);
  font-family: var(--bold);
  text-align: left;
  margin-bottom: 0;
  padding: 0px 5%;
  margin: 0;
}
.four-section-Gris h3{
  color: #50549f;
  font-size: 25px;
  font-family: var(--bold);
  margin-bottom: 10px;
  text-align: center;
  
}
.four-section-title{
  color: #fff;
  font-size: clamp(1.5rem, 1.2vw, 1rem);
  margin-bottom: 3%;
}
.containerPlanFlex{
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  position: relative;
  justify-content: center;
}
.textBold{
  font-family: var(--bold);
}
.bordeDegradado{
  padding: 1%;
  border-radius: 17px;
  height: 350px;
  background: linear-gradient(to right, #973d5c, #525990);
}

.body-card{
  background-color: #18141b;
  /* padding: 12% 0 17% 0; */
  height: 100%;
}
.body-card span{
  display: block;
}
.containerGralPlanes{
  justify-content: space-evenly;
  margin-top: 2%;
}

.containerPlanFlex img{
  width: 100%;
}
.containerPlanFlex p{
  color: #fff;
  font-size: 16px;
  font-family: var(--regular);
  text-align: center;
  margin-top: 10px;
}
.containerPlanFlex label{
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #c7c6c3;
  font-size: 20px;
  font-family: var(--bold);
}
.botonElegirPlan{
  color: #fff;
  background-color: #5160a3;
  font-family: var(--bold);
  font-size: 12px;
  border-radius: 7px;
  margin: 8% auto;
  border: unset;
  width: 100%;
  height: 42px;
}

.four-section-Gris div {
  width: 40%;
}


.four-section-Gris p{
  color: #46464e;
  font-size: 16px;
  font-family: var(--regular);
  text-align: center;
  margin-top: 10px;
}

.btnVerPlanes{
  color: #fff;
  background-color: #5160a3;
  font-family: var(--semibold);
  font-size: 12px;
  border-radius: 7px;
  margin: 0 2%;
  border: unset;
  height: 42px;
  width: 17%;
}


.containerTextThirdSection h3{
text-align: left;
padding: 0px 5%;

}

.containerTextThirdSection p{
text-align: left;
margin: 1% 0px 3% 0;
padding: 0px 5%;
color: #fff;
}
.containerFriendlyDashboardsColor{
background-color: #18141b;
margin: 0 3%;
display: flex;
justify-content: space-evenly;
border-radius: 16px;
padding: 3% 0;

}
.containerImgIndicators{
width: 40%;
}
.containerModules{
width: 40%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.containerModulesFlex{
display: flex;
flex-direction: column;
width: 32%;
}
.containerModulesFlex div{
width: 30%;
height: 60px;
}
.containerModulesFlex label{
color: #fff;
margin: 11% 0;
}
.containerModulesFlex img{
width: 100%;
}
.containerModules p{
padding: 0;
font-size: 11px;
}
.containerButton{
align-self: end;
width: 50%;
}
.containerButton button{
color: #fff;
background-color: #5160a3;
font-family: var(--semibold);
font-size: 15px;
border-radius: 7px;
margin: 0 2%;
border: unset;
height: 42px;
width: 100%;
}
.four-section-container{
display: flex;
}
@media only screen and (max-width: 950px) {
  .four-section-container {
      flex-direction: column;
  }
  .four-section-container>.sq{
    width: 90%!important;
  }
  .four-section-container>.fq{
    width: 90%!important;
  }
  .containerButton button{
    font-size: 12px;
  }
  .body-card{
    height: 100%!important;
    width: 100%!important;
    padding: 12% 0 17% 0;
    margin: 0px auto;
  }
  .bordeDegradado{
    height: 100%!important;
  }
  .containerFriendlyDashboardsColor{
    flex-direction: column;

  }
  .containerImgIndicators{
    width: 90%;
  margin: 0 auto;
  }
  .containerModules{
    margin: 10% auto;
    width: 90%;
  }
  .containerButton{
    margin-top: 10%;
  }
  .containerTextThirdSection h3{
    font-size: 25px;
  }
  .containerModulesFlex label{
    font-size: 10px;
  }
  .third-section__ahorro--p{
    min-width: 70px;
  }
}

.four-section-container>.fq {
  display: flex;
  width: 50%;
  flex-direction: column;
}

.four-section-container>.sq {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: end;
}

.four-section-container>.sq>p {
  align-self: flex-start;
  margin-left: 10px;
  color: #4d4d4d;
}

.four-section .inputs {
  background-color: #18141b;
  color:#fff;
  font-family: "Century Gothic";
  font-size: 16px;
  border: none;
  width: 75%;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  height: fit-content;
  outline: none;
}

.four-section .inputs::placeholder{
  color: #87868A;
  font-size: 12px;
  font-family: var(--regular);
  line-height: 23px;
  margin-left: 5px;
  padding-left: 18px;
}

.fourthSection{
padding: 41px 80px;
background: #2A2A2A;
}
.preTitleFourthSection{
font-family: var(--regular);
font-size: 14px;
line-height: 23px;
/* or 164% */
text-align: center;
color: #FFFFFF;
}
.titleFourthSection{
font-family: var(--bold);
font-size: clamp(1.3rem, 2.5vw, 2rem);
line-height: 23px;
/* or 164% */
text-align: center;
color: #FFFFFF;
margin-top: 16px;
white-space: nowrap
;
}
.containerTestimony{
display: flex;
}
.containerBorderImg{
width: 120px;
display: flex;
height: 120px;
justify-content: center;
border-radius: 60%;
align-items: center;
}

.containerBorderImg img{
height: 95%;
width: 95%;
}
.headerArticle{
display: flex;
align-items: center;
margin-right: 3%;
}
.containerTestimonies{
display: grid;
grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
column-gap: 2rem;
margin-top: 5%;
}
.containerUserTestimony label{
font-family: var(--bold);
font-size: 20px;
line-height: 19px;
/* or 95% */
color: #FFFFFF;
white-space: nowrap;
}
.containerUserTestimony p{
font-family: var(--regular);
font-size: 14px;
line-height: 19px;
/* or 136% */
color: #FFFFFF;
}
.testimonyText{
font-family: var(--regular);
font-size: 14px;
line-height: 19px;
/* or 136% */
color: #FFFFFF;
margin-top: 5%;
}
.onMobileTestimonies{
display: none;
}
.containerStars{
margin-top: 1%;
}
.fa{
color: #D0911A;
}
/* planes */
.pricing-slider {
display: flex;
overflow-x: scroll;
scroll-snap-type: x mandatory;
}

.plan {
width: 100%;
scroll-snap-align: start;
}

.plan.basic {
background-color: #f2f2f2;
}

.plan.intermediate {
background-color: #e6e6e6;
}

.plan.advanced {
background-color: #d9d9d9;
}
.contactBtn{
  border-radius: 5px;
  background: #8F8BBC;
  max-width: 100%;
  font-family: var(--regular);
  font-weight: unset;

}
.containerContactBtnMobile{
  display: block;
}
.conctactMobl{
    display: none;
}
/* reviews */
@media screen and (max-width:1050px) {
.containerTestimonies{
  display:none;
}
.onMobileTestimonies{
  display: block;
}
.containerTestimony {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 9% auto;
}

.containerBorderImg{
margin-right: 5%;
}
.four-section-title{
  color: #fff;
  font-size: clamp(1.5rem, 1.2vw, 1rem);
  margin-bottom: 10%;
}
}

@media screen and (max-width:575px) {
  .four-section-title{
    color: #fff;
    font-size: clamp(1.5rem, 1.2vw, 1rem);
    margin-bottom: 10%;
  }
  .containerContactBtnMobile{
    display: none;
  }
  .conctactMobl{
    display:block
  }
  .fourthSection{
    padding: 41px 49px;
  }
  }