html, body{ scroll-behavior: smooth; }
:root{
    --red: #AB292B;
    --light: #ffffff;
    --light-red: #ffbebf;
    --grey: #eff2f7;
    --white: #fff;
    --primary: #0b254b;
    --text: #2B2732;
    --dourado-1: #400906;
    --dourado-2: #400906;
    --dourado-dark: #B27A2B;
    --dourado-dark-1: #8f5f1b;
}
.text-green{
    color: green;
}
.text-red{
    color: red;
}
.fontsninja-text{
    font-size: 14px !important;
}
body{
    background-color: #F6F6FB;
    font-family: tahoma !important;
    font-size: 14px !important;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-thumb {
    background: #10101070; 
}
.form-control{
    font-size: 14px !important;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

a{
    text-decoration: none !important;
    color: #000;
    transition: all .5s;
    font-size: 14px !important;
}
ul{
    list-style: none;
}

.banner{
    transition-timing-function: ease;
    transition-duration:5s;
    background-image: url(../img/Frame-19-17.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100vh;
}
.banner-2{
    background-color: var(--dourado-dark);
    color: #fff;
}
.banner-2 h1{
    font-size: 1.5em;
}
.preloader{
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.fundo-header{
    width: 100%;
    height: 100%;
    padding: 190px 0px 120px 0px;
    background:rgba(0, 0, 0, 0.047);
    color: #000 !important;
    font-weight: bold !important;
    font-family: Nunito !important;
}
.fundo-header h1{
    font-size: 5rem !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
.fundo-header span{
    color: #000;
    font-size: 3rem;
    font-weight: bold;
}

.cd-headline.clip span {
    display: inline-block;
    padding-bottom: 10px;
  }
  
  .cd-headline.clip .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
  }
  
  .cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 2px;
    height: 70px;
    background-color: #aebcb9;
  }
  
  .cd-headline.clip b {
    opacity: 0;
  }
  
  .cd-headline.clip b.is-visible {
    opacity: 1;
  }
  
  .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  
  .cd-words-wrapper b {
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    font-size: 28pt;
  }
  
  .cd-words-wrapper b.is-visible {
    opacity: 1;
    position: relative;
  }
  
  .no-js .cd-words-wrapper b {
    opacity: 0;
  } 

@keyframes cursor{
    from{
        border-right-color: var(--dourado-2);
    }
    to{
        border-right-color: transparent;
    }
}

@keyframes escrever{
    from{
        width: 0;
    }

    to{
        width: 55rem;
    }
}

.fundo-header p{
    font-size: 1.2rem;
    font-weight: 400 !important;
}

.nav-menu{
    background-color: #fff;
    min-height: 50px;
    height: 70px;
    position: fixed;
    top:0;
    left:0;
    display: block;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.109);
    z-index: 1040 !important;
}

.nav-menu .container{
    display: flex;
    width: 100%;
    height: 100%;
}

.nav-menu .nav-left{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-menu .nav-left img{
    width: 60px !important;
    height: 60px !important;
}

.nav-menu .nav-right{
    width: 80%;
    height: 100%;
}

.navbar-nav ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px 15px;
}
.navbar-nav a{
    padding: 10px;
    display: block;
    font-weight: 600;
    color: #000;
}
.navbar-nav a:hover{
    color: var(--dourado-2);
}
.navbar-close, #menu{
    display: none;
}
.navbar-toggler{
    border: thin solid rgba(0, 0, 0, 0.144);
    border-radius: 5px;
    font-size: 2.5rem;
    line-height: .7;
    width: 50px;
    height: 45px;
    margin-top: 10px;
    text-align: center;
    display: none;
    color: #000 !important;
}
.btn-sign{
    margin-left: 5rem;
    background-color: var(--dourado-1);
    transition: all .5s;
    cursor: pointer;
    color: #fff !important;
}
.btn-sign:hover{
    background-color: var(--dourado-2);
}


.e404 h3{
    color: #EA6B72;
}
.e404 img{
    width: 300px;
    margin-bottom: 2rem;
}

/*
    ===================== SECTION ======================
*/
.section a{
    color: rgba(0, 0, 0, 0.582) !important;
}
.section a:hover{
    color: #000 !important;
}
.section .sub {
    font-family: nunito;
    color: var(--dourado-dark);
}
.section .h2-sub{
    font-size: 25px;
    line-height: 30px;
    color: #000 !important;
}

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    margin: 0 0 26px;
}

