:root {
    --color-azul: #00baeb;
    --color-azul-2:#0779bb;
    --colo-verde: #8cc63f;
}


.cont-dist-kit {
    width: 90%;
    max-width: 1200px;
    height: auto;
    padding: 0;
    margin: 0 auto 50px auto;
    position: relative;
}

.cont-dist-kit .swiper {
      width: 100%;
      height: auto;
      padding: 0 5px 5px 5px;
}

.cont-dist-kit .swiper-slide {
      height: auto;
      background: gray;
      /*border: 1px solid gray;*/
      border-radius: 0;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: stretch;
      padding: 0;
      overflow: hidden;
      border-radius: 10px;

}

.border-kit-1 {
    border: 1px solid #dec23d;
}

.border-kit-2 {
    border: 1px solid #84a2d4;
}

.border-kit-3 {
    border: 1px solid #c37b2e;
}

.border-kit-4 {
    border: 1px solid #aa1770;
}

.cont-dist-kit .part-tit-kit {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid white;
}

.bg-kit-1 {
    background-color: #dec23d;
}

.bg-kit-2 {
    background-color: #84a2d4;
}

.bg-kit-3 {
    background-color: #c37b2e;
}

.bg-kit-4 {
    background-color: #aa1770;
}

.cl-kit-1 {
    color: #dec23d;
}

.cl-kit-2 {
    color: #84a2d4;
}

.cl-kit-3 {
    color: #c37b2e;
}

.cl-kit-4 {
    color: #aa1770;
}

.cont-dist-kit .part-tit-kit .box-icon-kit {
    width: 10%;
    max-width: 30px;
    height: auto;
    padding: 0;
    margin: 0 10px 0 0;
}

.cont-dist-kit .part-tit-kit .box-icon-kit i {
    font-size: 28px;
    color: white;
}


.cont-dist-kit .part-tit-kit .box-tit-kit {
    width: 85%;
    height: auto;
    padding: 0;
    margin: 0 0 0 0;
}

.cont-dist-kit .part-tit-kit .box-tit-kit .txt-tit-kit {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.cont-dist-kit .part-tit-prec {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cont-dist-kit .part-tit-prec i{
    font-size: 30px;
    color: white;
    margin: 0 auto;
}

.cont-dist-kit .txt-kit-lg-1 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    padding: 0;
    line-height: 1.2;
}

.cont-dist-kit .txt-kit-lg-2 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    padding: 0;
    line-height: 1.2;
}

.cont-dist-kit .txt-kit-nm-1 {
    font-size: 20px;
    font-weight: 500;
    color: white;
    padding: 0;
    line-height: 1.2;
}

.cont-dist-kit .part-tit-ben {
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 0;
    background-color: white;
}

.cont-dist-kit .txt-kit-nm-2 {
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    line-height: 1.2;
}

.cont-dist-kit .txt-kit-sh-1{
    font-size: 15px;
    font-weight: 400;
    color: #5e5e5e;
    padding: 0;
    line-height: 1.2;
}




.cont-dist-kit .swiper .swiper-navigation-top {
      display: none;
    }

.cont-dist-kit .swiper .swiper-button-prev2 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-azul);
    border: 1px solid var(--color-azul);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-dist-kit .swiper .swiper-button-next2 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-azul);
    border: 1px solid var(--color-azul);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
  }

  /* estilos de slider de premios */

  .cont-prem {
    width: 90%;
    max-width: 1200px;
    height: auto;
    padding: 0;
    margin: 0 auto 50px auto;
    position: relative;
  }

  .cont-prem .swiper {
      width: 100%;
      height: auto;
      padding: 0 15px 15px 15px;
}

.cont-prem .swiper-slide {
      height: auto;
      border-radius: 15px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;
      padding: 0;
      overflow: hidden;
      box-shadow: 
      0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      0 -0.5rem 1rem rgba(0, 0, 0, 0.15);

}

.cont-prem .swiper-slide img{
      display: block;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0 auto;
}

.cont-prem .swiper-slide .txt-prem{
      font-size: 24px;
      font-weight: 600;
      color: var(--color-azul);
      padding: 16px;
      margin: 0;
      text-align: center;
}

.cont-prem .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
      background-color: white;
}

.cont-prem .swiper .swiper-button-prev3 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-azul);
    border: 1px solid var(--color-azul);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-prem .swiper .swiper-button-next3 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-azul);
    border: 1px solid var(--color-azul);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
  }


    /* estilos de slider de testimonios */

.cont-swp-test{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.cont-swp-test .swiper {
      width: 100%;
      height: auto;
      padding: 0 20px 20px 20px;
}

.cont-swp-test .swiper-slide {
      height: auto;
      font-size: 18px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 
      0 0.5rem 1rem rgba(0, 0, 0, 0.15), 
      0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      padding: 16px;

}

.cont-swp-test .swiper-slide .foto-test{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cont-swp-test .swiper-slide i{
    font-size: 2rem;
    color: var(--color-azul);
}

.cont-swp-test .swiper-slide .img-ventaja {
    display: block;
    width: 20%;
    max-width: 50px;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
}

.cont-swp-test .swiper-slide .foto-test img{
    display: flex;
    width: 40%;
    max-width: 100px;
    height: auto;
    border-radius: 50%;
    border: 1px solid var(--color-azul);
    padding: 0;
    margin: 0 0 5px 0;
}

.cont-swp-test .swiper-slide .foto-test .txt-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
}

.cont-swp-test .swiper-slide .foto-test .txt-state{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
}

.cont-swp-test .swiper-slide .txt-comment{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
}

/*
.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}
*/

.cont-swp-test .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
    }

.cont-swp-test .swiper .swiper-button-prevv4 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-azul);
    border: 1px solid var(--color-azul);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }



.cont-swp-test .swiper .swiper-button-nextt4 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-azul);
    border: 1px solid var(--color-azul);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
  }



  @media(max-width: 1199px) {
   .cont-dist-kit .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
      background-color: white;
    }

    .cont-prem .swiper-slide .txt-prem{
      font-size: 20px;
}
  }

@media(max-width: 799px) {
  .cont-swp-test .swiper-slide .foto-test .txt-name{
        font-size: 18px;
    }

    .cont-swp-test .swiper-slide .foto-test .txt-state{
        font-size: 18px;
    }

    .cont-swp-test .swiper-slide .txt-comment{
        font-size: 16px;
    }
}