@font-face {
    font-family: 'adelina_camarieregular';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/Adelina-Camarie'), url('fonts/Adelina-Camarie.woff') format('woff');
}


.sombra {
    background: url(../images/bg-topo.png);
    position: absolute;
    width: 100%;
    height: 239px;
    top: 0;
    z-index: 200;
}

/* #header.transparent-header.floating-header {
    border-top: 7px solid #B16B4F;
} */
#slider .slider-arrow-left,
#slider .slider-arrow-right {
    cursor: pointer;
    z-index: 10;
    top: 50%;
    background-color: rgb(239 226 218 / 63%) !important;
    border: 1px solid #B16B4F;
    width: 43px;
    height: 43px;
    border-radius: 50px;
    transform: translateY(-50%);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

#slider .slider-arrow-left {
    left: 10%;
    right: auto;
}

#slider .slider-arrow-right {
    left: 10%;
    top: 60%;
    right: auto;
}

#slider .slider-arrow-left i,
#slider .slider-arrow-right i {
    line-height: 42px;
    width: 100%;
    height: 100%;
    color: #B16B4F;
    text-shadow: none;
    font-size: 34px;
    text-align: center;
    transition: color .3s ease-in-out;
}

.sketch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: url('../images/sketch.png') repeat center bottom;
    background-size: auto 100%;
    height: 40px;
    margin-top: -40px;
}

/* Areas de Atuação Home */
#areas-atuacao .titulo h2 {
    font-family: 'adelina_camarieregular';
    color: #000;
    font-size: 75px;
}

#areas-atuacao .feature-box {
    transform-origin: 0 0;
    transition: transform .25s, visibility .25s ease-in;
}

#areas-atuacao .feature-box:hover {
    filter: blur(0);
    filter: brightness(130%);
    transform: scale(1.05);
}

/* Blog Home */
#ultimas-blog {
    background: url(../images/bg-blog.jpg) center top no-repeat;
    background-size: cover;
}

#ultimas-blog .titulo h2 {
    font-family: 'adelina_camarieregular';
    color: #000;
    font-size: 70px;
}

#ultimas-blog #oc-blog .oc-item {
    padding: 10px;
}

#ultimas-blog .owl-carousel .owl-nav [class*=owl-] {
    zoom: 1;
    width: 43px;
    height: 43px;
    line-height: 40px;
    background-color: rgb(239 226 218 / 63%) !important;
    border: 1px solid #B16B4F;
    color: #B16B4F;
    background-color: #FFF;
    font-size: 25px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#ultimas-blog .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #B16B4F !important;
    color: #FFF !important;
    text-decoration: none;
}

#ultimas-blog .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 13px;
    height: 13px;
    margin: 30px 4px 0 4px;
    opacity: 1;
    border-radius: 50%;
    background-color: #A4A4A4;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#ultimas-blog .owl-carousel .owl-dots .owl-dot.active,
#ultimas-blog .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background-color: #B16B4F !important;
}

/* Blog Post */
.box-post {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #DFDFE1;
    box-shadow: hsl(0deg 2% 39% / 20%) 0 0 16px;
    transition: 0.2s;
    cursor: pointer;
}

.box-post:hover {
    border-color: #000;
}

.box-post .imagem {
    height: 124px;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 10px;
}

.box-post h3 {
    font-size: 15px;
    color: #000;
    font-weight: 700 !important;
}

.box-post a.btn-mais {
    color: #ABABAB;
    font-weight: 900;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    transition: transform .25s, visibility .25s ease-in;
}

.box-post a.btn-mais:hover {
    background: #000;
    color: #fff;
}

/* Footer */
#footer .widget h4 {
    color: #fff;
    font-weight: 900;
    font-size: 19px;
}

#footer .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .widget ul>li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

#footer .widget ul>li span.icone {
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    text-align: right;
}

#footer .widget ul>li a {
    color: #fff;
}

#footer .widget .endereco {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#footer .widget .endereco span.icone {
    margin-right: 10px;
    font-size: 50px;
}

#footer .widget .social-footer {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}

#footer .widget .social-footer h5 {
    color: #fff;
    margin-top: 10px;
}

#footer .widget .social-footer a {
    margin: 5px;
}

.footer-direitos {
    background: #000000;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid #2E1C14;
}

.define {
    float: right;
}

#top-social {
    padding: 10px 0;
}

#top-social li {
    border-left: 1px solid #EEE;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    font-size: 13px;
    padding-left: 10px;
}

#busca {
    background: #000;
    width: 100%;
    position: absolute;
    z-index: 301;
    display: none;
    padding: 20px 0;
    border-bottom: 1px solid #b36c506b;
}

#busca.active {
    display: block;
}

#busca form {
    margin-bottom: 0;
}

