@media (max-width: 1023px) and (min-width: 768px) {
}
@media (min-width: 1024px){

}
    
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;

}
body{
    animation: fadein 1s;
    min-width: 100vw;
    overflow-x: hidden;
    background-color: #fff;
}
.conteudo-site{
    padding-left: 10%;
    padding-right: 10%;
}/* START NAVBAR */
nav {
    transition: 0.5s;
    opacity: 1;
    position: fixed;
    width: 90%;
    padding: 40px 100px;
    z-index: 401;
    background: rgba(0, 0, 0, 0.7);

 
}
.exibir{
    display:block;
}
nav .options {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
nav .options .logo img {
    width: 300px;
}
nav .options .menu {
    display: flex;
    margin-right: 100px;


}
nav .menu-mb {
    z-index: 9999;
    display: block;
    visibility: hidden;
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
}
nav button.menu-mb span {
    background-color: #fff;
    position: absolute;
    border-radius: 5px;
    height: 3px;
    transition: all 0.3s;
}
nav button.menu-mb span.um {
    width: 28px;
    top: 10px;
    left: 0;
}
nav button.menu-mb span.dois {
    width: 12px;
    bottom: 3px;
    left: 0;
}
nav button.menu-mb span.tres {
    width: 22px;
    bottom: -1px;
    left: 0;
}
nav button.menu-mb span.quatro {
    width: 15px;
    bottom: -5px;
    left: 0;
}
.idioma {
    position: absolute;
    top: 35%; 
    right:10%;
    z-index: 3000;
    transition: all 0.4s;
}
.idioma .idioma-ativo{
    padding: 2px;
    position: relative;
}
#idiomas{
    display: none;
    margin-top: 10px;
    border-radius: 30px;
    padding: 5px;
    margin-top: 10px;
    background-color: #fff;
    padding-bottom: 10px;
}
.fixar {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height:30px;
    transition: 0.5s;
    padding: 40px 100px;
    opacity: 1;
    z-index: 401;
    position:fixed;
}
.menu-branco{
    background: #fff;
}
.idioma-item{
}
.sobrenos{
    position: relative;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    background-color:  rgba(255,255,255,1);
    top: 0%;
}
.sobrenos .conteudo{
    flex-direction: row;
    margin-top: 5%;
}
.sobrenos .conteudo .sobrefoto{
    position: absolute;
    top: 0;
    left: 0;
    width:40%;
    margin-top: 10%;

}
.sobrenos .orcamento-botao{
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color:#9811ff;
    color: white;
    width: 50%;
    height: 50px;
    font-size: 15px;
    border: none;
    text-transform: uppercase;
    transition: all 0.5s;
    cursor:pointer;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.sobrenos .orcamento-botao:hover{
    background-color: white;
    transform: scale(1.1);
    color: #9811ff;
    border: 1px solid #9811ff;
    transition: all 0.5s;
    box-shadow: 19px 7px 43px -31px rgba(0,0,0,0.42);
        -webkit-box-shadow: 19px 7px 43px -31px rgba(0,0,0,0.42);
        -moz-box-shadow: 19px 7px 43px -31px rgba(0,0,0,0.42);
}
.sobrenos .conteudo .sobrefoto img{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 15%;
    margin-left: 30%;
    
}
.sobrenos .conteudo .sobretexto{
    position: absolute;
    top: 20%;
    right: 10%;
    width: 40%;
    margin-top: 3%;
    animation: zoomIn 3s linear;

}
.sobrenos .conteudo .sobrefoto-esquerda{
    position: absolute;
    top: 0;
    right: 0;
    width:40%;
}
.sobrenos .conteudo .sobrefoto-esquerda img{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 10%;
    margin-left: 30%;
}
.sobrenos .conteudo .sobretexto-direita{
    position: absolute;
    top: 10%;
    left: 10%;
    width: 40%;
}
.content {
    position: absolute;
    top: 50px;
    left: 50px;
    opacity: 0;
    transition: opacity .5s ease-in;
  }
  .content h1,
  .content p {
    margin: 0;
  }
  .idioma-item:hover .content {
    opacity: 1;
    background-color: #000;
    color: white;
  }
#idiomas .mostrar{
    opacity: 1;
    position: absolute;
    display: block;
    padding-top: 10px;
    transition: all 0.4s;
}
.gray{
    filter: grayscale(1);
    transition: all 0.5s;

}
.gray:hover{
    filter: grayscale(0);
    transition: all 0.5s;
}
#formulario {
    opacity: 0;
    transition: opacity 1.5s;
  }
  #formulario.mostrar {
    opacity: 1;
  }
  #idioma-ativo.mostrar{
    background-color: #fff;
  }
  
