@charset "utf-8";
/* CSS Document */

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}




/*navbar*/
.navbar-light .navbar-nav .nav-link {
    color: #080708;
    font-size: 1em;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #202022;
    font-size: 1em;
    font-weight: 400;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #202022;
    font-weight: 600;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #202022;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #202022;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*navbar*/

.contenedor-home {
    background-color: #df0209;
}
.contenedor-promos {
    background-color: #df0209;
    background-image: -webkit-linear-gradient(270deg,rgba(223,2,9,1.00) 0%,rgba(223,2,9,1.00) 50%,rgba(255,255,255,1.00) 50%);
    background-image: -moz-linear-gradient(270deg,rgba(223,2,9,1.00) 0%,rgba(223,2,9,1.00) 50%,rgba(255,255,255,1.00) 50%);
    background-image: -o-linear-gradient(270deg,rgba(223,2,9,1.00) 0%,rgba(223,2,9,1.00) 50%,rgba(255,255,255,1.00) 50%);
    background-image: linear-gradient(180deg,rgba(223,2,9,1.00) 0%,rgba(223,2,9,1.00) 50%,rgba(255,255,255,1.00) 50%);
}

.carousel-indicators > button {
    /*border-radius: 50%;
    width: 12px !important;
    height: 12px !important;*/
}

.carousel-indicators{
  bottom: -40px;
}

.texto-pie-1 {
    color: #868686;
}

/* Ajustes para el punto de quiebre de 767px */
@media (max-width: 767px) {
    .carousel-inner .col-6 {
        display: block; /* Asegura que se muestren 2 elementos por fila */
    }

    .carousel-inner .col-6 img {
        margin: auto; /* Centra las imágenes */
    }

    .carousel-inner .d-none.d-md-block {
        display: none !important; /* Oculta el tercer elemento en pantallas pequeñas */
    }
}

.foot-roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #bf0411;
    font-size: 1.2em;
}

.foot-roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #737373;
    font-size: 1.0em;
}

/* Configura el submenú para que esté oculto inicialmente */
.nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    top: 100%; /* Posiciona el submenú debajo del enlace */
    z-index: 1000;
}

/* Muestra el submenú al pasar el cursor sobre el elemento padre */
.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

/* Asegura que el submenú no desplace otros elementos */
.nav-item {
    position: relative;
}

.secciones-titulo-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #454545;
    font-size: 1.5em;
    line-height: 0.9em;
}

.secciones-titulo-2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #bf0411;
    font-size: 1.5em;
    line-height: 1em;
}

.secciones-titulo-3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3em;
}

.secciones-titulo-4 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #87868a;
    font-size: 1.1em;
}
.secciones-titulo-5 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #454545;
    font-size: 1.5em;
    line-height: 1em;
}

.secciones-texto-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #454545;
    font-size: 1.1em;
}

.secciones-texto-2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #454545;
    /*font-size: 1.1em;*/
    line-height: 1em;
}

.separador-1 {
    border-bottom: 2px dotted white; /* Grosor, estilo y color del borde */
}

.custom-card {
    background-color: #FDC800; /* Amarillo */
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    
    
    flex-direction: column;
}
.custom-card h5 {
    font-weight: bold;
    color: #454545;
}
.custom-card p {
    color: #454545;
}
.custom-btn {
    background-color: #333333;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    padding: 8px 20px;
    border: none;
}
.custom-btn:hover {
    background-color: #555555;
    color: white;
}
.icon {
    float: right;
    width: 20px;
}

.lubricantes-1 h4 p small {
    color: #454545;
}

.custom-btn-wide {
    display: inline-block;
    background-color: #ffc107; /* Fondo amarillo */
    color: #454545; /* Texto negro */
    /*font-weight: bold;*/
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25px; /* Bordes redondeados */
    width: 300px; /* Ancho fijo */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-btn-wide:hover {
    background-color: #e0a800; /* Color al pasar el mouse */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Sombra al pasar el mouse */
    text-decoration: none;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%; /* Relación de aspecto 16:9 */
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.servicios-texto-1 {
    font-weight: 700;
    font-style: normal;
    color: #bf0411;
    font-size: 1.5em;
    line-height: 1.2em;    
}
.servicios-texto-2 {
    font-weight: 700;
    font-style: normal;
    color: #87868a;
    font-size: 1.3em;
    line-height: 1.2em;    
}

.scroll-container {
    scrollbar-width: thin; /* Para navegadores basados en Firefox */
    scrollbar-color: red transparent;
}

.scroll-container::-webkit-scrollbar {
    height: 8px; /* Altura de la barra de desplazamiento */
}

.scroll-container::-webkit-scrollbar-track {
    background: #ddd; /* Color del fondo de la barra */
    border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: red; /* Color del "pulgar" (parte que se arrastra) */
    border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: darkred; /* Color del pulgar al pasar el cursor */
}

.scroll-container {
    overflow-x: auto;
}

.scroll-container {
    display: flex;
    overflow-x: auto; /* Permite scroll horizontal */
    scroll-behavior: smooth; /* Desplazamiento suave */
}

.same-height {
    height: 100%; /* Asegura que las imágenes se ajusten al contenedor */
    object-fit: cover; /* Mantiene las proporciones sin deformarlas */
}

.d-flex.align-items-stretch {
    height: 100%; /* Ajusta el alto del contenedor para que las imágenes se alineen correctamente */
}

.img-fluid-1 {
    height: 250px; /* Ajusta según lo que necesites */
    object-fit: cover;
}

.promociones-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #bf0512;
    font-size: 1.5em;
    line-height: 0.9em;
}
.promociones-2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6a6a6a;
    font-size: 1.0em;
    line-height: 1.3em;
}
.promociones-custom-btn-wide {
    display: inline-block;
    background-color: #ffc107; /* Fondo amarillo */
    color: #454545; /* Texto negro */
    /*font-weight: bold;*/
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25px; /* Bordes redondeados */
    width: 180px; /* Ancho fijo */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.promociones-custom-btn-wide:hover {
    background-color: #e0a800; /* Color al pasar el mouse */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Sombra al pasar el mouse */
    text-decoration: none;
}

