

.container{
  max-width: 1170px!important;
}
div.logo{
  display: none!important;
}
.app-bar-container{
  max-width: 1170px;
}
.bgBarra{
  background: none!important;
}
html { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
  background: none!important;
}
span.fmpfase {
  float: left;
  position: absolute;
  font-family: 'dosis';
  color: #fff;
  font-size: 20px;
  padding-top: 23px;
  left: 135px;
  text-shadow: 1px 1px 1px #000;
}

h1.logo {
  height: auto!important;
  background: url(../images/logofmpfase.png) no-repeat;
  background-size: 186px;
  padding-left: 0px;
    background-position: 0 15px;
  
  text-shadow: 1px 1px 1px #000;
}
.app-bar{
/*  box-shadow: 0px 7px 8px -6px #000;*/
  z-index: 9;
}

.navdrawer-container{
  background: rgba(173,25,25,1);
}
ul.menu{
  max-width: 1170px;
}
ul.menu li a{
  font-family: 'dosis';
  text-transform: uppercase;
}
main{
  max-width: 1170px;
  padding:0!important;

}
.fixar {
position: fixed;
margin: 0 auto!important;
top: 0!important;
width: 100%;
z-index: 9999;
box-shadow: 0 3px 85px 3px #000;
-webkit-animation: second 0.5s;
/*border-bottom: 3px solid #09eab9;*/
-moz-animation: second 0.5s;
}
.app-bar-containerFixa{
  height: auto!important;
}
.logoFixa {
  line-height: normal!important;
  font-size: 20px!important;
  padding-top: 13px!important;
  background-size: 115px!important;
  padding-bottom: 6px;
  padding-left: 156px!important;
}
.fmpfaseFixa {
  font-size: 16px!important;
  padding: 7px 0!important;
  left: 76px!important;
}

.btnTopo{
  position: fixed;
  bottom: 0;
  right: 10px;
  padding: 5px 20px;
  background: #e51c23;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  -webkit-animation: btnTopoAnim 1s; /* Chrome, Safari, Opera */
  animation: btnTopoAnim 1s;
  display: none;
}

/*Animação btnTopo*/
/* Chrome, Safari, Opera */
@-webkit-keyframes btnTopoAnim {
    from {opacity: 0.1; bottom:-50px;}
    to {opacity: 1; bottom:0;}
}

/* Standard syntax */
@keyframes btnTopoAnim {
   from {opacity: 0.1; bottom:-50px;}
    to {opacity: 1; bottom:0;}
}
/*Fim animação btnTopo*/


.bgPergamum {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
}

.logopergamum {
    background: url("../images/logopergamum.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #003f62;
    font-family: "dosis";
    font-size: 30px;
    padding-bottom: 42px;
    padding-left: 176px;
    padding-top: 0;
}
.descPerg{
  padding: 0!important;
}
.servicosPerg {
  font-family: 'Roboto';
  color: green;
  font-size: 19px;
  background: #fff;
  display: inline-flex;
  padding-left: 16%;
  width: 100%;
  font-weight: 300;
  text-align: center;
 
}
.btnAcessar2{
  display: inline-block;
  min-width: 100px;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  color: #fff!important;
  background: dimgray;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 15px;

}
.btnAcessar2:hover {
  background: rgba(173,25,25,1);
  text-decoration: none;
}

.btnAcessar{
  display: inline-block;
  min-width: 100px;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  color: #fff!important;
  background: dimgray;
  font-family: 'Roboto';
  font-weight: 300;
  float: right;
  font-size: 15px;
  margin-left: 5px;
}
.btnAcessar:hover {
  background: rgba(173,25,25,1);
  text-decoration: none;
}
.baseDados{
  padding:5px 10px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.baseDadosTitle {
  color: #003f62;
  font-family: "dosis";
  font-size: 30px;
  margin: 0;
  text-align: left;
}
.molduraBase{
  width: 100%;
  padding-top: 0;
  margin: 0;
}
.logoBase{
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 5px;
  background: #fff;
}
.logoBase img{
  height: 100%;
}
.btnAcessarBases {
  width: 100%;
  padding: 2px 10px;
  background: dimgrey;
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'Roboto';
  text-transform: uppercase;
}
.btnAcessarBases:hover{
  background: rgba(173,25,25,1);
  cursor: pointer;
}
.masterClinical{
  text-align: center;
}
.masterBVU {
  text-align: left!important;
  display: inline-block;
  width: 100%;
}
.txtBVU{
  margin: 0px;
  padding: 0;
  font-family: 'dosis';
  text-align: justify;
  font-size: 20px;
}
p.colaborador{
  display: none;
}
.modalPaginas{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.8);
  z-index:9999;
  display: none;
}
.ocultaOverflow{
  overflow:hidden;
}

.visivel{
  display: inline-block!important;
}
.botaoFechar{
  display: inline-block;
  position: fixed;
  top: 0;
  right:0;
  padding: 5px 10px;
  background: #e51c23;
  font-family: 'dosis';
  color: #fff;
  cursor: pointer;
}
.botaoFechar:hover{
  background-color:  rgba(229,28,35, 0.8)
}
.containerModal{
  background: #fff;
  display: block;
  min-height: 100%;
  box-shadow: 0px 0 15px #757575;
  overflow: auto;
  animation: animationFrames ease 1s;
    animation-iteration-count: 1;
  transform-origin: 50% 100%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 100%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 100%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 100%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}



@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-729px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-729px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-729px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-729px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-729px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

.bgBarrarp2_1, .bgBarrarp2_2{
  background: rgba(173,25,25,1)!important;
}
.labelServices{
  font-size: 20px;
  color: #000;
  font-family: 'roboto';
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  text-transform: uppercase;
}
.descServices{
  font-size: 17px;
  color: #000;
  font-family: 'dosis';
  text-align: justify!important;
}

/*Estilizações do mobile*/
@media all and (max-width: 992px) { 
  h1.logo{
    background: none;
    padding-left: 0px!important;
    font-family: 'dosis';
    font-size: 20px!important;
  }
  .fmpfase{
    display: none;
  }
  main{
    padding-top: 55px!important;
  }
  .noMobile{
    display: none;
  }
  .bgBarrarp2{
    display: none!important;
  }
}



