@font-face {
    font-family: 'Acumin Pro',sans-serif;
    src: url('../fonts/AcuminProWide-Regular.woff2') format('woff2'),
    url('../fonts/AcuminProWide-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro',sans-serif;
    src: url('../fonts/AcuminPro-Semibold.woff2') format('woff2'),
    url('../fonts/AcuminPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro',sans-serif;
    src: url('../fonts/AcuminPro-Light.woff2') format('woff2'),
    url('../fonts/AcuminPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html,body{
    padding:0;
    margin :0;
    overflow-x: hidden;
    z-index: -2;
}
body{
    background-color: #000;
    font-weight: 400;
    font-style: normal;
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lexend-zetta-regular {
   font-family: "Lexend Zetta", sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
}
.lexend-zetta-semibold {
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.btn {
    border-radius: 2px;
}

.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #D9D9D9;
    --bs-btn-border-color: #D9D9D9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #b6b6b6;
    --bs-btn-hover-border-color: #D9D9D9;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #D9D9D9;
    --bs-btn-active-border-color: #D9D9D9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #D9D9D9;
    --bs-btn-disabled-border-color: #D9D9D9;
    font-weight: 600;
    font-family: 'Acumin Pro', sans-serif;
}

.btn-outline-secondary{
    color: #D9D9D9;
    border-color: #D9D9D9;
    font-weight: 600;
    font-family: 'Acumin Pro', sans-serif;
}
.btn-outline-secondary:focus,
.btn-outline-secondary:hover{
    color: #000;
    border-color: #D9D9D9;
    background-color: #D9D9D9;
    font-weight: 600;
    font-family: 'Acumin Pro', sans-serif;
}
/*-----------------------------------------------------
                          Navtop
  -----------------------------------------------------*/
body{
    position: relative;
}
.navtop-abs{
   position: absolute;
   width: 100%;
   left: 0;top: 0;
   z-index: 110;
}
.navtop-abs > .container{
    width: 1680px;
    max-width: 100%;
}
.navtop-abs .logo-center{
    width: 180px;
    display: block;
    max-width: 100%;
}
@media (max-width: 768px) {
    .navtop-abs .logo-center{
        width: 130px;
    }
}
@media (max-width: 992px) {
    .navtop-abs .logo-center{
        width: 160px;
    }
}

.navbar-top{
   top:-100%;
   background-color: #000;
   transition: top 0.300s ease;
}

.navbar-top > .container{
    width: 1680px;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-top.visible-navbar{
    top:0;
}
.menu-burguer{
    position: fixed;
    width: 65px;
    height:65px;
    opacity: 1;
    left: 6%;top: 40px;
    z-index: 1050;
}
.menu-burguer.menu-burguer-abs{
    position: absolute;
    left: 6px;top: 8px;
    width: 60px;
    height:60px;
}
.menu-burguer > * {
    position: relative;
}
.menu-burguer > .menu{
    position: absolute;
    width: 100%;
    height: 100%;
    left: -17px;
    top: -17px;
}
.menu-burguer label {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 80vh;
    height: 80vh;
    max-width: 100px;
    max-height:100px;
    left: 0;top:0;
}
.menu-burguer.menu-burguer-abs label{
    max-width: 80px;
    max-height:80px;
}
/*
@media (min-aspect-ratio: 1/1) {
    .menu-burguer label {
        width: 80vh;
        height: 80vh;
    }
}*/
.menu--4 label {
    top: 0;
}
.menu--4 label {
    left: 0;
}
.menu-burguer path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all .8s cubic-bezier(.645, .045, .355, 1);
}
.menu-burguer circle {
    fill: #fff3;
    opacity: 0;
}
.menu-burguer label:hover circle {
    opacity: 1;
}
.menu-burguer .cross input:checked+svg .line--1,
.menu-burguer .cross input:checked+svg .line--3 {
    --length: 22.627416998;
}
.menu-burguer .cross input:checked+svg .line--2 {
    --length: 0;
}
.menu-burguer .back input:checked+svg .line--1,
.menu-burguer .back input:checked+svg .line--3 {
    --length: 8.602325267;
}

.menu-burguer .menu--4 .line--1,
.menu-burguer .menu--4 .line--3 {
    --total-length: 103.35061645507812;
    --offset: -42.35061645507812;
}
.menu-burguer .menu--4 .line--2 {
    --total-length: 99;
}
.menu-burguer .menu--4 input:checked+svg path {
    transform: translateX(31px);
}
.menu-burguer .menu--4 input:checked+svg .line--1,
.menu-burguer .menu--4 input:checked+svg .line--3 {
    --offset: -8.602325267;
}
.menu-burguer .menu--4 input:checked+svg .line--2 {
    --offset: -7;
}

@media(max-width: 992px){
    .menu-burguer,
    .menu-burguer.menu-burguer-abs{
        position: absolute;
        left: 6px;top: 8px;
        width: 60px;
        height:60px;
    }
    .menu-burguer label,
    .menu-burguer.menu-burguer-abs label{
        max-width: 80px;
        max-height:80px;
    }
    .navbar-top{
        top:0;
    }
    .navtop-abs{
        display: none;
    }
}
/*-----------------------------------------------------
                          Fixed-Left-Menu
  -----------------------------------------------------*/
.left-menu{
    position: fixed;
    top: 0;
    width: 800px;
    height: 100vh;
    z-index: 99;
    max-width: 100%;
    background-color: #000;
    left: -100%;
    transition:left 0.300s ease;
}
.left-menu:before{
    content: " ";
    display: block;
    width: 110px;
    height: 100%;
    z-index: -1;
    position: absolute;
    right: 0;top: 0;
    background-image: url("../img/menu-right-bg.png");
    background-position:left;
    background-repeat: no-repeat;
    -webkit-background-size: auto,100%;
    -moz-background-size: auto,100%;
}
.left-menu.menu-open{
    left:0;
}
.left-menu .menu-content{
    display: block;
    width: 100%;
    height: 530px;
    max-height: 100%;
    padding: 20px 100px 20px 20px;
}
.left-menu .search-box{
   width: 380px;
   max-width: 100%;
}
.left-menu .search-box .form-control{
    color: #fff;
    display: block;
    padding: 8px 12px 8px 0;
    font-size: 15px;
    background-color: transparent;
    background-image: none;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-family: Arial, Helvetica, sans-serif;
}
.left-menu .search-box .input-group-text{
    width: 60px;
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
}
.left-menu .search-box .form-control::-moz-placeholder{
    color: #fafafa;
    opacity: 0.7;
    font-weight: normal;
}
.left-menu .search-box .form-control:-ms-input-placeholder {
    color: #fafafa;
    opacity: 0.7;
    font-weight: normal;
}
.left-menu .search-box .form-control::-webkit-input-placeholder {
    color: #fafafa;
    opacity: 0.7;
    font-weight: normal;
}
.left-menu .social,
.left-menu .nav{
    width: 380px;
    max-width: 100%;
}
.left-menu .nav .nav-item .nav-link{
    color: #fff;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-left: 0;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}
.left-menu .nav .nav-item .nav-link:before{
    content: " ";
    width: 0;
    display: block;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;bottom: 0;
    z-index: 5;
    transition: width 0.25s ease;
}
.left-menu .nav .nav-item .nav-link:hover:before,
.left-menu .nav .nav-item .nav-link:focus:before,
.left-menu .nav .nav-item .nav-link:active:before{
    width: 50%;
}
#basic-search{
    cursor: pointer;
}
/*-----------------------------------------------------
          Home|Projeto
  -----------------------------------------------------*/
.section-projeto{
    height: auto;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 150px;
    min-height: 95vh;
    z-index: 0;
    overflow: hidden;
    position: relative;
}
.section-projeto > .projeto-bg{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-projeto > .container{
    z-index: 10;
}
.section-projeto > .leftbg{
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    position: absolute;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
}
.section-projeto > .bottomBg{
    position: absolute;
    width: 100%;
    height:15%;
    bottom: 0;left: 0;
    z-index: 5;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
}
.section-projeto > .topBg{
    position: absolute;
    width: 100%;
    height:15%;
    top: 0;left: 0;
    z-index: 5;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
}
.section-projeto .card-film h2.title{
    color: #fff;
    font-size: 2.6em;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.section-projeto .card-film .description,
.section-projeto .card-film .col-tags,
.section-projeto .card-film .actions{
    padding-left:0px;
}
.section-projeto .card-film .description p{
    color: #fff;
    font-weight: 400;
    line-height: 136%;
    font-family: 'Acumin Pro',sans-serif;
}
.section-projeto .card-film .tag-divider{
    border-bottom: 1px solid #fff;
}
.section-projeto .card-film .tags > span{
    color: #fff;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Acumin Pro',sans-serif;
}
.section-projeto > .container{
    width: 1680px;
    max-width: 100%;
}
.section-projeto .btn-outline-secondary,
.section-projeto .btn-secondary{
    height: 45px;
    width: 190px;
    max-width: 100%;
    padding-top: 5px;
}
.section-projeto .btn-outline-secondary > span,
.section-projeto .btn-secondary> span{
    line-height: 136%;
}
.section-projeto .btn-outline-secondary:hover > svg path,
.section-projeto .btn-secondary:hover > svg path{
    stroke: #000;
    fill: #000;
}
@media(max-width: 768px){
    .section-projeto .card-film h2.title{
        font-size: 1.8em;
    }
}
/*
.wrap-content{
   display: block;
   width: 100%;
   height: auto;
   background-color:#000;
   background-repeat: no-repeat;
   background-image: url("../img/fundo-INTEIRO.jpg");
   -webkit-background-size: cover;
   -moz-background-size: cover;
    background-size: cover;
}*/
/*-----------------------------------------------------
                          Projetos recentes
  -----------------------------------------------------*/
.projetos-recentes{
  position: relative;
  display: block;
  z-index: 0;
  min-height: 600px;
  background-color:#000;
  background-repeat: no-repeat;
  background-image: url("../img/fundo-projetos.jpg");
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.projetos-recentes > .container{
    width: 1680px;
    max-width: 100%;
}
.projetos-recentes > .right-svg{
    position: absolute;
    width: 47px;
    height:374px;
    right: 5px;top: 0;
    z-index: -1;
}
.projetos-recentes .section-title{
    display: block;
    padding-top:80px;
    padding-bottom: 50px;
}
.projetos-recentes .section-title h2{
   color:#fff;
   font-size: 2em;
   font-weight: bold;
   text-transform: uppercase;
   font-family: "Lexend Zetta", sans-serif;
}
.item-projeto{
    border-color: #0b5ed7;
}
.item-projeto .item-image{
    position: relative;
    overflow: hidden;
    left: 0;top: 0;
    padding-bottom: 56.4%;
}
.item-projeto .item-image > img{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    z-index:0;
}
.item-projeto h5{
    color: #fff;
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.item-projeto .tags > span{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 136%;
    font-family: 'Acumin Pro',sans-serif;
}

.item-projeto{
    position: relative;
    overflow: hidden;
}

.item-projeto .item-image > .player-icon{
    position: absolute;
    display: block;
    top: 50%;left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 1;
    transition: opacity 0.25s ease;
    z-index: 10;
}
.item-projeto .item-image:hover > .player-icon{
    opacity: 0;
}
.item-projeto .item-image > .item-controls{
    position: absolute;
    padding: 30px;
    top:0;left:0;
    opacity: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    transition: opacity 0.25s ease;
    background-color: rgb(0,0,0,0.7);
}
.item-projeto .item-image:hover .item-controls{
    opacity: 1;
}
.item-projeto .btn-secondary,
.item-projeto .btn-outline-secondary{
  width: 40%;
}
.item-projeto .item-description p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 136%;
    font-family: 'Acumin Pro',sans-serif;
}
.item-projeto .item-description p b,
.item-projeto .item-description p strong{
    color: #fff;
}
.item-projeto .btn-outline-secondary:hover > svg path,
.item-projeto .btn-secondary:hover > svg path{
    stroke: #000;
    fill: #000;
}

.projetos-recentes .section-footer {
    padding-top: 40px;
    padding-bottom:50px;
    border-bottom: 1px solid #A03026;
}
.projetos-recentes .section-footer a{
    color:#A03026;
    font-size: 14px;
    font-weight: 500;
    line-height: 136%;
    text-decoration: underline;
    font-family: 'Acumin Pro',sans-serif;
}



@media (max-width: 992px){
    .projetos-recentes > .right-svg{ width:25px; height: 200px;}
}
@media (max-width: 768px){
    .projetos-recentes > .right-svg{ width:20px;height: 159px;}
    .item-projeto .item-image > .item-controls{ padding: 10px;}
    .item-projeto .item-description p{
        font-size: 14px;
    }
}


/*-----------------------------------------------------
                          Projetos Futuros
  -----------------------------------------------------*/
.projetos-futuros{
    background-color:#000;
}
.projetos-futuros > .container{
    width: 1680px;
    max-width: 100%;
}
.projetos-futuros .section-title{
    display: block;
    padding-top:80px;
    padding-bottom: 50px;
}
.projetos-futuros .section-title h2{
    color:#fff;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
}
.projetos-futuros .item-image{
    position: relative;
    overflow: hidden;
    left: 0;top: 0;
    padding-bottom: 56.4%;
}
.projetos-futuros .item-image > img{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
}
.projetos-futuros .item-projeto h5{
    color: #fff;
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.projetos-futuros .item-projeto .tags > span{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 136%;
    font-family: 'Acumin Pro',sans-serif;
}
.projetos-futuros .section-footer {
    padding-top: 40px;
    padding-bottom:50px;
    border-bottom: 1px solid #A03026;
}
.projetos-futuros .section-footer a{
    color:#A03026;
    font-size: 14px;
    font-weight: 500;
    line-height: 136%;
    text-decoration: underline;
    font-family: 'Acumin Pro',sans-serif;
}
/*-----------------------------------------------------
                     wrap/noticias e quem-somos
  -----------------------------------------------------*/
.wrap-gradient-red{
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../img/bg-noticias-2.jpg");
    -webkit-background-size:cover;
    -moz-background-size: cover;
    background-size:cover;
}
/*-----------------------------------------------------
                          Notícias/Home
-----------------------------------------------------*/
.home-noticias > .container{
    width: 1680px;
    max-width: 100%;
}
.home-noticias .section-title{
    display: block;
    padding-top:80px;
    padding-bottom: 50px;
}
.home-noticias .section-title h2{
    color:#fff;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
}
.noticias .item-noticia{
    height: auto;
    min-height: 100%;
}
.noticias .item-noticia h5{
    color:#fff;
    font-size:18px;
    font-weight: 500;
    font-family: "Lexend Zetta", sans-serif;
}
.noticias .item-noticia p{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    font-family: 'Acumin Pro', sans-serif;
}
.noticias .item-noticia > .img-noticia{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.noticias .item-noticia > .img-noticia > img{
    position: absolute;
    display: block;
    width: 100%;height: auto;
    left: 0;top: 0;
}
.noticias .item-noticia .legenda-noticia{
    background-color:#A03026;
    padding: 15px 15px 15px 15px;
}
.noticias .item-noticia .info{
    padding-top: 0;
    padding-bottom: 15px;
}
.noticias .item-noticia .actions span,
.noticias .item-noticia .actions a{
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 300;
    font-style: normal;
    padding: 8px 5px 5px 5px;
    letter-spacing: 1px;
    font-family: 'Acumin Pro', sans-serif;
}
.noticias .item-noticia .actions a{
    width: 80px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff;
    text-decoration: none;
}


/*-----------------------------------------------------
                 Quem-somos/Home
-----------------------------------------------------*/
.home-qs-perfil > .container{
    width: 1680px;
    max-width: 100%;
}
.home-qs-perfil .section-title{
    display: block;
    padding-top:80px;
    padding-bottom: 50px;
}
.home-qs-perfil .section-title h2{
    color:#fff;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
}
.home-qs-perfil .perfil{
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url("../img/bg-perfil.png");
    background-size: 100%,auto;
    -webkit-background-size: 100%,auto;
    -moz-background-size: 100%,auto;
}
.home-qs-perfil .perfil p{
    color: #fff;
    font-size:15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-family: 'Acumin Pro', sans-serif;
}
.home-qs-perfil .perfil .p-divider{
   position: relative;
   height:60px;
}
.home-qs-perfil .perfil .p-divider:before{
    content: " ";
    width: 60%;
    left: 0;top:50%;
    margin-top: -1px;
    position: absolute;
    border-bottom: 1px solid #A03026;
}
.home-qs-perfil .perfil{
  padding-bottom: 90px;
}
@media (max-width: 992px) {
    .home-qs-perfil .perfil{
        padding-bottom: 90px;
    }
}

.home-qs-legenda{
    background-color: #000;
}
.home-qs-legenda > .container{
    width: 1680px;
    max-width: 100%;
}
.home-qs-legenda > .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-qs-legenda .legenda{
    min-height: 100%;
    background-color:#FEF1DE;
    padding: 35px 40px 35px 40px;
}
.home-qs-legenda .legenda p:first-child{
    color: #000;
    font-weight: 400;
    font-style: italic;
    font-family: 'Acumin Pro',sans-serif;
}
.home-qs-legenda .legenda p:last-child{
    color: #000;
    text-align: right;
    font-weight: 600;
    font-style: italic;
    font-family: 'Acumin Pro',sans-serif;
}
@media(max-width: 768px){
    .home-qs-legenda .legenda{
        min-height: auto;
        background-color:#FEF1DE;
        padding: 25px 25px 25px 25px;
    }
}

/*-----------------------------------------------------
             wrap-bg / Quem - somos Bottom
-----------------------------------------------------*/
.wrap-qs-bottom{
    display: block;
    background-color: #0b0b0b;
}

/*-----------------------------------------------------
             wrap-bg / Quem somos - projetos
-----------------------------------------------------*/
.home-qs-projetos > .container{
    width: 1680px;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-qs-projetos .projetos-left{
    display: block;
    width: 500px;
    max-width: 100%;
}
.home-qs-projetos .projetos-left p{
    color: #fff;
    font-size:15px;
    font-weight: 400;
    text-align: justify;
    font-style: normal;
    letter-spacing: 1px;
    font-family: 'Acumin Pro', sans-serif;
}
.home-qs-projetos .projetos-left .p-divider{
    position: relative;
    height:60px;
}
.home-qs-projetos .projetos-left .p-divider:before{
    content: " ";
    width: 80%;
    left: 0;top:50%;
    margin-top: -1px;
    position: absolute;
    border-bottom: 1px solid #A03026;
}
/*-----------------------------------------------------
            Quem somos / projetos
-----------------------------------------------------*/
.home-qs-trabalho{
    display: block;
    width: 100%;
    position: relative;
}

.home-qs-trabalho > .container-fluid{
    padding: 35px 0;
}
.home-qs-trabalho:after,
.home-qs-trabalho:before{
    content: " ";
    width: 20%;
    height: 1px;
    z-index: 10;
    display: block;
    position: absolute;
    background-color: #A03026;
}
.home-qs-trabalho:before{
    left: 0;top: 0;
}
.home-qs-trabalho:after{
    right: 0;bottom: 0;
}
.owl-trabalho .item .item-image{
    position: relative;
    display: block;
    padding-top: 56%;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
}
/*-----------------------------------------------------
            Quem somos / Daniel vargas
-----------------------------------------------------*/
.wrap-qs-bottom{
    background-repeat: no-repeat;
    background-image: url("../img/bg-perfil.jpg");
    background-position: bottom center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.home-qs-daniel{
    display: block;
    border-bottom: 1px solid #000;
}
.home-qs-daniel > .container{
    width: 1680px;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
}
.home-qs-daniel h1{
   font-size: 22px;
}
.home-qs-daniel p.p-divider{
    height: 80px;
    position: relative;
}
.home-qs-daniel p.p-divider:before{
    content: " ";
    width: 50%;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 50%;left: 0;
    margin-top: -1px;
}
.home-qs-daniel h1{
    color: #fff;
    font-size: 6.5em;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}
.home-qs-daniel p{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Acumin Pro',sans-serif;
}
.home-qs-daniel .qs-daniel-left{
    width: 680px;
    max-width: 100%;
}
@media (max-width: 1400px) {
    .home-qs-daniel h1{
        font-size: 4em;
    }
}
@media (max-width: 1199px) {
    .home-qs-daniel p{
        font-size: 16px;
    }
    .home-qs-daniel p.p-divider{
        height: 50px;
    }
}
@media (max-width: 992px) {
    .home-qs-daniel h1{
        font-size: 3.6em;
    }
    .home-qs-daniel p{
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .home-qs-daniel h1{
        font-size: 3em;
    }
    .home-qs-daniel p{
        font-size: 15px;
    }
}
/*-----------------------------------------------------
            Quem somos / número de projetos
-----------------------------------------------------*/
.home-qs-numeros{
  display: block;

}
.home-qs-numeros > .container{
    width: 1130px;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-qs-numeros .count-title{
    color: #000;
    text-align: center;
    font-size: 2.3em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}
.home-qs-numeros .count-text{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Acumin Pro',sans-serif;
}
@media(max-width: 768px){
    .home-qs-numeros > .container{width: 500px;}
    .home-qs-numeros .count-title {font-size: 1.8em;}
    .home-qs-numeros .count-text{font-size: 15px;}
}
/*-----------------------------------------------------
                  wrap | servicos - educacional
-----------------------------------------------------*/
.wrap-servicos-ed{
    display: block;
    position: relative;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url("../img/bg-servicos.jpg");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
/*-----------------------------------------------------
                  Servicos
-----------------------------------------------------*/
.servicos > .container{
    width: 1130px;
    max-width: 100%;
    padding-top:80px;
    padding-bottom: 50px;
}
.servicos h2{
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}
.servicos p{
    color: #A03026;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}

@media(max-width: 768px){
    .servicos p{ font-size: 18px;}
}


.servicos-divider > .container{
    width: 1680px;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.servicos-divider hr{
    border-bottom: 1px solid #A03026;
}
.educacional > .container{
    width: 1680px;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 70px;
}
.educacional .section-header{
    display: block;
    margin-bottom: 30px;
}
.educacional .section-header h2{
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}
.educacional .section-header p{
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: 'Acumin Pro',sans-serif;
}
.educacional .item-educ{
  position: relative;
}
.educacional .item-educ > .img,
.educacional .item-educ > .info{
    width: 50%;
}
.educacional .item-educ > .img{
    padding-bottom: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.educacional .item-educ > .info{
    padding:20px 20px 20px 30px;
    background-color:#A03026;
}
.educacional .item-educ > a{
    right: 20px;
    bottom: 15px;
    font-size: 14px;
    position: absolute;
    text-decoration: underline;
}
.educacional .item-educ h3{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}
.educacional .item-educ a,
.educacional .item-educ p{
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-family: 'Acumin Pro',sans-serif;
}
@media(max-width: 992px){
    .educacional .item-educ > .img,
    .educacional .item-educ > .info{
        width: 100%;
    }
    .educacional .item-educ > .info{
       padding: 30px 30px 40px 30px;
    }
    .educacional .item-educ > .img{
        padding-bottom: 70%;
    }
}

/*-----------------------------------------------------
            wrap | parceiros - contato
-----------------------------------------------------*/
.wrap-parceiros-cont{
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../img/bg-contato.jpg");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
/*-----------------------------------------------------
           parceiros
-----------------------------------------------------*/
.parceiros > .container{
    width: 1680px;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.parceiros .section-title h2{
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}
.owl-parceiros .item{
    height: 150px;
}
.owl-parceiros .item img,
.owl-parceiros .item .img-fluid{
    display: block;
    width:auto;
    max-width: 120px !important;
    height:auto;
    max-height: 120px !important;
}

.parceiros-divider > .container{
    width: 1680px;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.parceiros-divider hr{
    border-bottom: 1px solid #000000;
}

/*-----------------------------------------------------
                 Contato
-----------------------------------------------------*/
.contato > .container{
    width: 1680px;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
}
.contato .section-title{
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
}
.contato .section-title h2{
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}
.contato .info-contato{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Acumin Pro',sans-serif;
}
.contato .info-contato a{
    text-decoration: none;
}
.contato .info-contato a:focus,
.contato .info-contato a:hover{
   text-decoration: underline;
}
.contato .btn-secondary{
    width: 110px;
}

.contato .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-family: Arial, Helvetica, sans-serif;
}
.contato .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.contato textarea.form-control{
    border: 1px solid #fff;
    min-height: 100px;
}
.contato .form-control::-moz-placeholder{
    color: #fafafa;
    opacity: 1;
    font-weight: normal;
}
.contato .form-control:-ms-input-placeholder {
    color: #fafafa;
    font-weight: normal;
}
.contato .form-control::-webkit-input-placeholder {
    color: #fafafa;
    font-weight: normal;
}
.contato label.error{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Acumin Pro',sans-serif;
}
.contato .status .alert{
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Acumin Pro',sans-serif;
}
/*-----------------------------------------------------
          Projeto / Item
  -----------------------------------------------------*/
body.projeto .section-projeto{
    height: auto;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 150px;
    min-height: 70vh;
    z-index: 0;
    overflow: hidden;
    position: relative;
}

body.projeto .section-projeto .card-center .col-tags{
    width: 380px;
    max-width: 100%;
}
body.projeto .section-projeto .card-center .tag-divider{
    width: 100%;
    border-bottom: 1px solid #fff;
}
body.projeto .section-projeto .card-center .tags > span{
    color: #fff;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Acumin Pro',sans-serif;
}
body.projeto .capa-projeto .card-center h2.title{
    color: #fff;
    font-size: 2.3em;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
body.projeto .v-trailler{
    position: relative;
}
body.projeto .v-trailler > a{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height:100px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50px;
    background-color: rgba(0,0,0,0.0);
    transition:background-color 0.2s ease;
}
body.projeto .v-trailler:hover > a{
    background-color: rgba(0,0,0,0.5);
}
.wrap-content-internas,
.wrap-info-projeto {
    display: block;
    width: 100%;
    min-height: 600px;
    background-color: #000000;
    background-position: top center;
    background-image: url('../img/fundo-inteiro-tiny.jpg');
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

body.projeto .menu-projeto > .container{
    width: 1680px;
    max-width: 100%;
    padding-top:30px;
    padding-bottom: 30px;
}
body.projeto .section-title{
    display: block;
    height: 100px;
}
body.projeto .section-title h2{
    color: #fff;
    font-size: 1.8em;
    position: relative;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.nav-projeto .nav-item .nav-link{
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    opacity: 0.75;
    border-color: transparent;
    background-color: transparent;
}
.nav-projeto .nav-item .nav-link:hover,
.nav-projeto .nav-item .nav-link:active,
.nav-projeto .nav-item .nav-link:focus{
    opacity: 1;
    border-color: transparent;
    background-color: transparent;
}
.nav-projeto .nav-item .nav-link:before{
    content: " ";
    display: block;
    width: 40%;
    position: absolute;
    bottom: 0;left: 50%;
    margin-left: -20%;
    opacity: 0;
    transition: opacity 0.2s ease;
    border-bottom: 2px solid #fff;
}
.nav-projeto .nav-item .nav-link.bf-size-2:before{
    width: 30%;
    margin-left: -15%;
}
.nav-projeto .nav-item .nav-link.bf-size-3:before{
    width: 25%;
    margin-left: -12.5%;
}
.nav-projeto .nav-item .nav-link.active:before,
.nav-projeto .nav-item .nav-link:hover:before{
    opacity: 1;
}

@media(max-width: 768px){
    body.projeto .section-title{
        display: block;
        height: 80px;
    }
    body.projeto .section-projeto .card-center h2.title{
        font-size: 1.8em;
    }
}

/* Projeto|Sinopse */
section.sinopse > .container{
    width: 1680px;
    max-width: 100%;
    padding-top:50px;
    padding-bottom:50px;
}
section.sinopse .content{
    padding-top:50px;
    padding-bottom:50px;
}
section.sinopse .content .description p{
    color:#fff;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Acumin Pro',sans-serif;
}
@media(min-width: 1199px){
    section.sinopse .content .description{
        padding-right: 40px;
    }
}
/* Projeto|Notícias */
section.noticias > .container{
    width: 1680px;
    max-width: 100%;
    padding-top:50px;
    padding-bottom:50px;
}
section.noticias .content{
    padding-top:50px;
    padding-bottom:50px;
}

/* Projeto|Ficha-técnica */
section.ficha-tecnica > .container{
    width: 1680px;
    max-width: 100%;
    padding-top:50px;
    padding-bottom:50px;
}
section.ficha-tecnica .content{
    padding-top:50px;
    padding-bottom:50px;
}
section.ficha-tecnica .content .description p{
    color:#fff;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;
    font-family: 'Acumin Pro',sans-serif;
}
section.ficha-tecnica .img-fluid{
    height: auto !important;
}
section.ficha-tecnica .content .description p b,
section.ficha-tecnica .content .description p strong{
     font-weight: 600;
}

/* Projeto|Ficha-técnica */
section.premiacoes > .container{
    width: 1680px;
    max-width: 100%;
    padding-top:50px;
    padding-bottom:50px;
}
section.premiacoes .content{
    padding-top:50px;
    padding-bottom:50px;
    min-height: 400px;
}
section.premiacoes .premiacoes-center{
    width: 100%;
}
section.premiacoes .premiacoes-center .img-fluid{
    max-width: 190px;
    margin: 12px 12px 12px 12px;
}
/* Projeto|Fotos */
section.fotos > .container{
    width: 1680px;
    max-width: 100%;
}
section.fotos .content{
    padding-top:50px;
    padding-bottom:50px;
    min-height: 400px;
}
section.fotos .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.owl-fotos .item-image{
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#owl-fotos-container .custom-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

#owl-fotos-container .custom-nav .owl-prev,
#owl-fotos-container .custom-nav .owl-next{
    position: absolute;
    color: inherit;
    border: none;
    z-index: 100;
    width:35px;
    height:35px;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: #A03026;
}
#owl-fotos-container .custom-nav .owl-prev svg{margin-left: -3px}
#owl-fotos-container .custom-nav .owl-prev { left: 0; }
#owl-fotos-container .custom-nav .owl-next { right: 0; }

/*-----------------------------------------------------
                   Página interna
-----------------------------------------------------*/
section.interna > .container{
    width: 1680px;
    max-width: 100% ;
}
body.internas .header-spacer{
    display: block;
    height: 200px;
}
body.internas .section-title{
    display: block;
    padding-top: 25px;
    padding-bottom: 50px;
}
body.internas .section-title h1{
    color:#fff;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
}

body.internas .section-title p{
    color:#fff;
    font-size: 1.4em;
    font-weight: 500;
    font-family: "Lexend Zetta", sans-serif;
}
.pesquisa > .container{
    min-height: 700px;
}
.pesquisa .result-header h3{
    color:#fff;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
}
.pesquisa .result-header{
    border-bottom: 1px solid #fff;
}
.pesquisa .card-result{
    width: 100%;
    height: 100%;
    min-height: 245px;
}
.pesquisa .card-result .image{
    width: 40%;
    min-height: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.pesquisa .card-result .description{
    width: 60%;
    min-height: 100%;
    background-color: #A03026;
}
.pesquisa .card-result .description p{
    color:#fff;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 140%;
    font-family: 'Acumin Pro',sans-serif;
}
.pesquisa .card-result .description p a{
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 300;
    font-style: normal;
    padding: 5px 5px 4px 5px;
    letter-spacing: 1px;
    font-family: 'Acumin Pro', sans-serif;
}
.pesquisa .card-result .description p a{
    min-width: 80px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff;
    text-decoration: none;
}
.pesquisa .card-result .description h4{
    color:#fff;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lexend Zetta", sans-serif;
}

@media(max-width: 992px){
    body.internas .header-spacer{ height: 150px; }
}

/*-----------------------------------------------------
          Página interna Projetos
-----------------------------------------------------*/
.projetos > .container{
    min-height: 700px;
    padding-bottom: 50px;
}
.projetos .item-projeto{
   margin-bottom: 25px;
}
/*-----------------------------------------------------
                Footer
-----------------------------------------------------*/
.footer{
   border-top:1px solid #A03026;
   background-color: #000000;
}
.footer .footer-left{
   position: relative;
   z-index: 0;
}
.footer .footer-left > .container{
    width: 1100px;
    max-width: 100% !important;
    padding-top:50px;
    padding-bottom:50px;
}
.footer .footer-left:before{
    content: " ";
    width: 200px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;top: 0;
    z-index: -1;
    opacity: 0.1;
    background-position: left center;
    background-image: url("../img/left-bg-footer.png");
    -webkit-background-size: 100%,auto;
    -moz-background-size: 100%,auto;
    background-size: 100%,auto;
}
.footer .footer-left .social,
.footer .footer-left .contato,
.footer .footer-left .local{
    padding:20px;
}
.footer .footer-left .contato p,
.footer .footer-left .local p,
.footer .footer-left .local address{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 300;
    font-style: normal;
}
.footer .footer-left .contato p a{
    color: #fff;
    text-decoration: none;
}
.footer .footer-left .contato p a:hover{
   text-decoration: underline;
}

.footer .footer-right{
    width: 400px;
    background-color: #A03026;
}
.footer .nav{
    width: 240px;
    max-width: 100%;
}
.footer .nav .nav-item .nav-link{
    color: #fff;
    position: relative;
    padding-left: 0;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-family: "Lexend Zetta", sans-serif;
}

.footer .nav .nav-item .nav-link:before{
    content: " ";
    width: 0;
    display: block;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;bottom: 0;
    z-index: 5;
    transition: width 0.25s ease;
}
.footer .nav .nav-item .nav-link:hover:before,
.footer .nav .nav-item .nav-link:focus:before,
.footer .nav .nav-item .nav-link:active:before{
    width: 50%;
}

.footer .footer-right{
   padding: 25px;
}
.footer .footer-right .logo-chaman{
    display: inline-block;
    width: 190px;
    max-width: 100%;
}
@media(min-width:992px) and (max-width: 1300px){
    .footer .footer-left > .container{
        width: 800px;
    }
    .footer .footer-right .logo-chaman{
        width: 150px;
    }
}
@media(max-width: 992px){
    .footer .footer-right{
        width: 100%;
        background-color: #A03026;
    }
    .footer .footer-right .logo-chaman{width: 120px;}
}
@media(max-width: 768px){
    .footer .footer-right .logo-chaman{width: 100px;}
}
/*----------------------------------------------
             Privacidade - Fixed
  --------------------------------------------*/
.fixed-privacidade{
    position: fixed;
    z-index: 1029;
    width: 100%;
    border: 1px solid #A03026;
    background-color: #000;
    left: 0;bottom: 0;
}
.fixed-privacidade > .container{
    padding-top: 20px;
    padding-bottom: 15px;
}
.fixed-privacidade p{
    color:#fff;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;
    font-family: 'Acumin Pro',sans-serif;
}

/*---------------------------------------------------------------
               Política de privacidade
  ---------------------------------------------------------------*/
section.privacidade .section-header > .container{
    padding-top: 25px;
    padding-bottom: 10px;
}
section.privacidade .section-header .sc-title{
    font-size: 2.3em;
}
section.privacidade .container{
    padding-top: 20px;
    padding-bottom:35px;
    width: 1000px !important;
}
section.privacidade .content-mid .container{
    color: #323232;
    font-family: 'Maven-Pro';
}
section.privacidade .content-mid ul li,
section.privacidade .content-mid ol li,
section.privacidade .content-mid p{
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
section.privacidade .content-mid h1.title{
    font-weight: normal;
    margin-bottom:20px;
    font-size: 2em;
    color: #606062;
}
