
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55?styles=30125,16015,16016,16017,16018,16019,16008,16020,16022,16007,16009,16021,15981,15983,15985,15986,15987,15990,16012,16014,15980,15982,15984,15988,15989,16006,16013,15991,15992,15993,15994,15996,15995,30126,30127,30124,30128,30134,30129,30136,15999,16010,30123,16011,30130,30131,30135,30132,15997,30133,15998,16005');

@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: 60vh; /* Ajusta la altura según lo que necesites */
    background-size:cover ;
    background-position: center ;
    background-repeat: no-repeat ;
    position: relative;
   
    
    /* Aplica un gradiente radial sobre la imagen */
    

}

.carousel-item .boton-personalizado{
    align-items: center;
    justify-content: center;
   
}

.carousel-item h2{
    font-size: 3.5rem;
    text-transform: uppercase;
    color: white;
    margin-top: 2vh;
    
}
.video-container {
    position: relative;
    width: 100%;
    height: 80vh; /* Ocupa toda la pantalla */
    overflow: hidden;
}

.video-container video {

    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta el video sin distorsionarse */
    
}


@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);
}


/* <!-- ¿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; /* Fondo transparente por defecto */
    transform: skewX(-15deg);
    padding: 5px 30px;
    border: 3px solid var(--color-azul); /* Borde azul */
    display: inline-block;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; /* Agregamos transición de color */
}

.boton-personalizado-azul a {
    color: var(--color-azul); /* Letra azul por defecto */
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    transition: color 0.3s ease-in-out; /* Agregamos transición de color */
}

.boton-personalizado-azul:hover {
    background-color: var(--color-azul); /* Ahora el hover cambia el fondo a azul */
}

.boton-personalizado-azul:hover a {
    color: #fff; /* Ahora el texto se vuelve blanco en hover */
}



/* 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: 4.5rem;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 900;
}

.text-container .italica {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 20px;
}

.boton-personalizado {
    background-color: #FFD300;
    color: #242F4D;
    padding: 5px 25px;
    font-weight: bold;
  
    text-decoration: none;
    display: inline-block;
}
.boton-personalizado.white:hover{
    color: white;
}
.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 */

.seccion-fabrica {
    background-image: url('/imagenes/sin-pista.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40rem; /* Altura suficiente para incluir el título */
    width: 100%;
    padding: 50px 20px;
}


/* 🔹 Estilo base de los botones (inclinado sin afectar el texto) */
.btn-secondary {
    background-color: #FFC107 !important; /* Amarillo */
    border:     1px solid #ffc107;
    color: #1A2A4A !important; /* Texto azul */
    font-weight: bold;
    padding: 6px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: skewX(-15deg); /* Inclinar el botón */
    transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out, transform 0.7s ease-in-out;
    border-radius: 0px;
}

/* 🔹 Asegurar que el texto dentro no se incline */
.btn-secondary span {
    display: inline-block;
    transform: skewX(15deg); /* Contrarrestar inclinación */
}

/* 🔹 Ocultar el icono por defecto */
.boton-icon {
    width: 20px;
    height: 20px;
    opacity: 0;  /* Inicialmente invisible */
    transform: scale(0.8); /* Un poco más pequeño */
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Suaviza la aparición */
}

/* Cuando se hace hover, el icono aparece suavemente */
.btn-secondary:hover .boton-icon {
    opacity: 1;  /* Aparece suavemente */
    transform: scale(1); /* Recupera su tamaño normal */
}

/* 🔹 Cambio de color en hover */
.btn-secondary:hover {
    background-color: white !important; /* Botón blanco */
    color: #1A2A4A !important;
}

/* 🔹 Personalización del tooltip */
.tooltip-inner {
    background-color: transparent !important; /* Hace que el fondo sea transparente */
    color: white !important; /* Texto blanco */
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 12px;
    text-align: left;
    border-radius: 5px;
    max-width: 250px;

}
.tooltip.tooltip-grande .tooltip-inner {
    max-width: 350px;
    
    
}




/* 🔹 Ocultar la flecha del tooltip */
.tooltip-arrow {
    display: none !important;
}



.botones-pista{
    margin-top: 100px;
}

.titulo-pista{
    color:white;
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 56px;
}

span.boton-texto {
    font-size: 1.4rem;
    font-weight: 900;
}


/* 🔹 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;
}

.instagram-amarillo{
    color: var(--color-amarillo);
    text-decoration: none;
    font-weight: 900;
}
/* 🔹 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);
}

.instagram-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.instagram-item img {
    width: 100%;
    height: 700px;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.instagram-item:hover img {
    transform: scale(1.05);
}
.instagram-item {
    display: flex;
    justify-content: center;
    
    overflow: hidden;
    height: 100%; /* Ocupa toda la altura */
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantiene la proporción y ajusta la imagen */
}

/* Asegurar que todas las columnas tengan la misma altura */
.row {
    display: flex;
}

.col-md-4 {
    display: flex;
    flex-direction: column;
}


/* 🔹 Nombre de usuario */
.instagram-username {
    font-size: 2rem;
    font-weight: 400;
    color: #1A2A4A;
    text-align: center;
    margin-top: 20px;
    font-family: 'poppins'
}

.botones-mobile {
    display: none;
  }

 

/* 📱 Mobile - Mostrar siempre el texto */
@media (max-width: 1200px) {
    .botones-pista {
        display: none !important;
    }
    .tooltip-inner{
        display: none !important;
    }

}
@media (max-width: 1200px) {
    .botones-mobile {
      display: block; 
      width: 100%;
      max-width: 800px; 
      margin: 0 auto;   
      padding: 20px;
     
      background-size: cover;
      background-position: center;
    }
  
    .mobile-item {
     gap: 30px;
      color: #fff;
      margin-bottom: 20px;
      padding: 15px;
      border-radius: 5px;
    }
    .encabezado{
        background-color: white;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px;
        gap: 15px;
    }
    .encabezado img{
        width: 20px;
    }

    .mobile-item h4 {
        margin: 0px;
        padding: 0px;
      color: var(--color-azul); 
      text-transform: uppercase;
      font-weight: bold;
      
     
      
      text-align: center;
    }
  
    .mobile-item p {
      font-size: 0.95rem;
      line-height: 1.4;
      margin-top: 10px;

    }
    .seccion-fabrica{
        height: auto;
    }
  }



@media (max-width: 1440px){
    .boton-texto {
        font-size: 1rem !important;
    }
    .tooltip-inner{
        max-width: 200px;
    }

    .tooltip.tooltip-grande .tooltip-inner {
        max-width: 300px;
        
        
    }
    .titulo-pista{
        font-size: 3rem;
    }
    .overlay-title{
        font-size: 20px;
    }
    .overlay-text{
        font-size: 16px;
    }
    .boton-personalizado{
        font-size: 16px;
    }
}

/* 🔹 Media Query para pantallas menores a 1140px */
@media (max-width: 1140px) {
    .text-container{
        z-index: 99;
    }

   

    .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;
    }

}


/* 🔹 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;
    }
    .overlay-text{
        font-size: 1rem;
    }
    .descripcion{
        font-size: 1rem;
    }
    .titulo {
       
        
    color: #FFC107; /* Amarillo */
    
    z-index: 20;
    font-size: 2rem !important;
    padding: 0px;
       
    }
    .seccion-fabrica{
        padding: 20px 0px;
    }
    .instagram-section{
        padding: 20px;
    }
    .titulo-instagram{
        font-size: 23px !important;
    }
    .instagram-icon{
        width: 25px;
    }
}