body {
    font-family: "Fira Sans Condensed", sans-serif !important;
    background-color: black;
    min-width: 100%;
}

html {
    min-height: 100%;
    min-width: 100%;
}

/* Navbar Container */
.w3-bar.w3-black.w3-card.navbar-container {
    background: black !important;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

/* Yellow Border with Margins */
.navbar-container::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 3px;
    background-color: #FFD100;
}

/* Navbar Links */
.navbar-links a {
    color: white;
    font-weight: bold;
    margin-right: 15px;
}

/* My Slides */
.mySlides {
    display: none;
}

/* Hover Button */
.w3-button:hover {
    background-color: #36373A !important;
    color: #F6D000 !important;
}
#w3-bar-item:hover {
    background-color: #36373A !important;
}

/* Dropdown Select Styling */
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #36373A;
    color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000000;
    background: #36373A;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select_arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #ffffff transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #7b7b7b;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

/* Fondo Call */
.fondo_call {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 10000;
    display: none;
}

/* Popup Styling */
.call_me_popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

/* CTA Button Styling */
.btn-cta {
    box-shadow: 0 0 0 0 rgba(0,0,0,.12), 0 0 0 0 rgba(0,0,0,.24);
    background: #FFD100 !important;
    border: 0;
    border-radius: 8px;
    color: #444649 !important;
    font-weight: 700;
    font-size: 20px !important;
    text-align: center;
    width: 325px;
    padding: 10px 25px;
    margin: 25px auto 35px;
    cursor: pointer;
}
.btn-cta:hover {
    background: #444649 !important;
    border: 0;
    color: #FFD100 !important;
}

/* Footer */
.footer {
    text-align: center;
    width: 100%;
    color: white;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #000000
}
.separadorAmarillo  {
    border-bottom: 3px solid #FFD100;
    margin-left: 10px !important;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Center Hover */
.centro_hover:hover {
    background: #F6D000;
}
.centro_hover {
    background: transparent;
}

.m3, .m4, .m6 {
    padding-left: 15px;
    padding-right: 15px;
}

/* Text Links */
a {
    text-decoration: none;
    color: #F6D000;
}
a:hover {
    text-decoration: none;
}

/* Title Styling */
.titleTusneumaticos {
    font-weight: bold;
    font-size: larger;
    color: white;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .titleTusneumaticos {
        font-size: xx-large;
    }
}



.black-friday {
    text-align: center;
    margin-top: -20px !important;
}

#titleEmail {
    margin-bottom: 0px !important;
}


/* Media Queries */
@media only screen and (min-width: 450px) {

    .black-friday p {
        font-size: 35px !important;
        width: 500px !important;
        margin-top: -72px !important;
    }

    label input {
        /*width: 420px !important;*/
    }
    .btn-cta {
        width: 100% !important;
    }
}
@media only screen and (max-width: 430px) {
    label {
        width: 325px;
    }
    label input {
        width: 100%;
        margin: 0 auto;
    }
    .btn-cta {
        width: 100% !important;
    }
    .footer {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 320px) {
    .black-friday p {
        font-size: 23px !important;
        width: 100% !important;
    }
    .footer {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 768px) {
    .responsive-img {
        max-width: 50%;
    }
}




/* Navbar Logo */
.navbar-logo {
    display: block;
    width: 250px;
    height: 40px; /* Adjust height as needed */
    background-image: url('../img/logo-main.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 10px;
}

p {
    color: white;
}


/* Estilo para pantallas pequeñas (mobile) */
@media (min-width: 100px) and (max-width: 767px) {
    .responsive-img-blackfriday {
        padding-top: 20px;
        width: 40%;
    }

    .wrapper {
        margin: 0 auto;
        width: 90%;
    }

    .formulari  {
        max-width: 100%;
    }


}

/* Estilo para pantallas grandes (escritorio) */
@media (min-width: 768px) and (max-width: 2560px) {

    .info {
        color: white;
        width: 100%;
        text-align: center;
        margin: 0 20px;
    }

    body {
        line-height: 0;
    }

    p {
        line-height: 1.2;
    }

    #mail {
        height: 40px !important;
    }

    p, span, strong, #mail {
        font-size: larger !important;
    }

    .titleTusneumaticos, #spanNeumaticos {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        font-size: larger !important;
    }

    /* Navbar Logo */
    .navbar-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 40px; /* Adjust height as needed */
        background-image: url('../img/logo-main.webp');
        background-size: contain;
        background-repeat: no-repeat;
    }


    #checkboxPoliticaPrivacidad {
        color:red;
        font-size: xxx-large;
        transform: scale(1.5); /* Aumenta el tamaño al 150% */
        margin: 10px;
    }


    .responsive-img {
        max-width: 300px;
    }

    /*!* Estilo general para dispositivos móviles *!*/
    /*.responsive-img {*/
    /*    text-align: center !important;*/
    /*    width: 40%;*/
    /*    margin: 0 auto;*/
    /*}*/




    .responsive-img-blackfriday {
        padding-top: 20px;
        width:35%;
    }

    body {
        line-height: 0;
    }

    p {
        line-height: 1.2;
    }

    .black-friday {
        text-align: center;
        margin-top: -20px !important;
        width:100% !important;
    }

    .responsive-img {
        text-align: center !important;
        width: 25% !important;
    }

    .footer {
        font-size: smaller;
    }
}