body{
  font-family: Arial, Helvetica, sans-serif;
}

#gear-icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  animation: spin 2s linear infinite; /* Habilita la animaciÃ³n */
}

.police-tape {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-family: Arial, sans-serif;
  background-color: #ff0000;
  color: #ffffff;
}

.police-tape::before {
  content: "âš ï¸";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  font-size: 24px;
}

.police-tape::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

/*Estilos para el ul que contiene las familias con descuentos */
.custom-list-group {
  overflow-y: auto;
  height: 300px;
}

#descuentos{
  overflow: hidden; /* Oculta el contenido que se desborda */
  /*white-space: nowrap; Evita que los elementos se dividan en varias lÃ­neas */

}

#descuentos li {
  display: inline-block; /* Hace que los elementos se muestren en lÃ­nea */
  animation: scrollList 30s linear infinite; /* Ajusta la duraciÃ³n segÃºn tus necesidades */
}
/* Fin */

/* Estilo para eliminar la apariencia de la barra de desplazamiento */
.custom-list-group::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.custom-list-group::-webkit-scrollbar-thumb {
  background: transparent;
}

.form-check-input:checked{
  background-color: #f2eb0d !important;
  border-color: #f2eb0d !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.notification_warning{

    background: #f6ed1d;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
}

.subtitulo_{
	color: gray;
	font-style: italic;
	font-size: 15px;
}

.logo_header{
    width: 180px;
}

/* .formulario{
        border: 1px solid black;
        border-radius: 10px;
        background: #eee;
        padding: 10px;
    } */

.boton_whastapp{
  transition: all 300ms ease-in-out;
}

.boton_whastapp:hover{
  transform: scale(1.1);
}

/* Establece la posiciÃ³n de la imagen y su contenedor */
.contenedor-imagen {
  position: relative;
}

.contenedor-imagen img {
  width: 100%;
  height: auto;
}

/* Agrega una capa semitransparente encima de la imagen */
.contenedor-imagen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad aquÃ­ */
  z-index: 1; /* Asegura que la capa estÃ¡ encima de la imagen */
}

/* Estilos de galeria de imagenes */

.gallery {
  position: relative;
}

.slick-prev {
  position: absolute;
  left: 10px; /* Ajusta la posiciÃ³n izquierda segÃºn tu preferencia */
  top: 100%;
}

.slick-next {
  position: absolute;
  right: 10px; /* Ajusta la posiciÃ³n derecha segÃºn tu preferencia */
  top: 100%;
}

.mensajes{
	text-align:center;
	color: red;
	font-size: 15px;
}
.navbar {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 100;
    height: 80px;
  }

.submenu{
/* padding-top: 60px; */
background: #315866;
}

.carousel-item img{
    height: 500px;
    width: 300px;
}

#carouselExampleControls .carousel-item img{
    height: 300px;
    width: 300px;
}

.submenu p{
  padding: 10px;
  color:#fff !important;
}

  /* nav, .card-header{
    background: #0b0706;
  } */

  .info_box{
    padding: 10px;
    background-color: #eee;
    text-align: justify;
  }

  #geomap{
    width: 100%;
    height: 400px;
}

.circle {
  background: #fcf314;
  border-radius: 200px;
  color: white;
  height: 200px;
  font-weight: bold;
  width: 200px;
  display: table;
  margin: 20px auto;
}
.circle p {
  vertical-align: middle;
  display: table-cell;
}

.banner5_icons{
  font-size: 70px;
}

.block_ {
  text-align: center;
  vertical-align: middle;
}

/* .slider_propio{
  height: 120px;
  text-align: center;
  background: linear-gradient(to right, #d81012, #000);
  background-size: cover;
  background-repeat: no-repeat;
} */

/* #modalLogin .modal-header{
  background: #0b0706;
  color: #fff;
} */

/* .modal-header{
  background: linear-gradient(to right, #d81012, #808080);
  color: #fff;
} */

#exampleModalMedidas .modal-header{
  background-color: #000 !important;
  color: #fff;
}

.slider_propio h1{
color: #fff !important;
font-size: 40px !important;
font-style: italic;
}

.lista_letra_pequeÃ±a{
  font-size: 15px;
}

  .main {
    margin-top: 0px;
    height: auto; /* Used in this example to enable scrolling */
    min-height: 450px;
  }

  .justify_text{
    margin: 0;
  text-indent: 2rem;
  text-align: justify;
  }

.image_transbank{
  width: 100%;
}

.image_sinresultados{
    width: 200px;
}

.image_culata{
  width: 100%;
}

.foto_marca{
  width: 100px;
  height: 70px;
}

.card_oferta{
	border: 1px solid gray;
	border-radius: 10px;
	transition: all 300ms;
	overflow: hidden;
  padding: 20px;
}

.card_oferta:hover{
	background: #d81012;
	color: black;
}

.card_oferta:hover .a_titulo_producto{
	color: black;
}

.card_oferta img{
	transition: all 300ms;
}

.card_oferta:hover img{
	animation: showImage 300ms linear;
}

@keyframes showImage{
	from{
		transform: translateY(-200%);
	}

	to{
		transform: translateY(0%);
	}
}

