/*********************  ENCABEZADO BANNER WEB INICIAL ******************************/

.ImgCover {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
      /* background-blend-mode: luminosity;
    background-color: #a8c2e8;*/
    background-image: url("../imagenes/banner.jpg");
    background-blend-mode: luminosity;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);

    z-index:-800;
    
}


.VideoCoverCargado {
  background-color: #000000;
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -999;
}

.VideoCoverIframe0{
  background-color: #000000;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -999;
}
.VideoCoverIframe1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


i {
    font-size: 10rem;
    color: #fff;
}





.barraCeleste {
    padding: 10px 0;
    background-color: #E7E7E7;
}

.linea {
    margin: 5rem 0;
}

.justificar {
    margin: 0;
    text-indent: 0rem;
    text-align: justify;
}

.negrita {
    font-weight: bolder !important;
}

.listopt {
    font-size: 1.3rem;
}


.formaticon {
    color: #fff;
    font-size: 60px;
}

.goto-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 50px;
    height: 25px;
}

footer {
    color: #fff;
    background-color: #003c5e;
    height: auto;
    padding: 0;
}