:root {
    --color-naranja-1: #f99961;
    --color-rojo-1:#e5064d;
    --color-rojo-2: #b72534;
    --color-rosa-1: #ef6391;
}

.bg-sw-sl-1 {
background-color: #714a98;
}

.bg-sw-sl-2 {
background-color: #dc0349;
border: 1px solid #dc0349;

}

.bg-sw-sl-3 {
background-color: #016d9b;
}

.bg-sw-sl-4 {
background-color: #f9a91f;
border: 1px solid #f9a91f;

}

.bg-sw-sl-5 {
background-color: #859759;
}

.bg-sw-sl-6 {
background-color: #f5cd6a;
border: 1px solid #f5cd6a;
}

.bg-sw-sl-7 {
background-color: #ef6391;
border: 1px solid #ef6391;

}

.brd-cl-1 {
border: 1px solid #714a98;
}

.brd-cl-2 {
border: 1px solid #dc0349;
}

.brd-cl-3 {
border: 1px solid #016d9b;
}

.brd-cl-4 {
border: 1px solid #f9a91f;
}

.brd-cl-5 {
border: 1px solid #859759;
}

.brd-cl-6 {
border: 1px solid #f5cd6a;
}

.brd-cl-7 {
border: 1px solid #ef6391;
}

.cont-slid-cat{
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}

.cont-slid-cat .swiper {
      width: 100%;
      height: auto;
      padding: 0 20px 0 20px;
}

.cont-slid-cat .swiper-slide {
      height: auto;
      /*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: space-between;
      align-items: center;
      padding: 10px;
      overflow: hidden;
      border-radius: 15px;  
}

.subcont-info {
    margin: 0 0 10px 0;
}

.subcont-img {
    margin: 0 0 0 0;
}

.cont-slid-cat .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto 0 auto;
}

.cont-slid-cat .swiper-slide .txt-tit-cat {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 1.2;
    text-align: center;
}

.cont-slid-cat .swiper-slide .txt-info-cat {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.2;
}

.cont-slid-cat .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
      background-color: transparent;
    }

.cont-slid-cat .swiper .swiper-button-prevv1 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-naranja-1);
    border: 1px solid var(--color-naranja-1);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-slid-cat .swiper .swiper-button-nextt1 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-naranja-1);
    border: 1px solid var(--color-naranja-1);
    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 kits */

  .cont-kits-prim {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}

.cont-kits-prim .swiper {
      width: 100%;
      height: auto;
      padding: 0 0;
}

.cont-kits-prim .swiper-slide {
      height: auto;
      /*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: space-between;
      align-items: center;
      padding: 0;
      overflow: hidden;
      border-radius: 15px;  
    }

   .cont-kits-prim .swiper-slide .box-pasos {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
        color: white;
        border-radius: 15px;
    }

    .txt-paso {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }

    .box-cont-pasos {
        width: 100%;
        height: 100%;
        padding: 16px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .tit-kit {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }

    .cont-desc-kits {
        width: 100%;
        height: auto;
        padding: 5px;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .cont-desc-kits div {
        width: 50%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .cont-desc-kits div:first-child {
        margin: 0 10px 0 0;
    }

    .txt-kit-sh {
        font-size: 14px;
        font-weight: 400;
    }

    .span-kit-1 {
        display: inline-block;
        font-size: 22px;
        font-weight: 500;
        padding: 5px 8px;
        color: green;
    }

    .span-kit-2 {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 8px;
        background-color: red;
        color: white;
        border-radius: 5px;
        margin: 0 0 5px 0;
    }

    .span-kit-3 {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 8px;
        background-color: green;
        color: white;
        border-radius: 5px;

    }

    .info-suma {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }

    .part-kits-img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .part-kits-img img{
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }


    .cont-kits-prim .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-top: 16px;
      margin-bottom: 16px;
      background-color: white;
    }

.cont-kits-prim .swiper .swiper-button-prevv2 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-naranja-1);
    border: 1px solid var(--color-naranja-1);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-kits-prim .swiper .swiper-button-nextt2 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-naranja-1);
    border: 1px solid var(--color-naranja-1);
    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-morado);
}

.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-rojo-2);
    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: 17px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    font-style: italic;
}

/*
.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-prevv3 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-naranja-1);
    border: 1px solid var(--color-naranja-1);
    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-nextt3 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-naranja-1);
    border: 1px solid var(--color-naranja-1);
    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: 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;
    }

}