#busca form input {
    border-radius: 50px;
    background: #4a474754;
    border: 1px solid #d8d7d74d !important;
    color: #fff;
}

#busca form input:focus {
    background: rgb(216 215 215 / 18%) !important;
}

#busca form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 13px;
    text-transform: uppercase;
}

#busca form input:-ms-input-placeholder {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

#busca form input::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

#busca form button {
    background-color: #b36c50;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0;
    border: 0;
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 40px !important;
    border: 1px solid #fefefd52;
}

#busca .close-busca {
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 25px;
    margin-top: 10px;
    /* position: absolute; */
}

/* Sobre */
#sobre .titulo h2 {
    font-family: 'adelina_camarieregular';
    color: #B16B4E;
    font-size: 75px;
}

/* Area Atuacao */
#area-atuacao .titulo h2 {
    font-family: 'adelina_camarieregular';
    color: #B16B4E;
    font-size: 75px;
    background: url(../images/bg-titulo-h2.jpg) center bottom no-repeat;
    padding-bottom: 10px;
    font-weight: normal;
}

.galeria #oc-images .oc-item {
    padding: 20px;
}

.galeria .owl-carousel .owl-nav [class*=owl-] {
    zoom: 1;
    width: 43px;
    height: 43px;
    line-height: 40px;
    border: 4px solid #fff;
    color: #fff;
    background-color: #B16B4F;
    font-size: 25px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: hsl(0deg 3% 13% / 52%) 0 0 16px;
}

.galeria .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #B16B4F !important;
    color: #FFF !important;
    text-decoration: none;
}

.galeria #oc-images .oc-item img {
    border: 7px solid #fff;
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    border-radius: 10px;
}

.galeria .owl-carousel .owl-nav .owl-prev {
    right: 10px;
    left: auto;
}

.galeria .owl-carousel .owl-nav .disabled {
    display: block !important;
}

.galeria .owl-carousel .owl-nav .owl-next {
    right: 10px;
    left: auto;
    top: 63%;
}

.galeria .owl-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 13px;
    height: 13px;
    margin: 30px 4px 0 4px;
    opacity: 1;
    border-radius: 50%;
    background-color: #A4A4A4;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.galeria .owl-carousel .owl-dots .owl-dot.active,
.galeria .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background-color: #B16B4F !important;
}

#video-area-atuacao {
    background: url(../images/bg-video-area.jpg) center top no-repeat;
    background-size: cover;
    padding: 80px;
}

#video-area-atuacao .video-area {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#video-area-atuacao .video-area iframe {
    border: 5px solid #fff !important;
    border-radius: 10px;
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
}

#mais-areas .titulo h2 {
    font-family: 'adelina_camarieregular';
    color: #000;
    font-size: 45px;
}

/* Contato */
#contato-p .titulo h2 {
    font-family: 'adelina_camarieregular';
    color: #B16B4E;
    font-size: 75px;
}

#contato-p form .sm-form-control {
    display: block;
    width: 100%;
    padding: 15px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #DDD;
    border-radius: 10px !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

#contato-p form input:focus,
#contato-p form textarea:focus {
    border: 1px dashed #b16b4e;
    background-color: #f2f2f25b;
}

#contato-p form label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 10px;
    cursor: pointer;
}

#contato-p form button {
    border: 1px solid #b16b4e;
    color: #b16b4e;
    background: transparent;
    border-radius: 50px;
    text-shadow: none;
    font-weight: 900;
}

#contato-p form button:hover {
    background: #b16b4e;
    color: #fff;
}

#contato-p .fbox-plain .fbox-icon i,
#contato-p .fbox-plain .fbox-icon img {
    background-color: #b16b4e !important;
    color: #fff;
    border-radius: 50px;
    font-size: 25px;
    line-height: 45px
}

#contato-p .fbox-bg.fbox-center a {
    color: #000;
}

#contato-p .fbox-bg.fbox-center {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 1rem 1rem;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

#contato-p .fbox-icon {
    width: 4.5rem;
    height: 3rem;
    padding: 0 0.75rem;
}

#mapa {
    background: #EFEFEF url(../images/sketch-mapa.jpg) top center repeat-x;
    padding-top: 100px;
}

#mapa .titulo h3 {
    font-family: 'adelina_camarieregular';
    color: #000;
    font-size: 45px;
}

/* #Blog lista */
#blog-in .titulo h2 {
    font-family: 'adelina_camarieregular';
    color: #B16B4E;
    font-size: 75px;
}

.box-blog {
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    border: 1px solid #DFDFE1;
    box-shadow: hsl(0deg 2% 39% / 20%) 0 0 16px;
    transition: 0.2s;
    cursor: pointer;
}

.box-blog:hover {
    border-color: #000;
}

