@font-face {
    font-family: 'ShakyHand';
    src: url(../img/shakyhandsomecomic.otf) format('truetype');
    font-style: normal;
    font-weight: normal;
  }
@font-face{
    font-family: 'ShakyHandL';
    src: url(../img/shakyhandsomecomicligth.otf) format(truetype);
    font-style: normal;
    font-weight: normal;
}


  :root{
    --rosa: #ed028c;
    --cafe: #231f20;
    --morado: #5b2e91;
    --verde: #a6ce39;
    --FF: 'ShakyHand';
}


::-webkit-scrollbar{
    background: var(--cafe);
    width: 15px;
}
::-webkit-scrollbar-button{
    background: #403c3d;
    cursor: pointer;
}
::-webkit-scrollbar-thumb{
    background: #555051;
    border-radius: 20px;
    width: 10px;
    padding: 5px;
}
::-webkit-scrollbar-track-piece{
    background: var(--cafe);
}





html{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth !important;
    height: fit-content;
}
body{
    margin: 0;
    padding: 0;
    background-image: url(../img/patron2.png);
    background-repeat: repeat;
    background-size: 150px;
    transition: 500ms;
    height: 100%;
    overflow-x: auto;
    scroll-behavior: smooth !important;
    height: fit-content;
}

header{
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 11;
}
/*                  Barra superior */

.interactive{
    background-color:var(--morado);
    width: 100%;
    color: white;
    padding: 4px 0;
    font-family: 'ShakyHand';
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    text-decoration: underline;
    font-size: 10px;
    position: relative;
    transition: 300ms;
    font-family: 'ShakyHandL';
}

.sombrero-icon{
    height: 12px;
    margin-left: 15px;
    margin-right: 15px ;
}

.cont-interactive :hover{
    background-color: #743ab9;
}
/* Header */

.ctn-header{
    background-color: var(--cafe);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 5px;
    align-items: center;
    box-shadow: 0 0 20px black;
    transition: 200ms;
}

.btn-menu{
    width: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}

.icon-menu img{
    margin: 0;
    padding: 0;
    transition: 300ms;
}

.icon-menu{
    padding: 10px;
    transition: 300ms;
}


.ctn-header img {
    height: 70px;
    transition: 300ms;
}

.ctn-header a{
    order: 0;
}

.ctn-header a :hover{
    transform: scale(1.05);
}


.box-search{
    height: fit-content;
    display: block;
    width: 100%;
    order: 3;
    margin-top: 5px;
    background-color: white;
    border-radius: 5px;
}

.box-search input{
    width: 94%;
    padding: 8px;
    outline: 0;;
    border: none;
    font-family:var(--FF) ;
    letter-spacing: 1px;
    transition: 300ms;
    border-radius: 5px;
}


#boxSearch{
    position: fixed;
    top: 129px;
    width: 97%;
    background: white ;    
    box-sizing: border-box; 
    overflow: hidden;
    list-style: none;
    padding: 0;
    font-family: 'ShakyHandL';
    letter-spacing: 1px;
    font-weight: 800;
    border-top: var(--verde) 3px solid;
    display: none;

}
#boxSearch li i a{
    display: block;
    width: 100%;
    color: #888888;
    padding: 6px 15px;
    text-decoration: none;
    font-style: normal;
}
#boxSearch li i a:hover{
    background: #f3f3f3;
}

.spancategoria{
    color: #999999;
    font-weight: 400;
    opacity: 0.5;
}
.coverbar{
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
    transition: 300ms;
}





.box-search :hover{
    border-radius: 10px;
}

.button1, .button2, .button3{
    text-decoration: none;
    color: white;
    font-family: 'ShakyHand';
    letter-spacing: 1px;
    display: block;
    padding: 3px 3px;
    text-align: center;
    width: 75px;
    padding-top: 3px;

}

.button1{
    background-color: var(--rosa);
    transition:  150ms;

}
.button2{
    background-color: var(--verde);
    transition:  150ms;
}.button3{
    background-color: var(--morado);
    transition:  150ms;
    scroll-behavior: smooth;

}
.n3 :hover{
    transform: scale(1.1);
    transition:  ease-in-out 150ms;
    scroll-behavior: smooth;
}
.n2 :hover{
    transform: scale(1.1);
    rotate: 10deg;
    transition: ease-in-out 150ms;
}
.n1 :hover{
    transform: scale(1.1);
    rotate: -10deg;
    transition: ease-in-out 150ms;
}
.ul-nav{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    order: 2;
    height: fit-content;
    align-content: center;
}