.service-item{
    background:#fff;
	margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position:relative;
	text-align: center;
	padding:40px 20px 30px 20px;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.068);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.053);
	transition: 0.35s;
    height: 320px;
}

.service-item:hover{ background-color: var(--dourado-2); color: #fff; font-weight: bold}
.service img{
    width: 100px;
    height: 100px;
}
.service-item strong{ font-family: nunito; }
.service-item p{
    margin-top: 20px;
}
.btn-dourado-1{
    background-color: var(--dourado-1);
    font-weight: 600;
    transition: all .5s;
    color: #fff !important;
}
.btn-dourado-1:hover{
    background-color: var(--dourado-2);
    color: #fff !important;
}
.section .titulo{
    font-family: nunito;
    color: var(--dourado-dark);
    position: relative;
    font-size: 2rem;
}
.section .titulo::before{
    background: var(--dourado-dark);
    content: " ";
    height: 2px;
    width: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -7px;
}
.post{
    background-color: #fff;
    border: thin solid #e9ecef;
    border-radius: .5rem;
    transition: all .5s;
    height: 320px;
}

.post div:nth-child(2){
    padding: 2rem;
    padding-top: 20px;
}
.post .fich{
    height: 300px;
    background-color: #fff !important;
}
.post img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    box-sizing: border-box !important;
    border-radius: .5rem .5rem 0 0;
}
.sites .post{
    height: 190px !important;
}
.sites .fich{
    height: 100px;
    background-color: #fff !important;
}
.design .fich{
    height: 100%;
}
.design .fich img{
    border-radius: 0;
    object-fit: cover;
}

.img-clients{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.foto{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation-name: animacao;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

@keyframes animacao {

    25%{
        opacity: 1;
        ransform:scale(1.1,1.1);
    }
    
    50% {
        opacity: 0;
    }

    75%{
        opacity: 1;
        ransform:scale(1.1,1.1);
    }
    
    100% {
        opacity: 0;
    }
}
/*.foto:nth-child(1) {
}*/
.foto:nth-child(2) {
animation-delay: 5s;
}
.foto:nth-child(3) {
animation-delay: 10s;
}
/*.foto:nth-child(4) {
    animation-delay: 15s;
}*/

.produtos .post{
    height: 270px !important;
}

.produtos .fich{
    height: 150px;
    background-color: #fff !important;
}

footer{
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F8F9FA;
    color: #414141;
}

footer strong{
    display: block;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    position: relative;
}

footer ul li{
    padding: 5px;
    padding-left: 0;
}

footer .social{
    display: flex;
}

footer .social a{
    padding: 5px;
    width: 40px;
    height: 35px;
    text-align: center;
    background-color: rgba(179, 179, 179, 0.24);;
    border: thin solid rgba(179, 179, 179, 0.39);
    border-radius: 2px;
    display: block;
}

footer strong::before{
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 30px;
    background-color: var(--dourado-dark);
}

footer img{
    width: 100px;
    height: 100px;
}

footer a:hover{
    color: var(--dourado-dark) !important;
}

footer ul li{
    word-break: break-all;
}

/* ======================= LOGIN ======================= */
.login{
    background-color: #fbfafa;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
}
.login .container-login{
    width: 400px;
    margin: 5rem auto;
    border-radius: 4px;
    background-color: #fff;
    border: thin solid rgba(0, 0, 0, 0.096);
}
.login a{
    color: #757575 !important;
}
.login .form-group{
    position: relative;
}
.login .form-group label{
    position: absolute;
    top: 8px;
    left: 8px;
    color: #c3c3c3;
}
.login input{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: thin solid #c3c3c3;
    outline: none !important;
    padding-left: 30px;
    margin-bottom: 10px;
}
.login input:focus{
    outline: none !important;
}
.login button{
    width: 100%;
    height: 40px;
    border-radius: 50px;
    background-color: var(--dourado-1);
    border: thin solid var(--dourado-1);
    color: #fff !important;
}
.login button:hover{
    background-color: var(--dourado-2);
    border: thin solid var(--dourado-2);
    color: #fff !important;
}
.login-image{
    text-align: center;
}
.login img{
    width: 250;
    height: 100;
    margin-bottom: 30px;
}
/*=============================== CONTACTO ========================= */
.contacto .titulo{
    font-size: 1.5rem;
}
.contacto ul li{
    font-weight: bold;
}
.contacto .contact-div ul li{
    font-weight: normal;
    word-wrap: break-word;
}
.contacto .contact-div{
    border-radius:4px;
    border: thin solid rgba(0, 0, 0, 0.061);
    background-color: #fff;
    padding: 2rem;
}
.contacto .span-div-titulo{
    font-weight: bold;
    display:block;
    text-align: center;
    margin-bottom: 10px;
}
.contacto form{
    width: 500px;
    margin: 0 auto;
}
.contacto textarea{
    height: 100px;
    resize: none;
}

@media (max-width:990px) {
    .produtos .post{
        height: 250px !important;
    }
    
    .produtos .fich{
        height: 150px;
        background-color: #fff !important;
    }
}

@media (max-width: 770px){
    .nav-right{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .navbar-toggler{
        display: block;
    }
    #menu:checked ~ .navbar-nav, #menu:checked ~ .navbar-close{
        display: block;
    }
    .navbar-nav{
        position: fixed !important;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.644);
    }
    .navbar-nav ul{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0 !important;
        margin: 0 !important;
    }
    .navbar-close{
        position: absolute;
        right: 20px;
        top: 10px;
        color: rgba(0, 0, 0, 0.603) !important;
        font-weight: bold;
        z-index: 9999;
        transition: all .5s;
        cursor: pointer;
    }
    .navbar-close:hover{
        color: #000;
    }
    .navbar-nav ul li:first-child{
        margin-top: 2rem;
    }
    .navbar-nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 100px;
    }
    .navbar-nav ul li a{
        border-bottom: thin solid rgba(0, 0, 0, 0.103);
    }
    .navbar-nav ul li:last-child a{
        border-bottom-color: transparent;
    }
    .fundo-header{
        padding-top: 130px;
    }   
    
}

