@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chicle&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');



*{
    padding: 0;
    outline: none;
    border: none;
    margin: 0;
    font-family: "Karla", sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .2s linear;
}


:root{

    /*Fuentes Empieza*/
    --Sofia:"Sofia", cursive;
    --Karla:"Karla", sans-serif;
    --Dancing:"Dancing Script", cursive;
    --Chicle:"Chicle", serif;
    --Description:"Pacifico", cursive;
    /*Fuentes Termina*/

    /*Base de Colores Empieza*/
    --black100:#000;
    --black70:#202020;
    --black50:#242424;
    --gray:#808080;
    --graymimd:#5c5c5c;

    --brow10:#e7b8a1;
    --brown50:#8a6756;
    --brown70:#4e2917;
    --brown100:#3e1704;

    /*Acentos Empieza*/
    --mostaza:#e2b857;
    --turquesa:#a8dadc;
    --frambuesa:#d45d5d;
    --malva:#bfa0c9;
    --cobre:#cc6b49;
    --verdesalvia:#b8c2b1;
    /*Acentos Termina*/

    /*Base de Colores Termina*/
}





html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}
html::-webkit-scrollbar{
    width:.7rem;
}
 html::-webkit-scrollbar-track{
    background-color: transparent;
}
 html::-webkit-scrollbar-thumb{
    background-color: var(--brown50);
    border-radius: 5rem;
}
body{
    overflow-x: hidden;
}

section{
    padding: 2rem 4%;
    min-height: 100vh;
}







/*Sección Aviso de Horario Empieza*/
.aviso{
    position: fixed;
    top: -105%;
    left: 0;
    min-height: 100dvh;
    height: 100%;
    background:linear-gradient(45deg, rgba(217, 255, 0, 0.5), rgba(0, 255, 221, 0.3));
    width: 100%;
    z-index: 99999;
    backdrop-filter: blur(5px);
    padding: 2rem 4%;
    cursor: default;
    opacity: 0;
}
.aviso.active{
    top: 0;
    opacity: 1;
}
.aviso .container{
    padding: .5rem;
    background: linear-gradient(45deg, rgba(240, 158, 251, 0.6), rgba(255, 198, 168, 0.712));
    border-radius: 15px;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.704);
    box-shadow: -3px 3px 7px rgba(151, 137, 29, 0.664);
    display: flex;
    flex-direction: column;
}
.aviso .container .fa-rectangle-xmark{
    width: max-content;
    margin-left: auto;
    font-size: 2rem;
    color: rgb(152, 3, 124);
    cursor: pointer;
}
.aviso .container .fa-rectangle-xmark:hover{
    color: #ff4500;
}