#idiomas{
    opacity: 0;
    transition: opacity 1.5s;

}
nav .options .menu li {
    padding-right: 50px;
    list-style: none;
}
.sub-menu{
    display: none;
}
nav .options .menu li .menu-item-has-children{
    position: relative;

}
.menu-item-has-children:hover .sub-menu{
        z-index: 6000;
        position: absolute;
        display: block;
}
nav .options .menu li a {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.1s;
}
nav .options .menu li a:hover {
    color: #9811ff;
}
nav .options .menu .current_page_item a {
    color: #9811ff;
}
nav .options .search {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: white;
}
nav .options .search input {
    border-radius: 20px 0 0 20px;
    padding: 13px 0px 13px 15px;
    background-color: rgb(0,0,0, 0.3);
    color: white;
    width: 250px;
    font-family: 'roboto', serif;
    border-color: transparent;
}
nav .options .search input:focus-visible {
    border-radius: 20px 0 0 20px;
    padding: 13px 0px 13px 15px;
    background-color: rgb(0,0,0, 0.3);
    color: white;
    width: 250px;
    border: transparent;
    font-family: 'roboto', serif;
    border-color: transparent;
}
nav .options .search button {
    background-color: rgb(0,0,0, 0.3);
    border-radius: 0 20px 20px 0;
    padding: 11px 15px 11px 0px;
    border-color: transparent;
    line-height: 0;
    top: 3px;
    position: relative;
    right: 4px;
    
}
nav .options .search i {
    font-size: 22px;
    margin-left: 5px;
    color: #dedede;
    cursor: pointer;}
/* END NAVBAR */

/* PRIMEIRA SESSAO - CARROSSEL ITEMS E REDES SOCIAIS */
.primeiro{
    position: relative;
    top: 0%;
    background-color: #000;
    height: 120%;
    background-attachment: fixed;
    width: 100%;
    color: white;
}
.primeiro .carrossel-item{
    background-size: cover;
    justify-content: CENTER;
    align-items: CENTER;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-attachment: fixed;
}
.primeiro .carrossel-item .conteudo{
    margin-top: -10%;
    width: 65%;
}
.primeiro .carrossel-item h1{
    font-size: 55px;
    text-align: center;
}

.primeiro .carrossel-item h4{
    font-weight: 300;
    text-align: center;
}
.primeiro .carrossel-item span{
    border-bottom: 8px solid #9811ff;

}
.primeiro .carrossel-item .orcamento{
    margin-bottom: -6%;
    margin-top: 3%;
    width: 300px;
    height: 45px;
    border-color: transparent;
    background-color: #9811ff;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    padding: 10 10 10 10;
    transition: all 0.3s;
    
-moz-border-radius: 20px;
-webkit-border-radius: 20px;


}
.primeiro .carrossel-item .orcamento:hover{
    background-color: #9811ff;
    border:none;
    transform: scale(1.1);
    color: white;
    transition: all 0.3s;
    cursor:pointer;
}

/* REDES SOCIAIS - HEADER */
.content-icons{
    z-index: 400;
    position: absolute;
    top: 44%;
    right: 7%;
}

.content-icons .socials li {
    display: flex;
    flex-direction: unset;
    align-items: center;
    list-style-type: none;
    margin-top: 30px;
}
.content-icons .socials li a{
    display: inherit;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    color: #9811ff;
    font-weight: 500;
    text-decoration: none;
    transition: all .6s;
}
.content-icons .socials li a:hover{
background-color: #000;
}
/* FIM REDES SOCIAIS */
/* FIM PRIMEIRA SESSAO */


