/*
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 : 22/06/2019, 21:54:16
    Author     : andersondaveiga
*/

@font-face {
    font-family: 'GOTHIC';
    src: url('GOTHIC.TTF');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "GOTHIC";
    font-weight: 400;
    font-style: normal;
    color: #000000;
    background-color: #545454;
    background-image: url('../images/bg.png');
    background-repeat: repeat;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    overflow-x: hidden;
}

a{
    color: #ffffff;
}

a:hover, a:focus, a:active{
    color: #000000;
}

p{
    font-size: 16px;
}

h3{
    color: #000;
    font-weight: bold;
}
#topo{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #545454;
    border-bottom: 20px #bea055 solid;
}
#quem_somos, #areas_atuacao{
    padding-bottom: 30px;
    min-height: 500px;
}
#contato{
    padding-bottom: 30px;
    min-height: 300px;
}

#quem_somos{
    background-image: url('../images/bg_quem_somos_mobile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

#areas_atuacao{
    background-color: #545454;
}
#contato{
    background-color: #bea055;
}
#areas_atuacao h3 {
    color: #bea055;
    border-bottom: 2px #ffffff solid;
    width: 100%;
    float: left;
}   
#contato i , #contato svg{
    color: #000;
}
#menu li a{
    font-weight: bold;
    font-size: 18px;
    padding-right: 20px;
}
#rodape{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #545454;
    border-bottom: 30px #bea055 solid;
    color: #ffffff;
}
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;  
  padding: 1em;
  margin: 1em;
  background: #bea055;
  border: 2px solid #000;
}
.back-to-top:hover {
  cursor: pointer;
}
.btn.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
  color: #000;
  background-color: #bea055;
  border-color: #bea055;
}
.btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus, .show > .btn.btn-primary.dropdown-toggle:hover, .show > .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary.dropdown-toggle.focus {
  color: #000;
  background-color: #bea055;
  border-color: #bea055;
}
@media (min-width: 1024px){
    #quem_somos{
        background-image: url('../images/bg_quem_somos.jpg');
    }   
}
