﻿/*======================================
    GENERAL STYLES
  =======================================*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);

@font-face {
    font-family:'DFKai-SB';
    src:url("kaiu.ttf") format("woff"),
    font-weight:normal;
    font-style:normal;}

body {
font-family: 'Montserrat', sans-serif;
font-size:16px;
line-height:35px;
}

 .carousel-caption {
    top: 50px;
}
section {
    padding-top:50px; 
    padding-bottom:50px;
}
h1 {
    font-weight:900;
}

p {
    font-size: 18px;
}
.pad-btm {
    padding-bottom:50px;
}

.chinesefont-title {
    font-family: 'cwTeXKai', serif;
}

.chinesefont {
    font-family: 'Noto Sans SC', sans-serif;
}

/*======================================
  INDEX.PHP
 ========================================*/
.fit-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  /*max-height: 100%;*/
}
.fit-img-tight {
  max-width: 100%;
  /*max-height: 100%;*/
}

/*======================================
    HOME SECTION STYLES
  =======================================*/
#home-sec {
    /*background-color:#29CC71;*/
    background: #fff;
    height: 30%;
}
home-sec .carousel-caption {
    top: 50px;
}
.slide-h1 {
    font-size:50px;
    font-weight:900;
    padding-bottom:10px;
}
.slide-h2 {
    font-size:25px;
    font-weight:900;
    padding-bottom:10px;
}
/*////////////////////////////////////////*/
.slide-container {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #eaeaea;
    position: sticky;
}

.column-slide {
    padding: 0;
}

/*======================================
    MAINBAR LOGO SITE
  =======================================*/
.mainbar {
    padding: 10px 0 10px 0;
}

.logosite {
    text-align: center;
    margin: 5px auto 5px;
}

.logopic {
    height: 120px; 
    width: auto;
    margin-right: 10px;
}

.title_font {
    line-height: 36px;
}

.visible-br {
  display: none;
}

/*======================================
    BUTTON SITE
  =======================================*/
.btn-container {
    margin: 0;
    padding: 0;
    width: 100%;
}

.column-padding-0 {
    padding: 0;
}

.btn_padding_l_f_0 {
    padding-left: 0;
    padding-right: 0;
}

.btn-default {
    border: 1px solid #b81d24;
    border-radius: 0;
    background: #ea212b;
    color: #fafafa;
}

.btn-default:hover {
    border: 1px solid #b81d24;
    background: #f03434;
    color: #fafafa;
}

/*.btn-default:focus {
    border: 1px solid #b81d24;
    background: #cf000f;
    color: #fafafa;
}*/

#try.selected {
    border: 1px solid #b81d24;
    background: #cf000f;
    color: #fafafa;
}

#try1.selected {
    border: 1px solid #b81d24;
    background: #cf000f;
    color: #fafafa;
}
/*.active {
    background: #cf000f;
    color: #fafafa;
}*/

/*======================================
    CONTENT DISPLAY
  =======================================*/
.content_part {
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}

/*======================================
    ABOUT US PART
  =======================================*/
#map {
    width: 100%;
    height: 400px;
}

.content-title {
    text-align: center;
    padding: 10px 0 15px 0;
}

.content-title h1 {
    font-size: 36px;
}

.content-sub {
    text-align: center;
    padding: 10px 0 15px 0;
}

.content-text {
    text-align: center;
}

.map-container {
    padding: 10px 0 10px 0;
    width: 100%;
}

/*======================================
    MENU SITE
  =======================================*/
.separador-vertical{
    margin: 0 auto;
    padding: 0;
    padding-left: 15px; 
    border-left :1px solid #bfbdbd;
}

.separador-vertical_right{
    margin: 0 auto;
    padding: 0;
    border-right: 1px solid #bfbdbd;
}

.equipo-item{
    min-height: 100px;
    border: 1px solid #D1CFCF;
    padding: 10px;
    border-radius:10px;
    margin-bottom:5px;
}

.food_name {
    font-size: 2vw;
}

p.price {
    font-weight: bold;
    margin: 0;
    line-height: 2;
}

.menu-img {
    object-fit: contain;
    width: 100px;
    height: 100px;
}

.boost-img {
  padding: 25px;
}

/*======================================
    PORTFOLIO
  =======================================*/
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg img {
  border: 1px solid #bfbfbf;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(to right, rgba(99,114,255,0.8) 0%, rgba(92,169,251,0.8) 100%);
  padding: 30% 0 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}

/*======================================
    BUTTON
  =======================================*/

/*======================================
   SLIDE SECTION STYLES
  =======================================*/

.item {
  background: #1e272c;
  width: 100%;
  height: 350px;
}

/*@media all and (max-width: 719px) {
  .item {
    height: 200px;
  }
}*/



/*.item img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}*/


/*======================================
   FOOTER SECTION STYLES
  =======================================*/
#footer-sec {
    border-top:1px solid #fff;
    padding:10px 50px 10px 50px;
    text-align:center;
    background-color:#ea212b;
    color: #fafafa;
}

#footer-sec a{
  color: #fafafa;
}

/*======================================
   MEDIA QUERIES
  =======================================*/


@media all and (max-width: 1920px) {
    .food_name {
        font-size: 2vw;
    }
}

@media all and (max-width: 1366px) {
    .food_name {
        font-size: 2vw;
    }
}

@media all and (max-width: 768px) {
    .navbtn .container {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .food_name {
        font-size: 4vw;
    }
}

@media all and (max-width: 422px) {
    .visible-br {
        display: block !important;
    }

    .logopic {
        margin: 5px;
    }
}

@media all and (max-width: 414px) {
    #home-sec {
        position: sticky;
        top: 0;
    }

    .item {
        height: 200px;
    }

    .price {
      font-size: 12px;
    }
}

@media all and (max-width: 320px) {
    .food_name {
        font-size: 14px;
    }

    .price {
        font-size: 12px;
    }

    .menu-img {
        width: 80px;
        height: 80px;
    }

    .boost-img {
        padding: 23px;
    }

    .
}



/*@media (min-width: 800px) and (max-width: 1000px) {
    .carousel-caption {
    top: 20px;
}*/
/*    .slide-h1 {
         font-size:30px;
         padding-bottom:5px;
    }
    .slide-h2 {
        padding-bottom:5px;
        font-size: 20px;
    }*/
   /*}*/


/*@media (min-width: 631px) and (max-width: 800px) {
    .carousel-caption {
    top: 10px;
}*/
/*    .slide-h1 {
         font-size:25px;
         padding-bottom:3px;
    }
    .slide-h2 {
        padding-bottom:3px;
        font-size: 15px;
    }*/
   /*}*/
/*@media (min-width: 501px) and (max-width: 630px) {
    .carousel-caption {
    top: 5px;
}*/
    /*.slide-h1 {
         font-size:25px;
         padding-bottom:3px;
    }
    .slide-h2 {
        display:none;
    }*/
   /*}*/
/*@media (min-width: 100px) and (max-width: 499px) {
    
    .slide-h1 {
        display:none;
    }
    .slide-h2 {
        display:none;
    }
   }