/*.pre-load{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255) !important;     
    z-index: 10000;
}

.pre{
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10000;
}

.pre img{
    width: 80px;
    height: 80px;
}*/
/** Fonts Personalizadas **/
@font-face{
    font-family: "Verdana"; 
    src: url(/assets/fonts/verdana.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
 }
 @font-face {
    font-family: "Leelawadee";
    src: url(/assets/fonts/leelawadee.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
 }
 
 @font-face {
    font-family: "Himalaya";
    src: url(/assets/fonts/microsoft-himalaya.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
 }
 /** Paleta de Cores **/

.cor-principal{
    color: #707070;
}
.cor-texto{
    color: #605E5E;
}
.bg-principal{
    background-color: #ffffff;
}

.bg-secundario{
    background-color: #313030;
    opacity: 3%;
}
.bg-perfil{
    background-color: #eeedea;
}

.text-loading {
    color: #6c4fa2;
}

.bg-sobre {
    background-color: rgba(192, 192, 191, 0.561)
}

.verdana{
    font-family: Verdana;
}

.himalaya{
    font-family: Himalaya;
}

.leelawadee{
    font-family: Leelawadee;
}
/** Index **/

* {
    list-style: none;
}

html, body{
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: 8px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
    background: none;        /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #707070;    /* color of the scroll thumb */
    border-radius: 8px;       /* roundness of the scroll thumb */
  }

:target {
    scroll-margin-top: 5em;
  }

a {
    text-decoration: none;
    transition: 0.5s !important;
}

a:hover{
    color: #000000 !important;
    font-weight: bold;
}

a:focus{
    color: #000000 !important;
    font-weight: bold;
}

.row, .col{
    margin-right: 0;
}

.container {
    padding-right: 0 !important;
}

.navbar>.container-fluid{
    justify-content: start;
}

/** Coluna Esquerda **/

#coluna-esquerda{
    padding-left: 20px;
}

.borda-total{
    border-right: 3px solid #707070;
}

.borda-final{
    border-bottom: 2px solid #707070;
}

.logo{
    width: 200px;
    margin-top: 100%;
    margin-bottom: 100%;
}


.midia-link img{
    transition: 1.2s;
}

.midia-link img:hover{
    transform: scale(1.3);
    opacity: 100%;
}

.midia{
    opacity: 65%;
    margin: 5px;
}

.instagram{
    width: 15%;
}

.whatsapp{
    width: 16%;
}

.facebook {
    width: 18%;
}

.divider{
    font-size: 200%;
    margin-top: -5%;
    opacity: 65%;
}

.contatos{
    margin-top: 5%;
    font-size: 78%;
    margin-bottom: 75px;
    font-weight: bold;
    opacity: 75%;
}
/* Modal */
.modal-content {
    width: 300px;
}

.modal-header{
    border: none !important;
}

.logo-modal{
    margin-bottom: -2em;
}

.nav-modal{
    margin-bottom: 5em;
}

.redes-sociais-modal a img{
    width: 30px;
    opacity: 60%;
    margin-bottom: -2em;
}

.redes-sociais-modal a .facebook{
    width: 35px;
}

.redes-sociais-modal a .whatsapp{
    width: 35px;
}

.divider-modal {
    margin-bottom: 1em;
}

.divider-modal span{
    font-size: 2.5em;
    letter-spacing: 5px;
    opacity: 60%;
}

/**  Coluna Direita **/

#coluna-direita {
    margin: 0 !important;
    padding: 0 !important;
}
.navegacao ul li{
    padding: 0 20px;
    font-size: 13px; font-weight: 600;
}

.logo-md{
    opacity: 60%;
    font-size: 1.5em;
}

.divisor{
    margin-top: 4px;
    font-size: 6px;
}


.logos h5{
    opacity: 50%;
}

.logo-parceira{
    width: 80px;
    transition: 1.5s;
    opacity: 50%;
    border-radius: 20px;
}

.logo-parceira:hover{
    transform: scale(1.2);
    opacity: 100%;
}

/** Sobre **/

.borda-1{
    position: relative;
    width: 4%;
    border-top: 1px solid #272727;
    opacity: 70%;
    left: 40px;
    bottom: 10px;
}
.borda-2{
    position: relative;
    width: 4%;
    border-top: 1px solid #272727;
    opacity: 70%;
    left: -40px;
    bottom: -50px
}

#about {
    margin-top: 8rem;
}

