@font-face {
    font-family: 'made_saonararegular';
    src: url('../fonts/made_saonara_personal_use-webfont.woff2') format('woff2'),
         url('../fonts/made_saonara_personal_use-webfont.woff') format('woff'),
         url('../fonts/made_saonara_personal_use-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Playfair Display', serif;
}
nav{
    background: rgba(0, 0, 0, 0.0);
    transition: all 0.5s ease;
}
.scrolled{
    background-color: #000;
}
.navbar-dark .navbar-nav .nav-link{
    color: #d3ae74;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #d3ae74;
    text-decoration: underline;
}
.navbar-brand img{
    max-width: 230px;;
}
section#home img{
    width: 100%
}
section .titulo{
    margin-bottom: 40px;
}
section .titulo-texto span{
    font-weight: 700;
    font-size: 40px;
    color: #b39c6a;
    margin: 0px 20px 0px 20px;
}
.titulo-texto{
    font-weight: bold;
    font-size: 35px;
}
section#areas{
    margin-top: 40px;
    margin-bottom: 45px;
}
section#areas img{
	max-width: 90px
}
section#quem-somos{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../images/quem-somos-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
section#quem-somos h1 span{
    color: #333740;
}
section#quem-somos .titulo-texto p{
    color: #b39c6a;
}
section#quem-somos .texto {
    text-align: justify;
    -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
    -moz-column-count: 2; /* Old Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.missao{
    margin-top: 40px;
    color: #dfba80;
}
.missao p{
    font-size: 20px;
}
section#equipe{
    margin-top: 30px;
    margin-bottom: 30px;
}
section#equipe .equipe-img{
    width: 100%;
    max-width: 300px;
}
.flex-item p{
    color: #9c8155;
    text-align: left;
}
section#equipe p .texto-equipe{
    text-align: center;
}
section#equipe h2, section#equipe span{
    text-align: left;
}
.flex{
    display: flex;
	justify-content: center;
	align-items: center;
}
.texto-equipe-div{
    margin-bottom: 30px;
}
.texto-equipe-div p{
    overflow: hidden;
    height: 130px;
    -webkit-transition: height 2500ms ease;
    -moz-transition: height 2500ms ease;
    -ms-transition: height 2500ms ease;
    -o-transition: height 2500ms ease;
    transition: height 2500ms ease;
    text-align: justify;
}
.texto-equipe-ver-mais{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 70%);
    position: relative;
    padding-top: 100px;
    margin-top: -140px;
}
section#contato{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../images/contato-bg.jpg");
    background-size: cover;
    color: #fff;
}
section#contato h1 span{
    color: #333740;
}
section#contato .titulo p{
    color: #dfba80;
}
section#contato a{
    color: #fff;
}
footer{
    margin-bottom: 5px;
}
section#contato h4{
    color: #be9e68;
}
section#contato h4, footer h2, footer span{
    margin-top: 4px;
}
.form-control{
    background: rgba(0, 0, 0, 0.2);
    border: #cdcdcf 2px solid;
    outline: none;
    border-radius: 0px;
    color: #fff;
}
::placeholder{
    color: #fff;
    opacity: 0.9; /* Firefox */
}
textarea{
    resize: none;
}
.btn{
    background: rgba(0, 0, 0, 0.2);
    border: #cdcdcf 2px solid;
    outline: none;
    border-radius: 0px;
    color: #fff;
}
.form-group{
    text-align: center;
}
.titulo-texto-areas{
    font-weight: bold;
    font-size: 35px;
}
.contato-endereco{
    display: flex;
}
.contato-icon{
    width: 17px;
}
#contato p{
    margin-bottom: 2px;
}
@media (max-width: 767px) {
    .titulo-texto-areas{
        font-size: 28px !important;
    }
    section#quem-somos .texto {
        -webkit-column-count: 1; /* Old Chrome, Safari and Opera */
        -moz-column-count: 1; /* Old Firefox */
        column-count: 1;
    }
    .navbar{
        position: relative;
        background-color: #000;
        margin-bottom: 0px !important;
    }
}