
:root {
    --purple-dark: #170312;
    --purple-medium: #33032d;
    --purple-light: #531253;
    --gray-light: #eaeaea;
    --white: #f6fdff;

}

/*---------NAVBAR--------*/

.menu {
    background-color: #ffffff;
    width: 100%;
    /*Se queda pegado en la parte de arriba*/
    position: sticky;
    top: 0;
    /*Padding a todos los lados*/
    padding: 5px;
    z-index: 999;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: 'Staatliches' !important;
    margin-bottom: 1px;
    border-bottom: 1px solid rgb(73, 73, 73);

}




p,.lead {
    font-size: 18px;
    text-wrap: pretty !important;
}

label,span,a {
    font-size: 14px !important;
    text-wrap: pretty !important;
}

h1,h2,h3,h4,h5,h6 {
    text-wrap: balance !important;
}

.navbar-nav a,.nav-link {
    font-size: 12px !important;
}

#navigation {
    font-size: 12px;
}

#google_translate_element span {
    font-size: 7px !important;
}

.menu a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    background-color: #ffffff;
    margin: 0 10px;
    transition: .5s ease all;
    color: var(--purple-dark);
    text-decoration: none;
}

.menu a:hover {
    transform: translateY(18px);
    background-color: var(--white);
}


/*---------------- SUBTITULOS ----------------*/
.subtitulo {
    font-size: 20px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
}

.subtitulo span {
    background-color: white;
    color: var(--purple-dark);
    letter-spacing: 4px;
    padding: 0 15px;
    z-index: 99;
    position: relative;
}

.subtitulo::after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 100%;
    background: var(--purple-dark);
    position: relative;
    top: -29px;
    z-index: 1;
}



/*------------- SHOWCASE------------------ */
hr {
    margin: 10px 0;
}

.showcase {
    width: 100% !important;
    height: 90vh !important;
    /*background: url(img/tienda.jpg) no-repeat center/cover;*/
    background: linear-gradient(rgba(0, 0, 0, .60) 0%, rgba(0, 0, 0, .50) 100%), url(../img/tienda.jpg);
    background-position: center center !important;
    background-size: cover !important;
    /* padding: 50px !important; */
    /* margin-bottom: 20px !important; */
    display: flex !important;
    /*Centrar el texto*/
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
    /* Texto centrado y al final*/
}

.btno {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 15px 85px;
    background: #262626;
    color: white;
    font-size: 20px !important;
    border: 1px solid white;
    margin: 10px 0;
    text-decoration: none;
    letter-spacing: 1px;
    transition: .5s ease-in-out;
}

.btno:hover {
    opacity: .9;
    transform: scale(1.1);
    color: white;
    font-weight: bolder;
}

.showcase h1,.showcase p {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
}

.showcase p {
    font-size: 15px;
}

#titulo-showcase {
    font-family: 'Staatliches' !important;
    letter-spacing: 10px;
    font-size: 80px;
    font-weight: bolder;
    text-align: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    /* Cambia esto al color deseado */
    text-shadow: 8px 8px 4px rgba(0, 0, 0, 0.8);
    /*Efecto sombra*/
    margin-top: 20px;
    /* Ajusta según sea necesario */
    position: relative;
    /* Para posicionar el pseudo-elemento ::before */
    /* animation: flicker 10s infinite alternate; */

}

/* 
.ignite-css::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, transparent 0%, #fff 25%, transparent 50%, #fff 75%, transparent 100%);
    background-size: 200% 200%;
    animation: ignite 5s ease-in-out infinite;
    animation: flicker 10s infinite alternate; 
    border-radius: 10px;
    opacity: 0;
}
*/

/* @keyframes ignite {

    0%,
    100% {
        background-position: 0% 0%;
        opacity: 0;
    }

    50% {
        background-position: 100% 100%;
        opacity: 1;
    }
}

@keyframes flicker {
    0%, 100% {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    50% {
        text-shadow: 0 0 0 #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #00bfff, 0 0 80px #00bfff, 0 0 90px #00bfff, 0 0 100px #00bfff, 0 0 150px #00bfff;
    }
}  */



/*SHOWCASE VIDEO*/
#showcase-video {
    width: 100% !important;
    height: 94vh !important;
}
#backgroundVideo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
.showcase-video-btn{
    min-width:100px; 
    font-size:25px !important;
}






#btn-nhorario {
    font-size: 11px !important;
}

/*-----Figuras en movimiento-----*/
figure img:hover {
    transform: scale(1.2);
    transition: .3s ease all;
}

.img-reveal {
    height: 38px !important;
    width: auto !important;  
}

.img-reveal:hover {
    transform: scale(1.1) !important;
    transition: .1s ease all !important;
}



/*--- Separador ---*/

.separador {
    width: 100% !important;
    height: 350px !important;
    background-position: center center !important;
    background-size: cover !important;
    /*La imagen se hace mas pequeña y abarca el 100% de la ventana*/
    background-attachment: fixed !important;
    /*La imagen se queda fija*/
    /* margin-bottom: 10px !important; */
}

.sp-1 {
    background: linear-gradient(rgba(0, 0, 0, .30) 0%, rgba(0, 0, 0, .30) 100%), url(../img/bg-separator.png);
}

.sp-2 {
    background: linear-gradient(rgba(0, 0, 0, .30) 0%, rgba(0, 0, 0, .30) 100%), url(../img/bg-separator.png);
}