.about{
    border-radius: 20px;
    padding: 10px;
}

.about img{
    border-radius: 10px;
}


/** Perfil **/

.card{
    border-radius: 25px 25px 0 0;
    border:  none;
    height: 410px;
}
.perfil{
    display: absolute;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 50%;
    width: 50%;
}

.sobre-texto img {
    width: 100px;
}

.sobre-texto p {
    margin: 5px;
}

/** Produtos **/

#projects{
    margin-top: 8rem;
}
.filter-active{
    border: 1px solid #27272746;
    padding: 0 5px;
}

.filter ul li{
    padding: 5px 5px;
    cursor: pointer;
    transition: 1s;
}


.bg-form{
    background: url(/assets/img/geral/cliente1.jpg), 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}.projetos img{
    padding-top: 1.5em;
    cursor: pointer;
    border-radius: 2px;
}

.gallery{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    z-index: 1000000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.8s, opacity 0.5s linear;
}

.gallery_active{
    visibility: visible;
    opacity: 1;
}

.gallery_content{
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

#gallery_img{
    width: 44%;
    border-radius: 5px;
}

#gallery_close{
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    z-index: 1000;
    position: absolute;
    top: 10px;
    right: 3%;
    border-radius: 3px;
    cursor: pointer;
}


@media (max-width: 560px){
    #gallery_img{
        width: 90%;
    }

    #gallery_close{
        font-size: 10px;
    }
}

.mensagem-sucesso{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.8);
}

.mensagem-conteudo{
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 500px;
    height: 220px;
    border-radius: 25px;
    padding: 20px;
}

.legenda-myra {
    width: 100%;
    height: 96%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0.9) 100%), url("../img/geral/img1.jpeg");
    background-size: cover;
    background-position: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.legenda-gazon {
    width: 100%;
    height: 92%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0.9) 100%), url("../img/geral/obras.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.legenda-unique{
    width: 100%;
    height: 92%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0.9) 100%), url("../img/geral/moveis-planejados-apartamento-decorado-unique-sao-jose-do-rio-preto-home-office-2.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.legenda-lp{
    width: 100%;
    height: 92%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0.9) 100%), url("../img/geral/034-Unique-Residence-Decorado-18-02-19-Marco-Lut.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.legenda-unique-lupema{
    width: 100%;
    height: 92%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0.9) 100%), url("../img/geral/71648687_2700323099979474_409475327232835584_n.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.legenda-unique-residence{
    width: 100%;
    height: 92%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0.9) 100%), url("../img/geral/04.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.legenda-myra-jk{
    width: 100%;
    height: 92%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0.9) 100%), url("../img/geral/img17.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.legenda-myra-jk-edificio{
    width: 100%;
    height: 92%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0.9) 100%), url("../img/geral/externo-3.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}


.texto-legenda {
    color: rgb(255, 255, 255);
    font-size: 2em;
    text-align: center;
}

.em-andamento{
    font-size: 20px;
}

@media (max-width: 991px){
    body{
        overflow-x: hidden;
    }
    .banner{
        padding-left: 12px !important;
        height: 50vh;
    }
    .items{
        margin-left: -4px;
    }
    .mensagem-conteudo {
        width: 350px;
        height: 240px;
    }
    .legenda{
        height: 86%;
    }

    .legenda-myra { 
        height: 90%;
    }

    .texto-legenda {
        color: #fff;
        font-size: 1em;
    }

    .legenda-gazon{
        height: 84%;
    }

    .legenda-unique {
        height: 84%;
    }

    .legenda-lp{
        height: 84%;
    }
    .legenda-unique-lupema{
        height: 84%;
    }
    .legenda-unique-residence{
        height: 84%;
    }
    .legenda-myra-jk {
        height: 84%;
    }
    .legenda-myra-jk-edificio{
        height: 84%;
    }
    .em-andamento{
        font-size: 10px;
    }
}

