

.main{
    display: flex;
    padding: 50px;
    padding-bottom: 0;
    justify-content: space-evenly;
}

.main h1{
    font-size: 2.2rem;
    color: #898B8B;
}
.main__left{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main__left h1 span{
    color: #349AAF;
}

.main__left p{
    margin: 20px 0;
    color: #898B8B;
    line-height: 2;
}

.main__right{
    display: flex;
    flex-direction: column;
    justify-content: end;

}
.steps h2{
    text-align: center;
    color: white;
    font-size: 3rem;
    margin: 0;
}
.steps{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    background-color: #253D5D;
}

.steps .cards__container{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.steps .card{
    width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .card--step{
    width: max-content;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #36EEE0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    transition: all 0.3s ease-in-out;
}

.card .card--step:hover{
    background-color: #36EEE0;
    color:rgb(37, 61, 93);
}


.card .card--title{
    color: white;
    margin: 20px 0;
    margin-bottom: 0;
}

.card .card--paragraph{
    color: white;
    line-height: 1.5;
    font-size: 14px;
}

.books{
    padding: 50px;

}

.books--title{
    text-align: center;
    color: #349AAF;
    font-size: 2.2rem;
    margin: 0;
    margin-bottom: 50px;
}

.books img{
    width: 200px;
    transition: all 0.9s ease-in-out;
}

.books img:hover{
  transform:scale(1.1) ;
}

.splide__slide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.services{
    padding: 50px;
}

.services--title{
    text-align: center;
    color: rgb(52, 154, 175);
    font-size: 2.2rem;
    margin: 0;
    margin-bottom: 50px;
}

.services--card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.services__container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}



.services__center{
    width: 600px;
    margin: 0 100px;
}
.services__center img{
    width: 100%;
}


.brands-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    overflow: hidden;
  }
  
.brands--title{
    text-align: center;
    color: #349AAF;
    font-size: 2.2rem;
    margin: 50px 0;
}

  .brands-strip__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: slide 40s linear infinite;
            animation: slide 40s linear infinite;
  }
  
  .brands-strip__brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  
  .brands-strip__img {
    height: 50px;
    filter:grayscale(1)
  }
  
  @-webkit-keyframes slide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  @keyframes slide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }

  .brands-strip__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: slide 40s linear infinite;
            animation: slide 40s linear infinite;
  }
  
  .brands-strip__brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  
  .brands-strip__img {
    height: 50px;
    alt: "Logo de la marca";
  }
  
  @-webkit-keyframes slide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  @keyframes slide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }


.comentaries{
    padding: 100px 0;
  
  }
  
  .comentaries__card{
    width: 60%;
    text-align: center;
    margin: auto;
  }
  
  .comentaries__card img{
    width: 100px;
    border-radius: 50%;
  }
  
  .comentaries__card h2{
    font-size: 1.3rem;
    color: #222;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .comentaries__card h3{
    font-size: 1.3rem;
    color: #222;
    text-align: center;
    font-weight: 400;
    margin:10px auto;
    font-size: 16px;
  }
  
  .comentaries__card p{
    line-height: 1.5;
  }
  .comentaries__card i{
    color: #fea200;
  }

