/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

body{
    /*background-image: url(../img/prometco_img/perno.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: rgba(0,0,0,.1);
    font-family: 'raleway', sans-serif;
}

.logo{
    position: relative;
    width: 100%;
    border: transparent;
}

hr{
   
    color: #ff0000;
}

.fab, a.btn, button{
    color:#fff!important;
    background-color: #ff0000!important;
    
}

.fal{
    color:#292d4b!important;

}

h3{
    color: #292d4b!important;
}
input{
    border-bottom-color: #ff0000!important;
}

.frm{
    color: #292d4b;
}

.linea{
    background: #292d4b;
    height: 5px;
    width: 100%;
    display: block;
        
}