/* ESTILOS GERAIS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
}

body {
    height: 100vh;
    background-color: #111111;
}

.interface {
    max-width: 1280px;
    margin: 0 auto;
}

.titulo-principal {
    padding-right: 10px;
}

.envolve-titulos {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 42px;
    color: white;
    padding-bottom: 100px;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

/* ESTILO BARRA DE ROLAGEM */

::-webkit-scrollbar {
    border: 1px solid #6b6a6a69;
    background-color: rgb(17, 17, 17);
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #8001ff, #ea1a10);
    background: -moz-linear-gradient(to top, #8001ff, #ea1a10);
    background: -webkit-gradient(to top, #8001ff, #ea1a10);
}

/* ESTILOS DO HEADER */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 4%;
    border-bottom: 1px solid #6b6a6a69;
    backdrop-filter: blur(20px);
    z-index: 99999;
}

header>.interface {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img {
    max-height: 70px;
}

header nav ul {
    display: flex;
    list-style: none;
}

header nav a {
    transition: .6s;
    padding: 20px;
    text-decoration: none;
    font-size: 18px;
    color: rgb(172, 172, 172);
}

header nav a:hover {
    color: #df17fc;
    transform: scale(1.15);
}

.btn-contato {
    display: flex;
}

.btn-contato a {
    text-decoration: none;
}

.icon {
    font-size: 17px;
    padding: 0px 10px 0px 0px;
}

.btn-contato a button, .div-botao-orcamento a button, .botao-planos a button{
    text-align: center;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: linear .5s;
    cursor: pointer;
    border: none;
    font-weight: bold;
    border-radius: 10px;
    color: white;
    padding: 15px 20px;
    background: linear-gradient(270deg, #8001ff, #ea1a10);
    background: -moz-linear-gradient(270deg, #8001ff, #ea1a10);
    background: -webkit-gradient(270deg, #8001ff, #ea1a10);
    background-size: 500% 100%;
    animation: button 2s infinite alternate;
}

.botao-planos a button:hover {
    transform: scale(1.05);
}

.btn-contato a button:hover, .div-botao-orcamento a button:hover {
    transform: scale(1.05);
}

@keyframes button {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: 100%;
    }
}

/* ESTILOS CABEÇALHO */

.topo-do-site {
    padding: 170px 4% 50px 4%;
}

.topo-do-site .flex {
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.topo-do-site .banner img {
    width: 100%;
    max-width: 600px;
}

.text-topo {
    font-size: 50px;
    color: white;
    line-height: 90px;
}

.degrade {
    background: linear-gradient(270deg, #8001ff, #ea1a10);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* SEÇÃO DEGRADE ANIMADO */

.secao-degrade-animado {
    padding: 40px 4%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.degrade-animado {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 0px 4%;
    background: linear-gradient(270deg, #8001ff, #ea1a10);
    background-size: 500% 100%;
    animation: button 3s linear infinite alternate;
}

.espaco {
    color: white;
    max-width: 1280px;
    padding: 40px;
    text-align: center;
    width: 100%;
}

.espaco i {
    font-size: 50px;
    color: #cecece;
}

.espaco h2 {
    padding-bottom: 10px;
}

/* ESTILOS AVALIAÇÕES */

section.avaliacoes {
    padding: 100px 4%;
    background-color: black;
}

section.avaliacoes .interface>.flex {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.titulogeral {
    color: white;
    padding: 0px 2%;
    max-width: 700px;
    font-size: 20px;
}

.titulogeral h2 span {
    background: linear-gradient(270deg, #8001ff, #ea1a10);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.avaliacoes-img {
    max-width: 400px;
   
}
.avaliacoes-img img {
    width: 100%;
}

.avaliacao-grid-box {
    border-radius: 30px;
    border: 1px solid #6b6a6a69;
    background-color: rgb(17, 17, 17);
    padding: 35px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
}

section.avaliacoes .grid {
    padding: 40px 4%;
    grid-template-columns: repeat(2, .5fr);
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.avaliacoes p {
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}
.div-foto {
    display: flex;
    justify-content: center;
}

.div-foto img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    background-position: center;
    border-radius: 50%;
}

.div-texto p {
    margin: 0;
    padding: 0;
}

.div-texto .nome {
    font-size: 25px;
}

.profissao {
    font-weight: bold;
    background: linear-gradient(270deg, #8001ff, #ea1a10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.comentario {
    text-align: center;
    line-height: 30px;
}

.avaliacao-grid-box .flex {
    align-items: center;
    justify-content: space-between;
}

.div-estrelas i{
    color: rgb(204, 204, 11);
    font-size: 16px;
}

.div-foto {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* SECTION DEGRADE ANIMADO 2 */

section.section-degrade-animado2 {
    padding: 20px 4%;
    width: 100%;
    background-size: 500% 100%;
    animation: animado 3s linear alternate infinite;
    background: linear-gradient(270deg, #8001ff, #ea1a10);
}

.degrade-animado2-texto {
    text-align: center;
    color: white;
}

.degrade-animado2-texto h2 {
    font-size: 35px;
}

@keyframes animado {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: 100%;
    }
}

section.section-degrade-animado2 .flex {
    justify-content: space-around;
}
/* ESTILOS SECTION EXPLICATIVO */

.section-explicativo {
    padding: 80px 4%;
}

.section-explicativo .flex {
    justify-content: center;
    gap: 30px;
}

.texto-section-explicativo {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    height: auto;
    max-width: 650px;
    min-height: auto;
}

.texto-section-explicativo h1{
    color: white;
    font-size: 45px;
    text-align: center;
}

.texto-section-explicativo p {
    color: white;
    text-align: center;
    line-height: 40px;
}

.div-paragrafo {
    margin: 0 auto;
    text-align: justify;
}

.div-paragrafo h2{
    color: white;
    text-align: center;
}

.img-section-explicativo img {
    padding: 30px;
    max-width: 655px;
    height: 755px;
    opacity: .8;
}

.section-explicativo .texto-section-explicativo h3 {
    font-size: 70px;
    color: white;
}

.section-explicativo .grid {
    grid-template-columns: repeat(1, 1fr);
}

.box-grid {
    margin-top: 20px;
    border: 1px solid #6b6a6a69;
    background-color: rgb(22, 22, 22);
    padding: 20px;
    width: 100%;
    height: auto;
    min-width: 300px;
    min-height: auto;
    border-radius: 20px;
    text-align: center;
}

.box-grid .flex {
    justify-content: center;
    align-items: center;
}

.div-gif img {
    max-width: 40px;
}

.box-grid span {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.box-grid p {
    padding-top: 5px;
    font-size: 14px;
    line-height: 16px;
    color: rgb(37, 32, 32)(26, 222, 222);
}

/* ESTILOS PLANOS */
section.planos {
    padding: 80px 4%;
    background-color: black;
}

.planos h1 {
    font-size: 42px;
    color: white;
    text-align: center;
    padding-bottom: 100px;
    text-wrap: nowrap;
}

.degrade-titulos {
    font-weight: bold;
}

.planos .flex {
    justify-content: center;
    gap: 100px;
}

.titulo-planos {
    text-align: center;
    color: white;
    padding-bottom: 40px;
}

.planos-div {
    padding: 40px;
    width: 300px;
    height: auto;
    border-radius: 20px;
    border-bottom-right-radius: 20%;
    border: 1px solid #6b6a6a69;
    background-color: rgb(22, 22, 22);
}

.planos-div p {
   padding-bottom: 17px;
   color: white;
}

section.planos .botao-planos {
    text-align: center;
    margin-top: 40px;
}

section.planos .botao-planos a {
    text-decoration: none;
}

section.planos .botao-planos a button {
    border-radius: 20px;
    transition: 1.5s linear;
    padding: 15px 30px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background-color: #df17fc;
    border: none;
}

section.planos .botao-planos a button:hover {
    transform: scale(1.05);
}


/* ESTILOS DO PORTIFÓLIO */
.portifolio {
    padding: 100px 4%;
}

.portifolio .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.portifolio .port-div {
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    height: 250px;
    justify-content: center;
    width: 100%;
}

.portifolio .port-div img {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 1920px;
}

.portifolio .port-div:hover {
    cursor: pointer;
    transition: 5s linear;
    background-position-y: 100%;
}

.overlay {
    border-radius: 20px;
    transition: 2s linear;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position: absolute;
    height: 100%;
    color: white;
    width: 100%;
    background-color: #11111194;
}

.overlay:hover {
    opacity: 1;
}
/* ESTILOS DO FAQ */
section.faq {
    padding: 40px 4%;
    margin: 0 auto;
    max-width: 800px;
}

.faq h1, .contato h1 {
    color: white;
    text-align: center;
    padding: 40px 4%;
    font-size: 40px;
}

.faq h1 span, .contato h1 span {
    background: linear-gradient(270deg, #8001ff, #ea1a10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.div-1-faq{
    width: 100%;
}

.div-2-faq {
    width: 100%;
}

.div-1-faq details,
.div-2-faq details
 {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    background-color: #111111;
    border-radius: 10px;
    color: white;
    margin-bottom: 10px;
    height: auto;
}

section.faq summary {
    padding: 2%;
    font-weight: bold;
    color: white;
    border: 1px solid #6b6a6a69;
    background-color: rgb(22, 22, 22);
    border-radius: 8px;
    padding: 20px;
}

.div-1-faq p, 
.div-2-faq p {
    padding: 20px;
    color: gray;
}
/* ESTILOS SEÇÃO FINAL, ORÇAMENTO */
section.final-orcamento {
    padding: 40px 4%;
}

.final-orcamento>.interface {
    border-radius: 8px;
    padding: 20px 4%;
    border: 1px solid #8001ff;
}

.final-orcamento .flex {
    justify-content: space-between;
    align-items: center;
}

.div-foto-orcamento img {
    max-width: 250px;
}

.div-texto-orcamento {
    color: white;
}

.div-texto-orcamento h2 span {
    background: linear-gradient(270deg, #8001ff, #ea1a10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.div-botao-orcamento a {
    text-decoration: none;
}
/* ESTILOS CONTATO FORM */
.contato>.interface{
    padding: 40px 4%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

form {
    margin: 0 auto;
  
}

#btnlog {
    text-align: center;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: linear .5s;
    cursor: pointer;
    border: none;
    font-weight: bold;
    border-radius: 10px;
    color: white;
    padding: 15px 20px;
    background: linear-gradient(270deg, #8001ff, #ea1a10);
    background-size: 500% 100%;
    animation: button 2s infinite alternate;
}

#btnlog:hover {
    transform: scale(1.05);
}

.contato p {
    margin-bottom: 30px;
    color: white;
    text-align: center;
    max-width: 600px;
}
/* ESTILOS RODAPÉ */

footer {
    color: gray;
    background-color: black;
    padding: 40px 4%;
}

footer .flex {
    justify-content: space-between;
    align-items: center;
}

footer .footer-right a {
    color: gray;
    text-decoration: none;
}

.qr-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qr-code img {
    max-width: 100px;
}

.qr-code p {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* MEDIA QUERYS */
/* MEDIA QUERY TOPO-DO-SITE 1182PX */

@media (max-width: 1182px){
   
    header nav a {
        display: none;
    }
    .img-section-explicativo img {
        width: 100%;
        height: 500px;
        object-fit: fill;
    }
    .section-explicativo {
        margin: 0 auto;
    }
    .section-explicativo .flex {
        margin: 0 auto;
        flex-direction: column;
    }
    .topo-do-site .flex {
        text-align: center;
        flex-direction: column-reverse;
    }
}
@media (max-width:1170px){
    section.faq {
        flex-direction: column;
    }
    section.avaliacoes .grid {
        grid-template-columns: repeat(1, 1fr);
    }
 
}
@media (max-width:1059px){
    .div-texto-orcamento {
        text-align: center;
    }
    .final-orcamento .flex {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .portifolio .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:1024px){
    section.section-degrade-animado2 .flex {
        gap: 30px;
        flex-direction: column;
    }

    footer .flex {
        flex-direction: column;
        text-align: center;
    }
    footer .footer-left {
        margin-bottom: 15px;
    }
}
/* MEDIA QUERY DEGRADE, PLANOS 871PX */

@media (max-width:871px) {
    
    .degrade-animado {
        flex-direction: column;
    }

    .planos .flex {
        flex-direction: column;
    }

    .planos-div {
        margin: 0 auto;
    }
}

/* MEDIA BUTTON 593PX */
@media (max-width:699px) {
    section.avaliacoes .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:593px) {
    .avaliacao-grid-box .flex {
        align-items: start;
        justify-content: space-between;
        flex-direction: column;
        gap: 15px;
    }
    .icon i {
        display: none;
    }
    .btn-contato a button{
        font-size: 12px;
        padding: 15px 5px;
    }
}

/* MEDIA QUERY TITULOS PRINCIPAIS, FOOTER 539PX*/

@media (max-width: 539px){
    .envolve-titulos {
        flex-direction: column;
    }

    .topo-do-site h1 {
        text-align: center;
    }

    footer .flex {
        flex-direction: column;
    }
}

/* MEDIA QUERY PLANOS 355PX*/

@media (max-width: 355px) {
    .planos-div {
        width: 90%;
    }
}