/* SEGUNDA SESSÃO SERVIÇOS */
.servicos{
    position: relative;
    top: -13%;
    width: 100%;
    height: 700px;
    z-index:99;
    padding-bottom: 2%;

}
.servicos .imagem-fundo{
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.3);  
    max-width: 100%;
    height: 100%;
    z-index:103;
}
.servicos .titulo{
    z-index: 106;
    margin-top: 8%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 20px;
}
.servicos .conteudo{
        visibility: hidden;
    position: inherit;
    margin-top: 2%;
    z-index: 105;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    column-count: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.servicos .conteudo .conteudo-servicos{
    visibility: hidden;
}
.servicos .conteudo .servico-item{
    position: relative;
    visibility: hidden;
    z-index: 102;
    width: 30%;;
    height:350px;
    z-index: 99;
    margin: 15px 15px 15px 15px;
    background-color: #fff;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    -webkit-box-shadow: 7px 9px 25px -4px rgba(209,209,209,1);
    -moz-box-shadow: 7px 9px 25px -4px rgba(209,209,209,1);
    box-shadow: 7px 9px 25px -4px rgba(209,209,209,1);
    transition: all 0.5s;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    animation: aparecer 1s ease-in-out;
    animation-timeline: view();
    animation-range: cover 0% cover 45%;


& .icone{
    position: relative;
    top: 35px;
    left:45%;
    padding-bottom: 80px;
        width: 10%;
        height: auto;
        background-size: contain;
        filter:invert(1);
        background-repeat: no-repeat;
    }
}


.servicos .conteudo .servico-item:hover{
    background-color: rgb(227, 168, 248);
    transition: all 0.5s;
    transform: scale(1.05);
    & .linha{
        background-color: #000;
    }
    & .icone{
        filter: invert(100%)  /* Completely inverted */

    }
}
.servicos .conteudo .servico-item .linha{
    width: 60px;
    height: 3px;
    background-color: #9811ff;
    display: block;
    align-items: center;
    justify-content: center;
    margin-left: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 106;
}
.servicos .conteudo .servico-item .descricao{
    width:70%;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden; 
    color:#090909;
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
}
.servicos .conteudo .servico-item .saibamais, .servicos .conteudo .servico-item .saibamais a{
    position: relative;
    margin-top: 30px;
    text-decoration: underline;
    color: black;
}
/* FIM SEGUNDA SESSÃO */

/* INICIO SESSÃO - SOBRE NÓS */
.sobre-nos{
    position: relative;
    margin-top: -5%;
    background-color: white;
    height: 90%;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-direction: row;
    animation: aparecer 1ms ease-in-out;
    animation-timeline: view();
    animation-range: cover 0% cover 45%;
}
.sobre-nos .esquerda{
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 45%;
    height: 100%;
    
}
.sobre-nos .esquerda .video{
    width: 140%;
    height: 100%;
}




.sobre-nos .direita{
    position: absolute;
    -webkit-transform: skew(-16deg) translateX(-70px);
    -ms-transform: skew(-16deg) translateX(-70px);
        transform: skew(-16deg) translateX(-70px);
    top: 0;
    background-color: white;
    width: 65%;
    height: 100%;
    text-align: start;
    align-items: start;
    justify-content: start;
}
.sobre-nos .direita .conteudo{
    margin-top: 5%;
    margin-left: 15%;
}
.sobre-nos .direita .titulo{
    -webkit-transform: skew(16deg);
    -ms-transform: skew(16deg);
        transform: skew(16deg);
}
.sobre-nos .direita .subtitulo{

    margin-top: 5%;
    width: 70%;
    color: #252525;
}
.sobre-nos .direita .descricao{
    width: 70%;
    opacity: 0.6;
  
}
.sobre-nos .direita .descricao-menor{
    width: 70%;
    opacity: 0.7;
    
}
.sobre-nos .direita .orcamento-botao{
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color:#9811ff;
    color: white;
    width: 25%;
    height: 50px;
    font-size: 15px;
    border: none;
    text-transform: uppercase;
    transition: all 0.5s;
    cursor:pointer;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.sobre-nos .direita .orcamento-botao:hover{
    background-color: white;
    transform: scale(1.1);
    color: #9811ff;
    border: 1px solid #9811ff;
    transition: all 0.5s;
    box-shadow: 19px 7px 43px -31px rgba(0,0,0,0.42);
        -webkit-box-shadow: 19px 7px 43px -31px rgba(0,0,0,0.42);
        -moz-box-shadow: 19px 7px 43px -31px rgba(0,0,0,0.42);
}
/* FIM SESSÃO - SOBRE NÓS */

/* INICIO SESSÃO - TRABALHOS EM DESTAQUE */
.trabalhos{
    position: relative;
    min-height: 600px;
    width:100%;
    background-color: #ffffff;
}
.trabalhos .conteudo{
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
    width: 80%;
}
.trabalhos .conteudo .titulo{
    display: inline-flex;
    
}
.trabalhos .conteudo .titulo .esquerda{
    position:absolute;
    margin-left: 15%;
    justify-content: space-between;
    top: 5%;
    left: 0;
}
.trabalhos .conteudo .titulo .direita{
    position:absolute;
    display: flex;
    top: 0;
    width: 20%;
    color: #707070;
    text-align: end;
    right: 10%;
}

.trabalhos .conteudo .galeria{
    margin-top: 10%;
    column-count: 4;
    column-fill: balance;
    padding: 40px;
    column-width: auto;

}
.trabalhos .conteudo .galeria .galeria-item{
    bottom: 0;
}
.trabalhos .conteudo .galeria .galeria-item img{
    max-width: 100%;
    height: fill;
    transition: all 0.5s;
    padding: 10px;
    filter: grayscale(100%);
    z-index: 4999;
    
-moz-border-radius: 20px;
-webkit-border-radius: 20px;


}
.trabalhos .conteudo .galeria .galeria-item img:hover{
    transform: scale(1.04);
    transition: all 0.5s;
    filter: grayscale(0);
}
/* FIM SESSÃO - TRABALHOS EM DESTAQUE */
/* INICIO SESSÃO - VAMOS TRABALHAR JUNTOS */
.vamostrabalharjuntos{
    margin-top: 5%;
    position: relative;
    display: flex;
    width: 100%;
    max-height: 500px;
    min-height: 500px;
    background: b209ff;
    justify-content: center;
    align-items: center;
    background: linear-gradient(360deg, #9811ff 0%, #9811ff 100%);
}


.vamostrabalharjuntos .esquerda{
    position:absolute;
    top: 0;
    left: 10%;
    background-color: transparent;
    margin-top: 5%;
    width: 65%;
    height: 100%;
    text-align: center;
    align-items: center;
}
.vamostrabalharjuntos .esquerda .titulo{
    position: absolute;
    text-align: center;
}
.vamostrabalharjuntos .esquerda .descricao{
    display: flex;
    justify-content: center;
    margin-top: 8%;
    text-align: center;
    width: 60%;
}
.vamostrabalharjuntos .esquerda .orcamento{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 15%;
    text-align: center;
    width: 30%;
    height: 70px;
    background-color: white;
    color: black;
    border: none;
    transition: all 0.5s;
    
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
.vamostrabalharjuntos .esquerda .orcamento:hover{
    transform: scale(1.02);
    background-color: #6410a4;
    color: white;
    transition: all 0.5s;
}


.vamostrabalharjuntos .direita{
    position:absolute;
    top: 0;
    right: 0;
    width:40%;
    min-height:100%;
}
.vamostrabalharjuntos .direita .imagem{
    position: absolute;
    width: 200px;
    height: auto;
}
.vamostrabalharjuntos .direita .imagem img{
    position: absolute;
    top: 10;
}
/* FIM SESSÃO - VAMOS TRABALHAR JUNTOS */

/* INICIO SESSÃO - DEPOIMENTOS */
.depoimentos{
    background-repeat: no-repeat;
    background-position: 50% 30%;
    width: 100%;
    margin-top: -5%;
    min-height: 400px;
    background-color: #ededed;

}
.depoimentos .titulo{
    padding-top: 10%;
    margin-bottom: -4%;
    width: 100%;
    text-align: center;
}
.depoimentos .slider-depoimentos{
    display: block;
    justify-content: center;
    margin-top: 9%;
    align-items: center;
   
}
.depoimentos .slider-depoimentos .depoimento{
    text-align: center;
    width: 40%;
}
.depoimentos .slider-depoimentos .depoimento .cliente{
    position: absolute;
    width: 100%;
    display: flex;
    margin-left: 3%;
    flex-direction: column;
}
.depoimentos .slider-depoimentos .depoimento .cliente .foto{
    position: absolute;
    display: flex;
    border-radius: 50%;
    width: 100px;
    margin-top: 1%;
    margin-left: 35%;
    height: 105px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    align-items: center;
    justify-content: center;

}
.depoimentos .slider-depoimentos .depoimento .cliente .nome{
    position: absolute;
    width: auto;
    margin-top:4%;
    color: #707070;
    margin-left: 47%;
    height: 40px;
    text-align: left;
}



.slider-depoimentos .slick-list{
    align-items: center;
    justify-content: center;
    margin-left: 20%;
    height: 400px;
    width: 60%;
}
/* FIM  SESSÃO - DEPOIMENTOS */

/* INICIO - PROJETO DOS SONHOS */

.projeto{
    background-color: #000;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
}
.projeto .conteudo{
    margin-left: 10%;
    padding-top: 4%;
    width: 80%;
}
.projeto .conteudo .titulo{
    text-align: center;
}
.projeto .conteudo .conteudo-interno{
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 100%;
    background-color: transparent;
}
.projeto .conteudo .conteudo-interno .esquerda{
    display: block;
    flex-direction: row;
    left: 0;
    top: 0;
    background-color:transparent;
    width: 50%;
    height: 100%;
}
.projeto .conteudo .conteudo-interno .esquerda .titulo{
    margin-top: 30%;
    width: 90%;
    height: auto;
    text-align: start;
    text-transform: uppercase;
}
.projeto .conteudo .conteudo-interno .esquerda .descricao {
    width: 45%;
    margin-top: 12%;
    color: white;
    height: 100px;
}

input[type="file"] {
    display: none;
}

.animate__animated.animate__bounce .redes1 {
    --animate-delay: 2s;
}

.projeto .conteudo .conteudo-interno .direita{
    display: block;
    right: 0;
    top: 0;
    background-color:transparent;
    width: 50%;
    height: 100%;
}
.projeto .conteudo .conteudo-interno .direita .caixa{
    margin-top: 23%;
    margin-left: 20%;
    width: 50%;
    background-color: white;
    
    min-height: 300px;
    color: #d5d5d5;
    padding: 10% 5% 10% 5%;
    border-radius: 20px;
}
.projeto .conteudo .conteudo-interno .direita .caixa .form .text{
    border: none;
    background: #d5d5d5;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    font-family: 'azeret-medium', serif;
    font-size: 18px;
    padding-left: 25px;
    border-radius: 20px;

}
.projeto .conteudo .conteudo-interno .direita .caixa .form .text:active{
border:none;
}

.projeto .conteudo .conteudo-interno .direita .caixa .form .enviar{
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #9811ff;
    color: white;
    width: 60%;
    min-height: 40px; 
    border: none;   
    margin-top: 40px;
    margin-left: 20%;
    border-radius: 20px;
    font-family: 'azeret-medium', serif;
}
/* FIM PROJETO DOS SONHOS */


/* INICIO - CONTATO */
.contato{
    
    position: relative;
    width: 100%;
    min-height: 700px;
    background: #9811ff;
    background: linear-gradient(360deg, #9811ff 0%, #9811ff 100%);
}
.contato .conteudo-interno{
    display: flex;
    flex-direction: column;
    padding-top: 90px;
    padding-left: 10%;
    padding-bottom: 12%;
}
.contato .titulo{
    display: flex;
    margin-bottom: 2%;
    flex-direction: column;
}
.contato .titulo .esquerda{
    position:relative;
    display: flex;
    flex-direction: column;
    top: 10%;
    width: 40%;
    color: white;
    font-size 20px;
}
.contato .titulo .direita{
    position:absolute;
    display: flex;
    flex-direction: column;
    right: 25%;
    width: 28%;
    text-align: left;
    color: white;
    font-size 20px;
}

.contato .conteudo-interno .esquerda{
    display:flex;
    flex-direction: column;
    column-count: 2;
    width: 75%;
}
.contato .conteudo-interno .esquerda .formulario .campo{
    width: 33%;
    height: 50px;
    background-color: white;
    margin-right: 4%;
    margin-bottom: 2%;
    padding-left: 30px;
    color: gray;
    border: none;
    border-radius: 20px;
    transition: all 0.5s;


}
.contato .conteudo-interno .esquerda .formulario .campo:hover{
    transform: scale(1.04);
    transition: all 0.5s;
}
.contato .conteudo-interno .esquerda .formulario .textarea{
    width: 70.4%;
    height: 250px;
    background-color: white;
    margin-right: 4%;
    margin-bottom: 2%;
    padding-left: 30px;
    color: gray;
    padding-left: 30px; 
    padding-top: 20px;
    border: none;
    border-radius: 20px;

}
.contato .conteudo-interno .direitainfo{
    position: absolute;
    left: 60%;
    margin-top: 15%;
    display: block;

} 
.contato .conteudo-interno .direitainfo .item{
    min-width: 230px !important;
    min-height: 100px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.formulario-enviar{
    position: absolute;

    background-color: black;
    color: white;
    width: 200px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 999;
    transition: all 0.5s;
    border-radius: 20px;

}
.formulario-enviar:hover{
    background-color: white;
    color: black;
    transform: scale(1.07);
    transition: all 0.5s;
    border: none;

}


/* FIM CONTATO */






/* INICIO FOOTER */
.rodape{
    position: absolute;
    width: 100%;
    height: 150px;
    margin-top: -100px;
    background-color: #ededed;
	border-radius: 100px 100px 0 0;
    z-index: 4000;
}
.rodape .rodape-geral{
    display: flex;
    flex-direction: row;
    column-count: 3;
    padding-right: 30px;
}
.rodape .img-footer{
    padding: 2% 0% 0% 8%;
}
.rodape .rodape-geral .centro-footer{
    position:absolute;
    left: 45%;
    margin-top: 50px;
    color: black;
}
.rodape .rodape-geral .canto-footer{
    position:absolute;
    left: 70%;
    margin-left: 150px;
    margin-top: 50px;
    color: black;
}




/* FIM FOOTER */











/* margins */

.margin-top-5{
    margin-top: 5%;
}
.margin-top-10{
    margin-top: 10%;
}
.margin-top-20{
    margin-top: 20%;
}
.margin-bottom-10{
    margin-bottom: 10%;
}

/* cores assets */

.cloud{
    cursor:pointer;
    margin-left: 15%;
     padding-left: 1%;
      color: #712d7f;
}


span .linha{
    z-index: 105;
    border-bottom: 10px solid #9811ff;
}
.branco{
    border-bottom: 5px solid white;
}
.fonte-branca{
    color:white;
}


/* mobile */



/*base code*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  /*the animation definition*/
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
    }
    60%{
        opacity: 0.4;
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
    }
  }
  /*the animation definition*/
@-webkit-keyframes slideInDown {
    25% {
      -webkit-transform: translate3d(0, -200%, 0);
      transform: translate3d(0, -200%, 0);
      visibility: visible
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
  }
  @keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
  }
  
/*the animation definition*/
@-webkit-keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0)
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
    }
  }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100px, 0);
      -ms-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0)
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
    }
  }
  