.ul-nav li{
    height: 100%;
}


/*CATALOGO*/
.ttcatalogo{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
}
.ttcatalogo h2:hover{
    transform: scale(1.1);
}
.ttcatalogo  h2{
    text-align: center;
    margin: 0;
    font-family: var(--FF);
    padding: 0 20px;
    font-size: 26px;
    cursor: pointer;
    transition: 300ms;
}
.line{
    background: var(--morado);
    width: 100%;
    height: 15px;
    cursor: pointer;
}


.catalogo{
    margin-left:2.5%;
    margin-top: 15px;
    z-index: 1;

}
.cont-catalogo{
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    background: rgba(72, 72, 72, 0.435);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-left: 15px;
}
.cont-catalogo::-webkit-scrollbar{
    border-radius: 10px;
    opacity: 0.8;
    background: var(--cafe);
    width: 7px;
}
::-webkit-scrollbar-button{
    background: #403c3d;
    cursor: pointer;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background: #555051;
    border-radius: 20px;
}
::-webkit-scrollbar-track-piece{
    background: var(--cafe);
}

.flecha{
    height: 300px;
    background-color: var(--verde);
    opacity: 0.7;
    width: 70px;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 300ms;
    z-index: 0;
}
.flecha:hover{
    opacity: 1;
    transform: scale(0.9);
}
.flecha img{
    height: 60%;
    width: 90%;
    z-index: 0;
}

