/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Navbar animation */
.navbar {
  background-color:#FFF; }

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

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #ffffff; }
  
/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }


  /* Necessary for full page carousel*/
html,
body,
.view {
  height: 100%;
}

/* Carousel*/
.carousel,
.carousel-item,
.carousel-item.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel .carousel-item video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.titleSlide {text-shadow: 0.1em 0.1em 0.2em black}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

}

.pantoneBrown{color: #4f2c1d;}
.pantoneGreen{color: #47a23f;}

.titleSlide {text-shadow: 0.1em 0.1em 0.2em burlywood}
.subtitleSlide {text-shadow: 0.1em 0.1em 0.2em rgb(5, 5, 5)}


.bg {
  /* The image used */
  background-image: url("../img/contenido/cafeteria-helado-cuernavaca.jpg");

  /* Half height */
  height: 80%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%; }
  .gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }
  .gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  
  @media (max-width: 450px) {
  .gallery {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
  }
  }
  
  @media (max-width: 400px) {
  .btn.filter {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  }
  }

  .color_oficial_dorado {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  }

  .color_oficial_amarillo {
    background-color:#FFD900;
  }

  .color_oficial_rosa {
    background-color:#FF0351;
  }

  .color_oficial_cafe {
    background-color:#3D241D;
  }

  .color_oficial_morado_text {
    color:#7D4BA4;
  }

  .color_oficial_rosa_text {
    color:#FF0351;
  }

 