body
{
  font-family: 'Roboto';
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-text {
  text-shadow: 3px 3px 3px #000, 4px 5px 3px #000, 4px 5px 3px #000, 4px 5px 3px #000, 4px 5px 3px #000, 4px 5px 3px #000;
  color: white;
  font-weight: bold;
  border: 0px solid #f1f1f1;
}

.bg-text2
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sombra{
  text-shadow: 0px 0px 10px rgba(0,0,0,1), 0px 0px 8px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1);  
}


.parallax0 {
  background-image: url("../imagenes/fondo_act.jpg");
  min-height: 500px;
background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
.parallax2{
  background-image: url("../imagenes/fondo_hotel_full.jpg");
  min-height: 500px;
background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

*/
