body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #005677;
}
.bg-transp-70 {
  background-color: white;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  main {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 992px) {
}
nav {
  font-family: "Century Gothic", "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.nav-item {
  padding-top: 5px;
  padding-right: 7px;
}

@media screen and (max-width: 768px) {
  nav {
    font-size: 17px;
  }
}

 .video-container {
  top: 1px;
  margin-bottom: 30px;
}

.video-container iframe {
  margin-top: 0px; 
  aspect-ratio: 16 / 9;
  /* transform: translate(0%, -250px);*/
    
} 

.loader {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.loader:before {
  content: "";
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.youtube-video {
  /* 	width: 100%;*/
  aspect-ratio: 16 / 9; 
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
    height: 100%;
    width: 100vw;
    overflow: hidden;
}

.vimeo-video {
  background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.txtini {
  font-size: 5rem;
  opacity: 0;
}

#txtanimado {
  font-family: "Century Gothic",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10px;
}

.txtanimado {  
  transition: opacity 99ms ease-in-out;
  opacity: 1;
  color: rgb(238, 238, 238);
}

@media screen and (max-width: 768px) {
  .txtini { 
    font-size: 2rem;
  }

  #txtanimado {
    font-size: 2rem;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
}

mitxtdere {
  text-align: right;
}