/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25/11/2021, 18:46:04
    Author     : user
*/

@font-face {
    font-family: 'titillium_webregular';
    src: url("/GEmpresas/resources/fonts/Titillium_Web/TitilliumWeb-Regular.ttf");
}


/*.landing-topbar{
    background-color: #3F954F !important;
}*/

.landing-body .landing-topbar > ul > li a {
    background-color: transparent !important;
    color: black !important;
}

.landing-body .landing-topbar > ul > li a:hover {
    background-color: transparent !important;
    color: #FF8512 !important;
}

#home .landing-body{
    height: 100%;
}

.landing-body .landing-footer{
   
  position: fixed !important;
  left: 0;
  bottom: 0;
  width: 100%;
  
}