/*the animation definition*/
@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
      transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97)
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  }
  @keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
      transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      -ms-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      -ms-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      -ms-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      -ms-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      -ms-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97)
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  }
  
/*the animation definition*/
@-webkit-keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
    }
  }
  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      -ms-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
    }
  }
  
/*the animation definition*/
@-webkit-keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
    }
  }
  @keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      -ms-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
    }
  }
  
/*the animation definition*/
@-webkit-keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
    }
    50% {
      opacity: 1
    }
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      -ms-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
    }
    50% {
      opacity: 1
    }
  }
  






/*the animation definition*/
@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      -ms-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  }
  .pulse {
    animation: 2ms ease-in-out;
    animation-timeline: view();
            animation-range: cover 0% cover 10%;
    -webkit-animation-name: pulse;
    animation-name: pulse
  }
  
  .zoomIn {
    animation: 2ms ease-in-out;
    animation-timeline: view();
            animation-range: cover 0% cover 10%;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
  }

  
  .zoomInLeve {
    animation: zoomIn 2ms ease-in-out;
    animation-timeline: view();
            animation-range: cover 0% cover 10%;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
  }
  
  .fadeInRightBig {
    animation: 1s ease-in-out;
    animation-timeline: view();
            animation-range: cover 0% cover 10%;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
  }
  
  .fadeInLeftBig {
    animation: 1s ease-in-out;
    animation-timeline: view();
            animation-range: cover 0% cover 10%;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
  }
  
  .bounceIn {
    animation: 2ms ease-in-out;
    animation-timeline: view();
            animation-range: cover 0% cover 10%;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
  }
  
  .fadeInUpBig {
    animation: 2ms ease-in-out;
    animation-timeline: view();
            animation-range: cover 0% cover 10%;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
  }
  
  .slideInDown {
    animation: 2ms ease-in-out;
    animation-timeline: view();
            animation-range: cover 0% cover 10%;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
  }
  
  .fadeInUp {
    animation: 2ms ease-in-out;
    animation-timeline: view();
            animation-range: cover 0% cover 10%;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  
  
  .slide-in-right{-webkit-animation:slide-in-right 1.5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-right 1.5s cubic-bezier(.25,.46,.45,.94) both}
  @-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
  
.kenburns-left{-webkit-animation:kenburns-left 5s ease-out both;animation:kenburns-left 5s ease-out both}
@-webkit-keyframes kenburns-left{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:16% 50%;transform-origin:16% 50%}100%{-webkit-transform:scale(1.25) translate(-20px,15px);transform:scale(1.25) translate(-20px,15px);-webkit-transform-origin:left;transform-origin:left}}@keyframes kenburns-left{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:16% 50%;transform-origin:16% 50%}100%{-webkit-transform:scale(1.25) translate(-20px,15px);transform:scale(1.25) translate(-20px,15px);-webkit-transform-origin:left;transform-origin:left}}