.aviso .container h1{
    margin-top: 1rem;
    color: aqua;
    font-weight: 600;
    font-family: var(--Chicle);
    letter-spacing: 3px;
    font-size: clamp(2rem, 5vw, 4rem);
    text-shadow: -3px 3px 5px #2b0019;
    text-align: center;
    padding: .6rem;
    background: rgba(255, 255, 255, 0.521);
    border-radius: 3px;
    border: 2px solid #fff;
}
.aviso .container p{
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color:var(--brown70);
    font-family: var(--Sofia);
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.aviso .container h2{
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: var(--black100);
    margin-bottom: 1rem;
    font-weight: 700;
}
.aviso .container .diasCont{
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}
.aviso .container .diasCont h3{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 10rem;
    color: var(--cobre);
    padding: .5rem 0;
    font-size: clamp(1rem, 2vw, 1.2rem);
    height: 5.5rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(79, 2, 2, 0.4);
    letter-spacing: 3px;
}
.aviso .container .diasCont h3 span{
    font-family: var(--Chicle);
    font-size: clamp(.8rem, 2vw, 1rem);
    font-weight: bolder;
    color: var(--brown100);
}
.aviso .container .btn{
    margin-top: auto;
    margin-left: calc(100% - 50%);
    transform: translateX(-50%);
    padding: .6rem 2rem;
    background: var(--frambuesa);
    width: max-content;
    color:#fff;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 35px;
    cursor: pointer;
}
.aviso .container .btn:hover{
    background: orangered;
}
/*Sección Aviso de Horario Termina*/




/*Header Empieza*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    background: var(--black100);
    border-bottom: 2px solid var(--brow10);
    box-shadow: 0 4px 6px rgba(0,0,0, .5);
    z-index: 100;
}
.header .logoCont{
    /* margin-right: auto; */
    text-align: center;
}
.header .logoCont a h1{
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    color: #fff;
    font-style: oblique;
    font-family: var(--Sofia);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.header .logoCont a h1 img{
    height: 1.4rem;
}
.header .logoCont a h2{
    color: var(--brow10);
    font-size: clamp(.7rem, 2vw, .9rem);
}

/* .header .navbar{
    margin-left: auto;
} */
.header .navbar a{
    color: var(--brow10);
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 400;
    padding:.3rem .7rem;
}
.header .navbar a:hover{
    color:var(--frambuesa);
}

.header .call{
    position: absolute;
    top: 105%;
    right: 0;
    font-size: 1.1rem;
    background: var(--frambuesa);
    border-radius:15rem;
    border: 2px solid var(--cobre);
    z-index: 101;
    color:#fff;
    font-weight: 700;
    padding: .3rem .7rem;
    box-shadow: 0 3px 5px rgba(0,0,0, .5);
}
.header .call:hover{
    background: orange;
    color: #fff;
}



.header .navbar span{
    display: none;

}

.header .bx-menu{
    display: none;
}


/*carrito Empieza*/
.header .cartContainer{
    position: relative;
    margin-left: .5rem;
    padding: 5px;
    background: #353535;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.header .cartContainer .carrito{
    font-size: 1.5rem;
    color:#fff;
}
.header .cartContainer .carrito.active{
    text-shadow:0 0 15px rgb(0, 255, 21) ;
    color: #33ff00;
}
.header .cartContainer .contItem{
    color: #fff;
}


.header .cartContainer .carrito:hover{
    color: #00e1ff;
    text-shadow:0 0 15px rgb(0, 255, 255) ;
}
/*carrito Termina*/



/*Header Termina*/





/*Status Active Empieza*/
.header .storeStatus{
    margin-right: auto;
    margin-left: 1rem;
    width: min-content;
    cursor: default;
    background: var(--softblack);
    border-radius: 5px;
    border-radius: 5px;
    outline: 2px solid var(--malva);
}

.header .storeStatus .online,
.header .storeStatus .offline{
    display:none;
    align-items: center;
    gap: .5rem;
    flex-direction: column;
    font-size: clamp(.5rem, 2vw, .7rem);
    text-align: center;
    color: var(--brow10);
    padding: .5rem;
    width: max-content;
    border-radius: 3px;
    background: var(--graymimd);
}

.header .storeStatus p .greenOnline{
    width: 15px;
    height: 15px;
    display: block;
    border-radius:50%;
    position: relative;
    background: #10a729;
}
.header .storeStatus .online.active,
.header .storeStatus .offline.active{
    display: flex;
}



.header .storeStatus p .greenOnline::before{
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    animation: pulse 1.5s infinite ease-in;
    background: #10a729;
}


.header .storeStatus p .redOffline{
    width: 15px;
    height: 15px;
    display: block;
    border-radius:50%;
    position: relative;
    background: #ff1900;
}
.header .storeStatus p .redOffline::before{
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    animation: pulse 1.5s infinite ease-in;
    background: #ff1900;
}

@keyframes pulse{
    from{
        transform: scale(0.5);
        opacity: 1;
    }to{
        scale: (1.5);
        opacity: 0;
    }
}
/*Status Active Termina*/





/*Animación Item Agregado Empieza*/
.aviso-carrito {
    position: fixed;
    top: 1.5rem;
    left: -100%;
    font-size: clamp(.5rem, 3vw, 1.1rem);
    background-color: #28a745; /* verde éxito */
    color: #fff;
    padding: .6rem 1.2rem;
    border-radius: 5px;
    z-index: 999999;
    animation: avisoFadeIn 0.6s forwards;
    font-weight: bold;
    width: 35%;
    text-align: center;
}

@keyframes avisoFadeIn {
    to {
        left: 50%;
        transform: translateX(-50%);
    }
}

.fade-out {
    animation: avisoFadeOut 0.8s forwards;
}

@keyframes avisoFadeOut {
    from {
        left: 50%;
        transform: translateX(-50%);
    }
    to {
        left: 150%;
        opacity: 0;
    }
}

/*Animación Item Agregado Termina*/




/*Social Empieza*/

.blockSocial{
    position: fixed;
    top: 105%;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: rgba(63, 95, 95, 0.5);
    z-index:25;
    backdrop-filter: blur(3px);
    opacity: 0;
    left: 0;
    transition: 150ms ease-in-out;
}
.blockSocial.active{
    opacity: 1;
    top: 0;
}

/*RRSS Empieza*/
.socialCont{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 30;
    display: flex;
    align-content: center;
    justify-content: center;
}
.socialCont .btnRRSS{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    height: 3rem;
    width: 3rem;
    background: var(--black70);
    z-index: 28;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: 2px solid var(--mostaza);
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(88, 63, 40, .7);
}
.socialCont .btnRRSS i{
    font-size: 1.3rem;
}

.socialCont .container{
    position: relative;
    height: 2.7rem;
    width: 2.7rem;
}

.socialCont .container a{
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brow10);
    border-radius: 50%;
    color: var(--brown100);
    border: 2px solid var(--brown70);
}
.socialCont .container a:nth-child(1){
    z-index: 20;
}
.socialCont .container a:nth-child(2){
    z-index: 18;
}
.socialCont .container a:nth-child(3){
    z-index: 16;
}
.socialCont .container a:nth-child(4){
    z-index: 14;
}



