@font-face{
    font-family: luna;
    src: url('Luna.ttf');
}
* {margin:0; padding:0}
/*html {
  scroll-behavior: smooth;
}*/
body,html{
    height: 100vh;
    width: 95%;
    background-color: white;
    font-family: 'Abel', sans-serif;
    margin:0 auto;
   
}

:root{
  --color-principal : #1E394A;
  --color-secundario: #749c06;
}

.btn-principal{
  padding: 0.5rem 2rem;
  border-radius: 12px;
  background-color: var(--color-principal);
  color: white;
  text-decoration: none;
  border: 1px solid var(--color-principal);
 
}

.btn-secundario{
  padding: 0.5rem 2rem;
  border-radius: 12px;
  background-color: var(--color-secundario);
  color: white;
  text-decoration: none;
  border: 1px solid var(--color-secundario);
}

.primario{
  color: var(--color-principal);
}

.bebas{
  font-family: 'Bebas Neue', sans-serif;
  
}

.titulo{ 
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  font-size: 3rem;
}

.ls-1{
  letter-spacing: 2px;
}

.navbar-default {
  background-color:white;
  background-image: none;
  background-repeat: no-repeat;
 }

#logo-top-nav{
    text-decoration: none;
    transition: width 1s;
    width: 200px;
    height: auto;
}
.link{
    color:var(--color-principal);
    text-decoration: none;
}
.link:hover{
    color:var(--color-secundario);
   
}
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px gray;
	   -moz-box-shadow: 0 8px 6px -6px gray;
	        box-shadow: 0 8px 6px -6px gray;
}
.cursor-pointer{
  cursor: pointer;
}
.zoom{
  transition: all .3s ease-in-out;
  z-index:1;
  position:relative;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index:10;
}

.firma-1{
    font-family: 'Great Vibes', cursive;
}
.firma-2{
    font-family: 'Parisienne', cursive;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/top_nav/DESCUBRE-LA-NUEVA-TENDENCIA-COMIDA-EN-BOWLS_Grupo-Tello-Alimentacion.jpg");
  height: 94vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://images.pexels.com/photos/1639565/pexels-photo-1639565.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
  height: 94vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image div.cinta {
  position:absolute;
  top: -2px;
  left: 63%;
  height: 90%;
  width: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero-image2 div.cinta {
  position:absolute;
  top: -2px;
  left: 63%;
  height: 90%;
  width: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

div.cinta.vegetariano{
  background-image: url("../img/DailyGourmet_Site_Iconos-FINAL_Cinta.png");
}
/*
@media screen and (max-width: 640px) {
  .hero-image div.cinta{
    width: 80%;
    top: 278px;
    left: 10%;
  }
}
*/

.position-relative{
  position: relative;
}

.hero-text-new {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 75%;
}

.hero-image .hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-image .hero-text h1{
    text-transform: uppercase;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 4em;
   }
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid gray;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}



#hexagon {
    width: 152px;
    height: 30px;
    background: #2C3B4B;
    position: relative;
    top:7.5px;
 }
#hexagon:before {
    content: "";
    position: absolute;
    top: 0;
    right:152px;
    width: 0;
    height: 0;
    border-top:15px solid transparent;
    border-right:20px solid #2C3B4B;
    border-bottom:15px solid transparent;
}
#hexagon:after {
    content: "";
    position: absolute;
    top: 0;
    left:152px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #2C3B4B;
    border-bottom: 15px solid transparent;
}
#hexagon #letrahr{
    display: table-cell;
    color: white;
    text-transform: uppercase;
    width: 152px;
    height: 30px;
    vertical-align: middle; 
}

.text-gris{
    color:#2C3B4B;
}
.line-h{
    line-height: 1.2;
}
.img-icono{
    background-color: #fff;
    width: 150px;
    height: 150px;
    padding: 10px;
}
.hero-image-card {
  
  height: 200px;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.text-decoration-none{
  text-decoration: none;
  color: black;
}
.hero-image-card .hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-image-card .hero-text h5{
    text-transform:capitalize;
    font-family: luna;
    line-height: 1.8;
    font-size: 1.2em;
    text-align: center;
}
    
.clasico{
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/menues/menu-clasico.webp");
}
.veggies{
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/menues/8-Mila-de-zuccini-convegetales-r.webp");
}
.ensaladas{
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/menues/menu-ensaladas.webp");
}
.sandwich{
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/menues/menu-sandwich.webp");
}
.tartas{
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/menues/menu-tartas.webp");
}
.wrap{
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/menues/Wrap.webp");
}


.topnav .icon {
  display: none;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
  left: 0;
  -webkit-transform: translate3d(33%, 0, 0);
  -ms-transform: translate3d(33%, 0, 0);
  -o-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}


.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
  left: 0;
  -webkit-transform: translate3d(-33%, 0, 0);
  -ms-transform: translate3d(-33%, 0, 0);
  -o-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}

div.bullets ul{
  list-style-type: none;
}

div.bullets ul li{
  position:relative;
  padding-left: 30px;
}

div.bullets ul li:after{
  content:'';
  position:absolute;
  top: -8px;
    left: -14px;
  width: 40px;
  height: 41px;
  background-image:  url("../img/DailyGourmet_Site_Iconos-FINAL_Bullet.png");
  background-size:100%;
  background-position: center;
  background-repeat: no-repeat;
}

p.card-text.text-justify.tarjeta{
  text-align: center !important;
}

.tipo-qs{
   font-size: 1.4em; 
}
.text-bullets{
    margin-top: 1.5rem;
}

.invertida{
  background-color: var( --color-principal);
  color:white;
  border-radius: 8px;
  padding: 0.2rem 1rem;
  text-decoration: none;
}
.invertida:hover{
  background-color: var( --color-principal);
  color:white;
  border-radius: 8px;
  padding: 0.2rem 1rem;
  text-decoration: none;
}

.mt-10{
  margin-top: 7.6rem;
}

.top-bar{
  background-color: var(--color-principal);
  color: white;
  padding: 0.8rem 1rem;
}
.sticky-rafu{
  position: fixed !important;
  top: 0;
  z-index: 9999;
}

.px-10{
  padding: 0rem 5rem;
}

.masoscuro{
  filter: brightness(50%);
  
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem !important;
}


@media screen and (max-width: 640px) {
  /*.hero-image div.cinta{
    width: 80%;
    top: 278px;
    left: 10%;
  }*/
    .tipo-qs{
        font-size: 1em;
    }
    .separator {
        display: flex;
        align-items: center;
        text-align: center;
        padding: 4em 0;
   }
   .text-bullets{
       font-size: 1.2em;
   }
   #logo-top-nav{
    text-decoration: none;
    transition: width 0.5s;
    width: 200px;
    height: auto;
  }
  .hero-text-new {
    width: 70%;
  }
  .mt-10{
    margin-top: 3.5rem;
  }
  .titulo{ 
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    font-size:2rem;
  }
  .px-10{
    padding: 0rem 2rem;
  }
}