*: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:95%;
}


.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:70px !important;
    border:none;
    background-color: #3D7DD3 ; 
    font-size: 0.5em !important;
    height: auto !important;
    width: 50% !important;
    padding: 3% 4% !important; 
    color:white !important;
    font-family: "montserrat-1" !important;

}

.foot2{
    font-size:0.5em; 
    text-align:left; 
    color:gray; 
    padding-top:1%
}

.btn-inicio:active{
    background:rgb(252, 57, 8) !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";
}
