
/*Tela Login*/
style{

    @font-face
        font-family: 'Montserrat';
        src: url('../font/Montserrat-Regular.otf') format('opentype');

    font-family: Montserrat, Arial, Helvetica, sans-serif ;
}

body{
    background-color: #f0f1f3;
}

#telalogin {

    background-image: url(../img/fullhd.png) center center no-repeat;
    position: relative;
    background-size: cover;


}

/* Icones Menu inicial*/

.holder{

    display: flex;
    justify-content: center;


}

.div-botoes{
  width: 100%;
  margin: 70px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}



.div-botoes::after{

  content: attr(data-title); /* estilo que coloco a legenda no lugar */

  color: #000000;
  font-family: OCR A Std, monospace;
  font-weight: lighter;
  position: absolute;
  font-size: 20px;
  width: 100%;
  bottom: -20px;
  left: 0;

}

/* fim Icones Menu inicial*/


#telafundo {

    background-image: url(../img/fullhd2.png) center center no-repeat;
    position: relative;
    background-size: cover;

}



.card{
box-shadow: 1px 1px 5px #ccc;
background-color: white;
padding: 30px;
border-radius: 5px;
font-family:Montserrat,Arial,Helvetica, sans-serif;
}

.card-group{
    margin-bottom:10px ;
}

.card-group > label{
    width: 100%;
    color: rgb(136, 135, 135);
    display: block;
}

.card-group > input{
    border-radius: 5px;
    width: 100%;
    height: 25px;
    outline: 0;
    padding: 5px;
}

.card-group > button{
    background: #681120;
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    color: white;
    font-family: Arial, Helvetica, sans-serif ;
    border: 0px;
    outline: 0;
}

.card-group > button:hover{
    background: #841629;
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    color: white;
    font-family: Arial, Helvetica, sans-serif ;
    border: 0px;
    outline: 0;
}

.form{
    width: 400px;
    margin: auto;
    padding-top: 40px;
    font-family:Montserrat,Arial,Helvetica, sans-serif;
}

img-login{
    box-shadow: 1px 1px 3px #ccc;
    width: ;
}

/*Fim Tela Login*/

/*Menu*/

li{
    margin-left: -30px;
}

ul, li {
    list-style: none;
    line-height: 2;


}

#nav-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  pointer-events: none;

}

#content-menu {
  visibility: visible;
  overflow: auto;
  margin-top: -20px;
  padding: 17px;
  width: 90%;
  background: #D3D3D3;

  max-width: 200px;

  position: relative;
  top: 0;
  left: -20px;
  height: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  contain: paint;
  opacity: 0.8;
}


/*Fim Menu*/
#iframe{
    width: 100% !important;
    min-height: 500px !important;
}

/*-------------------------------------------------- REFATORAÇÃO --- */

#header{
    background: #e8e8fa !important;
    padding: 5px;
}



.titulo{
    text-align: center;
}