/* medi(a */
@media(max-width: 768px){
    nav {
    padding: 40px 30px;
    width: 100%;
    }
    
 nav .options .logo img{
        max-width: 120px;
    }


    nav .options{
        font-size: 5px;
    }

    .sobrenos {
    position: relative;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    top: 17%;
    }
    .sobrefoto-esquerda{
        display: none;
    }
    .idioma {
    position: absolute;
    top: 35%;
    right: 20%;
    z-index: 3000;
    transition: all 0.4s;
}
.font-titulo {
    font-size: 27px;
}
.trabalhos .conteudo .titulo .esquerda {
    top: 0;
    
}
.trabalhos .conteudo .galeria {
    margin-top: 10%;
    column-count: 2;
    column-fill: balance;
    padding: 40px;
    column-width: auto;
}
.font-subtitulo {
    font-size: 15px;
}
.sobrenos .orcamento-botao {
    width: 100%;
}
.primeiro .carrossel-item h1 {
    font-size: 22px;
}
.primeiro .carrossel-item h4 {
    font-weight: 300;
    text-align: center;
    font-size: 13px;
    
}
.font-pequena{
    font-size: 18px;
}
.font-micro {
    font-size: 18px;
}
.sobrenos .conteudo .sobretexto-direita {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
}
.sobrenos .conteudo .sobrefoto-esquerda img {
max-width: 300px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        margin-top: 25%;
        margin-left: -20%;
    } 

    
    nav button.menu-mb {
        display: block;
        background-color: yellow;
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 402;
    }
    nav button.menu-mb span {
        background-color: #4c5d51;
        position: absolute;
        border-radius: 5px;
        height: 4px;
        transition: all 0.3s;
    }

    nav button.menu-mb span.um {
        width: 25px;
        top: 4px;
        right: 0;
    }

    nav button.menu-mb span.dois {
        width: 30px;
        bottom: 3px;
        right: 0;
    }

    nav button.menu-mb.ativo span.um {
        width: 30px;
        top: 7px;
        right: -5px;
        transform: rotate(45deg);
    }

    nav button.menu-mb.ativo span.dois {
        width: 30px;
        bottom: 9px;
        right: -5px;
        transform: rotate(-45deg);
    }

    nav .options #menu {
        display: none;
    }
    nav .options #menu .menu {
        background-color: #4c5d51;
        backdrop-filter: blur(181px);
        -webkit-backdrop-filter: blur(20px);
        position: absolute;
        flex-direction: column;
        top: 85px;
        padding: 25px;
        transition: 0.3s;
        left: 0;
        width: 100%;
    }

    nav .options .menu li {
        padding-bottom: 5px;
    }

    nav .options .menu li a {
        color: #fff;
    }

    nav .options #menu.mostrar {
        display: flex;
    }

    
    .servicos {
    position: relative;
    top: -5%;
    height: auto;
    }
    
      .servicos .imagem-fundo {
   display:none;
      }
      .servicos .conteudo .servico-item {
    position: relative;
    visibility: hidden;
    z-index: 102;
    width: 90%;
          
      }
    
    .trabalhos .conteudo {
    display: flex
;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    width: 90%;
}
  .vamostrabalharjuntos{
      display:none;
  }
  .depoimentos .slider-depoimentos .depoimento .cliente .foto {
    margin-left: 10%;
    display:none;
  }
  .depoimentos {
    min-height: 100%;
  }
  .projeto .conteudo .conteudo-interno .direita .caixa {
    margin-top: 23%;
    margin-left: 0;
    width: 90%;
      
  }
  .font-contato{
      font-size: 40px;
  }
  .contato{
      display: none;
  }
  .contato .conteudo-interno .esquerda {
    display: flex
;
margin-left: 25%;
    flex-direction: column;
    column-count: 2;
    width: 100%;
}

  .contato .titulo .direita {
    position: absolute;
    display: flex;
    font-size: 10px;
    flex-direction: column;
    right: 3%;
    width: 32%;
  }
 .contato .conteudo-interno .direitainfo {
        position: absolute;
        left: 33%;
        margin-top: 22%;
        display: block;
    }
