logo/*
Theme Name: Byte a Byte
Theme URI: https://byteabyte.dev.br
Author: Alex A. Cita
Author URI: https://byteabyte.dev.br
Description: Tema para a página da Byte a Byte
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
*/


/* MENU */

header {
    margin: 0;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    items: center;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    background-color: rgba(5,5,5,1);
}

.nav {
    display: flex;
    padding-top: 35px;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
}

ul {
    display: flex;
    list-style: none;
}

.navigation_item {
    padding: 20px;
    color: aliceblue;
    text-transform: uppercase;
    text-decoration: none;
}

.navigation_item:hover {
    color: #00FF00;
}

p {
    align-self: start;
    font-size: 1rem;
    margin-top: 24px;
}

.logo-img {
    width: 200px;
    height: 100px;
    padding-top: 10px;
    margin: 0px;
}

/* CORPO */

body {
    display: block;
    min-height: 100vh;
    margin: 0px;
    padding: 0px;
    background: rgb(34,195,120);
    background: -moz-linear-gradient(0deg, rgba(34,195,120,1) 0%, rgba(5,5,5,1) 70%);
    background: -webkit-linear-gradient(0deg, rgba(34,195,120,1) 0%, rgba(5,5,5,1) 70%);
    background: linear-gradient(0deg, rgba(34,195,120,1) 0%, rgba(5,5,5,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22c378",endColorstr="#050505",GradientType=1);
    font-family: Poppins, Helvetica, sans-serif;
}

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    max-height: 100%;
    max-width: 100%;
    color: white;
    line-height: 1.5em;
    padding: 10px;
}

.container-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    color: white;
    line-height: 1.5em;
    padding: 10px;
}

.container-technologies {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 400px;
    width: 100%;
    color: white;
    line-height: 1.5em;
}

.section-principal {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 180px;
}

.section-services {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 40px;
}

.section-technologies {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1200px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.section-services-card {
    padding: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 350px;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 6px;
    background: rgba(5,5,5,1);
    border: 1px solid #00FF00;
}

.section-services-card:hover {
    background: #213D1A;
}

.text-principal {
    padding-top: 40px;
    padding-left: 20px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: self-start;
}

.text-secondary {
    font-size: 1.5rem;
}

.text-digital {
    color: #00FF00;
}

.card-title {
    color: #427A35;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    align-self: center;
}

.card-description {
    margin: 4px;
    color: #427A35;
    font-size: 1rem;
    text-align: center;
}

.btn-principal {
    color: black;
    padding: 15px;
    text-decoration:none;
    text-transform: uppercase;
    background-color: #00FF00;
    border-radius: 8px;
    margin-top: 10px;
}

.btn-principal:hover {
    background-color:rgb(0, 0, 0);
    color: #00FF00;
    border: 1px solid #00FF00;
}

.icon-business {
    margin-top: 40px;
    display: flex;
    justify-content: end;
}

.service-description {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 15px;
    width: 100%;
}

.service-description-technologies {
    display: flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 100%;
}

.container-form {
    padding-top: 60px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: white;
    line-height: 1.5em;
}

.disclaimer {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
    width: 500px;
    align-self: center;
}

/* FORMULARIO */
.formulario  .titulo { 

    color: black;
    font-size: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 10px; 
  }
  
  .formulario {
    max-width: 500px;
    background: white;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  :focus{outline: none;}
  
  .label { 
  
    float: left; 
    width: 100%; 
    margin-bottom: 25px; 
    position: relative;
  
  }

  .input-bordas{
    
    font: 15px/24px "Lato", Arial, sans-serif; 
    color: #333; 
    width: 100%; 
    box-sizing: border-box; 
    letter-spacing: 1px;
    border: 1px solid #ccc; 
    padding: 7px 14px 9px; 
    transition: 0.4s;
    border-radius: 5px;
  
  }

  .input-bordas:focus {
    background-color: rgba(0, 255, 0, 0.1); /* leve verde translúcido */
    border-color: #ccc; /* mantém a borda padrão */
    outline: none;
}
  
  .textarea { resize:none!important; }
  
  /* .input-bordas ~ .focus-border:before,
  .input-bordas ~ .focus-border:after{content: ""; position: absolute; top: 0; right: 0; width: 0; height: 2px; background-color: #00FF00; transition: 0.2s; transition-delay: 0.2s;}
  .input-bordas ~ .focus-border:after{top: auto; bottom: 0; right: auto; left: 0; transition-delay: 0.6s;}
  .input-bordas ~ .focus-border i:before,
  .input-bordas ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #00FF00; transition: 0.2s;}
  .input-bordas ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0; transition-delay: 0.4s;}
  .input-bordas:focus ~ .focus-border:before,
  .input-bordas:focus ~ .focus-border:after{width: 100%; transition: 0.2s; transition-delay: 0.6s;}
  .input-bordas:focus ~ .focus-border:after{transition-delay: 0.2s;}
  .input-bordas:focus ~ .focus-border i:before,
  .input-bordas:focus ~ .focus-border i:after{height: 100%; transition: 0.2s;}
  .input-bordas:focus ~ .focus-border i:after{transition-delay: 0.4s;} */
  
  
  .button-form { 
  
    background-color: black;
    padding: 0.5em 1.3em;
    color: #fff;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .borda-inversa {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: background;
    transition-property: background;
  
  }

  .button-form:hover {
    color:#00FF00; 
  
  }
  
  .borda-inversa:hover, .borda-inversa:focus, .borda-inversa:active {
    
    background: none;
    color:#00FF00; 
  
  }
  
  .naoexibir { display:none; }


/* FOOTER */

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: black;
    width: auto;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 2.5;
    padding-top: 20px;
    padding-bottom: 20px;
    width: inherit;
    max-width: 1200px;
}

.subtitulo-footer {
    color: white;
    padding-left: 10px;
    margin: 0px;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: black;
}

.copyright-footer {
    color: white;
    align-self: center;
    font-size: 0.8rem;
    margin: 0px;
}

.contatos {
    display: flex;
    align-items: center; 
    gap: 8px; 
    margin-bottom: 8px; 
    transition: transform 0.3s ease;
}

.contatos:hover {
    transform: translateY(-2px);
}

.contatos-item {
    margin: 0;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s ease; /* Suaviza a troca de cor */
}

.contatos svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    cursor: pointer;
    fill: white; /* Garantir cor padrão */
}

