body {
    background-color: #1e1e1e;
    overflow-x: hidden;
   
}

h1 span {
    color: #FF2A07;
}

h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}

h2 span {
    color: #FF2A07;
}

p {
    font-size: 18px;
    color: #ffffff;
}

label {
    font-size: 18px;
    color: #ffffff;
}

a   {
    color: #BDED40;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

span {
    color: #BDED40;
 }

 /* ESTILO BOTONES */
button[type="submit"] {
    background-color: #BDED40;
    color: #000000;
    border: none;
    padding: 10px 70px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
    
}

button[type="submit"]:hover{
    background-color: #FF2A07; /* Cambia el color de fondo cuando se presiona */
    color: #ffffff; /* Cambia el color del texto si es necesario */
    transform: scale(0.98); /* Opcional: efecto de "clic" */
}


.displayfont {
    font-family: 'arial', sans-serif;
    font-size: 100px;
    font-weight: 900;
    line-height: 80px;
    color: #BDED40;

}

.displayfont span {

    color: #fff;

}



.displayfont2 {
    font-family: 'arial', sans-serif;
    font-size: 100px;
    font-weight: 900;
    line-height: 80px;
    color: #ffffff;
}

.displayfont2 span {

    color: #BDED40;
}

.fontcontador {
    font-size: 100px;
    line-height: 80px;
    font-weight: 900;
}

.h1-custom {
    font-size: 60px;
    color: #ffffff;
    font-weight: bolder;

}

.h2-custom {
    font-size: 28px;
    color: #ffffff;
    font-weight: bolder;
}

/* Estilo para el scrollbar */
::-webkit-scrollbar {
    width: 10px; /* Ancho del scrollbar */
    height: 10px; /* Altura del scrollbar horizontal */
}

/* Estilo para el track (fondo del scrollbar) */
::-webkit-scrollbar-track {
    background: #1e1e1e; /* Color del fondo */
    border-radius: 5px; /* Bordes redondeados */
}

/* Estilo para el thumb (barra de desplazamiento) */
::-webkit-scrollbar-thumb {
    background: #BDED40; /* Color de la barra */
    border-radius: 5px; /* Bordes redondeados */
}

/* Estilo para el thumb al pasar el mouse */
::-webkit-scrollbar-thumb:hover {
    background: #A3D633; /* Color al pasar el mouse */
}

.owl-container{
    max-width: 900px;
    margin: 0 auto;
}

.container, .owl-container {
    overflow-x: hidden;
}

.item{
   background: #BDED40;
   color: #1e1e1e;
   justify-content: center;
   align-items: center;
  
   width: 100%;


   display: flex;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.nav-link{
    color: #BDED40;
    font-size: 18px;
    font-weight: bold;
    
    
}


/* ESTILOS FORM */

.contact-form-section {
    background-color: #3b3b3b;
    /* Fondo claro */
    padding: 60px 20px;
}

.contact-form-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.contact-form-section p {
    font-size: 1rem;
    margin-bottom: 30px;
    color: #fff;
}

.form-select:focus {
    background-color: #ffffff;

    border-radius: 5px;
    font-size: 1rem;

}

.clientes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Espaciado entre imágenes */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
}

.clientes-container div {
    flex: 1 1 auto; /* Permitir que los elementos se ajusten automáticamente */
    max-width:  80px; /* Tamaño máximo para las imágenes */
    text-align: center; /* Centrar contenido dentro del div */
}

.clientes-container img {
    width: 100%; /* Hacer que las imágenes sean responsivas */
    height: auto;
}

/* IMAGEN DE FONDO SECCION PRINCIPAL */
#FAN-PRINCIPAL   {
    background-image: url('https://image.app.fanxp.digital/lib/fe3711747364057d751074/m/1/8eaa7907-fd84-42e4-8fbe-b77c13085610.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff; /* Asegura que el texto sea legible */
    padding: 60px 20px;
    border-radius: 10px; /* Opcional: bordes redondeados */
}

/* IMAGEN DE FONDO SECCION DATACONNETC */
#FAN-DATA-CONNECT {
    background-image: url('https://image.app.fanxp.digital/lib/fe3711747364057d751074/m/1/cff296d9-bee5-4d43-9fb7-b55ad959e794.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff; /* Asegura que el texto sea legible */
    padding: 60px 20px;
    border-radius: 10px; /* Opcional: bordes redondeados */
}

/* IMAGEEN DE FONDO SECCION DATACONNETC */
#FAN-SUPPORT {
    background-image: url('https://image.app.fanxp.digital/lib/fe3711747364057d751074/m/1/4a8c223e-1888-4b16-a994-ab253832bb93.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    color: #ffffff; /* Asegura que el texto sea legible */
    padding: 60px 20px;
    border-radius: 10px; /* Opcional: bordes redondeados */
}

/* IMAGEN DE FONDO SECCION FANS CONTADOR */
#FANS {
    background-image: url('https://image.app.fanxp.digital/lib/fe3711747364057d751074/m/1/36d9f8a9-8a1f-4885-8dba-49745a83fffe.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    color: #ffffff; /* Asegura que el texto sea legible */
    padding: 60px 20px;
    border-radius: 10px; /* Opcional: bordes redondeados */
}

/* Ajustes generales para las imágenes en la sección #clientes */
#clientes img {
    max-width: 100%; /* Asegura que las imágenes no excedan el ancho del contenedor */
    height: auto; /* Mantiene la proporción de las imágenes */
    object-fit: contain; /* Ajusta cómo se muestran las imágenes dentro del contenedor */
}

/* Ajustes responsivos */
@media (max-width: 768px) {
    #clientes img {
        max-width: 20%; /* Reduce el tamaño de las imágenes en pantallas medianas */
    }
}

@media (max-width: 576px) {
    #clientes img {
        max-width: 20%; /* Reduce aún más el tamaño en pantallas pequeñas */
    }
}



@media (max-width: 576px) {
    .displayfont {
        font-size: 40px;
        line-height: 35px;
    }

}

@media (max-width: 990px) {
    .displayfont2 {
        font-size: 30px;
        line-height: 6px;
    }
    .h1-custom {
        font-size: 30px;
        color: #ffffff;
        font-weight: bolder;
    
    }

    .fontcontador {
        font-size: 80px;
        line-height: 6px;
    }

}

@media (max-width:500px) {
   
    .h1-custom {
        font-size: 20px;
        color: #ffffff;
        font-weight: bolder;
    
    }

    .fontcontador {
        font-size: 50px;
        line-height: 6px;
    }

}