.contato {
        position: relative;
        width: 100%;
        height: 130%;
    }
.rodape{
    display:none;
}
.rodape .img-footer {
    padding: 2% 0% 0% 25%;
}
    .rodape .rodape-geral .centro-footer, .rodape .rodape-geral .canto-footer{
   display: none;
}
    
    
    
    
}
@media (max-width: 1024px) and (min-width: 769px){
.font-titulo-maior{
    font-size: 40px;
}

.vamostrabalharjuntos .esquerda {
    position: absolute;
    top: 20%;
    left: 2%;
    background-color: transparent;
    margin-top: 5%;
    width: 65%;
    height: 100%;
     text-align: center;
    align-items: center;
}
    .vamostrabalharjuntos .direita .imagem img {
        right: -100%;
        width: 400px;
        top: 100px;
    }
    
    .depoimentos .slider-depoimentos .depoimento .cliente .foto {
    position: absolute;
    display: flex;
    border-radius: 50%;
    width: 100px;
    margin-top: 1%;
    margin-left: 25%;
    }
    .depoimentos {
    background-repeat: no-repeat;
    background-position: 50% 30%;
    width: 100%;
    margin-top: -5%;
    min-height: 100%;
    }
    .projeto .conteudo .conteudo-interno .esquerda .titulo {
    margin-top: 30%;
    width: 100%;
    }
    .projeto .conteudo .conteudo-interno .esquerda .descricao {
    width: 100%;
    }
    .font-contato{
        font-size: 40px;
    }
    .contato {
    position: relative;
    width: 100%;
    min-height: 120%;
    }
    .contato .titulo .direita {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 15%;
    width: 30%;
    text-align: left;
    color: white;
}
.rodape .rodape-geral .centro-footer {
    position: absolute;
    left: 40%;
}
.rodape .rodape-geral .canto-footer {
    position: absolute;
    left: 65%;
}
.contato .conteudo-interno .esquerda {
    display: flex;
    flex-direction: column;
    column-count: 2;
    width: 65%;
}.rodape .img-footer img {
   max-width: 250px;
   padding-top: 30px;
}
.servicos {
    position: relative;
    top: -5%;
}
.servicos .conteudo .servico-item {
    position: relative;
    visibility: hidden;
    z-index: 102;
    width: 32%;
    height: 350px;
    z-index: 99;
    margin: 15px 5px 15px 5px;
}
.servicos .conteudo .servico-item .linha {
    /* width: 60px; */
    /* height: 3px; */
    /* background-color: #9811ff; */
    /* display: block; */
    /* align-items: center; */
    /* justify-content: center; */
    margin-left: 40%;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    z-index: 106;
}
 nav .options .logo img{
        max-width: 150px;
    }


    nav .options{
        font-size: 10px;
    }
    .sobrenos {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 150px;
        }

nav .options .menu li {
    padding-right: 20px;
    
}

.sobrenos .conteudo .sobrefoto-esquerda img {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 25%;
    margin-left: -10%;
}
.sobre-nos .direita .subtitulo{
    margin-top: 5%;
    width: 70%;
    color: #252525;
    font-size: 25px;
}
.font-titulo{
    font-size: 40px;
}
.font-subtitulo {
    font-size: 25px;
}
.font-pequena {
    font-size: 18px;
}
nav .options .menu li a {
    /* color: white; */
    font-size: 13px;
    /* text-transform: uppercase; */
    /* font-weight: 500; */
    /* transition: all 0.1s; */
}

.primeiro .carrossel-item h1 {
    font-size: 35px;
    text-align: center;
}








}

