
@font-face {
    font-family: Roboto Regular;
    src: url('views/public/fonts/Roboto/Roboto-Regular.ttf');
  }
  @font-face {
    font-family: webfont;
    src: url('views/public/fonts/fontawesome-webfont.woff');
  }
  

body{

    margin:0;
    padding: 0;
    margin-right: 1px;    
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif; 

  }  


.navbarTop {margin-top: 0.5%;}

.cardMargem{           
            margin-top: 6rem;            
}


.bg-lightR{ 
            background-color: #ffff!important;
            color: red !important;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            border-radius: 10px;          
           
}

.btn-secondary{
            background-color: #ffff;
            color:black;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            border: #fff;
}

.btn-secondary:hover{
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

footer{
    margin-top: 1.5%;
    background-color: #FFD48E;
    margin: auto;
    padding: 10px;
    width: 99%;
    color: #fff;
}
.verde{
    color:rgb(238, 7, 7);
}
.backgroundColor{
    background-color: rgb(240, 240, 240);
}

.iconMail{
    display: none;
    text-decoration: none;
    margin-right: 20px;
    color:black;
}

.btn-secondary a {
text-decoration: none;
color: rgb(0, 7, 0);
}
.colorMail{
    text-decoration: none;
   
    color: inherit;}
    
   