:root{
  --primary: #811919;
  --secondary: rgba(210, 201, 197, 1);
  --primary-dark: #651721;
  --bg-primary: #F3ECE6;
  --highlight: #8DC9DF;
  --font-color: #272727;
  --font-secondary: 'Montserrat'
}

/* *{
  outline: 1px solid #f00
} */

@font-face {
  font-family: Gotham;
  src: url(../../vendors/Gotham-font/GothamLight.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Gotham;
  src: url(../../vendors/Gotham-font/GothamMedium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Gotham;
  src: url(../../vendors/Gotham-font/GothamBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Gotham;
  src: url(../../vendors/Gotham-font/GothamBlack.otf);
  font-weight: 800;
}

*{
  font-family: Gotham, sans-serif;
  color: var(--font-color);
}

.fw-300{
  font-weight: 300;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
.fw-800{
  font-weight: 800;
}

.fs-18{
  font-size: 1.125rem;
}

.fs-20{
  font-size: 1.25rem;
}

.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.w-90{
  width: 90%;
}

.font-secondary{
  font-family: var(--font-secondary), sans-serif;
}

.primary{
  color: var(--primary) !important;
}
.secondary{
  color: var(--secondary) !important;
}
.bg-primary{
  background-color: var(--primary) !important;
}
.disabled{
  color: #D2C9C5 !important;
}

.btn-outline-light{
  border-radius: 8px;
  border-width: 2px;
  color: #fff !important;
  font-family: var(--font-secondary);
  padding: 6px 10%;
}
.btn-outline-light:hover{
  color: var(--primary) !important;
  font-weight: 700;
}

a{
  color: var(--font-color) !important;
  text-decoration: none;
}

/** --------------- NAV ---------------- */
.navbar{
  background-color: var(--bg-primary) !important;
}

.navbar-icon{
  font-size: 30px;
  color: var(--primary);
}

.navbar-brand img{
  width: 190px;
}

.nav-link{
  font-weight: 500;
}
.nav-link.active{
  color: var(--primary) !important;
  font-weight: 700;
  position: relative;
}
.navbar .nav-link.active::after {
  content: '';
  background-color: var(--highlight);
  height: 4px;
  width: 60%;
  position: absolute;
  bottom: 0px;
  left: 22%;
  border-radius: 30px;
}

input{
  height: 50px;
  border-radius: 8px !important;
}
textarea{
  border-radius: 8px !important;
}

/** --------------- BANNER ---------------- */
main{
  overflow-x: hidden;
}

.banner-body{
  background-image: url(../img/icons/bg-arch-2.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0% 100%;
  background-color: rgba(2,2,3,.85);
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  position: relative;
}

.bannerVideo {
  width: 100vw;
  height: auto;
  position: absolute;
  z-index: -1;
}

.banner-footer{
  background-image: url(../img/icons/bg-arch-1.svg), url(../img/icons/bg-primary-1.svg), linear-gradient(180deg, #81191A 0%, #811212 45.02%, #700B0B 91.49%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 49.5% bottom, 0% center;
  font-size: 18px;
  height: 120px;
}

.banner-footer .content{
  padding-top: 60px;
}

.slogan{
  background-image: url(../img/icons/bg-arch-3.svg), url(../img/icons/bg-seeds.png), url(../img/icons/bg-house-sm.svg), url(../img/icons/bg-house-lg.svg), url(../img/icons/bg-house-lg.svg), url(../img/icons/bg-house-md.svg);
  background-repeat: no-repeat;
  background-position: 49.5% 0, 0 15%, 22% 15%, 27% 25%, 77% 75%, 84% 90%;
  height: 70vh;
}

.slogan h1{
  line-height: 60px;
}

.aboutUs{
  padding-top: 75px;
  background-image: url(../img/icons/bg-arch-4.svg), url(../img/icons/bg-arch-8.svg), url(../img/icons/bg-arch-9.svg);
  background-repeat: no-repeat;
  background-position: 100% 0, 0 10%, 100% 100%;
}
.cardsAboutUs{
  margin: 90px 0;
}

.cardsAboutUs .card{
  background: #F9F8F7;
  border-radius: 24px;
  border: none;
  height: 250px;
  display: flex;
  align-items: center;
  background-image: url(../img/icons/bg-house-xl.svg);
  background-repeat: no-repeat;
  background-position: 15% 16%;
}


.banner-2{
  height: fit-content;
  background-image: url(../img/img-banner2.jpg), url(../img/icons/bg-arch-10.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover, 100%;
  padding: 180px 0 120px;
}

.banner-2 .detail{
  background-color: #fff;
  font-size: 20px;
  height: 100px;
  width: 350px;
  border-radius: 70px 0 0 70px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 45px;
}

.banner-2 .title-detail{
  position: absolute;
  top: 20%;
  left: 0;
}
.banner-2 .title{
  margin-bottom: 100px;
}

.benefits{
  padding-top: 85px;
  background-image: url(../img/icons/bg-arch-13.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.benefits .card{
  border: none;
  border-radius: 24px;
  background-color: var(--bg-primary);
  font-weight: 500;
  height: 100%;
}
.benefits .card .check-icon{
  width: 65px;
  position: absolute;
  top: -15px;
  left: 40%;
}

.shops{
  background-image: url(../img/icons/bg-arch-house.svg);
  background-repeat: no-repeat;
  background-position: 100% 6%;
}
.shops .container{
  padding-top: 125px;
}
.shops .nav-link {
  padding: 0;
}
.shops .nav-link span{
  color: #D2C9C5 !important;
}
.shops .nav-link.active span{
  color: var(--primary) !important;
}
.shops .locations .item-location{
  font-size: 1.125rem;
  width: fit-content;
}
.shops .img-shops{
  height: 110%;
}

.coming-soon{
  border-radius: 24px;
  margin-bottom: 75px;
  background-image: url(../img/icons/bg-house-md-2.svg), url(../img/icons/bg-house-sm-2.svg), url(../img/icons/bg-house-xs.svg);
  background-repeat: no-repeat;
  background-position: 3% 8%, 2% 75%, 45% 19%;
}
.coming-soon .card-text{
  padding-top: 80px;
  padding-left: 80px;
  padding-bottom: 40px;
}

.our-menus{
  height: 110vh;
  background-color: var(--primary);
  background-image: url(../img/icons/bg-house-products.png), url(../img/our-products-empanadas.png), url(../img/our-products-sandwich.png), url(../img/our-products-tostado.png), url(../img/our-products-rogel2.png), url(../img/our-products-medialunas.png);
  background-repeat: no-repeat;
  background-position: 50% 0, 50% 100%, 0 0, 100% 0, 0 97%, 100% 90%;
  background-size: 140px, 32%, 27%, 28%, 18%, 22%;
}
.our-menus .title{
  margin-top: 200px;
}

.menus{
  padding-top: 75px;
  padding-bottom: 125px;
  background-image: url(../img/icons/bg-house-xl.svg), url(../img/icons/bg-house-md.svg), url(../img/icons/bg-house-lg-2.svg), url(../img/icons/bg-house-xs-2.svg), url(../img/icons/bg-house-md-3.svg), url(../img/icons/bg-house-sm.svg), url(../img/icons/bg-house-xs-2.svg);
  background-repeat: no-repeat;
  background-position: 7% 55%, 5% 20%, 20% 95%, 55% 94%, 85% 98%, 55% 3%, 95% 25%;
}
.menus .card {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 9px 8px 0px rgba(120, 120, 120, 0.10);
  font-size: 25px;
  font-weight: 500;
  color: var(--primary);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  transition: background .15s ease-in-out;
}
.menus .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menus .card:hover {
  background: var(--primary-3, #F3ECE6);
}
.menus .card:active {
  background: rgba(136, 120, 120, 0.25);
}
.menus .card:hover .card-body, 
.menus .card:active .card-body {
  color: var(--primary);
}
.menus .card-icon {
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  padding: 10px;
  border-radius: 8px;
  margin-right: 25px;
}
/* .menus .card{
  box-shadow: 0px 18px 11px rgba(139, 139, 139, 0.15);
  border-radius: 24px;
  border: none; 
}
.menus .nav-pills{
  background-color: var(--primary);
  border-radius: 24px;
  position: relative;
  max-height: 825px;
  overflow-y: scroll;
  flex-wrap: nowrap;
}
.menus .nav-pills .nav-link{
  font-family: var(--font-secondary);
  font-weight: 500;
  color: var(--font-color);
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 75px;
}
.menus .nav-pills .icon-pill{
  width: 60px;
  margin-right: 15px;
}
.menus .nav-pills .nav-link.active{
  font-weight: 700;
}
.menus .nav-pills::-webkit-scrollbar {
  width: 8px; Tamaño del scroll en vertical 
}
.menus .nav-pills::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 4px;
}
.menus .nav-pills::-webkit-scrollbar-thumb:hover {
  background: var(--highlight);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.menus .nav-pills::-webkit-scrollbar-thumb:active {
  background-color: var(--highlight);
}
.menus .nav-pills::-webkit-scrollbar-track-piece:end {
  background: transparent;
}
.menus .nav-pills::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 210px;
}

.menus .btn-more{
  background: linear-gradient(180deg, rgba(129, 25, 25, 0) 0%, rgba(129, 25, 25, .5) 14%, #811919 70%);
  position: sticky;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.btn-more .btn{
  padding-top: 90px;
}
.menus .tab-content .card{
  max-width: 75%;
  height: 100%;
}
.menus .tab-content .card-body{
  height: 80px;
  background-color: var(--primary);
  border-radius: 0 0 24px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menus .tab-content .card-text{
  font-family: var(--font-secondary);
  font-weight: 700;
} */

.contact{
  background-color: var(--primary);
  background-image: url(../img/icons/bg-arch-7.svg), url(../img/icons/bg-house-md-2.svg);
  background-repeat: no-repeat;
  background-position: right 5%, 97% 95%;
}
.contact .img-contact{
  max-width: 120%;
}

.footerMain{
  background-color: var(--primary-dark);
}
.footerMain h4, .footerMain p{
  color: #fff;
}

@media(max-width: 1399px){
    .products .nav-pills{
        max-height: 660px;
    }
}
@media(max-width: 991px){
  .banner-body {
    height: fit-content;
    padding: 50px 0;
    background-image: none;
  }
  
  .w-lg-55{
    width: 55%;
  }
  .banner-footer{
    height: 160px;
    background-position: 50% bottom, 0% top;
  }
  .banner-footer .content{
    padding-top: 20px;
  }

  .slogan{
    height: 350px;
    background-image: url(../img/icons/bg-arch-3.svg),  url(../img/icons/bg-house-sm.svg), url(../img/icons/bg-house-lg.svg), url(../img/icons/bg-house-lg.svg), url(../img/icons/bg-house-md.svg);
    background-repeat: no-repeat;
    background-position: 49.5% -10%, 22% 15%, 27% 25%, 77% 75%, 84% 90%;
  }

  .cardsAboutUs{
    margin: 40px 0;
  }
  .cardsAboutUs .card{
    height: 100%;
  }

  .banner-2 .detail{
    height: 70px;
    width: 260px;
    top: 30px;
  }
  .banner-2 .title {
    margin-bottom: 40px;
  }

  .shops {
    background-position: 100% 1%;
  }

  .coming-soon .card-text{
    padding-top: 40px !important;
    padding-right: 3rem!important;
    padding-left: 3rem!important;
    padding-top: 40px;
  }

  .our-menus {
    height: 550px;
    background-image: url(../img/icons/bg-house-products.png), url(../img/our-products-empanadas.png), url(../img/our-products-rogel2.png), url(../img/our-products-medialunas.png);
    background-repeat: no-repeat;
    background-position: 50% 0, 50% 100%, 0 7%, 100% 0%;
    background-size: 20%, 100%, 35%, 38%;
  }

  .our-menus .title {
    margin-top: 140px;
  }

  /* .products .nav-pills{
    height: 500px;
  }
  .products .tab-content .card{
    max-width: 100%;
  } */

  .footerMain{
    background-image: url(../img/icons/bg-house-footer.svg);
    background-repeat: no-repeat;
    background-position: center left;
  }
}

@media(max-width: 576px){

  .aboutUs{
    padding-top: 45px;
    background-image: url(../img/icons/bg-arch-8.svg), url(../img/icons/bg-arch-9.svg);
    background-position: 0 10%, 100% 100%;
  }

  .benefits .card .check-icon{
    left: 30%;
  }

  .our-products{
    height: 620px;
    background-image: url(../img/icons/bg-house-products.png), url(../img/our-products-bbq.png), url(../img/our-products-breakfast.png),  url(../img/our-products-empanada.png);
    background-repeat: no-repeat;
    background-position: 50% -5%, 50% 100%, 0 45%, 100% 50%;
    background-size: 35%, 100%, 40%, 45%;
  }
  .our-products .title {
    margin-top: 150px;
  }

  .contact {
    background-size: 45%, auto;
  }
}