* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#msjok {
    background-color: rgba(25, 5, 255, 0.162); /* Usando rgba en lugar de hex con alfa */
    border-radius: 10px;
    color: #ffffff;
    padding: 5px 5px; 
    font-size: 16px; 
    margin-top: 5px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    display: none;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* o el color de fondo que quieras */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  
  #preloader.hidden {
    opacity: 0;
    visibility: hidden;
  }

@font-face { font-family: "Neusharp-Regular"; src: url(../fonts/Neusharp-Regular.otf) format('opentype');}
@font-face { font-family: "Neusharp-Bold"; src: url(../fonts/Neusharp-Bold.otf) format('opentype');}
@font-face { font-family: "Neusharp-Black"; src: url(../fonts/Neusharp-Black.otf) format('opentype');}

.navbar {padding: 15px; font-family: "Neusharp-Regular";}

.navbar-brand img{width: 70%; }
.scrolled .navbar-brand img {opacity: 0; transition: opacity 1s ease;}

.offcanvas-body { justify-content: right; margin-right: 0;}
.navbar-toggler { order: 2;}
.navbar-collapse { justify-content: flex-end;}
.nav-item .nav-link{ color: #fff;  font-size: 14px; font-family: "Neusharp-Regular"; margin: 0em 1em 0em 1em;}
.scrolled .nav-item .nav-link{color:transparent;  transition: all 1s;}
.navbar-toggler{ background: rgba(251, 251, 251, 0.8) !important;}
.fixed-top{  z-index: 900 !important;}



.nav-link:focus, .nav-link:hover {color: rgb(64, 124, 243)!important;}
/**/
section.form {
    background: rgb(0, 0, 0);
   /* background: radial-gradient(circle, rgba(22,36,47,1) 0%, rgba(22,36,47,1) 18%, rgba(20,26,33,1) 60%, rgba(20,26,33,1) 100%);*/
    padding: 2em 0em 2em 0em;
    position: relative;
    background-image: url(../images/start.png);
}
form.formulario{
    border: 1px solid white;
    padding: 2em;
    border-radius: 10px;
    background: radial-gradient(circle, rgba(22,36,47,1) 0%, rgba(22,36,47,1) 18%, rgba(20,26,33,1) 60%, rgba(20,26,33,1) 100%);

}

h2.form-h2{
    text-align: center;
    color: white;
    font-family: "Afacad Flux", sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}
.formulario label{
    color: white;
    font-family: "Exo 2";

}
.simi{text-align: center; margin-top: -10em; z-index: 200; position: relative;}
.simi img{width: 10em;}
/*estilos footer*/
footer { background-color: #000000;
    font-family: "Exo 2", sans-serif; color: white;}

footer li { font-weight: 300; font-family: "Neusharp-Regular";}

footer a {
    text-decoration: none;
    color: rgb(238, 238, 238);
    font-size: 14px;
    font-family: "Exo 2", sans-serif;
}
footer a:hover { text-decoration: underline;}
img.followimg {  width: 100%;}
 
/**/
.video-viewport {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa toda la pantalla */
    overflow: hidden;
}
.video-viewport video.destopk{
    width: 100%;
    object-fit: cover;
}

.video-viewport video.movil{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    
}
.text-video h3{font-size: 50px;
    margin-bottom: 20px;
    font-family: "Neusharp-Regular";
    line-height: 160%;
    text-align: center;
    text-shadow: 0 1px 5px rgba(0,0,0,.7);
}
/***/
.content-arrow{justify-content: center; display: flex;}
.arrow {
    height: 40px;
    width: 120px;
  /*   border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .left {
      width: 40px;
      height: 1px;
      background-color: rgb(254, 254, 254);
      transform: rotate(30deg);
      transform-origin: right;
      transition: all 0.8s ease; 
  }
  
  .left-flat {
      transform: rotate(0deg);
      transform-origin: right;
  }
  
  .right {
      width: 40px;
      height: 1px;
      background-color: rgb(255, 255, 255);
      transform: rotate(-30deg);
      transform-origin: left;
      transition: all 0.8s ease; 
  }
  
  .right-flat {
      transform: rotate(0deg);
      transform-origin: left;
  }
  
  
@media(max-width:1290px){
    .offcanvas-body {
        margin-right: 12em;
    }  
    .navbar-brand img{margin-left: -3em;} 

    .text-video{
        left: 40%;
    }
    .stylemedia{
        margin-right: 15em;
    }
   
}

@media(max-width:1180px){
    .offcanvas-body {
        margin-right: 2em;
    } 
    .text-video{
        left: 45%;
    }
    .navbar-brand img{margin-left: -6em;} 

    .stylemedia{
        margin-right: 8em;
    }
}

@media(max-width:700px){
    .offcanvas-body {
        margin-right: 0em;
    } 
    .navbar-brand img{margin-left: 0em; 
        width: 8em;} 
    .stylemedia{
        margin-right: 0em;
    }

    .text-video{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        z-index: 2;
        
    }
    .text-video h3{
        font-size: 26px;
        margin-bottom: 0px;
        text-align: center;
    }
    .arrow{display: none;}

    .video-viewport {
        height:100vh; /* Ocupa toda la pantalla */
    }
    .list-unstyled li{text-align: center;}

    .simi{text-align: center; margin-top: 0em;}
    .simi img{width: 8em;}
    a.mx-2 img{width: 3em;}


    .video-viewport video.destopk{
        display: none;
        
    }
    
    .video-viewport video.movil{
        display: block;
       
        width: 100%;
        object-fit: cover;
    }

   

    button.navbar-toggler {
        background-color: black!important;    
        border: none;                 
        border-radius: 0;           
        padding: 0.25rem 0.5rem;  
      }


    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
      }

      .offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
        background-color: #000;
      }

      h5.offcanvas-title{color: white;}
      .offcanvas-header .btn-close{background-color: white; color: white;}
      .scrolled .nav-item .nav-link{color:rgb(255, 255, 255);}


}


