#coverIndex {
  /*background-color: #2A2D34;*/
  overflow: hidden;
}

.dez-coming-soon {
	position: relative;
	min-height: 100vh;
	width: 100vw;
	background-size: cover;
  background-position: center;
	z-index: 1;
}

.posi-center {
  position: absolute;
  z-index: 2;
	display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;	
  z-index: 3;
  clear: both;
}

.posi-center {
  position: absolute;
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.imgLogo {
  width: 350px !important;
  margin-bottom: 20px;
}

.site-nav-canvas{
	z-index: 2;
  /* opacity: 0.7; */
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
}

.bgCover {
  background-image: url('../img/covers/coverInicio.jpg'); 
  background-size: cover; 
  background-position: 50% 50%;
  width: 100vw; 
  height: 100vh;
}

.txtCover {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
  text-align: center;
}

@media (max-width: 1280px) {

  .txtCover {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }

}


@media (max-width: 1199.98px) {

  .txtCover {
    font-size: 2.5rem;
    line-height: 3rem;
  }

}

@media (max-width: 991.98px) {

  

}

@media (max-width: 767.98px) {

  .txtCover {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

}

@media (max-width: 575.98px) {

  .imgLogo {
    width: 310px !important;
  }

  .txtCover {
    font-size: 2rem;
    line-height: 2.5rem;
  }

}