@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../utilitarios/fonts/Montserrat-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../utilitarios/fonts/Montserrat-Regular.ttf);
  font-display: swap;
}
* {
	margin: 0;
	border: 0;
    padding: 0;
}
html {
    font-family: 'Montserrat';
    scroll-behavior: smooth;
    font-size: 13px;
}
body {
  font-family: 'Montserrat'!important;
}
.h_100vh {
  min-height: 100vh;
}
.img_slider {
  min-height: 100vh;
}
#contenedor {
	width: 100%;
    /* margin-top: 115px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
/*  header  */
header {
	background-color: beige;
}
header h1 {
	padding: 20px;
	text-align: center;
	color: chocolate;
}
header img {
	width: 100%;
	vertical-align: bottom;
}
/*  nav  */
.redes {
    background-color: black;
    /* background: #fd442c; */
    /* background: linear-gradient(45deg, #6418d7, #0d89f9);    */
    /* background: linear-gradient(45deg, #ff8000, #f30000);  */
    /* background: linear-gradient(45deg, #ffcf21, #ff6161); */
    /* background: linear-gradient(45deg, #f9b536, #fb462e); */
    /* background: linear-gradient(45deg, #ff5000, #e51b23); */
    /* background: linear-gradient(45deg, #e51b23, #ff5000); */
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 18%);
    padding: 0.8rem;
    /* text-align: right; */
}
.redes img {
    width: 25px;
    border-radius: 5px;
    /* background-color: white; */
}
.redes a {
    margin: 0;
    text-decoration: none;
}
.redes_compartir {
  background: #000000;
}
.redes_compartir img {
  width: 25px;
  border-radius: 5px;
  background-color: #9f9f9f;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
nav {
	background-color: transparent;
	/* background-color: white; */
    text-align: right;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
.nav-item .nav-link {
	padding: 10px;
	text-decoration: none;
	color: black!important;
	display: inline-block;
  margin-right: 0!important;
  /* margin-top: 1.5rem;
  margin-bottom: 1rem; */
  font-size: 1.15em;
  font-weight: bold;
}
.nav-item  .nav-link:hover {
    /* color: #7000fe; */
    /* color: #ff7a00; */
    color: #f7452d!important;   
    text-decoration: none;    
}
.navegacion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
#hero-home .slick-next {
  right: 0;
}
#hero-home .slick-prev {
  left: 0;
}
/* .logo {
    padding-top: 10px;
    background-image: url(../imagenes/logo/shoppineando.gif);
    background-size: cover;
    background-repeat: no-repeat;
    width: 160px;
    
} */
.logo .name_logo {
    position: absolute;
    bottom: 10px;
    left: 74px;
    letter-spacing: 10px;
    font-size: 7px;
    color: #ff4343;
}
.logo img {
    width: 13rem;
    padding: 0rem;
}
.accesos {
    display: flex;
    align-items: center;
}
.col_gray a {
  color: #7a7a7a;
  font-size: 1rem;
}
.col_gray i {
  font-size: 2rem;
}
/*  main  */
main {
	display: flex;
}