.recuadro{
    height: 280px;
    width: 140px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: whitesmoke;
    margin: 10px 0;
    flex-shrink: 0;
    scroll-snap-align: start;
    cursor: pointer;
    transition: 300ms;
    overflow: hidden;
    word-wrap: break-word;
}
.cont-img-catalogo{
    background-color: whitesmoke;
    box-sizing: border-box;
    width: 90%;
    height: 170px;
    align-self: center;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gimcat {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
}
.vermasc{
    width: 80%;
    align-self: center;
    margin-bottom: 10px;
    position: sticky;
    height: 25px;
    border: none;
    background-color: var(--verde);
    color: white;
    font-family: 'ShakyHandL';
    letter-spacing: 1px;
    border-radius: 20px;
    cursor: pointer;
    transition: 300ms;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.vermasc:hover{
    background-color: #7c9c25;
    border-radius: 10px;
}
.recuadro h3{
    margin:0;
    align-self: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 56px;
    font-size: 16px;
    font-family: var(--FF);
    letter-spacing: 1px;
    max-width: 90%;
    word-wrap: break-word;

}
.recuadro:hover{
    transform: scale(1.05);
    box-sizing: border-box;
}

.segunda{
    height:2px;
    margin-top: 15px;
}
/*COMPAÑIA*/
.cont-comp{
    background-color: var(--cafe);
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 15px;
}
.cont-comp i{
    width: 30%;
}
.cont-comp i img{
    width: 100%;
    position: relative;
    transition: 300ms;
    cursor: pointer;
}
.cont-comp i img:hover{
    transform: scale(1.05);
}
.cont-comp div{
    width: 70%;
}
.cont-comp div h3{
    font-size: 13px;
    margin: 0;
    font-family: 'ShakyHandL';
    font-weight: lighter;
    letter-spacing: 1px;
    color: white;
}
.cont-comp div h2{
    margin: 0;
    font-size: 19.5px;
    font-family: var(--FF);
    letter-spacing: 1px;
    color: #a6ce39;
    margin-bottom: 5px;
}
/*ChatWhatsapp*/

.wlink{
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    font-family: var(--FF);
    color: white;
    letter-spacing: 0.5px;
    transition: 1s;
}

.joinchat ::before{
    display: block;
    position: absolute;
    content: " ";
}
.wlink :hover{
    transition: all 0.5s ease-in-out;
    animation: bounce 1.6s infinite;
}

.joinchat{
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
    background-color: var(--morado);
    height: 25px;
    padding: 5px 20px 5px 10px;
    border-radius: 80px;
    transition: opacity 0.3s ease-out 0.4s;
    filter: drop-shadow(0 1px 4px  rgba(0, 0, 0, 0.801));
    opacity: 0 ;
}

.wbtn img{
    width: 45px;
    border-radius: px;
}
.personcircle {
    width: 15px;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40%{
        transform: translateY(-5px);
    }

    60%{
        transform: translateY(5px);
    }
}
@media(hover: hover){
    .wlink:hover .joinchat{
        opacity: 1;
        transition: 0.2s;
        animation: bounce 1s infinite;;
    }
}

/* Footer*/
    .redes{
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-family: var(--FF);
        letter-spacing: 1px;
        color: var(--rosa);
        padding: 10px;
        order: 2;
    }

    .redes a{
        text-decoration: none;
        color: white;
        display: flex;
        align-items: center;
        gap: 5px;
        transition: 0.3s;
        font-family: 'ShakyHandL';
    }
    .redes div :hover{
        transform: scale(1.1);
    }

    .redes div{
        display: flex;
        flex-direction: column;
        justify-items: center;
        gap: 5px;
        width: fit-content;
    }
    .redes a img{
        height: 20px;
    }



    .contacto{
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-family: var(--FF);
        letter-spacing: 1px;
        color: var(--verde);
        padding: 10px;
        margin-bottom: 20px;
        order: 3;
    }
    .contacto div{
        text-decoration: none;
        color: white;
        display: flex;
        gap: 5px;
        align-items: center;
        font-family: 'ShakyHandL';
    }
    .contacto img{
        height: 20px;
        width: 20px;
    }

    .map{
        width: 100%;
        margin-top: 2px;
        order: 0;
    }
    .imap{
        width: 100%;
        height: 100%;
        border: 0;
    }

    footer{
        margin-top: 15px;
        background-color: var(--cafe);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        transition: 1s;
        font-size: 13px;
        scroll-behavior: smooth;
    }

/*COPYR*/

.cr{
    background-color: #130d0f;
    margin-top: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 9px;
    display: flex;
    justify-content: center;
}
.cr a h3{
    display: block;
    padding: 5px;
    margin: 0;
    text-align: center;
    color: white;
    text-decoration: none;
    width: 300px;
}
.cr a{
    margin: 0;
    text-decoration: none;
    transition: 0.2s;
}

.cr :hover{
    color: #a6ce39;
    transform: scale(1.05);
}

/*  MENU LATERAL */
.icon-menu img :hover{
    width: 50px;
}
.icon-menu{
    width: fit-content;
    cursor: pointer;}
.icon-menu :hover{
    transform: rotate(180deg);
}
.icon-menu img{
    width: 20px;
    height: 25px;
    margin: 0;}
#btn-menu{
    z-index: 18;
    position: fixed;
    right: 0;
    top: 300px;
display: none;}
#btn-menu:checked ~ .container-menu{
    opacity: 1;
    visibility: visible;}
#btn-menu:checked ~ .container-menu .cont-menu{
    transform: translate(0%);}


.container-menu{
    z-index: 13;
    position: absolute;
    width: 100%;
    height:130vh;
    background: rgba(0, 0, 0, 0.401);
    top: 0;
    left: 0;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    }

.cont-menu{
    order: 0;
    background-color: var(--cafe);
    height: 100%;
    display: grid;
    grid-template-areas: "icono titulo"
                         "nav nav"
                         "cont cont";
    grid-template-rows: max-content max-content;
    grid-template-columns: max-content 1fr;
    font-family: 'ShakyHandL';
    transform: translate(-100%);
    position: relative;
    transition: all 500ms ease;
}
.icon-equis{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    grid-area: icono;
    transition: 300ms;
}
.icon-equis img{
    width: 30px;
}
.icon-equis:hover{
    box-shadow: rgba(0, 0, 0, 0.801);
    transform: scale(0.9);

}
.tittle{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: titulo;
    font-family: var(--FF);
    letter-spacing: 1px;
    margin-top: 10px;
}
.tittle h2{
    margin: 0;
    color: white;
    padding: 0 20px;
}
.iconiz{
    width: 20px;   
}
.iconborde{
    width: 20px;
    margin-right:40px ;
}
    
.nom-cat{
    grid-area: nav;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    font-family: var(--FF);
    letter-spacing: 1px;
    padding-bottom:20px;
    border-bottom: white 1px solid
}
.nom-cat span{
    text-decoration: none;
    color: white;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}
