/*body{
  background: url(../img/lugar/foto1.jpg), url(../img/lugar/foto2.jpg), url(../img/lugar/foto3.jpg), url(../img/lugar/foto4.jpg);
}

#bg-carousel{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: url(../img/lugar/foto1.jpg);
  background-size: cover;
  
  animation-name: zoomIn;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes zoomIn {
  0%  {scale:1;background: url(../img/lugar/foto1.jpg);background-size: cover;}
  24%  {scale:1.1;background: url(../img/lugar/foto1.jpg);background-size: cover;}

  25% {scale:1.1;background: url(../img/lugar/foto2.jpg);background-size: cover;}
  49% {scale:1.2;background: url(../img/lugar/foto2.jpg);background-size: cover;}

  50% {scale:1.2;background: url(../img/lugar/foto3.jpg);background-size: cover;}
  74% {scale:1.3;background: url(../img/lugar/foto3.jpg);background-size: cover;}

  75% {scale:1.3;background: url(../img/lugar/foto4.jpg);background-size: cover;}
  100% {scale: 1.4;background: url(../img/lugar/foto4.jpg);background-size: cover;}
}*/

#bg-carousel{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: url(../img/lugar/foto3.jpg);
  background-size: cover;
}

#tt-left{
  display:block;
  font-weight:bold;
  flex-wrap: nowrap;
  white-space: nowrap;
  color:#fff;
  font-size: 10vh;
  font-weight: 600;
  line-height: 130px;
  text-shadow: -2px 0 #e77817, 0 2px #e77817, 2px 0 #e77817, 0 -2px #e77817;
}

