body {
    background-image: url('../img/bg.jpg');
    background-repeat: repeat-x;
    background-position: ;
    background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6, a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration:none;
}

.zero-size {
    
    font-family: Arial;
}



.menu-item img {
    max-width: 100%;

}

.border-dot {
	border: 3px solid aliceblue;
	margin-top: 5%;
    padding-bottom: 4%;
    animation: border-animation 5s ease infinite;
}

.linea{
    padding-left:10px;
    padding-top: 5px;
    max-width:100%;
    max-height:100%;
}


@keyframes border-animation {
        0% {
            border-color:  #1eb4e4 ;
        }
        20% {
            border-color:  #64b105;
        }
        40% {
            border-color: #f4d404;
        }
        60% {
            border-color: #dc7015 ;
        }

        80% {
            border-color: #dc3c14 ;
        }

        90% {
            border-color: #d13205;
        }
        100%{
            border-color:#1eb4e4;
        }
}

.col3.menu, .box-2{
	min-width: 7%;
}


.descripcion{
    color: white;
    font-size: 16px;
    font-family: 'Montserrat';
    text-align: left;
    padding-left: 15px;
}


.category-title {
   width:100%;
   text-align:center;
   position: relative;
   margin-top: 20px;
}

.category-title h3 {
   position:relative;
   padding:7px 30px;
   background: #161617;
   display: inline-block;
   z-index: 1;
}

.category-title::after {
   content:'';
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   height: 1px;
   opacity: 0.95;
   background-color: #161617;
   z-index:0;
}


.desc {
	width: 85%;
	float: left;
	overflow: hidden;
	position: relative;
    display: flex;
}
.price {
    width: 15%;
    float: left;
    overflow: hidden;
    padding-right: 1px;
}

.extra-menu-item {

}

.left-extra-box {
    width: 85%;
	float: left;
	overflow: hidden;
    display: flex;
}
.right-extra-box {
    width: 15%;
	float: left;
	overflow: hidden;
    padding-right: 1px;
}


.desc p {
    
}

x .dot {
	margin-top: 10px
}
.logo-container {
    max-width: 150px;
    margin: 0 auto;

}

.section-title {
	text-align: center;
	text-transform: uppercase;
    padding-top: 3%;
}

/* .category-title {
	margin-top: 25px;
    padding: 0 45px;
    font-size: 25px;
    letter-spacing: 1px;
} */

.divOpp {
	opacity: 0.95;
	z-index: -1;
	background-color: #161617;
}

.menu-item {
	padding-top: 5%;
	padding-left: 15px;
}

.menu-item-box{
    padding: 0 45px;
}

.extra{
    margin-bottom: 1px;
    color: #fff;
}
.extra-memu-notice {
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
}
.price-tag {
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.PortalGeek.zip{
    font-family: cursive;
    color: white;
}

.size-tag {
    font-family: 'Press Start 2P', cursive !important;
    color: #fff;
    font-size: 10px;
}

.menu-thumbnail.text-center {
	margin-top: 5%;
	margin-bottom: 20%;
}

.item-line {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0)) !important;
}

.wrapper-section {

}

.divOpp {
    opacity: 0.95;
    background-color: #161617;
    z-index: -1;
}

.diversion{
    text-align: center;
    font-size: large;
    font-family: 'Press Start 2P', cursive !important;
    background: linear-gradient(to right, rgb(129, 255, 234), rgb(234, 135, 245), rgb(255, 255, 120), rgb(131, 255, 131), rgb(98, 98, 255), rgb(192, 118, 245), rgb(255, 141, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.arcade-text {
    font-family: 'Press Start 2P', cursive !important;
    color: #fff;
}
.navigation {
    min-height: 300px;
}

.bar-icon {
	max-width: 99%;
	margin-top: 15px;
	text-align: right;
}

.logo-container {
	text-align: center;
}

.payment-methods-icons {
	width: 100%;
    padding-top: 15px;
    text-align: left;
}

.payment-item {
	display: flex;
	float: right;
	margin: 0 0 0 5px;
}

.social-nav {
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 100%;
}


.social-nav{
    color: #fff;
    text-align: center;
}
.social-nav span {
	font-family: 'Press Start 2P', cursive !important;
	font-size: 10px;

}

.menu-list.text-center {
	height: 95%;
	display: flex;
	align-content: center;
	align-items: center;
}

.menu-list .list-group {
	text-align: center;
	width: 100%;
}

/* Category Slider */
.category-item img {
	background: #000 none repeat scroll 0 0;
	border-radius: 50px;
	box-shadow: 0 0 2px #ccc;
	margin: 1px 0 8px;
	object-fit: scale-down;
	padding: 7px;
	transform: scale(1);
	transition-duration: 0.4s;
	width: 70px;
    height: 70px;
}
.category-item:hover img
{
	 transform: scale(1.09);
}
.category-item {
    padding: 8px;
    text-align: center;
}
.category-item h6 {
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-category {
    background: transparent none repeat scroll 0 0;
    /* border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 14px 0;
    margin-bottom: 15px;*/
    margin: 25px auto;
}

.top-category a {
    color: #fff;
}
.category-item p {
    margin: 0;
}
.owl-theme .owl-controls .owl-buttons div {
	background: #161617 none repeat scroll 0 0;
	margin: -7px 20px;
}
.top-category .owl-theme .owl-controls .owl-buttons div:hover {
	background: #000 none repeat scroll 0 0;
}

.top-category .owl-prev {
    left: 0px;
}
.top-category .owl-next {
    right: 0px;
}


@keyframes change-color {
    0% {
        color: red;
    }

    20% {
        color: blue;
    }

    40% {
        color: green;
    }

    60% {
        color: yellow;
    }

    80% {
        color: orange;
    }

    100% {
        color: purple;
    }
}

.category-title h3.arcade-text span {
    animation: change-color 10s infinite;
}




/* tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .bar-icon {
       top: 5%;
    }
 }

/* phone */
 @media (max-width: 767.98px) {
     .bar-icon {
     	top: 5%;
     }
     .payment-methods-icons {
         width: 100%;
         display: block;
	     text-align: center;
    }
    .payment-item {
    	display: inline;
        float:none;
    }

    .content-section {
    	text-align: center;
    }
    .menu-item-box{
        padding: 2px;
    }

    .left-extra-box, .desc {
        width: 75%;
    }
    .right-extra-box, .price {
        width: 25%;
    }
    
    .h1, h2, h3, h4, h5, h6, a, p{
        font-size: small;
         text-align: center;
    }
 }

#botonesAbajo{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}
 #boton{
    background: #fefeff;
    display: none;
    color: rgb(0, 0, 0);
    border-radius: 50%;
    font-size: 30px;
    position: fixed;
    bottom: 67px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 300 ms ease;
 }
 #menuBoton{
    background: #fefeff;
    display: none;
    color: rgb(0, 0, 0);
    border-radius: 200%;
    font-size: 20px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    border: 10px solid transparent;
    transition: all 300 ms ease;
 }

 #boton:hover{
    transform: scale(1.1);
}

.footer-fix-nav {
  background:rgba(22, 22, 23, 0.99);
  position: sticky;
  width:100%;
  bottom: 0px;
  right: 0px;
  display: flex;
  gap: 10px;
  z-index: 9999;
}

.footer-fix-nav a {
    justify-content: space-around;
    font-size: 26px;
    padding: 19px 7px;
    display: flex;
    flex-direction:row;
    color: #ffffff;
}