@media screen and (min-width: 1200px) {
  
    nav .options .logo img{
        max-width: 150px;
    }
    
    nav .options{
        font-size: 10px;
    }
    .sobrenos {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 150px;
        }

.sobrenos .conteudo .sobrefoto-esquerda{
    position: absolute;
    top: 0;
    right: 0;
    width:30%;
}.sobrenos .conteudo .sobrefoto-esquerda img {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 10%;
    margin-left: -15%;
}
 .primeiro .carrossel-item .conteudo {
    margin-top: -10%;
    width: 70%;
}
.primeiro .carrossel-item h1 {
    font-size: 50px;
    text-align: center;
}

.vamostrabalharjuntos .esquerda{
    position:absolute;
    top: 0;
    left: 5%;
}
.vamostrabalharjuntos .esquerda .descricao{
    width: 70%;
}


.projeto .conteudo .conteudo-interno .direita{
    display: block;
    right: 0;
    top: 0;
    background-color:transparent;
    width: 50%;
    height: 100%;
}
.vamostrabalharjuntos .esquerda .orcamento {
    width: 400px;
}
.projeto .conteudo .conteudo-interno .direita .caixa{
    margin-top: 16%;
    margin-left: 10%;
    width: 80%;
    background-color: white;
    
    min-height: 300px;
    color: #d5d5d5;
    padding: 10% 5% 10% 5%;
    border-radius: 20px;
}
.contato .titulo .esquerda{
    font-size: 55px;
}
.contato .titulo .direita{
    right: 15%;
    width: 32%;
    font-size: 17px;
}
.contato .conteudo-interno .esquerda .formulario{
    margin-top: 7.1%;
}
.rodape .rodape-geral .canto-footer {
    left: 65%;
}

}