
html {
  --scrollbarBG: #fff;
  
  --thumbBG: #0099D1;
}
body::-webkit-scrollbar {
  width: 15px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

html,
body,
.primero{
  margin-top: 55px;
}

.view {
  height: 600px;
  border-radius: 40px 40px 0px 0px;
}
.view video.video-intro{
  width: 100% !important;
}
.subLogos{
    width: 100px;
    border-radius: 50%;
    margin-left: 3px;
    transition: all 0.4s ease-in-out;
  }
  .subLogos:hover{
    border-radius: 20%;
    transition: all 0.4s ease-in-out;

  }
.soloMovil{
  display: none;
}
.tarjetaIzquierda{
  background-color: #FFF;
  
  height: 100%;
  position: fixed;
}
.fotoGaleria{
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #999;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.fotoGaleria:hover{
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.superFoto2{
  width: 90%;
  border-radius: 50%;
  border-color: #FFF;
  border-style: solid;
  box-sizing:border-box;
}

.superFoto{
  width: 70%;
  border-radius: 50%;
  border-color: #FFF;
  border-style: solid;
  box-sizing:border-box;
}
.logoCarrusel{
  width: 300px;
  margin-top: 450px;
}
.logo{
  height: 50px;
}
.preMenuUbicacion{
  color: #FFF;
}
.preMenuUbicacion:hover{
  color: red;
}
.preMenuLiga{
  color: #FFF;
}
.preMenuLiga:hover{
  color: yellow;
}
.preMenu{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.tituloSeccion{
  color: #0099D1;
  font-size: 28px;
  font-weight: 500;
}
.letraMenu{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #666;
  cursor: pointer;

}
.letraMenu:hover{
  color: #0099D1;
}

.menuModal{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0099D1;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  line-height: 18px;
}
.menuModal:hover{
  color: #0099D1;
  margin-left: 0px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

.imgChef{
  border-top-right-radius: 6px;
  border-bottom-right-radius: 1rem 1rem;
  width: 100%;
}


.vineta{
  height: 40px;
}
.fotoMenuLogo img{
  width: 100px;
  border-radius: 50%;
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
}
.fotoMenuLogo:hover{
  width: 200px;
}


.fotoLogoSeccion img{
  width: 100px;
  border-radius: 50%;
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
}

.fondoMenuModal{
  /*
  background-image: url("../pix/ingredientes.jpg");
  */
    
  
  background-position: right;
  background-repeat: no-repeat;
  background-size: 400px;
}
.texto{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
}
.servicio1{
  width: 90%;
  border-radius: 50%;
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
  
}
.servicio1:hover{
  width: 100%;
  box-shadow: 0px 0px 20px #AD8739;
  transition: all 0.4s ease-in-out;
}

.servicio2{
  width: 70%;
  border-radius: 50%;
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
  
}
.servicio2:hover{
  width: 100%;
  box-shadow: 0px 0px 20px #AD8739;
  transition: all 0.4s ease-in-out;
}

.servicio3{
  width: 85%;
  border-radius: 50%;
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
  
}
.servicio3:hover{
  width: 100%;
  box-shadow: 0px 0px 20px #AD8739;
  transition: all 0.4s ease-in-out;
}

.servicio4{
  margin-top: 50px;
  width: 85%;
  border-radius: 50%;
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
  
}
.servicio4:hover{
  width: 100%;
  box-shadow: 0px 0px 20px #AD8739;
  transition: all 0.4s ease-in-out;
}

.servicio5{
  margin-top: 30px;
  width: 90%;
  border-radius: 50%;
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
  
}
.servicio5:hover{
  width: 100%;
  box-shadow: 0px 0px 20px #AD8739;
  transition: all 0.4s ease-in-out;
}
.ligaLegal{
  color: #132E80;
  font-size: 12px;
}
.ligaLegal:hover{
  color:#F70000;
}
  .ligaFace{
    color: #132E80;
    font-size: 12px;
  }
  .ligaFace:hover{
    color:#1773EA;
  }
  .ligaInstagram{
    color: #132E80;
    font-size: 12px;
  }
  .ligaInstagram:hover{
    color:#D81C80;
  }
  .ligaYoutube{
    color: #132E80;
    font-size: 12px;
  }
  .ligaYoutube:hover{
    color:#F70000;
  }
  .ligaWhats{
    color: #132E80;
    font-size: 12px;
  }
  .ligaWhats:hover{
    color:#1AD03F;
  }

.carousel {
  height: 100%;
}
.carousel .carousel-inner{
  height: 100%; 
}
.carousel .carousel-inner .carousel-item, .carousel .carousel-inner .active{
  height: 100%;
}

.navbar {
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 2px 10px 0 rgba(0,0,0,0);
  background-color: rgba(0, 153, 209, 0.2);
}

.top-nav-collapse{
  background-color: #FFF; 
}

@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #FFF !important;
  }

}


@media only screen and (max-width: 768px) {
  
  .letraMenu{
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    line-height: 26px;
  }
  .navbar {
    background-color: #0099D1;
  }
  .view {
    height: 200px;
   
  }
  .view video.video-intro{
    width: 100%;
    top: 100px;
  }
  .soloMovil{
    display: block;
  }
  .soloPc{
    display: none;
  }
  .logo{
    height: 45px;
  }
  .tituloSeccion{
    color: #0099D1;
    font-size: 20px;
  }
  .txtFilosofia{
    font-family: 'Bad Script', cursive;
    font-size: 18px;
    line-height: 18px;
  }
  .txtFilosofiaTitulo{
    font-family: 'Bad Script', cursive;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
  }
  .vineta{
    height: 20px;
  }
  .imgChef{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0rem 0rem;
    width: 100%;
  }
  .servicio1{
    width: 80%;
    border-radius: 0%;
    margin-top: 25px;
  }
  .servicio2{
    width: 80%;
    border-radius: 0%;
    margin-top: 25px;
  }
  .servicio3{
    width: 80%;
    border-radius: 0%;
    margin-top: 25px;
  }
  .servicio4{
    width: 80%;
    border-radius: 0%;
    margin-top: 25px;
  }
  .servicio5{
    width: 80%;
    border-radius: 0%;
    margin-top: 25px;
  }

  .ligaFace{
      color: #333;
    }
    .ligaFace:hover{
      color:#1773EA;
    }
    .ligaInstagram{
      color: #333;
    }
    .ligaInstagram:hover{
      color:#D81C80;
    }
    .ligaYoutube{
      color: #333;
    }
    .ligaYoutube:hover{
      color:#F70000;
    }

    .superFoto2{
      width: 100%;
      border-radius: 50%;
      
    }

    .fotoLogoSeccion img{
      width: 60px;
      
    }

}


.page-footer {
  /*
  position: absolute;
  bottom: 0;
  width: 100%;
  */
  /*background-color: #000; */
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}