.box-blog .entry-image {
    height: 300px;
    background-position: center top;
    border-radius: 10px !important;
}

.box-blog .entry-title h2 {
    text-transform: none;
}

.box-blog .entry-title a:hover {
    color: #b16b4e;
}

.box-blog a.btn-mais {
    color: #ABABAB;
    font-weight: 900;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    display: inline-block;
    padding: 7px 50px;
    text-transform: uppercase;
    transition: transform .25s, visibility .25s ease-in;
}

.box-blog a.btn-mais:hover {
    background: #000;
    color: #fff;
}

.areas-atuacao-blog h3 {
    font-family: 'adelina_camarieregular';
    color: #B16B4E;
    font-size: 35px;
}

.areas-atuacao-blog img {
    margin-bottom: 20px;
}

.mobile {
    display: none;
}

.paginacao .page-item.active .page-link,
.paginacao .page-link:hover,
.paginacao .page-link:focus {
    color: #FFF !important;
    background-color: #141514 !important;
    font-weight: 900;
    border-color: #121312 !important;
}

.paginacao .btn-link,
.paginacao .page-link,
.paginacao .page-link:hover,
.paginacao .page-link:focus {
    color: #000;
}

/* Blog Interno */
.box-blog-interno .entry-title h1 {
    text-transform: none;
    color: #000;
}

.box-blog-interno .video-blog {
    padding: 10px;
}

.box-blog-interno .video-blog iframe {
    border-radius: 10px;
    border: 10px solid #fff !important;
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
}
.box-blog-interno .entry-image{
    height: 450px;
    border-radius: 10px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.box-blog-interno .social-blog{
    margin-top: 10px;
    margin-bottom: 10px;
}
/*Eventos*/
#eventos-lista {
    /*background: red;*/
}

#eventos-lista .titulo h2 {
     font-family: 'adelina_camarieregular';
    color: #B16B4E;
    font-size: 75px;
}
.destaque-evento #oc-eventos .portfolio-desc h3 {
    font-size: 30px;
    color: #fff !important;
}
.destaque-evento #oc-eventos .portfolio-desc ul{
    list-style: none;
}
.destaque-evento #oc-eventos .portfolio-desc ul li{
    color: #fff;
    float: left;
    margin-right: 25px;
}
.destaque-evento .bg-overlay-content a.btnMais{
   color: #fff;
    font-weight: 900;
    border: 1px solid #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 7px 50px;
    text-transform: uppercase;
    transition: transform .25s, visibility .25s ease-in;
}
.destaque-evento #oc-eventos .oc-item img{
    border-radius: 10px;
    /*box-shadow: hsl(0deg 2% 39% / 20%) 0 0 16px;*/
    /*border:1px solid #B16B4E;*/
}
.destaque-evento #oc-eventos .text-overlay-mask{
    border-radius: 0 0 10px 10px;
}
.destaque-evento .owl-carousel .owl-nav [class*=owl-] {
    zoom: 1;
    width: 43px;
    height: 43px;
    line-height: 40px;
    background-color: rgb(239 226 218 / 63%) !important;
    border: 1px solid #B16B4F;
    color: #B16B4F;
    background-color: #FFF;
    font-size: 25px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.destaque-evento .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #B16B4F !important;
    color: #FFF !important;
    text-decoration: none;
}

.destaque-evento .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 13px;
    height: 13px;
    margin: 30px 4px 0 4px;
    opacity: 1;
    border-radius: 50%;
    background-color: #A4A4A4;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.destaque-evento .owl-carousel .owl-dots .owl-dot.active,
.destaque-evento .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background-color: #B16B4F !important;
}
.destaque-evento .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 28px !important;
}
.destaque-evento .owl-carousel .owl-nav .owl-prev {
    left: 28px !important;
    right: auto;
}
.eventos-passados .box-evento{
        background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #DFDFE1;
    box-shadow: hsl(0deg 2% 39% / 20%) 0 0 16px;
    transition: 0.2s;
    cursor: pointer;
}
.eventos-passados .box-evento .fbox-media{
    height: 180px;
        margin-bottom: 10px;
    border-radius: 10px;
    background-size: cover;
    background-position: center top;
}
.eventos-passados .box-evento .fbox-content h3{
    text-transform: none;
}
.eventos-passados .box-evento ul{
    list-style: none;
}
.eventos-passados .box-evento ul li{
    color: #000;
}
.eventos-passados a.btn-mais {
    color: #ABABAB;
    font-weight: 900;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    transition: transform .25s, visibility .25s ease-in;
}
.eventos-passados a.btn-mais:hover {
    background: #000;
    color: #fff;
}
/*Evento Interno*/
.box-evento-interno .entry-title h1 {
    text-transform: none;
    color: #000;
}