@keyframes scrollList {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--li-width))); /* Utiliza una variable CSS para el ancho total de los elementos li */
  }
}

.monto_total{
  text-align: center;
    background: #eee;
    padding: 10px;
    margin-top: 40px;
}

.image_transbank_carrito{
  width: 100%;
  margin: 0px auto;
}

.titulo_parrafos{
  padding: 30px;
    background: #eee;
    text-align: center;
    font-weight: bold;
}

  .banner{
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
  }

  .imagen_marca_banner{
    width: 130px;
    height: 100px;
    margin-bottom: 20px;
  }

.buscador_box{
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
}

  .image_quienes_somos{
    border-radius: 100px;
    width: 300px;
  }

  footer{
    background-color: #0b0706;
  }

  .a_modelo{
    text-decoration: none;
    color: #000;

  }

  .repuesto_tienda{
    margin: 0px;
  }



  .repuestos_image{
    height: 200px;
  }

  .repuestos_image_catalogo{
    height: 300px;
    width: 100%;
    margin: 0px auto;
  }

  .card{
    transition: all 300ms;
  }

  .card:hover{
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  }

.card:hover .repuestos_image_catalogo{
	animation: showImage 300ms linear;
}

  .card-title{
    height: 70px;
  }


  .informacion_repuesto{
    border: 1px solid black;
    min-height: 300px;

  }

  #buscador{
    min-height: 300px;

  }

  .carousel-content {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 900px;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }

  #ofertas{
    margin: 0px auto;
  }

  .btn_contacto_whatsapp{
    display: block;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    width: 240px;
  }

  .whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }

  .whatsapp-icon {
    margin-top:13px;
  }

  .btn_eliminar_item_carrito{
    display: block;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    border-radius: 4px;
    width: 50px;
  }

  .letra_grande{
    font-size: 30px;
  }

  .a_titulo_producto{
    color: #000;
    text-decoration: none;
  }

  .foto_autos{
    border: 1px solid black;
  }

  .sortBy{
    background-color: #eee;
    padding: 20px;
  }

  .card-price {
    display: inline-block;

    width: auto;
    height: 38px;

    background-color: #000;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;

    border-left: 1px solid #6ab070;

    /* This makes room for the triangle */
    margin-left: 19px;

    position: relative;

    color: #f2f4a9;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;

    padding: 0 10px 0 10px;
  }

  /* Makes the triangle */
  .card-price:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #000;
  }

  /* Makes the circle */
  .card-price:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -9px;
    top: 17px;
  }
  /* === BASE HEADING === */

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}

/* === HEADING STYLE #2 === */
.two h1 {
  text-transform: capitalize;
}
.two h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #c50000;
}

.two h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.alt-two h1 {
  text-align:center;
}
.alt-two h1:before {
  left:50%; margin-left:-30px;
}

  /* === HEADING STYLE #5 === */
.five h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700; color:#202020;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px;
}
.five h1 span {
  margin-top: 40px;
  text-transform: none;
  font-size:.75em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.five h1:before {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 60px;
  height: 4px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #dfdfdf;
}

.twelve h1 {
  font-size:26px; font-weight:700;  letter-spacing:1px; text-transform:uppercase; width:160px; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
}
.twelve h1:before {
    background-color: #f2eb0d;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h1:after {
    background-color: #f2eb0d;
    content: '';
    display: block;
  position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

.titulo_uno_slider{
  font-size: 40px;
}

.titulo_dos_slider{
  font-size: 60px;
  font-weight: bold;
}

.enlace_whastapp{
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.logo_footer{
  width: 400px;
}

.icon_dropdown{
  font-size: 30px;
  margin-right: 10px;
}
.breadcrumb{
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px;

}

.breadcrumb a{
  text-decoration: none !important;
  color: gray;
}

/*DiseÃ±o responsive*/

@media (max-width: 1024px) {
  .image_transbank {
    width: 510px;
  }

}

@media (max-width: 915px) {

  .logo_footer{
    width: 400px;
  }
  .image_transbank {
    width: 490px;
  }
#cantidad{
    width: 120px;
  }
}

@media (max-width: 896px) {
#cantidad{
    width: 120px;
  }

  .image_transbank {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .logo_footer{
    width: 370px;
  }

  .image_transbank {
    width: 100%;
  }
  #cantidad{
    width: 120px;
  }
}

  @media (max-width: 415px) {

  .logo_footer{
    width: 300px;
  }

  #cantidad{
    width: 25px;
  }

  .image_transbank {
    width: 360px;
  }
}

@media (max-width: 393px){
  #cantidad{
    width: 25px;
  }
}

@media (max-width: 391px){
.carousel-content{
  width: 390px;
}

.twelve h1{
  font-size: 18px;
}
}



@media (max-width: 375px){

  .logo_footer{
    width: 200px;
  }

  #codigo_interno{
    display: none;
  }

  #cantidad{
    width: 20px;
  }
  .image_transbank {
    width: 335px;
  }

  }

  @media (max-width: 280px){
    h1{
      font-size: 30px;
    }
    }