.separador p {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    letter-spacing: 3px;
    /* font-family: 'Noto Serif', serif; */
    padding: 10px;
    /*Padding de 10px a todos los lados*/
}


/*--- Acerca de ---*/
.btn-leermas {
    cursor: pointer;
    /*display: inline-block;*/
    font-weight: bold;
    padding: 4px 10px;
    background: #262626;
    background-color: transparent;
    color: black;
    font-size: 10px;
    border: 1px solid black;
    margin: 10px 0;
    text-decoration: none;
}

.btn-leermas:hover {
    opacity: .8;
    background-color: #262626;
    color: white;
}


.acerca-de {
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-acerca-de p,strong,li,b,span {
    font-size: 15px !important;
}

#span-nhistoria p,#span-nservicio p,#p-nhistoria,#p-nservicio {
    font-size: 14px !important;
    text-align: justify;
    text-justify: inter-word;
}


.galeria img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*Si la imagen no entra, se acomode y se recorte pero sin perder la proporcion*/
}



.collapsing {
    height: 0;
    overflow: auto;
    transition: height .5s ease;
}

/*--- Footer ---*/

.contacto {
    margin-bottom: 70px;
}



.redes-sociales {
    padding: 25px;
    background-color: black;
}

.redes-sociales img {
    padding: 5px;
    border-radius: 40%;
    width: 50px;
    transition: .3s ease all;
}

.redes-sociales img:hover {
    transform: scale(1.2);
    /*Escalar la imagen 1.2 veces el original*/
}

.subvencion {
    padding: 25px;

}

.subvencion img {
    width: auto;
}

.contactus {
    font-size: 14px;
    letter-spacing: 1px;
}

.contactus img {
    height: 40px;
}

.contactus img:hover {
    transform: scale(1.2);
    /*Escalar la imagen 1.2 veces el original*/
}



.btn-enviar {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 15px 85px;
    background: #262626;
    color: white;
    font-size: 15px;
    border: 1px solid rgb(255, 255, 255);
    margin: 10px 0;
    text-align: center;
    text-decoration: none;

}

.btn-enviar:hover {
    opacity: .7;
    transition: .3s ease-in-out;
    color: rgb(0, 0, 0);
    background: #e5ff00;

}

#img-logo {
    max-width: 280px;
    max-height: 200px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    /*Si la imagen no entra, se acomode y se recorte pero sin perder la proporcion*/
    /*border: 1px solid rgb(219, 219, 219);*/
}

#img-logo:hover {
    transform: scale(1.1);
    transition: .3s ease all;
    cursor: pointer;
}


msg-error {
    color: #c65848;
}

.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: .2em;
    width: 19em;
}


/*----- BOTON FLOTANTE WHATSAPP----*/
.whatsapp,.btn-cita,.btn-pedido {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px !important;
    z-index: 100;
}

.whatsapp {
    bottom: 10px;
    background-color: #25d366;
    color: #FFF;
}

.whatsapp-icon {
    margin-top: 13px;
}

.btn-cita {
    background-color: #3494d4;
    color: #FFF;
}

.cita-icon {
    margin-top: 13px;
}

/*--BOTON PEDIDO ---*/
.btn-pedido {
    background-color: #042033;
    color: #FFF;
}

.pedido-icon {
    margin-top: 13px;
}

.divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}


/*--- Trabajo de media Queries ---*/

@media screen and (max-width: 992px) {

    p, .lead {
        font-size: 14px !important;
    }

    .separador p {
        font-size: 14px !important;
    }

    .btno {
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        padding: 10px 65px;
        background: #262626;
        color: white;
        font-size: 18px;
        border: 1px solid white;
        margin: 10px 0;


    }

    .btno:hover {
        opacity: .7;
        transform: scale(1.2);
        transition: .3s ease-in-out;
        color: white;

    }


    .menu a {
        font-size: 15px;
        padding: 5px 5px;
    }

    .nosotros .titulo,
    .productos .titulo {
        font-size: 30px;
    }

    .separador {
        background-attachment: fixed !important;
        /*La imagen se queda fija*/
    }


}

@media screen and (max-width: 600px) {

    p,.lead,label,span,a,.card-header, div,.fs-6, .card-text, select, textarea {
        font-size: 13px !important;
    }

    .img-status {
        height: 130px !important;
    }

    .btn-cesta {
        width: 100px;
        border: 1px solid #57585E;
        font-size: 8px !important;
        padding: 3px 0px;

    }

    .separador p {
        font-size: 14px !important;
    }

    .btno {
        cursor: pointer !important;
        padding: 18px 40px !important;
        background: #262626 !important;
        display: inline-flex !important;
        letter-spacing: 3px !important;
        color: white !important;
        font-size: 17px !important;

    }

    .showcase i {
        padding-top: 4px !important;
    }

    .btno:hover {
        opacity: .7;
        transform: scale(1.1) !important;
        transition: .3s ease-in-out !important;
        color: white !important;

    }

    .showcase h1, #titulo-showcase {
        font-size: 28px !important;
        letter-spacing: 7px;
        text-align: center !important;
        justify-content: center !important;
    }

    .showcase-video-btn{
        min-width:70px; 
        font-size:15px !important;
    }

    .img-reveal {
        height: 32px !important;
        width: auto !important;
    }

}