.box-evento-interno .video-evento {
    padding: 10px;
}

.box-evento-interno .video-evento iframe {
    border-radius: 10px;
    border: 10px solid #fff !important;
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
}
.box-evento-interno .entry-image{
    height: 350px;
    border-radius: 10px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.box-evento-interno .entry-meta li{
    color: #000 !important;
    font-size: 25px;
}
.box-evento-interno .social-evento{
    margin-top: 15px;
    margin-bottom: 10px;
}
.box-evento-interno .galeria-evento{
    margin-top:50px;
}
.box-evento-interno .galeria-evento .titulo h3 {
    font-family: 'adelina_camarieregular';
    color: #000;
    font-size: 45px;
}
.box-evento-interno .galeria-evento .oc-item .box-galeria{
    height: 200px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border:5px solid #fff;
       box-shadow: hsl(0, 0%, 80%) 0 0 16px;
}

.box-evento-interno .galeria-evento .oc-item .box-galeria .overlay a{
    font-size: 25px;
    color: #fff;
}
.box-evento-interno .galeria-evento .oc-item .box-galeria .overlay{
        background-color: rgb(111 50 0 / 44%);
    height: 100%;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.box-evento-interno .galeria-evento .oc-item:hover .overlay{
    opacity: 1;
}
.galeria-evento #oc-images .oc-item {
    padding: 20px;
}

.galeria-evento .owl-carousel .owl-nav [class*=owl-] {
    zoom: 1;
    width: 43px;
    height: 43px;
    line-height: 40px;
    border: 4px solid #fff;
    color: #fff;
    background-color: #B16B4F;
    font-size: 25px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: hsl(0deg 3% 13% / 52%) 0 0 16px;
}

.galeria-evento .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #B16B4F !important;
    color: #FFF !important;
    text-decoration: none;
}
.galeria-evento #oc-images{
    padding: 25px;
}

.galeria-evento #oc-images .oc-item img {
    border: 7px solid #fff;
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    border-radius: 10px;
}

.galeria-evento .owl-carousel .owl-nav .owl-prev {
    right: auto;
    left: 10px;
}

.galeria-evento .owl-carousel .owl-nav .disabled {
    display: block !important;
}

.galeria-evento .owl-carousel .owl-nav .owl-next {
    right: 10px;
    left: auto;
}

.galeria-evento .owl-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 13px;
    height: 13px;
    margin: 30px 4px 0 4px;
    opacity: 1;
    border-radius: 50%;
    background-color: #A4A4A4;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.galeria-evento .owl-carousel .owl-dots .owl-dot.active,
.galeria-evento .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background-color: #B16B4F !important;
}
.resultados-busca .box-resultado{
    width: 100%;
        background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #DFDFE1;
    box-shadow: hsl(0deg 2% 39% / 20%) 0 0 16px;
    transition: 0.2s;
    cursor: pointer;
    margin-bottom: 20px;
}
.box-resultado .fbox-media{
    height: 180px;
        margin-bottom: 10px;
    border-radius: 10px;
    background-size: cover;
    background-position: center top;
}
.resultados-busca .box-resultado .fbox-content h3{
    text-transform: none;
    font-weight: 900;
}
.resultados-busca .box-resultado .media-box p{
    margin-top: 0;
}
.resultados-busca .box-resultado ul{
    list-style: none;
}
.resultados-busca .box-resultado ul li{
    color: #000;
    font-size: 13px;
}
.resultados-busca a.btn-mais {
    color: #ABABAB;
    font-weight: 900;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    transition: transform .25s, visibility .25s ease-in;
}
.resultados-busca a.btn-mais:hover {
    background: #000;
    color: #fff;
}


@media(max-width:800px) {
    #top-bar {
        background: #b26d4f; 
    }

    #video-area-atuacao {
        padding: 20px;
    }

    .galeria {
        margin-bottom: 30px;
    }

    #mais-areas {
        text-align: center;
    }

    #mais-areas img {
        margin-bottom: 20px;
    }

    #top-bar .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #page-title {
        margin-top: 0;
    }

    #page-title {
        padding: 5rem 0;
        text-align: center;
    }

    #areas-atuacao .titulo h2,
    #ultimas-blog .titulo h2 {
        font-size: 50px;
    }

    .sketch {
        margin-top: -38px;
    }

    .sombra {
        display: none;
    }

    #header-wrap {
        background-color: #000;
        border: 0;
    }

    #primary-menu-trigger,
    #page-menu-trigger {
        background-color: #fff;
        border-radius: 50px;
    }

    #logo {
        /* margin-left: 20%; */
    }

    .mobile {
        display: inline-block;
    }

    .pc {
        display: none
    }
    .galeria-evento #oc-images {
        padding: 10px;
    }
}