.contatos:hover .contatos-item {
    color: #00FF00; /* Cor verde ao passar o mouse */
}

.contatos:hover svg {
    transform: scale(1.1);
    fill: #00FF00; /* Cor verde no ícone também */
}
.icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 700px;
    justify-content: space-between;
}

.image{
    margin: 10px;
    padding: 20px;
}

.disclaimer-footer {
    color: white;
    align-self: center;
    font-size: 1rem;
    padding-left: 10px;
    margin: 0px;
}

/* GERAIS */

h1, h2, h3, h4, h5 {
    margin: 0px;
}

#btnTopo {
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none; /* Começa invisível */
  z-index: 1000;
}

#btnTopo:hover {
  background-color: #555;
}


@media (max-width: 767px) {

    .navigation {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .nav{
        padding-top: 0px;
        align-items: center;
    }

    .container {
        min-height: 100%;
    }

    .logo {
        padding: 15px;
        margin-top: 0px;
        marrin-bottom: 5px;
    }

    .logo-img {
        display: none;
        width: 180px;
        height: 90px;
        padding-top: 5px;
        margin: 0 auto 10px auto;
        display: block;
    }

    svg {
        width: 160px;
    }

    .container-form {
        padding-top: 10px;
    }

    .container-form-title {
        line-height: 1.25;
    }

    .business {
        visibility: hidden;
    }

    .disclaimer {
        margin-top: 100px;
    }

    .image{
        margin: 5px;
        padding: 10px;
    }

    .section-principal {
        margin-bottom: 30px;
    }

    .section-services {
        justify-content: space-evenly;
    }

    .section-services-card {
        flex-wrap: nowrap;
        background:rgb(5, 10, 5);
        border: 1px solid #00FF00;
        border-radius: 10px;
        padding: 8px;
    }

    .section-services-card:hover {
        background: #213D1A;
    }

    .service-description {
        text-align: center;
        line-height: 1.25;
        width: 100%;
    }

    .navigation_item {
        padding: 5px;
        margin-top: 5px;
        color: black;
        text-transform: uppercase;
        text-decoration: none;
    }

    ul {
        margin: 0;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-inline-start: 0;
        background-color:#00FF00 ;

    }

    .text-secondary {
        font-size: 1rem;
        line-height: 1.3;
    }

    .section-principal {
        height: 525px;
        padding: 15px;
    }

    .icon-business {
        visibility: hidden;
    }

    .text-principal {
        padding-top: 25px;
    }

    .section-principal {
        flex-wrap: wrap;
    }

    .navigation {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .navigation_item {
        margin-right: 10px;
        padding-right: 10px;
    }

    .main-text {
        margin-left: 20px;
        padding: 10px;
        font-size: 20px;
    }

    .subtitulo-footer {
        visibility: hidden;
    }

    .section-technologies {
        height: 400px;
        width: 100%;
    }

    .service-description-technologies {
        display: flex;
        font-size: 2rem;
        align-self: center;
        width: 100%;
        line-height: 1.25;
        padding-bottom: 60px;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
        gap: 80px;
    }

    .logo-footer {
        width: 150px;
        height: 75px;
        padding-top: 5px;
        margin: 0 auto 10px auto;
        display: block;
    }

    .contatos {
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .contatos-item {
        margin: 0;
        color: white;
        font-size: 14px;
        cursor: pointer;
        transition: color 0.3s ease; /* Suaviza a troca de cor */
    }

    .contatos svg {
        width: 24px; /* Ajuste o tamanho do ícone */
        height: 24px; /* Ajuste o tamanho do ícone */
        transition: transform 0.3s ease, fill 0.3s ease;
        cursor: pointer;
        fill: white; /* Garantir cor padrão */
    }

       /* Remove seção de tecnologias em telas muito pequenas */
    .container-technologies {
        display: none;
    }

    .subtitulo-footer {
        display: none;
    }

    .disclaimer-footer {
        font-size: 0.8rem;
        padding-left: 10px;
        margin: 0px;
    }

    .copyright-footer {
        font-size: 0.8rem;
        padding-left: 10px;
        margin: 0px;
    }

    .icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        justify-content: space-evenly;
    }

    /* Ajuste de margens laterais */
    .container {
        padding: 10px 15px;
    }

    .btn-fale-conosco {
        display: none;
    }

}

@media (max-width: 425px) {

    .container-form {
        align-items: center;
        justify-content: center;
       padding: 0px;
       margin: 0px;
       margin-bottom: 10px;
    }

    .disclaimer {
        margin: 10px;
    }

    .container-technologies {
        display: none;
    }

}