/*  aside */
aside {
	width: 30%;
	padding: 20px;
	background-color: #ffab00;
    display: flex;    
    padding-top: 120px;
    padding-bottom: 120px;
}
aside h3 {
	padding: 20px 0px;
}
aside a {
	padding: 5px 0px;
	display: block;
	color: firebrick;
}
aside img {
	width: 70%;
	margin: 20px auto;
	display: block;
}
/* video */
video {
    width: 100%;
    padding: 0px;
}
.video {
    background-color: black;
    padding: 50px 15px 15px 15px;
}
.video h1 {
    color: white;
    text-align: center;
}
.video video {
    width: 90%;
    display: flex;
    margin: auto;
}
/* contacto */
.contacto {
    padding: 100px;
    display: flex;
    justify-content: space-between;
    background-color: black;
}
.contacto input {
    min-width: 500px;
    padding: 5px;
    border-radius: 5px;
}
.contacto select {
    min-width: 508px;
    padding: 5px;
    border-radius: 5px;
}
.contacto textarea {
    max-width: 500px;
    padding: 5px;
    border-radius: 5px;
}
.contacto legend {
    font-size: 20px;
    font-weight: bold;
    color: midnightblue;
}
.contacto p {
    padding-top: 15px;
    color: midnightblue;
    padding-bottom: 5px;
}
.formulario {
    padding: 30px;
    background: #ffffff69;
    border-radius: 15px;
}
.formulario h1 {
    padding-bottom: 15px;
    color: white;
}
.formulario button {
    background-color: midnightblue;
    color: white;
    border-radius: 5px;
    padding: 8px 15px;
    width: 100px;
    font-size: 18px;
    margin-top:15px;
    cursor: pointer;
}
.formulario button:hover {
    background-color: rgb(85, 85, 175);
}
/*  footer  */
footer {
	padding: 10px;
	text-align: center;
	background-color: black;
}
footer p {
	margin-bottom: 10px;
	color: white;
}
.footer_container {
	color: white;
  padding: 2rem;
}
.text_bcreator {
  color: white;
  text-decoration: none;
}
.text_terminos {
  color: #ffffff;
}
.form-group {
  margin-bottom:1rem
}
/* animacione, transicion y transformacion */
.rotacionY {
    transform: rotateY(0deg);
    transition: all ease 1000ms;
}
.rotacionY:hover {
    transform: rotateY(360deg);
    transition: all ease 2000ms;
}
.rotacionX {
    transform: rotateX(0deg);
    transition: all ease 1000ms;
}
.rotacionX:hover {
    transform: rotate(360deg);
    transition: all ease 2000ms;
}
img.transformacion {
    /* Firefox */
    -moz-transition: all 500ms ease-in-out;
    /* Chrome / Safari  */
    -webkit-transition: all 500ms ease-in-out;
    /* Default */
    transition: all 500ms ease-in-out;
}
img.transformacion:hover {
    transform: scale(1.05, 1.05);
}
img.transicion {
    /* Firefox */
    -moz-transition-property: all;
    -moz-transition-duration: 1000ms;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 100ms;
    /* Chrome / Safari */
    -webkit-transition-property: all;
    -webkit-transition-duration: 1000ms;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 100ms;
    /* Default */
    transition-property: all;
    transition-duration: 1000ms;
    transition-timing-function: ease;
    transition-delay: 100ms;
}
img.transicion:hover {
    border: 2px solid red;
    width: 85%;
    cursor: pointer;
}
a.animacion {
    /* Firefox */
    -moz-transition: font-size 200ms linear 0s;
    /* Chome / Safari  */
    -webkit-transition: font-size 200ms linear 0s;
    /* Default */
    transition: font-size 200ms linear 0s;;
}
.animacion:hover {
    font-size: 20px;
    color: orange;
}
a.animacion_nav {
    /* Firefox */
    -moz-transition: font-size 200ms linear 0s;
    /* Chome / Safari  */
    -webkit-transition: font-size 200ms linear 0s;
    /* Default */
    transition: font-size 200ms linear 0s;;
}
.animacion_nav:hover {
    font-size: 18px;
    background-color: chocolate;
	color: white;
}
.bac_scroll {
    background-color: black;
    color: white;
    max-height: 11rem;
}
.bac_scroll .logo img  {
    padding-top: 0.5rem;
    width: 8rem;
    transition: 400ms;
}
.bac_scroll .logo .name_logo {
    color: #e1b403;
}
.bac_scroll .nav-item .nav-link {
    color: #000000!important;
    font-size: 1rem!important;
}
.bac_scroll .dropdown-menu a {
  color: #000000;
}
.container_detail {
    display: flex;
}
.cont-rigth {
    padding: 50px 0;
    width: 40%;
}
.cont-left {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
    width: 60%;
}  
  .container_img {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  
  .carousel {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 22px;
  }
  .carousel > input {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
  .carousel > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -500%;
  }
  .carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -400%;
  }
  .carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -300%;
  }
  .carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -200%;
  }
  .carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: -100%;
  }
  .carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
    margin-left: 0%;
  }
  .carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
    border: 2px solid rgb(193 156 2);
    /* box-shadow: 0px 0px 0px 3px rgb(193 156 2); */
  }
  .carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
    border: 2px solid rgb(193 156 2);
    /* box-shadow: 0px 0px 0px 3px rgb(193 156 2); */
  }
  .carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
    border: 2px solid rgb(193 156 2);
    /* box-shadow: 0px 0px 0px 3px rgb(193 156 2); */
  }
  .carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
    border: 2px solid rgb(193 156 2);
    /* box-shadow: 0px 0px 0px 3px rgb(193 156 2); */
  }
  .carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
    border: 2px solid rgb(193 156 2);
    /* box-shadow: 0px 0px 0px 3px rgb(193 156 2); */
  }
  .carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
    border: 2px solid rgb(193 156 2);
    /* box-shadow: 0px 0px 0px 3px rgb(193 156 2); */
  }
  
  .carousel__slides {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
  }
  
  .carousel__slide {
    position: relative;
    display: block;
    flex: 1 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 300ms ease-out;
    /* vertical-align: top; */
    box-sizing: border-box;
    white-space: normal;
  }
  .carousel__slide figure {
    display: flex;
    margin: 0;
  }
  .carousel__slide div {
    position: relative;
    width: 100%;
  }
  .carousel__slide div:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .carousel__slide div > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
  }
  .carousel__slide img {
    display: block;
    flex: 1 1 auto;
    object-fit: cover;
  }
  .carousel__slide figcaption {
    align-self: flex-end;
    padding: 20px 20px 0 20px;
    flex: 0 0 auto;
    width: 25%;
    min-width: 150px;
  }
  .carousel__slide .credit {
    margin-top: 1rem;
    color: rgba(0, 0, 0, 0.5);
    display: block;
  }
  .carousel__slide.scrollable {
    overflow-y: scroll;
  }
  
  .carousel__thumbnails {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 -10px;
  }
  .carousel__slides + .carousel__thumbnails {
    margin-top: 20px;
  }
  .carousel__thumbnails li {
    flex: 1 1 auto;
    max-width: calc((100% / 5) - 20px);
    margin: 0 10px;
    transition: all 300ms ease-in-out;
  }
  .carousel__thumbnails label {
    display: block;
    position: relative;
    margin: 0;
  }
  .carousel__thumbnails label:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .carousel__thumbnails label > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
    cursor: pointer;
  }
  .carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
    transition: all 300ms ease-in-out;
  }
  .carousel__thumbnails img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* detalle producto */
  .product_detail {
    padding-top: 15rem;
  }
  .product_title {
    font-size: 2.2em;
    padding-bottom: 10px;
  }
  .product_title2 {
    font-size: 1.1em;
    padding-top: 15px;
    font-weight: bold;
  }
  .product_description {
    font-size: 1em;
    padding-top: 5px;
  }
  .product_price {
    font-size: 1.2rem;
    padding-bottom: 0;
    padding-left: 1rem;
    text-decoration: line-through;
    color: #e51b23;
  }
  .product_price_discount {
    font-size: 1.5em;
    padding-bottom: 15px;
  }
  .product_button {
    background: #f44336;
    padding: 0.6rem;
    width: 13rem;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
  }
  .product_button:hover {
    background: #000000;
    transition: 400ms;
    color: #ffffff;
  }
  .cont_others_desc {
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .cont_odes {
    width: 33%;
  }
  hr {
    background: #c0c0c0;
    width: 49%;
    height: 1px;
  }
  .cont_mensaje_slider {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
    width: 35%;
  }
  .cont_img_slider {
    position: absolute;
    top: 50%;
    left: 85%;
    transform: translate(-85%, -50%);
    width: 50%;
  }
  .img_index_change {
    max-width: 55rem;
  }
.cont_slider_before::before {
  position: absolute;
  top: 0;
  margin-left: 10px;
  width: 55rem;
  height: 55rem;
  content: "";
  right: 0;
  border-radius: 50% 0 50% 50%;
  background-color: #f5f5f5;
}
.title_text_slider {
  font-size: 5rem;
  line-height: 1;
}
.subtitle_text_slider {
  font-size: 1.2rem;
  padding-top: 2rem;
}
.other_subtitle_text_slider {
  font-size: 1.2rem;
  padding-bottom: 2rem;
}
.btn_shoppineando {
  background: #000000;
  color: #ffffff;
  width: 40%;
  padding: 0.5rem;
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 5px;
  text-decoration: none;
}
.btn_shoppineando:hover {
  text-decoration: none;
  background: #f44336;
  color: #ffffff;
  border: 1px solid #f44336;
  transition: 400ms;
}
.btn_shoppineando_2 {
  background: #f44336;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  padding: 0.5rem;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid #f44336;
  border-radius: 5px;
  text-decoration: none;
}
.btn_shoppineando_2:hover {
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  transition: 400ms;
}
.btn_shoppineando_3 {
  background: #f8f8f8;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  padding: 0.5rem;
  vertical-align: middle;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 5px;
  text-decoration: none;
}
.btn_shoppineando_3:hover {
  text-decoration: none;
  /* background: #f44336; */
  color: #f44336;
  border: 1px solid #f44336;
  transition: 400ms;
}
.nav-link:focus, .nav-link:hover {
  color: #e51b23!important;
}
.btn-shop-login {
  background-color: transparent;
  color: #000000;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  padding: 0.5rem;
  vertical-align: middle;
  text-decoration: underline;
}
.btn-shop-login:hover {
  color: #f44336;
}
.btn-shop-login:focus {
  outline: none;
}
.dis_eb {
  display: flex;
  justify-content: space-between;
}
.dis_eb_resum {
  display: flex;
  justify-content: space-between;
}
.title_pri_paso {
  text-align: center;
  font-size: 4rem;
  width: 75%;
  margin: auto;
  line-height: 1;
}
.title_pasos {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.dis_fle {  
  display: flex;
  justify-content: center;
}
.cont_burble_pas {
  width: 17rem;
  height: 17rem;
  /* background: linear-gradient(45deg, black, transparent); */
  /* background: orangered; */
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.burble_pas {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.color_burble_1 {
  background-color: rebeccapurple;
}
.color_burble_2 {
  background-color: lightseagreen;
}
.color_burble_3 {
  background-color: #fb462e;
}
.title_paso_bubble {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.parr_paso_bubble {
  text-align: center;
  font-size: 1.2rem;
  color: #7a7a7a;
}
.pad_5r_t {
  padding-top: 5rem;
}
.icon_bubble_pas {
  color: #efefef;
  font-size: 5rem;
}
.back_gray {
  background: #f9f9f9;
}
.color_comb {
  color: #f9b52f;
}
.pad_tb_5r {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.product-item img {
  width: 100%;
}

.card_product_index {
	border-radius: 5px;
    padding: 3%;
    background: #fefefe;
    box-shadow: 0px 0px 3px 0px rgb(200 200 200);
	height: 100%;
  position: relative;
}
.card_product_index:hover .cont_button_add {
  transform: translate(0px, -150px);
  transition: 400ms;
  z-index: 1;

}
.nombre_producto {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.precio_producto {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.cont_img_aliado {
  padding: 1rem;
    background: #ffffff;
    box-shadow: 0px 0px 3px 0px rgb(200 200 200);
}
.img_aliado {
  width: 100%;
}

.cont_whats
{
    position: fixed;
    bottom: 7rem;
    z-index: 1;
}
.cont_fa
{
    position: fixed; 
    right: 1rem;
    display: block; 
    width: 4.5rem;
}
.dis_fa
{
    display: block; 
    line-height: 57px;
}
.img_whats
{
    width: 100%;
    border-radius: 15px;
}
.img_red3 {
  width: 2rem;
}
.no_deco:hover {
  text-decoration: none;
}
.col_back {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #b1b1b1;
  margin-left: 0.5rem;
}
.col_back.selected {
  border: 3px double #000000;
}
.cont_col_back {
  display: flex;
}
.pad_all_5r {
  padding-top: 4rem;
  padding-left: 3rem!important;
  padding-right: 3rem!important;
  padding-bottom: 2rem;
}
.title_accesos_rapido_login {
  text-align: center;
  padding: 1rem;
  border-top: 1px solid #e8f0fe;
  margin-top: 2rem;
}
.pad_1_5r {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}
.section_mi_cuenta {
  padding-top: 15rem;
  min-height: 100vh;
}
.active-step {
  border-left: 10px solid #fab631;
}
.cursor_pointer {
  cursor: pointer;
}
.fas.fa-star {
  color: #fab631;
}
.fa-star {
  color: #909090;
}
/* CUENTA */
.btn_steep_cuenta {
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem!important; 
  background: #f8f8f8;
  border-radius: 5px;
}
.pad_tb_d {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.pd_t_1 {
  padding-top: 1rem;
}
.pd_b_1 {
  padding-bottom: 1rem;
}
.pd_all_1 {
  padding: 1rem;
}
.title_step_cuenta {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
.color_prin {
  color: #fb512f;
}
.color_sec {
  color: #fab631;
}
.back_first_ton {
  background: #f8f8f8;
}
.cont_direccion_all {
    justify-content: space-between;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
}
.cont_direccion_all_two {
  justify-content: space-between;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.dis_fle_nc {
  display: flex;
}
.dis_fle_nc_res {
  display: flex;
}
.favorito {
  padding-left: 1rem;
}
.favorito_tarjetas {
  padding-left: 1rem;
}
.cont_direccion {
  padding-left: 1rem;
}
.cont_tarjeta {
  padding-left: 1rem;
}
.icon_pr {
  padding-right: 1rem;
}
.cont_icon i {
  cursor: pointer;
}
.modal .close {
  background: none;
}
.form-floating>label {
  left: 0.8rem!important;
}
/*SWEET ALERT 2*/
.confirm-button-class {
  background-color: red !important;
  color: white !important;
  border: none !important;
}

.title-class {
  font-size: 1.2rem !important;
}


.icon-class {
  font-size: 10px !important;
}

.confirm-button-class .swal2-icon svg {
  width: 12px !important;
  height: 12px !important;
}

.swal2-actions .swal2-confirm {
  /* background-color: #f1c40f !important;
  color: white !important;
  border: none !important;
  box-shadow: none !important; */
  background: #f44336!important;
  display: inline-block!important;
  text-align: center!important;
  font-weight: 400!important;
  padding: 0.5rem!important;
  vertical-align: middle!important;
  color: #ffffff!important;
  font-size: 1rem!important;
  cursor: pointer!important;
  border: 1px solid #f44336!important;
  border-radius: 5px!important;
}
.swal2-actions .swal2-confirm:hover {
  background: #000000!important;
}

.swal2-actions .swal2-cancel {
  /* border-color: #f1c40f !important;
  box-shadow: none !important;
  border: none !important; */
  background-color: transparent!important;
  color: #000000!important;
  display: inline-block!important;
  text-align: center!important;
  font-weight: 400!important;
  font-size: 1rem!important;
  padding: 0.5rem!important;
  vertical-align: middle!important;
  text-decoration: underline!important;  
  
}
.swal2-actions .swal2-cancel:hover {
  color: #f44336!important;
  background-image: none!important;
}

.swal2-confirm:focus, .swal2-cancel:focus {
  box-shadow: none !important;
  border: none !important;
}

.swal2-actions button:hover {
  border: none !important;
}

.sweet-alert {
  max-width: 300px!important;
  margin: auto!important;
  transform: translate(-50%, -50%)!important;
}
.sweet-alert .sa-icon.sa-warning, .sa-icon.sa-error {
  display: none!important;
}
.sweet-alert h2, .swal2-title {
  font-size: 1.2rem!important;
  margin: 0!important;
}
.sweet-alert p {
  font-size: 1rem!important;
}
.sweet-alert .sa-confirm-button-container button {
  background: #f44336!important;
  display: inline-block!important;
  text-align: center!important;
  font-weight: 400!important;
  padding: 0.5rem!important;
  vertical-align: middle!important;
  color: #ffffff!important;
  font-size: 1rem!important;
  cursor: pointer!important;
  border: 1px solid #f44336!important;
  border-radius: 5px!important;
}
.sweet-alert .sa-confirm-button-container button:hover {
  text-decoration: none!important;
  background: #000000!important;
  color: #ffffff!important;
  border: 1px solid #000000!important;
  transition: 400ms!important;
}
.sweet-alert .button.cancel {
  display: none!important;
}
.small-swal-container .sa-button-container button.cancel {
  background-color: transparent!important;
  color: #000000!important;
  display: inline-block!important;
  text-align: center!important;
  font-weight: 400!important;
  font-size: 1rem!important;
  padding: 0.5rem!important;
  vertical-align: middle!important;
  text-decoration: underline!important;
}
.small-swal-container .sa-button-container button.cancel:hover {
  color: #f44336!important;
}
.small-swal-container .sa-button-container button.cancel:focus {
  outline: none!important;
}
/* CUETNA FIN */

/*COMPRAS*/
.border_bot {
  border-bottom: 1px solid #d8d8d8;
}
.mr_b_1_c {
  margin-bottom: 1rem;
}
.mr_b_1 {
  margin-bottom: 2rem;
}
.mr_b_1_2 {
  margin-bottom: 0.5rem;
}
.mr_r_1 {
  margin-right: 1rem;
}
.pos_rel {
  position: relative;
}
.valuar {
  padding-top: 1rem;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
  width: 35%; */
}
.star_rating i {
  cursor: pointer;
}
.cont_img_p {
  background: #ffffff;
  /* width: 7rem; */
  border-radius: 15px;
  margin-right: 1rem;
}
.cont_img_p_cuenta {
  background: #ffffff;
  width: 7rem;
  border-radius: 15px;
  margin-right: 1rem;
}
.img_p {
  width: 100%;
}
.np_r {
  padding-right: 0!important;
}
.np_l {
  padding-left: 0!important;
}
.txt_a_r {
  text-align: right;
}
/*COMPRAS FIN*/

/*SHOPCAR*/
.offcanvas-footer {
  padding: 2rem;
  text-align: right;
  border-top: 1px solid #d8d8d8;
}
.delete-product-shopcar {
  cursor: pointer;
}
.delete-product-shopcar:hover {
  color: #f44336;
}
.cont_cant_agr {
  display: flex;  
  margin-top: 1rem;
}

.mr_l_15 {
  margin-left: 1.5rem;
}
.mr_r_1 {
  margin-right: 1rem;
}
.wth_7 {
  width: 7rem;
}
.hth_3 {
  height: 3rem;
}
.wth_6 {
  width: 6rem;
}
.hth_2 {
  height: 2rem;
}

.box-number {
  color: #212121;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs_13 {  
  font-size: 1.3rem;
}
.select_quantity, .quantity {
  width: 33.3%;
  text-align: center;
  cursor: pointer;
}
.select_quantity {
  background: #000000;
  color: #ffffff;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  border-radius: 5px;
}
.pad_04 {
  padding: 0.4rem;
}
.w_100 {
  width: 100%;
}
.card_dat {
  background: #fbfbfb;
}
.w_25 {
  width: 25%;
}
.w_50 {
  width: 50%;
}
.w_35 {
  width: 35%;
}
.w_15 {
  width: 15%;
}
.cont_order_total {
  padding: 2rem;
  text-align: right;
  border-top: 1px solid #d8d8d8;
}
.orderTotalPago {
  font-size: 1.5rem;
  font-weight: bold;
}
.cupon_descuento {
  color: #f44336;
}
#checkoutCartItems {
  max-height: 25rem;
  overflow-y: auto;
}
.badge {
  position: absolute;
  background: #e51b23;
  font-size: 0.6rem!important;
  right: 0rem;
  top: 0.5rem;
}
.shop-nav {
  position: relative;
}
.dropdown-menu[data-bs-popper] {
  top: 163%!important;
}
.bac_scroll .navegacion {
  background-color: #ffffff;
}
.acces_responsive {
  display: none;
}
.accesos_web {
  display: flex;
}
.card_shopp {
  background: #fbfbfb;
  /* height: 100%; */
  border-radius: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.span_discount {
    background: #e51b23;
    padding: 0.4rem;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    min-width: 4rem;
}
.cont_faprodet {
  text-align: left;
}
.fa_prodet {
  font-size: 2rem;
  color: #b1b1b1;
  padding-right: 2rem;
  padding-top: 1rem;
}
.title_gracias {
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
.check_compra {
  background: #06af28;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem!important;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1rem;
}
.pd_t_1_2 {
  padding-top: 0.5rem;
}
.n_d_at {
  text-decoration: none;
}
.cont_item_desc {
  color: #000000;
}
.cont_vis {
  position: relative;
}
.btn_vis {
  /* border-color: #ced4da!important; */
  /* background-color: #e8f0fe!important; */
  border: none!important;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.btn_vis:focus { 
  outline: none!important; 
}
.btn_vis i {
  color: #7a7a7a;
}
.align-items-start_cuenta {
  align-items: flex-start;
}
.flex-column_cuenta {
  flex-direction: column;
}
.cont_filt_text {
  /* line-height: 3.5rem; */
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.search-bar {
  position: relative;
}
.filt_text i {
  color: #7a7a7a;
}
@media screen and (max-width: 767px) {
  .title_pri_paso {
    font-size: 2rem;
  }
  .mr_b_1 {
    margin-bottom: 0rem;
  }
  .dis_eb_resum {
    display: inline;
  }
  .btn_steep_cuenta {
    width: 25%;
    padding: 0.5rem;
    margin: 0.2rem;
  }
  .align-items-start_cuenta {
    align-items: inherit;
  }
  .flex-column_cuenta {
      flex-direction: inherit;
  }
  .active-step {
    border-bottom: 10px solid #fab631;
    border-left: none;
  }
  
  .mr_2_5_t_res {
    margin-top: 2.5rem;
  }
  .title_step_cuenta {
    display: grid;
  }
  .dis_fle_nc_res {
    display: inline-grid;
    display: -moz-inline-grid;
  }
  .section_mi_cuenta {
    padding-top: 11rem;
  }
  .container-shop {
    padding-top: 11rem!important;
  }
  .cont_filter_tip {
    display: none;
  }
  .product_detail {
    padding-top: 11rem;
  }
  .container_img {
    padding-right: 0;
    padding-left: 5rem;
  }
  .carousel__thumbnails li {
    max-width: calc((100% / 3) - 20px);
  }
  .cont_desc_detail_produc {
    padding-right: 0rem!important;
  }
  .product_description {
    text-align: justify;
  }
  .pad_tb_5r {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pad_5r_t {
    padding-top: 1rem;
  }
  .text_right {
    text-align: inherit;
  }
  .text_left {
    text-align: inherit;
  }
  .cont_filt_text {
    /* padding-bottom: 1rem; */
  }
  .product-item-shop {
    width: 50%!important;
  }
}
@media screen and (max-width: 850px) {
  .title_pri_paso {
    font-size: 2rem;
  }
  .navegacion {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .logo img {
    width: 8rem;
  }
  .title_text_slider {
    font-size: 2rem;
  }
  .subtitle_text_slider {
    font-size: 1rem;
  }
  .cont_mensaje_slider {
    width: 80%;
    left: 50%;
    top: 76%;
    transform: translate(-50%, -45%);
    width: 85%;
  }
  
  .img_index_change {
    max-width: 100%;
  }
  .cont_img_slider {
    top: 40%;
    left: 55%;
    transform: translate(-55%, -50%);
    width: 90%;
  }
  .img_slider {
    height: 100%;
  }
  .mr_b_1_res {
    margin-bottom: 1rem;
  }
}


@media (max-width: 992px) {
  nav {
    background-color: #ffffff;
  }
  .navbar-light .navbar-toggler {
    background: #ffffff;
  }
  .acces_responsive {
    display: flex;
  }
  .accesos_web {
    display: none;
  }
}
