*:active,
*:focus {
    outline: 0 !important;
}
html, body {
    background-image: url('../img/fondo.png');
    background-color: #fff;
    font-family: "montserrat" !important; 
    font-weight: 100;
    height: 100vh;
    width: 100vw;
    font-size:5.625vw;
    margin: 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow:hidden;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ 



/*                                   
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    margin:0;
    font-size:5.625vw;
    overflow:hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */ 
}

/* .full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
} */

.container-fluid {
    text-align: center;
    margin-top:50%;
}


.subtitle{
    font-size: 0.5em;
    color:#3D7DD3 ;
    margin-bottom: 2% !important; 
}

.title {
    font-size: 1.2em;
    color:#3D7DD3 ;
    font-family: "montserrat-1" !important;
    line-height: 1.1;
    margin-bottom: 15% !important; 

}

.btn-inicio {
    border-radius:90px !important;
    border:none;
    /* background-color: #009966; */
    background-image: linear-gradient(to bottom,#EE2F2F, #B32F30);
    /* background-image: linear-gradient(to bottom,#0089E1, #394391); */
    font-size: 0.7em !important;
    height: auto !important;
    width: 60% !important;
    padding: 2% 3% !important; 
    color:white !important;
    font-family: "montserrat-1" !important;

}

.tam{
    font-size:0.4em; 
}


.foot2{
    font-size:0.5em; 
    text-align:left; 
    color:gray; 
    padding-top:1%
}
.vid-dimensions{
    height: 100%;
    width: 102%;
}

.vid-border{
    position: relative;
    margin-left: 1em;
    height: 9.4em;
    width: 88%;
    border-radius: 1em;
    overflow: hidden;
}
#vid{
    position: absolute;
    top:-2px;
    left:-5px;
    /* height: 537px;
    width: 960px; */
}

.btn-inicio:active{
    background:rgb(207, 56, 56) !important;
}


@font-face {
    font-family: "montserrat";
    src: url(../plugins/montserrat/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "montserrat-1";
    src: url(../plugins/montserrat/Montserrat-Bold.ttf) format("truetype");
}
.montserrat-bold {
    font-family: "montserrat-1";
}

.montserrat-regular {
    font-family: "montserrat";
}

/* Suppress Connecting/Waiting/Reading/Transerring */
#statuspanel[type="status"] {
    display: none !important;
  }
  /* Suppress Link Destination Overlay */
  #statuspanel[type="overLink"] {
    display: none !important;
  }
  @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
.statuspanel-label {
    display: none !important;
}

#nav-bar {
    display: none !important;
}

#TabsToolbar {
    visibility: collapse !important;
}