/*                                 
  _   _  __ _(_) |_   _ _ __   ___ ___  _ __ ___  
 | | | |/ _` | | | | | | '_ \ / __/ _ \| '_ ` _ \ 
 | |_| | (_| | | | |_| | |_) | (_| (_) | | | | | |
  \__, |\__,_|_|_|\__,_| .__(_)___\___/|_| |_| |_|
  |___/                |_|                        
  
   by Yailup - HTML/CSS + JavaScript - Node.js 

   Author      : Filipe Oliveira
   Website     : https://filipeme.github.io
   Contact     : filoliveira.me@gmail.com | +55 21 9 9294-2010
   Date        : 2025-07-31
   Description : UaiFunnel WebApp Project - All Rights Reserved 
*/

/* :::::::::::::::::::::::::: */
/* :::: RESPONSIVE STYLE :::: */
/* :::::::::::::::::::::::::: */

@media screen and (max-width: 900px){
    header .menu-desktop, header .btn-contato{
        display: none;
    }

    header .btn-menu-mob{
        display: block;
    }
}

@media screen and (max-width: 900px) {
    .team-cards{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .team-card{
        width: 350px;
        margin: 1px auto;
    }   
    #teamboxz{
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1px auto;
    } 
    /* Dark mode toggle */
    .dark-mode-toggle {
        display: none;
    }
        
}

@media screen and (max-width: 900px){
    /* Responsive hero */
    .hero-site .interface{
        display: grid;
        height: 100vh;
        padding-top: 50px;
        align-items: center;
        justify-content: space-between;
    }

    .hero-site .txt-hero h1{
        font-size: 1.8em;
        line-height: 30px;
        text-align: justify;
    }

    .hero-site .txt-hero p{
        width: 100%;
        font-size: 20px;
    }

    .hero-site .txt-hero p span{
        display: inline;
    }

    .hero-site button{
        font-size: 18px;
        width: 100%;
        margin-bottom: 15px;
    }
    .hero-site #howbtn{
        width: 95%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #doing h2{
        font-size: 30px;
    }
    #doing h2 span{
        font-size: 35px;
    } 

    /* Content style */
    .what-we-do h2{
        text-align: justify;
    }
    .what-we-do .itens-container .txt-itens a{
        display: block;
        text-align: center;
        color: #ff914d;
        cursor: pointer;
        transition: .3s;
    }
    .what-we-do .itens-container .txt-itens h3{
        text-align: center;
    }
    .what-we-do .itens-container{
        flex-direction: column;
    }
    
    .what-we-do .itens-container .img-itens img{
        width: 100px;
    }

    .what-we-do .itens-container .txt-itens p{
        margin-bottom: 20px;
        font-size: 16px;
    }

    #steplist{
        text-align: left;
    }
    .steplist{
        display: block;
        padding-left: 30px;
    }

    /*Responsive Contact button style*/
    .txt-contato, .icons-contato{
        display: block;
        width: 100%;
    }

    .contato{
        height: auto !important;
    }

    .contato .txt-contato h3{
        font-size: 1.8em;
        line-height: 40px;
    }

    .contato .icons-contato p{
        margin-bottom: 20px;
    }

    #btn-contato {
        width: auto;
        height: 50px;
        gap: 20px;
        transition: .9s ease-in;
    }
    #btn-contato:hover {
        transition: .4s;
        width: 60%;
    }

    .contato .icons-contato button:hover{
        background-color: #ffad7b;
    }

    .contato .icons-contato button i{
        font-size: 25px;
        color: #fff;
    }

    .contato .icons-contato button{
        display: flex;
        width: 100%;
        height: auto;
        margin: 0 auto 12px auto;
        padding: 15px auto auto auto;
        
    }
    
    .contato .icons-contato button:hover{
        background-color: #053B49;
        border: none;
    }
    
    .contato .icons-contato button p{
        color: #fff;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        margin-top: 5px;
    }
    
    .contato .icons-contato button i{
        font-size: 25px;
        color: #fff;
    }
    .contato .icons-contato .freetrialform i {
        margin-left: -50px;
    }
    .contato .icons-contato .freetrialform input {
        width: 100%;
    }

    /* Portfolio style */
    .portfolio{
        height: 100vh;
    }
    .portfolio h3{
        padding-right: 25px;
        padding-top: 200px;
        padding-left: 25px;
        font-size: 1em;
        font-weight: 200;
        margin: 2px;
        line-height: 20px;
        text-align: justify;
    }

    .portfolio p{
        margin: 15px 0;
        font-size: 15px;
    }

    .portfolio button {
        margin-bottom: 200px;
    }

    /* section style-como */
      .txt-como, .instrucoes{
        display: block;
        width: 100%;
    }

    .como .txt-como{
        position: static;
    }

    .como .txt-como h3{
        font-size: 3em;
        line-height: 50px;
    }

    .instrucoes .instru-box{
      flex-direction: column;
      text-align: center;
    }
    .instrucoes .instru-box p{
        font-size: 16px;
    }

    .footer {
        font-size: 12px;       
    }
    #footer{
        height: 12%;
    }
    #footer-text{
        width: 100%;
        line-height: 25px;
        font-size: 5px;
        margin-top: -6px;
    }
    #rodape{
        font-size: 12px;
    }
}


@media screen and (max-width: 900px){
    .nav-btn{
        display: none;
    }
    #plusicon{
        display: none;
    }
    .portfolio img{
        margin-top: 25px;
        width: 80px;
    }
}