@import "../fonts/woman-font.css";
@import "../fonts/ceciliaoctavia-font.css";

html,body {
    color: #030000;
    font-family: 'Woman', serif;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

.bg-primary {
    background-color: #263238 !important;
}

.text-light {
    color: #fff !important;
}

.text-brown {
    color: rgb(162, 111, 75) !important;
}

.bg-brown {
    background-color: rgb(162, 111, 75) !important;
}

.bg-light-brown {
    background-color: rgb(224, 174, 138)!important;
}

.btn {
    font-family: 'Cecilia Octavia', sans-serif;
    text-transform: lowercase;
}

.btn-brown {
    background-color: rgb(162, 111, 75) !important;
    color: #fff!important;
    border: none;
    transition: all 0.3s ease;
}

.btn-brown:hover {
    background-color: rgb(77, 52, 29) !important;
}

a, .btn-link,
a:hover, .btn-link:hover{
    color: #030000;
    text-decoration: underline
}

a:hover, .btn-link:hover{
    color: rgb(77, 52, 29) !important;
}

.icon-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.icon-container svg {
    width: 24px;
    height: 24px;
}

nav.navbar .navbar-brand img {
    height: 90px;
}

nav.navbar ul.navbar-nav li {
    font-family: 'Cecilia Octavia Bold', sans-serif;
    text-transform: lowercase;
}

nav.navbar ul.navbar-nav li a.active {
    color: rgb(162, 111, 75) !important;
    font-family: 'Cecilia Octavia Bold', sans-serif;
}

.hero {
    background: url('../images/banner.jpg') no-repeat center center;
    background-size: cover;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Woman Italic', 'Woman', serif;
    font-weight: 900;
    text-transform: uppercase;
}

h1 {
    font-family: 'Woman Bold', serif;
    text-transform: none;
}

#nosso-escritorio .col-md-4 {
    margin-bottom: 30px;
}

#areas-de-atuacao .col-md-3 {
    margin-bottom: 20px;
}

#quem-somos .col-md-6 {
    margin-bottom: 30px;
}

#quem-somos .bio-socia p {
    font-size: .95rem;
}

#icones-atuacao p {
    font-family: "Woman Italic", "Woman", serif;
}

#fotos .galeria-item a {
    display: block;
    height: 100%;
    position: relative;
}

#fotos .galeria-item a::after {
    align-content: center;
    background-color: rgb(43, 60, 68, .75);
    content: "+";
    color: white;
    font-size: 12rem;
    display: block;
    height: 100%;
    left: 0;
    line-height: 100%; 
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 250ms ease 125ms;
    width: 100%;
    z-index: 2;
}

#fotos .galeria-item a:hover::after {
    opacity: 1;
    transition: opacity 250ms ease;
}

#local address {
  display: block;
margin-left: 50px;
  margin-top: -62px;
  position: relative;
}

.rla-icon {
    align-content: center;
    display: inline-block;
    height: 42px;
    text-align: center;
    width: 42px;
}

.rla-icon.linkedin {
    height: 18px;
    width: 18px;
}

.rla-icon.linkedin img {
    margin-top: -12px;
}

#avisoCookies {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    display: none;
	max-width: calc(100% - 2em);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    transition: all ease .3s;
    width: 25%;
    z-index: 999;
}

#avisoCookies .container p {
    font-size: .8rem;
    line-height: 1.2em;
    margin: 0 20px 0 0;
}

#avisoCookies .container p a {
  color: #e40605;
  text-decoration: underline;
}

#avisoCookies .container #aceptcookies {
	text-transform: uppercase;
  	background-color: black;
  	color: white;
    font-family: Arial, sans-serif;
  	font-size: 10px;
}

.mostrarAvisoCookie #avisoCookies {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:visited {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media screen and (max-width:991px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .w-75 {
        width: 100% !important;
    }

    #avisoCookies {
        width: 100%
    }

    #avisoCookies .container p {
        margin: 0;
    }
}