body{
    background-image: url(../assets/img/fondo-oscuro.jpg);
    background-position: bottom;
    height: 100%;
}   

.container-fluid {
    display: flex; 
    justify-content: center;	
}

#imgMovil{
    display: none;
}

#Title{
	font-size: 90px;
    margin-bottom: 60px;
    font-family: 'Special Elite', cursive;
}

#indexText{
	font-size: 35px;
    margin-bottom: 10px;
    font-family: 'Special Elite', cursive;
}

#text{
	font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Special Elite', cursive;

}

#myVideo {
    position: initial;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.colorSecundario{
    color: #ee2b47;
}

.titulo{
    font-family: 'Special Elite', cursive;
    font-size: 2rem;
    display: inline;
}

#imgContext{
    border: 2px solid #000;
    margin-top: 20%;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.8);
}

.contenedor{
    height: 100px;
}

.prueba{
    position: absolute;
    top: 7%;
}

.texto{
    margin-top: 18%; 
    margin-bottom: 12%;
    margin-left: 1%;
    margin-right: 1%;
}

.button{
    margin-top: 5%;
    margin-left: 3%;
    cursor: pointer;
}

#botonBajar{
    margin-top: 23%;
   
}
#section03 a {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -23px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
  }
#section03 a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 58px;
  height: 58px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.3);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
video.container-fluid{
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 812px) {
  #myVideo{
    display:none;
  }
  #imgMovil{
      display: block;
      position: initial;
      right: 0;
      bottom: 0;
      width:100%;
     
     
  }
  #imgMovil img{
      width: 100%;
      height: 670px;
  }
  #botonBajar{
      display:none;
  }
  .texto{
      margin-top: 5%; 
     
  }
}



/* HACER MODALS LOGIN Y REGISTER RESPONSIVE
Full screen Modal 
*/
.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  @media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
       width: 1170px;
    }
  }
 