
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Modifica el tamaño de los indicadores */
.carousel-indicators [data-bs-target] {

    width: 139px;
    height: 8px;  
}
:root {
    --color-azul: #242F4C;  /* Azul  */
    --color-amarillo: #F4C200; /* Amarillo */
    --color-wsp: #40E45D;  /* verde */
 
}


/* Para el indicador activo */
.carousel-indicators .active {
    background-color: var(--color-amarillo); /* Color cuando está activo */
    
}



.carousel-item {
    width: 100%;
    height: 70vh; /* Ajusta la altura según lo que necesites */
    background-size:cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 50px 50px;
    /* Aplica un gradiente radial sobre la imagen */
    

    background-blend-mode: multiply;
}

.carousel-item .boton-personalizado{
    align-items: center;
    justify-content: center;
   
}

.carousel-item h2{
    font-size: 6rem;
    text-transform: uppercase;
    color: white;
    margin-top: 2vh;
    
}
.video-container {
    position: relative;
    width: 100%;
    height: 50vh; /* Ocupa toda la pantalla */
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta el video sin distorsionarse */
    transform: translate(-50%, -50%); /* Centra el video */
}


@media (max-width: 900px){
    
}
.carousel-item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.slider-centrado {
    position: relative;
    z-index: 2; /* Para que esté encima del video */
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Hace que el video cubra todo el espacio */
    z-index: -1; /* Lo coloca detrás del contenido */
}


/* ----------------------------------- Tecnologia para cada tipo de vehiculo */

/* Contenedor de la tarjeta */
.card-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;

}


.logoprincipal{
    width: 30%;
}


/* Imagen de fondo */
.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

/* Título normal (se oculta al hacer hover) */
.card-title {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 2.3rem;
    font-weight: 400;
    color: white;
    transition: opacity 0.3s ease-in-out;
    text-align: right;
}

.card-title .columnas-3{
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 1rem ;
    font-weight: 400;
    color: white;
    transition: opacity 0.3s ease-in-out;
}

/* Overlay que aparece en hover */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Texto dentro del overlay */
.overlay-title {
    font-size: 2.3rem;
    font-weight: bold;
    color: var(--color-amarillo);
}

.overlay-text {
    font-size: 1.5rem;
    max-width: 80%;
    color: white;
}

/* Efecto hover */
.card-overlay:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

.card-overlay:hover .card-img {
    transform: scale(1.1);
}

.card-overlay:hover .card-title {
    opacity: 0;
}
/* Estilos del título */
.titulo-seccion {
    font-size: 5rem;
    font-weight: bold;
   color: white;
    text-transform: uppercase;
    padding: 0px;
}

.subtitulo-seccion {
    font-size: 5rem;
    font-weight: bold;
    padding: 0px;
    color: white;
    text-transform: uppercase;
}
.texto-medio{
    font-size: 3.5rem;
    font-style: italic;
    font-family: Poppins;
    font-style: italic;
    font-weight: 800;
    
    text-transform: uppercase;
}

.container {
    background-color: #242F4C; 
    padding: 40px 20px;
    border-radius: 10px;
}


.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.ancho-completo {
    padding: 5vw;
    
    margin: 0px !important;
}
.azul{
    background-color: var(--color-azul);
}

@media (max-width: 900px){
   
}


/* <!-- ¿No sabés qué lubricante elegir? --> */

.seccion-lubricantes {
    background-image: url(/imagenes/back-nuestro-negocio.png);
    background-position: top;
    background-size:cover;
    background-repeat: no-repeat;
    color: var(--color-azul);
    
}

.titulo-principal {
    font-size: 3.8rem;
    text-transform: uppercase;
    color: var(--color-amarillo);
    text-align: center;
    display: inline-block; 
}

.subtitulo {
    font-size: 2.3rem;
    font-weight: 400;
    max-width: fit-content;
    display: block;
    margin: 10px auto; 
    font-family: "Poppins", sans-serif; /* Corrección */
    width: 65%;
}