.socialCont .container a:nth-child(1).active{
    z-index: 20;
    left: -70%;
    box-shadow: 0 2px 3px rgba(88, 63, 40, .7);
}
.socialCont .container a:nth-child(2).active{
    z-index: 18;
    left: -190%;
    transition-delay:.1s ;
    box-shadow: 0 2px 3px rgba(88, 63, 40, .7);
}
.socialCont .container a:nth-child(3).active{
    z-index: 16;
    left: -310%;
    transition-delay:.2s ;
    box-shadow: 0 2px 3px rgba(88, 63, 40, .7);
}
.socialCont .container a:nth-child(4).active{
    z-index: 14;
    left: -430%;
    transition-delay: .3s;
    box-shadow: 0 2px 3px rgba(88, 63, 40, .7);
}

.socialCont .container a:hover{
    background:var(--brown100) ;
    color: var(--mostaza);
    border: 2px solid var(--frambuesa);
}
/*RRSS Termina*/




/*Banner Swiper Empieza*/
.banner{
    position: relative;
    height: 100%;
    background: #643737;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top: 4.4rem;
    min-height: 30vh;
    padding: 0;
}


.banner .swiper {
    width: 100%;
    height: 100%;
    background: #00e1ff;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: linear-gradient(45deg,#4f7b81, #8ba4a8 );
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.swiper .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color:orange;
      text-shadow: -1px 1px 2px #000;
}

.autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: orangered;
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
}
.swiper-button-next,
.swiper-button-prev{
    color: #fff !important;
    background: rgba(0, 204, 255, 0.527);
    height: 4rem !important;
    width: 2rem !important;
    border-radius: 5px;
    top: 67% !important;
    outline: 1px solid rgb(0, 183, 255);
    box-shadow: -2px 3px 5px rgba(0,0,0, .5);
}
.swiper-pagination-bullet{
    background: orange !important;
}
.swiper-pagination-bullet-active{
    position:relative  !important;
    background: transparent !important;
}
.swiper-pagination-bullet-active::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    content: '🍪';
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.3rem;
}


.banner .swiper .swiper-wrapper .swiper-slide .container{
        min-height: 60vh;
        width: 100%;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: start;
}

