html,
body {
  height: 100%;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-inner>.item>img {
  height: 100%;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  height: 99.99%;
  max-width: 100%;
  line-height: 1;
  width: 100%;
}

/*
.carousel-caption {
    margin-bottom:20%;
    margin-bottom: 20%;
    background: rgba(0,0,0,0.6);
    padding: 50px 100px;
}
*/
.carousel-caption h3 {
  letter-spacing: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

.carousel-caption p {
  font-size: 20px;
  background: rgba(129, 129, 129, 0.308);
}

a {
  color: bisque;
}

.img {
  width: 190px;
  height: 190px;
  border: 2px solid rgba(255, 255, 255, 0.733);
  -moz-box-shadow: 0px 6px 5px rgba(204, 204, 204, 0.87);
  -webkit-box-shadow: 0px 6px 5px rgba(204, 204, 204, 0.863);
  /*box-shadow: 0px 6px 5px rgba(204, 204, 204, 0.849);*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  -moz-border-radius: 190px;
  -webkit-border-radius: 190px;
  border-radius: 190px;
  margin-bottom: 26px;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  font-size: 20px;
  border-radius: 35px;
  border: 2px solid rgba(0, 70, 147, 0.75);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

#menu {
  background: rgba(255, 255, 255, 0.432);
  font-size: 22px;
  font-weight: bold;
  color: rgb(129, 131, 13);
}

.vivo {
  /* la opcion EN VIVO */
  padding-left: 3em;
  color: #ff8800;
  font-size: 17px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 3px;

  text-shadow: #7a7a7a 1px 3px 0, #aba8a8 1px 8px 5px;
}


.menulist {
  padding-left: 1em;
  color: #023466;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-left: 2em;
}

/*  el efecto de subrayado del menu  */
.w3rcontainer {
  border: 1px solid #cccfdb;
  border-radius: 2px;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #015077;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff8800;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* ************************************* */