@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cantata+One&family=Gravitas+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rakkas&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.buscar-txt{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:white;
}

  
.card {
    width: 100%;
    border-radius: 10px;
  }

  .card img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
  }

  .gradiente-fondo {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(16,22,91,1) 65%); 
    font-family: "Open Sans", sans-serif;
  }

  
/* 3D Spinner */
 .owl-carousel .item {
    text-align: center;
    padding: 30px;
    margin-bottom: 10px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
/* owl slider */
.owl-carousel .item {
    text-align: center;
    padding: 30px;
    margin-bottom: 10px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* Estilo para el item activo */
  .owl-carousel .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
  }

  /* Estilo básico de los puntos */
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    /* Espaciado superior de los puntos */
  }
  

  /* Estilo de los puntos no activos */
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 20px 8px;
    padding: 1px;    
    /* background-color: #dd4fca;  */
     background-image: url('../img/foro-mazda/calendar.png'); 
     background-repeat: no-repeat; 
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #454646;
    text-align: center;
    line-height: 40px;
    width: 80px;
    height: 80px;
    border-radius: 10%;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
  }

  /* Estilo del punto activo */
  .owl-carousel .owl-dots .owl-dot.active {
    /* background-color: #7113ad; */
    background-image: url('../img/foro-mazda/calendar-hover-linea-blanca.png'); 
    color: #ffffff; 
    font-size: 15px;
  }

  .owl-carousel .owl-dots .owl-dot.active:hover {
    color: #ffffff; 
    font-size: 15px;
  }


  /* Efecto de hover sobre los puntos */
  .owl-carousel .owl-dots .owl-dot:hover {
    /* background-color: #7113ad; */
    color: #202125;
    transform: scale(1.3);
  }

  /* Opcional: Eliminar el borde o cualquier otro estilo no deseado de los puntos */
  .owl-carousel .owl-dots .owl-dot {
    border: none;
  }

  /* Estilo básico de los puntos */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    /* Espaciado superior de los puntos */
  }
  
  /* Estilo de cada punto */
  .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 8px;
    width: 70px; /* Ancho del punto */
    height: 90px; /* Altura del punto */
    position: relative; /* Necesario para posicionar los elementos dentro del punto */
    font-size: 20px; /* Tamaño por defecto para el texto */
    /* background-color: #ffffff; */
    border-radius: 8px; /* Bordes redondeados */
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
  }
  
  /* Contenedor del texto en los puntos */
  .owl-carousel .owl-dot .date-text {
    position: absolute;
    top: 5px; /* Ajuste de la posición para el mes */
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px; /* Tamaño pequeño para el mes */
    font-weight: bold;
  }
  
  /* El día estará justo debajo del mes */
  .owl-carousel .owl-dot .day-text {
    position: absolute;
    bottom: 5px; /* Ajuste de la posición para el día */
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px; /* Tamaño grande para el día */
    font-weight: bold;
  }
  
 

  
.btn-blue-king {
  background-color: #1C2756;
  color: #ffffff;
}

.btn-blue-king:hover {
  background-color: #1C2756;
  color: #ffffff;
}

.bg-fondo-carrousel{
  background-image: url('../img/foro-mazda/bg-foro-mazda.png'); 
  background-repeat: no-repeat; 
}


      /* Estilo para la imagen de fondo */
      .corazon{
        background-image: url('../img/foro-mazda/bg-foro-mazda.png'); 
        background-repeat: no-repeat; 
    }

    /* Estilo para el contenido */
    .atras {
        position: relative; /* Asegura que el contenido esté encima de la imagen de fondo */
        padding: 20px;
        z-index: 0; /* Coloca el contenido sobre la imagen de fondo */
    }