@media (max-width: 570px){
    .nav-menu{
        padding-right: 60px;
        padding-left: 60px;
    }
    .fundo-header p {
        font-size: 12px !important;
        font-weight: 400 !important;
    }
    .section .container{
        padding-right: 60px;
        padding-left: 60px;
    }
    .fundo-header h1{
        font-size: 4rem;
        line-height: 40px;
    }
    .cd-words-wrapper b{
        color: #000;
        font-size: 10px !important;
        font-weight: bold;
    }
    .fundo-header .strong{
        color: var(--dourado-2);
        font-size: 1.5rem;
    }
    .texto-header{
        padding: 1rem !important;
        margin-top: 0 !important;
    }
    @keyframes escrever{
        from{
            width: 0;
        }
    
        to{
            width: 27rem;
        }
    }
    .fundo-header{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 130px;
    }
}

@media (max-width: 470px){
    .fundo-header h1{
        font-size: 1.5rem;
        line-height: 30px;
    }
    .fundo-header .strong{
        font-size: 1.2rem;
    }
    @keyframes escrever{
        from{
            width: 0;
        }
    
        to{
            width: 22rem;
        }
    }
}

@media (min-width: 390px){
    .fundo-header {
        width: 100%;
        height: 100%;
        padding: 250px 0px 250px 0px;
    }
    .fundo-header h1{
        font-size: 1.5rem;
        line-height: 30px;
    }
    .fundo-header .strong{
        font-size: 1rem;
    }
    @keyframes escrever{
        from{
            width: 0;
        }
    
        to{
            width: 18rem;
        }
    }
}

