/* Add here all your css styles (customizations) */
.baker img{
	height: 125px;
	position: fixed;
	left: 0;
	top:0;
	opacity: 0.6;
}

.derecha {
	float: right;
	color: white;
	margin-left: 15px;
}


.azul:hover {
	color: #05BEC6;
}

.portada {

}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

.title-container {
  position: relative;
  margin-top: 20%;

  z-index: 999;
}
.title-container .titulo {
  text-align: center;
  color: #fff;
}
.title-container h3, .title-container h5 {
    position: relative;
    font-weight: 300;
}
.title-container h3 {
  font-size: 72px;
  line-height: 72px;
  margin: 15px 0 10px;
  font-family: 'Permanent Marker', cursive;
  text-shadow: 2px 2px 8px #000;
}
.title-container h5 {
  font-size: 32px;
  margin: 20px 0 0;
  font-family: 'Neucha', cursive;
  text-shadow: 1px 1px 4px #000;
}

@media (max-width: 992px) {
  .title-container h3{
    font-size: 36px;
    line-height: 36px;
  }
  .title-container h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .filter {
    display: none;
  }
  video {
    display: none;
  }
  .imagen {
  display: all;
  }
}

@media (min-width: 992px){
  .imagen {
    display: none;
  }
}
.blanco h3, h5{
	color: #fff;
}

.linea img {
  -webkit-filter: drop-shadow(2px 2px 8px #000);
  filter: drop-shadow(2px 2px 8px #000);
}

@media (min-width: 992px){
  .pt-94 {
    padding-top: 94px
  }
}

.ranchers h1,
.ranchers h2,
.ranchers h3,
.ranchers h4,
.ranchers h5,
.ranchers h6{
  font-family: 'Ranchers', cursive;
}
.ranchers h2 {
  font-size: 3em
}

.centrar {
  text-align: center;
}

.agrandar i{
  font-size: 5em;
  size: 5em;
}

.boogaloo {
  font-family: 'Roboto', ;
}
h2.boogaloo{
  font-size: 3.5em
}
h3.boogaloo{
  font-size: 2.7em
}
h4.boogaloo {
  font-size: 1.4em
}
.timeline-body p{
  font-family: 'Roboto', ;
  font-size: 1.2em;
}
p{
   font-family: 'Roboto', ;
   font-size: 1.2em;
}
.neucha {
  font-family: 'Roboto',;
   font-size: 1.2em;
}

.borde {
  border-top: 3px #555 solid
}

.margin-left-auto {
  margin-left: auto;
}
.margin-right-auto {
  margin-right: auto;
}

.borde-azul {
  border-top: 3px #05BEC6 solid
}

.celeste {
  color: #05BEC6
}

.margin-top-40 {
  margin-top: 40px
}

.alinear {
  text-align: center;
}
.bg-celeste {
  background-color: #05BEC6
}
.neucha li{
  font-size: 1em
}
.lugares {
  font-family: 'Neucha', cursive;
  font-size: 1em;
}