.btn-warning {
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    color: black;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.titulo-secundario {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: 'poppins';
    font-weight: 900;
}
.fondo-blanco{
    background-color: white;;
}
.descripcion {
    font-size: 1.4rem;
    
    margin-top: 40px;
    
}
.boton-personalizado-azul{
    background-color: transparent;
    transform: skewX(-15deg);
    padding: 5px 30px ;
    border: 3px solid var(--color-azul);
    
}
.boton-personalizado-azul a{
    color: var(--color-azul);
    text-decoration: none;
    font-weight: bold;
   
    text-transform: uppercase;
    font-size: 24px;
}

/* Orgullosos de acompañar a los mejores en la pista */

/* Contenedor del banner */
.banner {
    background-image: url('/imagenes/Background.png');
    background-size: cover;
    background-position: center;
    padding: 30px 50px;
    color: white;
    height: 400px;
    position: relative; /* importante para posicionamiento interno */
    overflow: visible;  /* cambiado a visible para permitir que sobresalga */
}
.text-centrado{
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrar verticalmente */
    height: 100%; /* Asegúrate de que ocupe todo el alto de la columna */
    z-index: 99;
}

.text-container .titulo {
    font-size: 5rem;
    margin-bottom: 10px;
    width: 100%;
    font-weight: normal;
}

.text-container .italica {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 20px;
}

.boton-personalizado {
    background-color: #FFD300;
    color: #242F4D;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

.img-container {
    position: static;
}

.img-pilotos {
    position: absolute;
    right: 100px;
    bottom: 0;
    height: 500px;
}



.titulo {
    font-size: 4rem;
    font-weight: bold;
    color: #FFC107; /* Amarillo */
    margin-top: 0px;
    z-index: 20;
    
}
.italica {
    font-family: "poppins";
    font-weight: 900;
}








/* --------------------------------------site map de fabrica */


/* Contenedor de la sección */
.seccion-fabrica {
    background: url('/imagenes/back.png') no-repeat center center;
    background-size: cover;
    height: auto;
    color: white;
    padding-bottom: 150px;
    padding-top: 100px;
}

/* Título */
.titulo-pista {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    font-family: "poppins";
    text-transform: uppercase;
}

/* Contenedor de la imagen */
.fondo-fabrica {
    position: relative;
    width: 100%;
    height: 50vh;
    background-size: cover;
}

/* 🔹 Botones normales */
.boton {
    position: absolute;
    background-color: #FFC107; /* Amarillo */
    color: var(--color-azul);
    font-weight: bold;
    width: 200px;
    padding: 5px 0px;
    text-align: center;
    border-radius: 0px;
    text-transform: uppercase;
    transform: skewX(-15deg);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.control-calidad{
    width: 250px;
}
.boton.control-calidad::after{
    left: 10%;
}

/* 🔹 Hover: Cambio a blanco y se agrega icono */
.boton:hover {
    background-color: white; /* Cambia a blanco */
    color: #1A2A4A; /* Color azul oscuro para el texto */
    position: absolute;
}

/* 🔹 Agregar el icono en hover */
.boton:hover::before {
    content: "";
    background: url('/imagenes/frame.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 10px; /* Ajusta la posición a la derecha */
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Ajusta el tamaño del icono */
    height: 20px;
}

/* 🔹 Texto emergente en hover */
.boton::after {
    content: attr(data-texto); /* Extrae el texto del atributo "data-texto" */
    position: absolute;
    top: 100%;
    left: 48%;
    transform: skewX(0deg) translateX(-50%);
    color: white;
    font-size: 0.6rem;
    padding: 10px;
    width: 200px;
    text-align: left;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    font-weight: 300;
}
.boton.control-calidad::after{
    left: 38%;
}
/* 🔹 Mostrar el texto en hover */
.boton:hover::after {
    opacity: 1;
}


/* Posicionamiento de cada etiqueta */
.tecnologia { top: 38%; left: 13%; }
.control-calidad { top: 23%; left: 43%; }
.packaging { top: 58%; left: 31%; }
.envasado { top: 87%; left: 50%; }
.logistica { top: 53%; right: 15%; }

/* Ubicación */
.ubicacion {
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 20px;
}







/* 🔹 Sección del blog */
.blog-section {
    background: url('/imagenes/fondo-noticias.png') no-repeat center center;
    background-size: cover;
    padding: 5vw;
}

/* 🔹 Título */
.titulo-blog {
    font-size: 5rem;
    font-weight: bold;
    color: #1A2A4A;
    margin-bottom: 40px;
}

/* 🔹 Tarjetas */
.blog-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}


.blog-card:hover {
    transform: scale(1.03);
}

/* 🔹 Imagen */
.blog-card img {
    width: 100%;
    height: auto;
}

/* 🔹 Contenido */
.blog-content {
    padding: 20px;
}

.blog-content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1A2A4A;
}

.blog-content p {
    font-size: 1rem;
    color: #333;
}

/* 🔹 Botón */
.blog-button {
    display: block;
    text-align: center;
    background: #FFC107;
    color: #1A2A4A;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    margin: 15px auto;
    width: 80%;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.blog-button:hover {
    background: #E0A800;
}


/* 🔹 Sección de Instagram */
.instagram-section {
    background: white;
    padding: 5vh;
}

/* 🔹 Título con ícono */
.titulo-instagram {
    font-size: 4rem;
    font-weight: bold;
    color: #FFC107;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.instagram-icon {
    margin-right: 1%;
    width: 2.5vw;
}

.titulo-instagram i {
    font-size: 2.5rem;
}

/* 🔹 Tarjetas de Instagram */
.instagram-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: 5px solid transparent;
}

.instagram-card img {
    width: 100%;
    height: auto;
}

/* 🔹 Efecto Hover: Borde amarillo */
.instagram-card:hover {
    border: 5px solid #FFC107;
    transform: scale(1.03);
}

/* 🔹 Nombre de usuario */
.instagram-username {
    font-size: 2rem;
    font-weight: 400;
    color: #1A2A4A;
    text-align: center;
    margin-top: 20px;
}

/* 🔹 Media Query para pantallas menores a 1140px */
@media (max-width: 1140px) {
    .text-container{
        z-index: 99;
    }

    .seccion-fabrica {
        background: url('/imagenes/back-respon.png') no-repeat center center;
        background-size: cover;
        padding-bottom: 300px;
    }



    .boton {
        position: relative; /* Se elimina la posición absoluta */
        width: 70%; /* Se expanden al ancho del contenedor */
        pointer-events: none;      
        background-color: white;
        color: #1A2A4A;
        padding: 15px;
        transform: none;
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        font-weight: bold;
        height: 50px;
        text-transform: uppercase;
        margin-top: 10px;
    }

    /* 🔹 Icono siempre visible */
    .boton::before {
        content:icon;
        background: url('/imagenes/frame.png') no-repeat center center;
        background-size: contain;
        width: 200px;
        height: 20px;
        left: 30%;
    }
    

    /* 🔹 Texto siempre visible debajo */
    .boton::after {
        content: attr(data-texto);
        display: block;
        font-size: 1rem;
        font-weight: normal;
        color: white;
        background: none;
        padding: 10px 0 0;
        width: 80%;
        text-align: left;
        opacity: 1;
        
        left: 40%;
    }
    .boton.control-calidad::after{
        left: 41%;
    }

    /* ❌ Se elimina la posición absoluta en mobile */
    .tecnologia,
    .control-calidad,
    .packaging,
    .envasado,
    .logistica {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .ubicacion{
        margin-top: 220px;
    }
}

@media (max-width: 900px) {
    .titulo-instagram{
        align-items: flex-start;
    }
    .instagram-icon{
        width: 40px;
    }
    .italica{
        text-align: left;
    }
    .img-pilotos {
    
        height: 300px;
    }
    .banner{
        height: 250px;
        
    }

    .carousel-item {
        height: 40vh;
    }

    .texto-medio{
        font-size: 2rem;
    }
    .img-pilotos {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 200px;
    }

    .titulo {
       
        
        color: #FFC107; /* Amarillo */
       
        z-index: 20;
        font-size: 2.3rem !important;
        padding: 0px;
       
    }
    .italica{
        font-size: 1.5rem !important ;
    }
    .boton-personalizado{
        padding: 3px 30px;
    }
    .boton-personalizado a{
        font-size: 14px;
    }
    .subtitulo{
        width: 90%;
    }
    .boton-personalizado-azul{
        padding: 5px 13px;
        font-size: 16px;
    }
    .boton-personalizado-azul a{
       
        font-size: 16px;
    }

    .seccion-fabrica {
        background: url('/imagenes/back-respon.png') no-repeat center center;
        background-size: cover;
        padding-bottom: 300px;
    }

    /* 🔹 Se eliminan posiciones absolutas */
    .fondo-fabrica {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 322px;
        height: auto;
        margin-top: 40px;
    }

    .boton {
        position: relative; /* Se elimina la posición absoluta */
        width: 70%; /* Se expanden al ancho del contenedor */
        pointer-events: none;      
        background-color: white;
        color: #1A2A4A;
        padding: 15px;
        transform: none;
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        font-weight: bold;
        height: 50px;
        text-transform: uppercase;
        margin-top: 10px;
    }

    /* 🔹 Icono siempre visible */
    .boton::before {
        content:icon;
        background: url('/imagenes/frame.png') no-repeat center center;
        background-size: contain;
        width: 200px;
        height: 20px;
        left: 30%;
    }

   
}


/* 🔹 Espaciado entre las tarjetas en versión responsive */
@media (max-width: 768px) {
    .blog-card {
        margin-bottom: 20px; /* Espacio entre cada tarjeta */
    }
    .card-overlay {
        margin-bottom: 20px; /* Espacio entre cada tarjeta */
    }
    .banner{
        height: 300px;
    }
    .banner{
        flex-direction: column;
    }
}


@media (min-width: 1140px) {
    .tecnologia { top: 37%; left: 6%; }
    .control-calidad { top: 23%; left: 40%; }
    .packaging { top: 55%; left: 25%; }
    .envasado { top: 81%; left: 48%; }
    .logistica { top: 50%; right: 7%; }
}
@media (min-width: 1180px) {
    .tecnologia { top: 14%; left: 9%; }
    .control-calidad { top: -1%; left: 40%; }
    .packaging { top: 35%; left: 31%; }
    .envasado { top: 62%; left: 48%; }
    .logistica { top: 28%; right: 13%; }
}


/* 🔹 MEDIA QUERY PARA PANTALLAS GRANDES (1440px - 1919px) */
@media (min-width: 1440px) {
    .tecnologia { top: 35%; left: 12%; }
    .control-calidad { top: 21%; left: 42%; }
    .packaging { top: 59%; left: 32%; }
    .envasado { top: 62%; left: 48%; }
    .logistica { top: 50%; right: 14%; }
}
@media (min-width: 1540px) {
    .tecnologia { top: 33%; left: 12%; }
    .control-calidad { top: 19%; left: 42%; }
    .packaging { top: 59%; left: 32%; }
    .envasado { top: 88%; left: 48%; }
    .logistica { top: 50%; right: 14%; }
}
@media (min-width: 1640px) {
    .tecnologia { top: 33%; left: 12%; }
    .control-calidad { top: 16%; left: 42%; }
    .packaging { top: 59%; left: 32%; }
    .envasado { top: 92%; left: 48%; }
    .logistica { top: 50%; right: 14%; }
}
@media (min-width: 1740px) {
    .tecnologia { top: 33%; left: 12%; }
    .control-calidad { top: 13%; left: 42%; }
    .packaging { top: 60%; left: 33%; }
    .envasado { top: 95%; left: 48%; }
    .logistica { top: 51%; right: 17%; }
}
@media (min-width: 1840px) {
    .tecnologia { top: 33%; left: 12%; }
    .control-calidad { top: 13%; left: 42%; }
    .packaging { top: 60%; left: 33%; }
    .envasado { top: 97%; left: 48%; }
    .logistica { top: 51%; right: 17%; }
}

/* 🔹 MEDIA QUERY PARA ULTRA PANTALLAS (1920px en adelante) */
@media (min-width: 1890px) {
    .tecnologia { top:18%; left: 15%; }
    .control-calidad { top: -1%; left: 45%; }
    .packaging { top: 47%; left: 34%; }
    .envasado { top: 82%; left: 50%; }
    .logistica { top: 37%; right: 17%; }
}
@media (min-width: 1920px) {
    .tecnologia { top: 25%; left: 15%; }
    .control-calidad { top: 7%; left: 45%; }
    .packaging { top: 53%; left: 34%; }
    .envasado { top: 84%; left: 50%; }
    .logistica { top: 42%; right: 17%; }
}
@media (min-width: 3456px) {
    .tecnologia { top: 35%; left: 17%; }
    .control-calidad { top: 17%; left: 45%; }
    .packaging { top: 61%; left: 37%; }
    .envasado { top: 95%; left: 50%; }
    .logistica { top: 53%; right: 20%; }
}
