@font-face {
  font-family: 'SHRIMP';
  src: url('../fonts/SHRIMP.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
body{
    background-color: #000;
}
.bg-style1{
    background-color: #000;
}
.bg-style2{
    background-color: #222222;
}
.day-special{
    color: #FFD800;
}
.font-bold{
    font-weight: bold;
}

/* ::: HEADER ::: */
.pq-header-default .pq-bottom-header .navbar ul.navbar-nav li.menuResponBook{
    display: none !important;
}
@media(max-width: 767px){
    .pq-header-default .pq-bottom-header .navbar ul.navbar-nav li.menuResponBook{
        display: block !important;
    }
}

/* ::: INDEX ::: */
.about-us p.desc-about-us{
    font-size: 24px;
    line-height: 30px;
}
.about-us ul.pq-list-check{
    font-size: 20px;
}
.about-us .pq-list-check li i{
    color: #FFD800;
}
/* Modal */
.memberModal .modal-content{
    background-color: #222222;
}
.memberModal .modal-content .modal-header{
    border-bottom: #222;
}
.memberModal .modal-content .modal-header .modal-title{
    font-family: SHRIMP;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 35px;
}
.memberModal .modal-content .modal-body p.desc-modal{
    font-size: 20px;
    line-height: 25px;
}
.memberModal .modal-content .modal-footer{
    border-top: #222;
}

/* ::: MENU ::: */
.tab-content #loTranqui, .tab-content #zonaCulichi, .tab-content #rutaCaliente, .tab-content #mariscosMas, .tab-content #parrilladasPlebadas{
    padding: 20px 0 !important;
}

.menu h5.pq-food-title{
    font-size: 27px;
}
.menu p.pricePZ{
    font-size: 20px;
    color: #FFD800;
    font-weight: bold;
}
.menu .pq-food-price-wrapper .pq-food-price-content .pq-food-price-desc{
    font-size: 20px;
    line-height: 22px;
}
.menu .pq-food-price-wrapper .pq-food-price-content .pq-food-price-desc span.title-food-price-desc{
    color: #FFD800;
    font-style: italic;
}

.menu h5.pq-section-title{
    font-family: "SHRIMP";
	font-size: 75px !important;
	line-height: 70px !important;
    text-shadow: 5px 4px 1px #BB0000;
}
@media(max-width: 450px){
    .menu h5.pq-section-title{
        font-size: 55px !important;
    }
}

.menu h5.pq-food-title{
    font-family: "SHRIMP";
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*Background*/
@media(max-width: 500px){
    .pq-zonaCulichi-bg-img, .pq-rutaCaliente-bg-img, .pq-mariscosMas-bg-img, .pq-parrilladasPlebadas-bg-img {
        display: none !important;
    }
    .pq-zonaCulichi-bg-img2, .pq-rutaCaliente-bg-img2, .pq-mariscosMas-bg-img2, .pq-parrilladasPlebadas-bg-img2{
        display: block !important;
        width: 100%;
        height: 100%;
    }
}
.pq-zonaCulichi-bg-img2, .pq-rutaCaliente-bg-img2, .pq-mariscosMas-bg-img2, .pq-parrilladasPlebadas-bg-img2{
    display: none;
}
.pq-zonaCulichi-bg-img {
	background-image: url(../images/background-images/zonaCulichi.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 1;
	padding: 260px 0;
}
.pq-rutaCaliente-bg-img {
	background-image: url(../images/background-images/rutaCaliente.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 1;
	padding: 260px 0;
}
.pq-mariscosMas-bg-img {
	background-image: url(../images/background-images/mariscosMas.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 1;
	padding: 260px 0;
}
.pq-parrilladasPlebadas-bg-img {
	background-image: url(../images/background-images/parrilladasPlebadas.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 1;
	padding: 260px 0;
}

/* ::: EVENTS ::: */
.eventsR .pq-blog-post .pq-blog-contain{
    background-color: #000;
}
.eventsR .pq-blog-post .pq-blog-title a{
    font-family: SHRIMP;
    font-size: 40px;
}
.eventsR .pq-blog-post .pq-blog-contain p{
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
}


/* ::: CONTACT ::: */
.contact .pq-contact-box .pq-contact-box-description{
    font-size: 20px;
}

/* ::: RESERVATION ::: */
.areasReservation{
    padding: 100px 0 0 0;
}
.standard-wide .pq-grid .pq-grid-item .pq-portfolio-style-1-tag a{
    font-size: 20px;
    color: #FFD800;
}
.standard-wide .pq-grid .pq-grid-item h5.titleArea{
    font-size: 50px;
    font-family: SHRIMP;
    letter-spacing: 2px;
}