@media (max-width: 375px){
    .nav-menu{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

@media (max-width: 360px){
    .fundo-header{
        padding-top: 130px;
        padding-left: 0;
    }  
    footer img{
        width: 150px;
        height: 150px;
    }
    .produtos .post{
        height: 280px !important;
    }
}

@media (max-width: 340px){
    .fundo-header h1{
        font-size: 1.5rem;
        line-height: 30px;
    }
    .fundo-header .strong{
        font-size: .9rem;
    }
    .fundo-header p{
        font-size: .9rem;
    }
    @keyframes escrever{
        from{
            width: 0;
        }
    
        to{
            width: 16rem;
        }
    }
}

@media (max-width: 320px){
    .fundo-header .strong{
        font-size: .9rem;
    }
    @keyframes escrever{
        from{
            width: 0;
        }
    
        to{
            width: 16rem;
        }
    }
}

/* ======================= ADM ===================== */
.geral{
    display: flex;
    flex-direction: row;
    margin: 0 !important;
    padding: 0 !important;
}
.nome{
    font-size: 1.1rem;
    display: block;
}
.ul-cli span{
    font-weight: 500;
}
.ul-cli li{
    word-wrap: break-word;
}
.ul-cli2{
    padding: 0 !important;
    margin: 0 !important;
}
.ul-cli2 li{
    padding-right: 10px;
}
.link{
    text-decoration: underline !important;
    color: blue !important;
}
.capa-adm{
    width: 100%;
    height: 300px !important;
}
#menu-bar{ display: none; }
#menu-bar:checked ~ .adm-nav{
    width: 0;
}
.adm-nav{
    transition: all .5s;
    width: 300px;
    height: 100vh;
    background-color: #162531;
    border-right: thin solid rgba(0, 0, 0, 0.198);
    overflow-y: scroll;
    overflow-x: hidden;
}
.adm-nav::-webkit-scrollbar{
    width: 2px;
    background-color: #162531;
}
.adm-nav::-webkit-scrollbar-thumb{
    width: 5px;
    background-color: var(--dourado-dark);
}
.adm-nav .adm-menu ul a{
    border-bottom: thin solid #14222e;
    color: rgba(255, 255, 255, 0.931);
    font-weight: 100;
    padding: 20px;
    display: block;
}
.adm-nav ul a:hover{
    background-color: rgba(0, 0, 0, 0.178);
}
.adm-nav .adm-menu i{
    color: #fff;
    font-weight: 100 !important;
}
.adm-nav .brand-logo{
    padding: 10px;
    text-align: center;
}
.adm-nav .brand-logo img{
    width: 50px;
}
.topbar{
    background-color: #fff;
    border-bottom: thin solid rgba(0, 0, 0, 0.198);
}
.topbar .icon-bar i{
    cursor: pointer;
    font-size: 1.5em;
}
.main-adm{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.main-adm::-webkit-scrollbar {
    width: 10px;
}
.main-adm::-webkit-scrollbar-thumb {
    background: #10101070; 
}
.titulo-adm{
    font-size: 1.5rem;
}
.dashboard{
    word-wrap: break-word;
}
.container-dashboard{
    border-radius:4px;
    border: thin solid rgba(0, 0, 0, 0.061);
    background-color: #fff;
    padding: 2rem;
}
.t3-dash{
    font-size: 1.2rem;
    color: #35393dcc;
}
.alerta{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
}

@media (max-width:1000px) {
    .adm-nav{
        width: 0;
    }
    #menu-bar:checked ~ .adm-nav{
        width: 400px;
    }
}

.topo{ background-color: #000000; padding: 5px; text-align: center;}
.topo img{ width: 100%; height: 80px;}
.corpo{ width: 90%; margin: 4rem auto;}
.cima{ display: flex; margin-bottom: 2rem;}
.cima .left{ width: 70%; text-align: left !important;}
.right{ width: 40%;}
.hr1{ border-bottom: thick solid #000; margin-bottom: 5px;}
.tb-factura table { border-collapse: collapse; width: 100%; margin-bottom: 1rem; color: #212529; }
.tb-factura thead{border: thin solid rgb(209, 209, 209); height: 30px;}
.tb-factura tbody tr td{padding: 10px; text-align: center; }
.baixo{display: flex; justify-content: flex-end; margin-top: 20px;}
.baixo div{ width: 30%;}
.baixo hr{margin: 5px auto;}
.obs, .extra{ font-size: 5pt !important; }

#modalFactura{
    background-color: #fff !important;
}