﻿:root {
    --rojo: #e71a1e;
}
/*BOOTSTRAP */
/*
*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }


.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.collapse:not(.show) {
    display: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dark {
    background-color: #343a40 !important;
}


.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.text-center {
    text-align: center !important;
}

.p-5 {
    padding: 3rem !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
*/
/*Fin bootstrap*/
.textoRojo {
    color: var(--rojo);
    font-weight: 400;
}

.separador {
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin: 10px auto;
}

html {
    /* -webkit-perspective: 900px;
    perspective: 900px;
    background: #000;
    overflow-x: hidden;*/
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-display: swap;
    font-weight: 300;
    color: #000;
    /*    transform-origin: right;*/
}

.fas, .far {
    font-display: swap !important;
}

.fa-search:before {
    margin: 0 10px;
    cursor: pointer;
    font-size: 1.1rem;
}

.flex {
    display: flex;
}
.column{
    flex-direction:column;
}

.textoPeq {
    font-size: 0.85rem;
}

#cuerpo {
    padding-top: 78px;
    display: block;
    width: 100%;
    height: 100%;
}

.text-dark {
    color: #000 !important;
}

p {
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

.inline-block {
    display: inline-block
}

.centrado {
    margin: auto;
}

.vcentrado {
    display: flex;
    align-items: center;
}

.bg-dark-opacity {
    background-color: rgba(0,0,0,0.4);
}

#menuBuscador {
    display: flex;
    align-items: center;
}

#btnBuscar {
    margin: 0 10px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}


#headerCont {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.navbar-toggler {
    outline-color: var(--rojo);
}

.navbar {
    border-bottom: 1px solid #000;
    padding: 0;
}

.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-brand {
    font-size: 1.5rem;
}

.nav-link {
    text-transform: uppercase;
}

header img {
    width: 60%;
}

footer a {
    color: #fff;
}

.itemsfooter {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.breadcrumb {
    background: none;
}

/* CATEGORIA */



#galeria {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    color: #000;
}

.card {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.card-body {
    padding: 0.7rem;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.card-title {
    color: #000;
    margin-bottom: 0;
}

.card img {
    height: 200px;
    object-fit: cover;
    transition: transform ease 0.5s;
}

.card:hover img {
    opacity: 0.3;
    transform: scale(1.5);
}

.card:hover:after {
    content: attr(data-categoria);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 2rem;
    font-weight: 400;
}

.card:hover .card-body {
    display: none;
}

.cnt-footer a {
    display: block !important;
}

#contacto {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

    #contacto a {
        padding: 10px 20px;
    }

    #contacto i:before {
        font-size: 2rem;
        color: #000;
        font-weight: 600;
    }

    #contacto:hover i:before {
        font-size: 2.1rem;
    }

#botonesCompartir {
    display: flex;
    width: auto;
    flex-direction: row;
    position: fixed;
    align-items: center;
    right: -68px;
    top: calc(50% - 100px);
    z-index: 100;
    transition: right ease .3s;
    cursor: pointer;
}

    #botonesCompartir.open {
        right: 0 !important;
    }


    #botonesCompartir i {
        display: flex;
        align-self: center;
    }

        #botonesCompartir i:before {
            font-size: 2rem;
            color: #fff;
        }


    #botonesCompartir a {
        padding: 10px 20px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

#botonShare {
    display: flex;
    height: 56px;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.8);
}

#botonesRedes {
    display: flex;
    flex-direction: column;
    background-color: rgba(0,0,0,0.6);
}

    #botonesRedes > div {
        display: flex;
        justify-content: center;
    }


/*Buscador*/

#cntBuscador {
    width: 100%;
    display: flex;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    align-content: flex-start;
    justify-content: center;
}

.itemBus {
    display: flex;
    flex-direction: column;
    width: 18%;
    height: 200px;
    justify-content: space-around;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
}

.itemImagen {
    height: calc(100% - 50px);
    display: flex;
    margin: auto;
}

    .itemImagen img {
        max-width: 100%;
        object-fit: contain;
    }

        .itemImagen img:hover {
            transform: scale(1.05);
        }

.itemNombre {
    text-align: center;
}

#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    z-index: 10000;
    padding: 3px;
}

    #cookies .txt {
        width: 80%;
        font-size: 0.8rem;
        color: #fff;
        padding: 5px 10px;
    }

    #cookies p {
        margin: 0;
    }

#aceptoCookies {
    background: rgba(0,0,0,0.6);
    font-size: 0.9rem;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*Buscador*/

#blBuscador {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    background: rgba(255,255,255,.95);
    justify-content: center;
    z-index: 1000;
}

.busqueda {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#inputBuscador {
    width: 100%;
    outline: 0;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    padding: 7px 45px 7px 0;
    background: transparent;
    color: #000;
    font-size: 3rem;
    text-align: center;
}

#realizarBusqueda {
    display: none;
}

#cerrarBuscador {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

    #cerrarBuscador:before {
        font-size: 2rem;
    }

/*Resultados buscador*/

#resBuscador {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.8);
}

#btn-estilo {
    position: fixed;
    right: 0px;
    top: 89px;
    background: #fff;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    z-index: 100;
    padding: 5px;
}

#galeryCarrousel:before, #galeryGrid:before {
    color: #000;
    padding: 5px;
    font-size: 2rem;
    margin: 0 5px;
    cursor: pointer;
}

#galeryCarrousel:hover:before, #galeryGrid:hover:before {
    color: var(--rojo);
}


/*Menu*/

#menuFlotante {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 1001;
    transition: top linear .3s;
}

    #menuFlotante.activo {
        top: 0;
    }

#cnt-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}

#menu {
    width: 80%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 2;
}

    #menu::-webkit-scrollbar {
        /* display: none; */
        height: 10px;
        width: 8px;
    }

    /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
    #menu::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

        /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
        #menu::-webkit-scrollbar-thumb:hover {
            background: #b3b3b3;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
        }

        /* Cambiamos el fondo cuando esté en active */
        #menu::-webkit-scrollbar-thumb:active {
            background-color: #999999;
        }

.itemMenu {
    width: 50%;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .itemMenu img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin: 5px 0;
    }

        .itemMenu img:hover {
            transform: scale(1.05);
        }



#cerrarMenu {
    position: absolute;
    right: -100px;
    top: -100px;
    width: 180px;
    height: 180px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 101;
}

    #cerrarMenu:hover {
        border: 1px solid var(--rojo);
    }

    #cerrarMenu:before {
        font-size: 2.5rem;
        padding: 5px;
        position: absolute;
        left: 31px;
        bottom: 23px;
        color: #000;
    }

    #cerrarMenu:hover:before {
        font-size: 2.4rem;
        color: var(--rojo);
    }

#iconoMenu {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -82px;
    cursor: pointer;
    z-index: 1;
}

    #iconoMenu:before {
        font-size: 2rem;
        padding: 25px;
        cursor: pointer;
    }

    #iconoMenu:hover:before {
        /*color: var(--rojo);*/
        font-size: 1.9rem;
    }

    #iconoMenu.pegajoso {
        bottom: -63px;
    }

        #iconoMenu.pegajoso:before {
            font-size: 1.5rem;
        }