.banner .swiper .swiper-wrapper .swiper-slide .containerdos{
    background-image: url(/images/cookies/happyhippo2.webp);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
}

.banner .swiper .swiper-wrapper .swiper-slide .containerdos h1{
    font-size: clamp(2rem, 3vw, 5rem);
    padding: .3rem;
    border-radius: 3px;
    font-style: oblique;
    color: #fff;
    font-weight: 900;
     text-shadow: 3px 0 5px red;
    animation: 3s cromatico infinite ease-in-out;
    background: #69c14b;
    padding: .5rem 1rem;
    outline: 2px solid #fff;
    margin-bottom: 1rem;
}
@keyframes cromatico{
    0%{
        text-shadow: 3px 3px 4px rgb(242, 0, 238);
    }
    50%{
        text-shadow:-3px 0 4px rgb(0, 64, 255);
    }
    75%{
        text-shadow:  0 -3px 4px rgb(21, 0, 255);
    }
    100%{
       text-shadow: 3px 3px 4px rgb(242, 0, 238);
    }
}


.banner .swiper .swiper-wrapper .swiper-slide .containerdos p{
    color: #fff;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: 500;
    text-align: left;
    text-shadow: -1px 1px 2px #000;
    background: rgba(255, 255, 255, 0.1);
    padding: .5rem;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    box-shadow: -2px 2px 3px rgba(73, 89, 94, 0.5);
    border: 1px solid #fff;
}

.banner .swiper .swiper-wrapper .swiper-slide .containerdos a{
    margin-top: auto;
    margin-bottom: 2rem;
    padding: .5rem 1rem;
    background: orange;
    color: #fff;
    border-radius: 45px;
    outline: 2px solid #fff;
}
.banner .swiper .swiper-wrapper .swiper-slide .containerdos a:hover{
    background: orangered;
}



