/* ESTILO GERAL */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

#logchat{
    width: 190px;
}

body {
    background-color: #000;
    height: 100vh;
}

.interface {
    max-width: 1280px;
    margin: 0 auto;
}

.interface2{
    max-width: 1280px;
    height: 700px;
    margin: 0 auto;
    background: url(https://mbagestaoestrategica.wordpress.com/wp-content/uploads/2018/03/blockchain-g1.gif?w=1400);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}


.interface2 h2{
    font-size: 40px;
    color: #fff;
    padding: 10px;
}


.interface2 span{
    color: #0a68c0;
}

.interface2 p{
    color: #fff;
    padding: 10px;
}

.txt-topo-site2{
    width: 50%;
    margin: 50px 50px 50px 50px;
    background-color: #0000007e;
}





.flex {
    display: flex;
}

.btn-contato button {
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    background-color: #0a68c0;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: .2s;
}

h2.titulo {
    color: #fff;
    font-size: 38px;
    text-align: center;
}

h2.titulo span {
    color: #0a68c0;
}

button:hover,
form .btn-enviar input:hover {
    box-shadow: 0px 0px 8px #0a68c0;
    transform: scale(1.05);
}

/* ESTILO DO CABEÇALHO */
header {
    padding: 40px 4%;
}

header>.interface {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header a {
    color: #5c5c5c;
    text-decoration: none;
    display: inline-block;
    transition: .2s;
}

header nav.menu-desktop a:hover {
    color: #fff;
    transform: scale(1.05);
}

header nav ul {
    list-style-type: none;
}

header nav.menu-desktop ul li {
    display: inline-block;
    padding: 0 40px;
}

/* ESTILO DO MENU MOBILE */

.btn-abrir-menu{
    display: none;
}

.btn-abrir-menu i{
    color: #0a68c0;
    font-size: 40px;
}

.menu-mobile{
    background-color: #000;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 0%;
    overflow: hidden;
    transition: .5s;
}

.menu-mobile.abrir-menu{
    width: 70%;
}

.menu-mobile.abrir-menu ~ .overlay-menu{
    display: block;
}


.menu-mobile .btn-fechar{
    padding: 20px 5%;
}

.menu-mobile .btn-fechar i{
    color: #0a68c0;
    font-size: 30px;
}

.menu-mobile nav ul{
    text-align: right;
}

.menu-mobile nav ul li a{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 8%;
    display: block;
}   

.menu-mobile nav ul li a:hover{
    background-color: #0a68c0;
    color: #000;
}

.overlay-menu{
    background-color: #000000df;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
}

/* ESTILO DO TOPO DO SITE */
section.topo-do-site {
    padding: 40px 4%;
}

section.topo-do-site .flex {
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.topo-do-site h1 {
    color: #fff;
    font-size: 42px;
    line-height: 40px;
}

.topo-do-site .txt-topo-site h1 span {
    color: #0a68c0;
}

.topo-do-site .txt-topo-site p {
    color: #fff;
    margin: 40px 0;
}

.topo-do-site .img-topo-site img {
    position: relative;
    animation: flutuar 2s ease-in-out infinite alternate;
}


@keyframes flutuar {
    0% {
        top: 0;
    }

    100% {
        top: 30px;
    }
}

/* ESTILO DAS ESPECIALIDADES */
section.especiliadades {
    padding: 40px 4%;
}

section.especiliadades .flex {
    gap: 60px;
}

.especiliadades .especialidades-box {
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 45px;
    transition: .2s;
}

.especiliadades .especialidades-box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #ffffff78;
}

.especiliadades .especialidades-box i {
    font-size: 70px;
    color: #0a68c0;
}

.especiliadades .especialidades-box h3 {
    font-size: 28px;
    margin: 15px 0;
}

/* ESTILO DO SOBRE */
section.sobre {
    padding: 80px 4%;
}

section.sobre .flex {
    align-items: center;
    gap: 60px;
}

.sobre .txt-sobre {
    color: #fff;
}

.sobre .txt-sobre h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.sobre .txt-sobre h2 span {
    color: #0a68c0;
    display: block;
}

.sobre .txt-sobre p {
    margin: 20px 0;
    text-align: justify;
}

.banneria{
    max-height: 600px;
    max-width: 600px;
}

#sobre22{
    border-top: 2px solid #0a68c0;
}


.btn-social button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #0a68c0;
    font-size: 22px;
    cursor: pointer;
    margin: 0 5px;
    transition: .2s;
}

/* ESTILO DO PORTFÓLIO */

/* Estilos padrões para telas grandes */
.containerf {
    width: 80%; /* A div principal ocupa 80% da largura */
    margin: 0 auto; /* Centraliza a div principal horizontalmente */
    text-align: center; /* Centraliza o título */
  }
  
  .titulof {
    font-size: 24px; /* Tamanho do título */
    margin-bottom: 20px; /* Espaço abaixo do título */
  }
  
  .fotosf {
    display: flex;
    justify-content: space-between; /* Distribui as divs com espaço entre elas */
    gap: 20px; /* Adiciona um pequeno espaço entre as imagens */
  }
  
  .fotof {
    width: 30%; /* Cada div ocupa 30% da largura da div principal */
    padding: 10px; /* Espaçamento interno das divs */
  }
  
  .fotof img {
    width: 100%; /* A imagem vai ocupar toda a largura da div */
    height: auto; /* Mantém a proporção da imagem */
    border-radius: 8px; /* Bordas arredondadas nas imagens */
    transition: transform 0.3s; /* Efeito suave no hover */
  }
  
  .fotof a {
    display: block; /* Faz com que o link ocupe a div inteira */
    text-decoration: none; /* Remove o sublinhado do link */
  }
  
  .fotof img:hover {
    transform: scale(1.03); /* Aumenta um pouco a imagem quando passar o mouse */
  }
  
  /* Media Query para telas pequenas (até 768px de largura) */
  @media (max-width: 768px) {
    .containerf {
      width: 90%; /* Aumenta a largura da div principal em telas menores */
    }
  
    .fotosf {
      flex-direction: column; /* As imagens ficam empilhadas (verticalmente) */
      align-items: center; /* Centraliza as imagens */
    }
  
    .fotof {
      width: 80%; /* As divs de fotos ocupam mais largura em telas menores */
      margin-bottom: 20px; /* Espaço entre as imagens */
    }
  
    .titulof {
      font-size: 20px; /* Reduz o tamanho do título em telas menores */
    }
  }
/* ESTILO DO FORMULÁRIO DE CONTATO */
section.formulario {
    padding: 80px 4%;
}

form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
}