.adulto{
    padding: 5px;
    color: var(--verde);
    border-bottom: #a6ce39 2px solid;
}
.niños{
    padding: 5px;
}
.cont-cat{
    grid-area: cont;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    margin-top: 20px;
}
.cat{
    padding: 15px;
    scroll-snap-align: start;
    height: max-content;
}
.adult{
    border-right: var(--verde) 1px solid;
}
.cat nav a{
    display: block;
    width: calc(100vw - 30px);
    text-align: center;
    height: 40px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 300ms;
}
.cat nav :hover{
    transform: scale(1.3);
    transition: 300ms;
    background-color: #403c3d;
    color: #ed028c;
    border-radius: 60px;
}
@media (min-width: 500px){
    .container-menu{
        display: flex;
    }
    .cont-menu{
        max-width: 450px;
        min-width: 450px;
        order: 0;
    }
    .cat nav a{
        width: 421px
    }
    .sobra{
        order: 1;
        width: 100%;
    }
    .tittle{
        margin-top: 20px;
    }
    .flecha{
        width: 100px;
    }
}
@media (min-width: 650px){
    #boxSearch{
        top: 165px;
        width: 87.3%;
    }
    header{
        position: static;
    }
    .ctn-header{
        padding: 10px;
        justify-content: space-evenly;
        gap: 10px;
    }

    .ctn-header a img{
        margin: 0;
        height: 80px;
    }

    .ctn-header ul{

        margin: 0px;
    }

    .box-search{
        width: 90%;
        margin: 0;
    }

    .button1, .button2, .button3{
        padding: 5px 10px;
    }

    body{
        background-size: 155px;
    }

    .wbtn img{
        width: 50px;
    }
    .wlink{
        bottom: 40px;
        right: 40px;
    }

    .catalogo{
        margin-left:5%;
    }
    .cont-comp{
        width: 90%;
    }
    .cont-comp div h3{
        font-size: 13px;
    }
    .cont-comp div{
        max-width: 650px;
    }
    .cont-comp i img{
        max-width: 250px;
    }
    footer{
        justify-content: space-evenly;
    }

    .icon-menu img{
        width: 30px;
        height: 35px;
        margin: 0;}
}
@media (min-width: 900px){
    .catalogo{
        
        margin: 0 auto;
        width: 90%;
        margin-top: 15px;}
    .flecha{
        height: 320px;
        width: 110px;
        right: 5%;
    }
    .recuadro{
        height: 300px;
        width: 170px;
    }
    .cont-img-catalogo{
        height: 200px;
    }
    .vermasc{
        width: 70%;
        padding: 15px 5px;
        
    }
    .vermasc:hover{
        background-color: #7c9c25;
    }
    .recuadro h3{
        margin:0;
        align-self: center;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 17px;
        font-family: var(--FF);
        letter-spacing: 1px;
    }
    }
    
@media (min-width:1100px){
    .joinchat{
        display: flex;
    }
    header{
        position: fixed;
    }
    .ctn-header{
        justify-content: space-evenly;
    }
    .ctn-header a img{
        margin: 0;
        height: 90px;
    }
    .box-search{
        order: 2;
        width: 100%;
        padding: 0 50px;
        margin: 0;
        margin-bottom: -10px;
    }

    .ctn-header ul{
        order: 1;
        margin: 0px;
    }

    body{
        background-size: 160px;
    }
    
    .interactive{
        padding: 5px 0;
        letter-spacing: 1px;
        font-size: 12px;
        transition: 500ms;
    }
    
    .sombrero-icon{
        height: 15px;
        margin-left: 15px;
        margin-right: 15px ;
    }

    .redes{
        margin-left: 70px;
        font-size: 20px;
    }
    .contacto{
        font-size: 20px;
    }
    .map{
        order: 3;
        width: 50%;
        margin-top: 0;
    }
    .catalogo{
        width: 75%;
    }
    .cont-comp{
        width: 75%;
    }
    .cont-comp div h2{
        font-size: 23px;
    }
    .cont-comp div h3{
        font-size: 16px;
    }
    footer{
        border-top: #130d0f 1px dotted;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .cr{
        margin: 0;
    padding: 0;    }

    .flecha{
        right: 12.5%;
    }
    #boxSearch{
        top: 174px;
        width: calc(100% - 20px);
        display: none;
        padding: 0 50px;
    }

}