.banner .swiper .swiper-wrapper .swiper-slide .containeruno{
    background: radial-gradient(#191e2b, #000000);
    position: relative;
    z-index: -2;
}
.banner .swiper .swiper-wrapper .swiper-slide .containeruno h1{
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-family: var(--Sofia);
    font-style: oblique;
}
.banner .swiper .swiper-wrapper .swiper-slide .containeruno p{
    font-size: 1.2rem;
    text-align: left;
}
.banner .swiper .swiper-wrapper .swiper-slide .containeruno .image001,
.banner .swiper .swiper-wrapper .swiper-slide .containeruno .image002,
.banner .swiper .swiper-wrapper .swiper-slide .containeruno .image003,
.banner .swiper .swiper-wrapper .swiper-slide .containeruno .image004{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    object-fit: contain;
    
}
.banner .swiper .swiper-wrapper .swiper-slide .containeruno .image001{
    animation: 12s rotate001 infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 300ms;
}

.banner .swiper .swiper-wrapper .swiper-slide .containeruno .image002{
    animation: 20s rotate002 infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 300ms;
}

.banner .swiper .swiper-wrapper .swiper-slide .containeruno .image003{
    animation: 25s rotate003 infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 300ms;
}

.banner .swiper .swiper-wrapper .swiper-slide .containeruno .image004{
    animation: 17s rotate004 infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 300ms;
}





@keyframes rotate001{
    0%{
        transform: translateY(25rem) rotate(-360deg);
        opacity: 0;
        
    }
    50%{
        transform: translateY(0rem) ;
        opacity: 1;
        
    }
    75%{
        transform: translateY(0rem) rotate(0);
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(0);
    }
}

@keyframes rotate002{
    0%{
       transform: translateY(-30rem) translateX(15rem);
       opacity: 0;
    }
    100%{
        
        transform: translateY(30rem) translateX(15rem);
        opacity: 1;
    }
}

@keyframes rotate003{
0%{
    transform: translateX(-75rem) translateY(-7rem)rotate(0);
}
100%{
    transform: translateX(75rem) translateY(-7rem)rotate(-180deg);

}
}

@keyframes rotate004{
    0%{
        transform: translateX(45rem) translateY(75rem) rotate(0);
    }
    100%{
        transform: translateX(-45rem) translateY(-75rem) rotate(180deg);

    }
}






.banner .swiper .swiper-slide .containertres{
    background-color: rgba(220, 169, 243, 0.815);
    background-image: url(/images/granizados/combinado.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.banner .swiper .swiper-slide .containerbebidas{
    background-image: url(/images/bebidas/infusion.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.banner .swiper .swiper-slide .containertres h1{
    background: #6f4c8f;
    padding: .5rem;
    border-radius: 5px;
    outline: 2px solid #fff;
    margin-bottom: 1rem;
}
.banner .swiper .swiper-slide .containertres p{
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
}
.banner .swiper .swiper-slide .containertres .containerLinks{
    height: 100%;
    display: flex;
}

.banner .swiper .swiper-slide .containertres .containerLinks a{
    color:white;
    border-radius:15px ;
    padding: 1rem;
    font-weight: 900;
    background-clip: text;
    background: linear-gradient(45deg, rgba(255, 52, 86, 0.5), rgba(255, 123, 0, 0.5), rgba(0, 89, 255, 0.5), rgba(0, 250, 0, 0.5));
    backdrop-filter: blur(3px);
    box-shadow: -2px 3px 5px rgba(0,0,0, .5);
    outline: 3px solid orange;
}


.banner .swiper .swiper-slide .containertres .goGranizos{
    margin-top: auto;
    padding: 1rem;
    border-radius: 25rem;
    font-weight: 900;
    letter-spacing: 1px;
    background: orangered;
    outline: 2px solid #fff0f0;
    color: #fff;
}
.banner .swiper .swiper-slide .containertres .goGranizos:hover{
    background: #7700ff;
}



.banner .swiper .swiper-slide .containercuatro{
    background: #e1ffe2;
    display: flex;
    align-items: center;
}

.banner .swiper .swiper-slide .containercuatro h1{
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 300;
    font-family: var(--Sofia);
    color: var(--black100);
}
.banner .swiper .swiper-slide .containercuatro p{
    text-align:left ;
    color: rgb(0, 80, 0);
    font-size: clamp(.8rem, 2vw, 1.1rem);
    margin-bottom: 1rem;
}
.banner .swiper .swiper-slide .containercuatro p span{
    color: #000;
    font-family: var(--Sofia);
    font-weight: 500;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    font-style: oblique;
}
.banner .swiper .swiper-slide .containercuatro .rrssContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    width: 100%;
}
.banner .swiper .swiper-slide .containercuatro .rrssContainer a{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    background: #aeffb2;
    width: max-content;
    padding: 1rem;
    border-radius: 7px;
    color: #000;
    box-shadow:-2px 2px 5px rgba(6, 77, 0, 0.5)  ;
    border: 2px solid green;
}
.banner .swiper .swiper-slide .containercuatro .rrssContainer a:hover{
    box-shadow:-2px 5px 7px rgba(6, 77, 0, 0.8)  ;
    border: 2px solid greenyellow;

}
.banner .swiper .swiper-slide .containercuatro .rrssContainer a:hover i,
.banner .swiper .swiper-slide .containercuatro .rrssContainer a:hover span{
    background: #169e11;
    color: yellow;
}

.banner .swiper .swiper-slide .containercuatro .rrssContainer a i{
    color: #ffffff;
    height: 2.7rem;
    width: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: #58e953;
    font-size: 1.8rem;
}
.banner .swiper .swiper-slide .containercuatro .rrssContainer a span{
    color: #ffffff;
    height: 2rem;
    width: 7rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#58e953 ;
    border-radius: 7px;
}
/*Banner Swiper Termina*/





/*Sección Inicio Empieza*/
.inicio{
    min-height: 30vh;
    background: var(--black100);
    border-bottom: 2px solid var(--frambuesa);
    border-top:2px solid var(--frambuesa) ;
    cursor: default;
}
.inicio h1{
    font-size: clamp(1.5rem, 3vw, 2rem);
    color:#fff;
    display: flex;
    align-items: center;
}

.inicio h1 span{
    font-family: var(--Sofia);
    font-style: oblique;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    margin-left: .5rem;
}

.inicio h1 span img{
    width: 2rem;
}
.inicio p{
    color:rgb(170, 170, 170);
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.inicio h2{
    color: var(--brow10);
    margin-top: 2rem;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    margin-bottom: 1rem;
}
.inicio .container{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    min-height: 30vh;
    padding: 1rem;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg,rgb(255, 79, 79),rgb(243, 116, 255), rgb(255, 232, 155) ); /*Mix*/
    outline: 7px solid rgb(86, 255, 232);
    border-radius: 7px;
}
.inicio .container a{
    flex: 1 1 10rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 7px;
    padding: 1rem;
    box-shadow: -3px 3px 5px rgba(0,0,0, .3);
    border: 3px solid rgba(128, 128, 128, 0.2);
}
.inicio .container a:hover{
    scale: 1.022;
}


.inicio .container a .heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}
.inicio .container a .heading img{
    width: 2rem;
    padding: 5px;
    border-radius: 20px;
}
.inicio .container a .heading h4{
    padding: .4rem 1rem;
    width: 100%;
    text-align: center;
    border-radius: 25px;
}

.inicio .container a p{
    padding: .5rem;
    border-radius: 7px;
    height: 100%;
}


/*Trato Individual Accesos Directos Empieza*/
.inicio .container .cookiesBan{
    background: #ffdcfe;
    box-shadow: -3px 3px 5px rgba(113, 0, 117, 0.226);
}
.inicio .container .cookiesBan .heading img{
    background: #f3b7ff;
}
.inicio .container .cookiesBan .heading h4{
    background: #f3b7ff;
    color: #660066;
}
.inicio .container .cookiesBan p{
    background: #f3b7ff;
    color: #660066;
}


.inicio .container .granizadoBan{
    background: #dce1ff;
    box-shadow: -3px 3px 5px rgba(0, 21, 117, 0.226);
}
.inicio .container .granizadoBan .heading img{
    background: #b6bdff;
}
.inicio .container .granizadoBan .heading h4{
    background: #b6bdff;
    color: #070066;
}
.inicio .container .granizadoBan p{
    background: #b6bdff;
    color: #070066;
}


.inicio .container .bebidasBan{
    background: #ddffdc;
    box-shadow: -3px 3px 5px rgba(0, 117, 0, 0.226);
}
.inicio .container .bebidasBan .heading img{
    background: #98ff98;
}
.inicio .container .bebidasBan .heading h4{
    background: #98ff98;
    color: #036600;
}
.inicio .container .bebidasBan p{
    background: #98ff98;
    color: #036600;
}

.inicio .container .otherBan{
    background: #fffcdc;
    box-shadow: -3px 3px 5px rgba(117, 115, 0, 0.226);
}
.inicio .container .otherBan .heading img{
    background: #f0ee6f;
}
.inicio .container .otherBan .heading h4{
    background: #f0ee6f;
    color: #666400;
}
.inicio .container .otherBan p{
    background: #f0ee6f;
    color: #666400;
}
/*Trato Individual Accesos Directos Termina*/





.inicio h3{
    color: #fff;
    margin-bottom: .5rem;
}
.inicio .containerdos{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.inicio .containerdos a{
    flex: 1 1 10rem;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
    border: 2px solid #202020;
    padding: .5rem;
    text-align: center;
    color: var(--mostaza);
    font-size: clamp(1.1rem, 3vw, 1.3rem);
}
.inicio .containerdos a:hover{
    color: rgb(0, 255, 242);
    border: 2px solid rgb(0, 255, 242);
    border-radius: 7px;
    background: radial-gradient(rgb(0, 30, 126), black 75%);
    text-shadow: 0 0 15px rgb(0, 247, 255),
                 0 0 25px rgba(0, 255, 179, 0.4);
    box-shadow: 0 0 15px rgba(0, 140, 255, 0.685),
                0 0 45px rgba(0, 140, 255, 0.5);
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.inicio .containerdos a:nth-child(4){
    font-size: clamp(.8rem, 2vw, 1rem);
}
.inicio .containerdos a i{
    font-size: clamp(2.2rem, 5vw, 3rem);
}
/*Sección Inicio Termina*/



/*Sección News Empieza*/
.news{
    background: #aaf5ff;
}

.news h1{
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem;
    text-shadow: -2px 2px 2px #006c7b;
    margin-top: 2rem;
}
.news .container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 1rem;
    row-gap: 3rem;
    padding: 1rem;
    border-radius: 7px;
    background: #8cf2ff;
}

.news .container .instagram-media,
.news .container .tiktok-embed{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    box-shadow: -5px 7px 10px rgba(0,0,0, .2) !important;
    border-radius: 7px !important;
    border: 2px solid #437881 !important;
}




/*Sección News Termina*/










/*Footer Empieza*/
.footer{
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #e7e7e7;
    width: 100%;
    gap: 1rem;
    cursor: default;
}
.footer .contactContainer{
    display: flex;
    flex-direction: column;
    margin-right: auto;

    gap: .5rem;
}
.footer .contactContainer a{
    color: #6b6b6b;
    font-size:1rem;
    padding: .5rem 1rem;
    background: #fff;
    border-radius: 25px;
    box-shadow: -2px 2px 4px rgba(0,0,0, .2);
    font-weight: 600;
    width: 100%;
}
.footer .contactContainer a:hover{
    color: #fff;
    background: #757575;
}

.footer .horarioCont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 1rem;
    border: 1px solid #c5c5c5;
}
.footer .horarioCont p{
    display: flex;
    flex-direction: column;
    flex: 1 1 7rem;
    height: 7rem;
    align-items: center;
    justify-content: center;
    background: #dfdfdf;
    font-size: clamp(.8rem, 2vw, 1rem);
    color: #333;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: -2px 2px 4px rgba(0,0,0, .3);
    padding: .5rem;
}
.footer .horarioCont p span{
    font-weight: 900;
    font-style: oblique;
    color: #474747;
    padding: .5rem;
    background: rgb(199, 199, 199);
    width: 100%;
    text-align: center;
}
.footer .horarioCont p span:nth-child(1){
    border-radius: 5px 5px 0 0 ;
}
.footer .horarioCont p span:nth-child(2){
    border-radius:  0 0 5px 5px;
}



.footer .rightsContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: .5rem;
    border-top: 1px solid #aaaaaa;
}
.footer .rightsContainer a{
    color: #333;
    text-align: center;
}
.footer .rightsContainer a span{
    font-weight: 700;
    font-style: oblique;
}
.footer .rightsContainer .ubicacion{
    font-weight: 600;
    font-size: clamp(1rem, 3vw, 1.2rem);
    color: #006572;
}
/*Footer Termina*/


























@media(max-width:1200px){

    .eventOnline .container,
    .eventOffline .container{
        width: 85%;
    }



    .header .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: .5rem;
        height: 100%;
        min-height: 100vh;
        background: #ffe6d2;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    .header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .header .navbar a{
        color: var(--brown100);
        font-weight: 700 ;
    }
    .header .navbar span{
        display: block;
        padding: .5rem 2rem;
        text-align: center;
        border-radius: 25px;
        margin-top: calc(100vh - 40vh);
        cursor: pointer;
        background: var(--brown50);
        color: #fff;
        font-size: 1.5rem;
    }
    .header .navbar span:hover{
        background: var(--brown70);
        color: var(--mostaza);
    }
    .header .bx-menu{
        display: block;
    color: var(--brow10);
    font-size: 2.5rem;
    cursor: pointer;
    }

    .header .call{
        top: 100%;
        background: var(--black100);
        color: var(--brow10);
        right: 0;
        border-radius: 0 0 15px 15px;
        border-top: none;
    }

    .inicio h1 span img{
    width: 1.5rem;
    }
    .banner .swiper .swiper-wrapper .swiper-slide .containerdos p{
        margin-top: auto;
    }
    .swiper-button-next,
    .swiper-button-prev{
        top: 73% !important;
    }
    .footer{
        min-height: 110vh;
    }
}