form input,
form textarea {
    width: 100%;
    background-color: #242424;
    border: 0;
    outline: 0;
    padding: 20px 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
}

form textarea {
    resize: none;
    max-height: 200px;
}

form .btn-enviar {
    margin-top: 20px;
    text-align: center;
}

form .btn-enviar input {
    width: 120px;
    background-color: #0a68c0;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

.body{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.section{
    width: 70%;
    max-width: 800px;
}

.section details{
    font-size: 18px;
}

.section details summary{
    background-color: #000;
    color: #fff;
    padding: 2%;
    border-bottom: 2px solid #0a68c0;
}

.section details p{
    background-color: #000000;
    color: #fff;
    padding: 2%;
    transition: all .5s;
}

#botaoicone{
    position: fixed;
    bottom: 60px;
    right: 30px;
    font-size: 30px;
    background-color: #01e675;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    box-shadow:  2px 2px 2px #c0bdbd;
    transition: .5s;
}

#botaoicone i{
    padding-top: 9px;
}

#botaoicone:hover{
    background-color: #fff;
    color: #029e3b;
    font-weight: 900;
    box-shadow: 2px 2px 2px #5fe690;
}

/* ESTILO DO RODAPÉ */

footer {
    padding: 40px 4%;
    box-shadow: 0 0 40px 10px #ffffff1d;
}

footer .flex {
    justify-content: space-between;
}

footer .line-footer {
    padding: 20px 0;
}

.borda {
    border-top: 2px solid #0a68c0;
}

footer .line-footer p i {
    color: #0a68c0;
    font-size: 22px;
}

footer .line-footer p a {
    color: #fff;
}

@media screen and (max-width: 1020px) {

    /* CLASSES GERAIS */
    .flex {
        flex-direction: column;
    }

    .topo-do-site .flex{
        flex-direction: column-reverse;
    }

    h2.titulo {
        font-size: 34px;
        line-height: 30px;
    }

    /* CABEÇALHO */
    .menu-desktop,
    .btn-contato {
        display: none;
    }

    /* TOPO DO SITE */

    section.topo-do-site .flex {
        gap: 40px;
    }

    section.topo-do-site {
        padding: 20px 8%;
    }

    .topo-do-site h1 {
        font-size: 30px;
    }

    .topo-do-site .img-topo-site img {
        width: 100%;
    }

    .txt-topo-site2{
       width: 100%;
       padding: 0;
       margin: 0;
    }

    /* ESPECIALIDADES */
    section.especiliadades {
        padding: 40px 8%;
    }

    /* SOBRE */
    section.sobre {
        padding: 80px 8%;
    }

    .sobre .txt-sobre h2 {
        font-size: 34px;
        line-height: 35px;
        text-align: center;
    }
    
    .btn-social{
        text-align: center;
    }

    .img-sobre img{
        width: 100%;
    }

    /* PORTFÓLIO */
    section.portfolio {
        padding: 80px 8%;
    }

    .img-port {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    
    section.portfolio .flex {
       gap: 60px;
    }

    /* RODAPÉ */
    footer .flex {
        flex-direction: column;
        gap: 30px;
    }

    footer .line-footer {
        text-align: center;
    }
}