@font-face {
    font-family: 'Century-Gothic';
    src: url(../fonts/century-gothic.ttf);
    font-weight: normal;
}
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #D9D9D9;
    font-family: 'Century-Gothic';
}
a{
    color: white;
    text-decoration: none;
}


.nav-bar{
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    background-color: #2b2b2bc7;
    z-index: 1;
}
.container{
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 0px 12px;
}
.logo-lefth{
    margin:14px;
}
.img-log{
    display: flex;
    align-items: start;
}
.img-log img{
    height: 100px;
}
.menu-icon{
    display: none;
}
.options-rigth{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    height: 100%;
    margin-right: 40px;
}
.options-rigth a{
    font-size: 22px;
    color:#FFcd90;
    padding: 10px 34px;
    font-weight: 100;
}
.options-rigth a:hover{
    border-color: #FFcd90;
    border-bottom-style: solid;
}


.home{
    display: flex;
}
/* ------------------------------------------------ Banner Rotativo */
#slider {
    display:flex;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    justify-content: center;
    align-items: center;
}
.img-slider-1{
    background: #222 url("../img/banner/home2.jpg") no-repeat center center;
    background-size: cover;
}
.img-slider-2{
    background: #222 url("../img/banner/home3.jpg") no-repeat center center;
    background-size: cover;
}
.img-slider-3{
    background: #222 url("../img/banner/home4.jpg") no-repeat center center;
    background-size: cover;
}
.img-slider-4{
    background: #222 url("../img/banner/home5.jpg") no-repeat center center;
    background-size: cover;
}
#slider .img-slider{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 800ms;
}
#slider .img-slider.selected {
    opacity: 1;
}
/* ------------------------------------------------ Banner Rotativo */
.container-home{
    position: absolute;
    left: 130px;
    top:60px;
    width: 83%;
}
.card{
    background-color: rgba(0, 0, 0, 0.7);
    width: 420px;
    margin-top: 120px   ;
    padding: 10px 37px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.card-top{
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    width: 90%;
}
.card-top h1{
    font-size: 39px;
    line-height: 50px;
}
.card-med{
    color:white;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0px;
    width: 90%;
}
.card-med h3{
    font-size: 24px;
}
.card-button{
    opacity: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}
.card-button a{
    display: flex;
    justify-content: center;
    background-color: black;
    width: 61%;
    font-size: 23px;
    padding: 18px 26px;
    border-radius: 4px;
}


.sobre{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff url('../img/bgSobre.png') no-repeat center top;
    background-size: cover;
}
.container-sobre{
    margin-top: 60px;
    margin-bottom: 20px;
    width: 90%;
    display: flex;
    justify-content: center;
}
.container-sobre .header-left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-left img{
    width: 500px;
    height: 585px;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
    border-radius: 8px;
    background: #e0e0e0;
    box-shadow:  20px 20px 60px #bebebe,
    -20px -20px 60px #ffffff;
}
.header-rigth{
    display: flex;
    justify-content: center;
}
.card-sobre{
    width: 86%;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.title-sobre{
    width: 100%;
    display: flex;
    justify-content: center;
}
.title-sobre h1{
    font-size: 91px;
    font-weight: 100;
}
.card-sobre .presentation{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom:40px;
    padding: 0 10px;
}
.presentation p{
    text-align: justify;
    margin-top: 30px;
    font-size: 22px;
    text-indent: 40px;
}
.card-sobre .footer-contact{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}
.footer-contact a{
    display: flex;
    justify-content: center;
    background-color: black;
    font-size: 32px;
    padding: 14px 60px;
    border-radius: 4px;
}
.container-mid{
    width: 100%;
    display: flex;
    flex-direction: start;
    align-items: center;
    padding-bottom: 40px;
}
.container-mid .card-mid {
    padding: 0px 20px;
}
.card-mid p{
    text-align: justify;
    margin-top: 20px;
    padding: 0px 20px;
    font-size: 22px;
}
.pp{
    text-indent: 40px;
}


.projetos {
    background: #afafaf url('../img/bgSobre.png') no-repeat center top;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.container-projects{
    margin-top: 80px;
    width: 100%;
    flex-direction: column;
}
.projetos .title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.title h1{
    font-size: 83px;
    font-weight: 100;
    color: #845a1b;
}
.projects {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.projects-top{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 40%;
}
.projects-botton{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 40%;
}
.project{
    margin: 20px;
    width: 100%;
}
.title-project{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.title-project h5{
    font-weight: 100;
    font-size: 22px;
}
.img-project{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.img-project img{
    width: 400px;
}
.mid-project{
    display: flex;
    justify-content: center;
    width: 100%;
}
.mid-project p{
    width: 60%;
    text-align: center;
    margin-top: 20px;
    padding: 0px 20px;
    font-size: 19px;
}
.botton-project{
    display: flex;
    justify-content: center;
    width: 100%;
}
.botton-project a{
    margin-top: 13px;
    display: flex;
    justify-content: center;
    background-color: black;
    width: 29%;
    font-size: 17px;
    padding: 10px 20px;
}
a .btn-ver-mais{
    color: black;
}
.btn-ver-mais{
    cursor: pointer;
    margin:40px 0;
    display: flex;
    align-items: center;
    border-width: 2px;
    padding: 8px 26px;
    border-style: solid;
}
.btn-ver-mais i{
    margin-left: 10px;
}


.depoimentos{
    background: #333 url(../img/projects/bg_dep.jpg) no-repeat center top;
    background-size: 130%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-depoiment{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 94%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.card-depoiments{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.depoiment-top{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
}
.depoiment-botton{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 40px;
}
.depoiment{
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px;
    width: 400px;
    border-radius: 8px;
}
.depoiment-avaluation{
    display: flex;
    justify-content: center;
}
.depoiment-avaluation img{
    margin: 0 2px;
    margin-top: 20px;
    width: 20px;
}
.depoiment-name{
    display: flex;
    justify-content: center;
}
.depoiment-name h4{
    margin-top: 18px;
    padding: 0px 20px;
    font-size: 24px;
}
.depoiment-projects{
    display: flex;
    justify-content: center;
}
.depoiment-projects p{
    margin-top: 4px;
    padding: 0px 20px;
    font-size: 15px;
}
.depoiment-about{
    display: flex;
    justify-content: left;
    padding: 20px;
}
.depoiment-about p{
    text-indent: 20px;
    text-align: justify;
    font-size: 12px;
}
.orcamento{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    display: flex;
    justify-content: center;
}
.orcamento-container{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 50px 0;
}
.orcamento-container h1{
    color: #D1AA6F;
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 38px;
}
.orcamento-container .btn-orcamento{
    background-color: #D1AA6F;
    padding: 15px 30px;
    border-radius: 4px;
}
.orcamento-container .btn-orcamento h2{
    font-size: 28px;
    color: black;
}


.faq{
    width: 100%;
    display: flex;
    justify-content: center;
}
.container-faq{
    margin-top: 40px;
    background-color: #a0a0a0;
    width: 88%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    border-radius: 8px;
}
.card-faq{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin: 16px;
}
.container-left{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 35%;
}
.img-lefth img{
    width: 400px;
    position: absolute;
    top: -30px;
    left: 0;
    border-radius: 8px;
    box-shadow:  4px 8px 60px #3e3e3e;
}
.container-rigth{
    padding: 30px;
    margin-left: 20px;
    width: 65%;
    border-radius: 8px;
    background-color: rgb(222, 222, 222);
}
.title-faq p{
    font-size: 25px;
}
.title-faq h2{
    margin-top: 12px;
    color: #59472d;
    font-size: 65px;
}
/* ----------------- Acordeon ------------------------- */
.accordion-container{
    width:100%;
}
.accordions{
    margin:0 auto;
    color: #000;
}
.accordion-item {
    border-bottom-color: #2B2B2B;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.accordion-item input{
    display:none;
}
.accordion-item label{
    display:block;
    font-size:18px;
    cursor:pointer;
    display: flex;
    padding:14px 0;
    display: flex;
    align-items: center;
}
.accordion-item label i{
    color: #59472d;
    margin-top: 1px;
}
.accordion-item label p{
    margin-left: 8px;
    font-size: 22px;
}
.accordion-content{
    font-weight: 100;
    color:#000;
    font-size:16px;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}
[id^=accordion]:checked ~ .accordion-content{
    height: 130px;
}
.accordion-content p{
    text-align: justify;
    text-indent: 30px;
}


.parceiros{
    width: 100%;
    display: flex;
    justify-content: center;
}
.parceiros-container{
    margin: 40px 0;
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.title-partners{
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-partners h2{
    color:#845a1b ;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 47px;
}
.parceiro-scroll-container{
    padding: 60px 0;
}
.parceiro-scroll{
    display: flex;
    animation: scroll 40s linear infinite;
    width: calc(210px * 13);
    -webkit-animation: scroll 40s linear infinite;
}
.mid-partnes img{
    padding: 0 30px;
    width: 150px;
}
@keyframes scroll{
    0%{
        -webkit-transform: traslateX(0);
        transform: translateX(0);
    }
    100%{
        -webkit-transform: traslateX(calc(-210px * 13));
        transform: translateX(calc(-210px * 13));
    }
}


.footer{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.container-footer{
    background-color: #BEBEBE;
    margin: 40px 0px;
    width: 93%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    border-radius: 8px;
}
.card-lefth{
    padding: 20px;
    padding-left: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.card-lefth .card-top{
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-items: start;
}
.card-lefth .card-top a{
    color: black;
}
.card-lefth h4{
    font-size: 33px;
    margin-bottom: 30px;
    color: black;
}
.card-lefth p{
    font-size: 15px;
    margin-bottom: 10px;
    color: black;
}
.icons-top{
    display: flex;
}
.icons-bottom{
    display: flex;
}
.card-mid{
    margin-top:10px;
    margin-right: 10px;
}
.card-mid img{
    width: 48px;
    border-radius: 4px;
}
.card-footer{
    margin-top: 13px;   
}
.card-footer .line {
    width: 62%;
    height: 2px;
    margin-bottom: 17px;
    background-color: rgb(91, 91, 91);
}
.card-footer p{
    font-size: 15px;
    margin-bottom: 10px;
}
.card-footer p a{
    color: #000000;
    text-decoration: underline;
}
.card-rigth img{
    height: 110%;
    width: 400px;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    right: 65px;
}


/* Modal */
.modal-galeria{
    background-color: rgba(0, 0, 0, 0.665);
    position: fixed;
    top:0;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.modal-close{
    display: none;
}
.modal-galeria-container{
    /* margin-top: 80px; */
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow:  4px 8px 60px #3e3e3e;
    background-color: rgba(199, 199, 199, 0.824);
    position: relative;
}
.modal-title{
    height: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-title h3{
    margin-top: 6px;
    font-size: 16px;
}
.modal{
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 6px;
    margin-bottom: 25px;
}
.modal.unselected{
    display: none;
}
.modal a{
    width: fit-content;
    margin: 18px;
    margin-bottom: 0px;
}
.modal a img{
    width: 230px;
    height: 140px;
    object-fit: cover;
    /* border-style: solid; */
    box-shadow:  4px 8px 60px #3e3e3e;
    border-radius: 8px;
}
.modal a img:hover{
    scale: 1.1;
    transition: scale 200ms;
}
.indices-pags{
    border-style: solid;
    border-color: #86704fa1;
    padding: 8px 4px;
    display: flex;
    margin-bottom: 28px;
    justify-content: center;
    align-items: center;
}
.indices-pags h3{
    cursor: pointer;
    margin: 0 6px;
    padding: 4px 10px;
}
.indices-pags h3:hover{
    color: white;
    background-color: #a67c41;
}
.indices-pags .selected{
    color: white;
    background-color: #59472d;
}
.close-btn{
    position: absolute;
    top: -12px;
    right: -14px;
    cursor: pointer;
}
/* Modal */
