/* Global Styles */
@font-face {
    font-family: 'Century Gothic';
    src: url('font/centurygothic_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Century Gothic', Arial, sans-serif;
    line-height: 1.6;
}

h1, h2, h3 {
    font-weight: bold;
}

.container {
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: #ff0000;
}

a:hover {
    color: #cc0000;
}

/* Navbar */
.navbar {
    margin-bottom: 30px;
}

/* Banner */
.banner {
    background-image: url('img/banner-novedades.jpg');
    background-position-x:10%;
    background-size: cover;
    /*background-position: center;*/
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: filter 0.3s ease-out;
}

.banner h1, .banner p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.banner p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.banner .btn {
    font-size: 1rem;
    padding: 10px 20px;
}

.banner.blur {
    filter: blur(5px);
}


/* Content Sections */
.content-section {
    padding: 60px 10px;
}

.content-section h2, h1 {
    margin-bottom: 20px;
    color: #ff0000;
}

.content-section p {
    margin-bottom: 20px;
}

.content-section ul {
    list-style-type: none;
    padding: 0;
}

.content-section ul li {
    margin-bottom: 10px;
}

.content-section ul li:before {
    content: "\2714\0020";
    color: #ff0000;
}

.form-label {
    font-weight: bold;
}

.form-control {
    margin-bottom: 15px;
}

.btn-danger {
    background-color: #ff0000;
    border: none;
}

.btn-danger:hover {
    background-color: #cc0000;
}

/* Stores Section */
.stores-section p {
    margin-bottom: 10px;
}

/* About Us Section */
.about-us-section p {
    margin-bottom: 20px;
}

/* Footer */
footer {
    background-color: #f8f9fa;
    padding: 30px 0;
}

footer h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

footer p {
    margin-bottom: 0;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #000;
}

footer ul li a:hover {
    color: #cc0000;
}

footer .text-center {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}

@media (max-width: 768px) {
    .banner h1 {
        font-size: 2rem;
    }

    .banner p {
        font-size: 1rem;
    }

    .banner .btn {
        font-size: 0.875rem;
        padding: 8px 16px;
    }

    .content-section {
        padding: 30px 0;
    }
}
.bg-red{
    color: #FFF;
    background: #ff0000;
    padding-top: 150px;
    padding-bottom: 150px;
}

.bg-red-pago{
    color: #FFF;
    background: #ff0000;
    padding-top: 50px;
    padding-bottom: 50px;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
    margin: 20px;
    width: 100%;
    max-width: 400px; /* Ajusta este valor según el tamaño de las imágenes */
    height: 560px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Mantiene la relación de aspecto cuadrada */
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
}

/* Frente de la tarjeta: muestra la imagen */
.flip-card-front {
    background-color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(0deg);
    transition: opacity 0.3s ease;
}

.flip-card:hover .flip-card-front,
.flip-card:focus .flip-card-front {
    opacity: 0; /* Oculta la imagen al girar */
}

/* Parte trasera de la tarjeta: muestra solo el texto */
.flip-card-back {
    background-color: #f8f9fa;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

/* Estilo del texto en la parte trasera */
.flip-card-back h3 {
    margin: 0;
}


.video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        overflow: hidden;
    }

    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .text-overlay {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.9); /* Background with transparency */
        border-radius: 15px;
        padding: 20px;
        max-width: 80%;
    }

.bg-gris{
    background: #f1f1f2;
    padding-top: 150px;
    padding-bottom: 150px;
}

.no-margin-bottom {
    margin-bottom: -150px;
}


/*MAP*/
    li[data-coords] {
        cursor: pointer; /* Cambia el cursor a pointer (mano) */
        transition: color 0.3s; /* Suaviza la transición del color */
    }

    li[data-coords]:hover {
        color: #d9534f; /* Cambia el color al pasar el mouse (puedes personalizar el color) */
    }

    .fondo-sucursales{
        background-color: #f1f1f2;
        padding: 30px;
        overflow: auto;
    }




/*FORMULARIO*/
.wizard-container {
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.wizard-step {
    display: none;
}

.wizard-step.active {
    display: block;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.btn {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.btn-next {
    background-color: #ff0000;
    color: white;
}

.btn-prev {
    background-color: #6c757d;
    color: white;
}

.btn-submit {
    background-color: #ff0000;
    color: white;
}

.recibo {
    border: 1px solid #000;
    padding: 20px;
    width: 300px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.recibo h3 {
    text-align: center;
    margin-bottom: 20px;
}

.recibo p {
    margin: 5px 0;
}


/* Go to Top Button */
        .go-top-btn {
            display: none; 
            position: fixed; 
            bottom: 20px; 
            right: 30px;
            z-index: 99; 
            font-size: 18px; 
            border: none; 
            outline: none; 
            background-color: #cc3333; 
            color: white; 
            cursor: pointer; 
            padding: 15px;
            border-radius: 50px;
        }

        .go-top-btn:hover {
            background-color: #555; 
        }

        /* WhatsApp Bubble */
        .whatsapp-bubble {
            position: fixed;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #25d366;
            color: #FFF;
            bottom: 20px;
            right: 90px;
            z-index: 100;
            font-size: 18px; 
            border: none; 
            outline: none;
            padding: 15px;
        }

