:root {
    --color-morado: #8c4996;
    --color-negro: #000000;
    --color-dorado: #d6ad57;
    --color-gris-1: #bbbbbb;

}

.cont-carr-jafra{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.cont-carr-jafra .swiper {
      width: 100%;
      height: auto;
      padding: 20px 0px;
}

.cont-carr-jafra .swiper-slide {
      height: auto;
      font-size: 18px;
      background: white;
      /*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: center;
      align-items: center;
      padding: 0;
      overflow: hidden;

}

.cont-carr-jafra .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.cont-carr-jafra .swiper-slide .nomb-prod {
    font-size: 18px;
    font-weight: 600;
    color: orange;
    padding: 8px;
    line-height: 1.2;
}

.cont-carr-jafra .swiper-slide .det-prod {
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 1.2;
}

.cont-carr-jafra .swiper-slide .prec-prod {
    font-size: 16px;
    font-weight: 300;
    color: black;
    padding: 8px;
    line-height: 1.2;
}

.cont-carr-jafra .swiper-slide .prec-prod span{
    font-size: 30px;
    font-weight: 400;
    color: black;
    line-height: 1.2;
}





.cont-carr-jafra .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
      background-color: white;
    }

.cont-carr-jafra .swiper .swiper-button-prevv1 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-morado);
    border: 1px solid var(--color-morado);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-carr-jafra .swiper .swiper-button-nextt1 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-morado);
    border: 1px solid var(--color-morado);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-puntos-viaje{
    width: 60%;
    max-width: 600px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

  .cont-puntos-viaje img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.cont-puntos-viaje .nomb-prod {
    font-size: 18px;
    font-weight: 600;
    color: orange;
    padding: 8px;
    line-height: 1.2;
    text-align: center;

}

.cont-puntos-viaje .det-prod {
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 1.2;

}

.cont-puntos-viaje .prec-prod {
    font-size: 16px;
    font-weight: 300;
    color: black;
    padding: 8px;
    line-height: 1.2;
    text-align: center;
}

.cont-puntos-viaje .prec-prod span{
    font-size: 30px;
    font-weight: 400;
    color: black;
    line-height: 1.2;
}


/* 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: 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-morado);
    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-morado);
    border: 1px solid var(--color-morado);
    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-morado);
    border: 1px solid var(--color-morado);
    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 full de invita y gana */

  .cont-slider-full {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
  }

  .cont-slider-full .swiper {
      width: 90%;
      height: 100%;
      background-color: #f6ebf4;
      overflow: hidden;
    border-radius: 15px;
    }

   .cont-slider-full .swiper-slide {
      text-align: center;
      font-size: 18px;
      background-color: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto 0;
    }

    .cont-slider-full .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .cont-slider-full .swiper-navigation-top {
        display: flex;
        justify-content: end;
        align-items: center;
        margin: 0 0 16px 0;
    }

    .cont-slider-full  .swiper-button-prevv4 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-morado);
    border: 1px solid var(--color-morado);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

    .cont-slider-full .swiper-button-nextt4 {
        display: inline-block;
        background-color: #fff;
        color: var(--color-morado);
        border: 1px solid var(--color-morado);
        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-puntos-viaje{
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .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;

}

.cont-slider-full .swiper {
      width: 100%;
      height: 100%;
    }

}
