        body[data-header-resize="0"] .container-wrap,
        body[data-header-resize="0"] .project-title {
            margin-top: 0;
            padding-top: 0px!important;
        }
        
        .container.listagem .section-title {
    padding-top: 10vh!important;
}
        
        .pesquisando h5 {
            font-family: 'Readex Pro';
        }
        
        @media (min-width:1000px) {        
        .direita {
            width: 100%!important;
        }
        .esquerda {
            display: none!important;
        }}
        
        .geral {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            height: 100%;
        }
        
        .nectar_team_member_overlay.open .team_member_details h2,
        .nectar_team_member_overlay.open .team_member_details .title,
        body.nectar-no-scrolling .nectar_team_member_overlay .team_member_details .bio-inner h2,
        body.nectar-no-scrolling .nectar_team_member_overlay .team_member_details .bio-inner .title {
            display: none!important;
        }
        
        @media (min-width:600px) {
        h1.encontre{
            color: #1d1e1b;
            letter-spacing: -2.8px;
            font-size: 5vw;
            line-height: 200%;
            text-align: center;
        }}
        
        @media (max-width:599px) {
        h1.encontre{
            color: #1d1e1b;
            letter-spacing: -1.8px;
            font-size: 12vw;
            line-height: 90%;
            text-align: center;
        }}
        
        body.page-id-2900 button.exibir,
        body.page-id-908 button.exibir {
            transform: none;
            top: inherit;
            left: inherit;
            width: 100%;
            display: flex;
            border-radius: 0px!important;
            -webkit-border-radius: 0px!important;
            border: none;
            background: #ffaa01;
            margin: 0 auto;
            color: white;
            text-align: center!important;
            justify-content: center;
            position: relative;
            padding: 15px;
            /*font-family: Poppins;*/
            text-transform: none;
            letter-spacing: -.5px;
            font-size: 18px;
            line-height: 18px;
            font-weight: 600;
        }
        /* .pesquisando h5:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: #1d1e1b;
            margin: 7px 0;
        } */
        
        span.resultado {
            background: #ffaa00;
            padding: 0 5px;
            font-size: 140%;
            font-weight: bold;
        }
        
        .pesquisando * {
            margin: 2px 0;
            color: #1d1e1b;
        }
        
        .pesquisando {
            background: #ffffff;
            padding: 2% 4%;
            display: flex;
            flex-direction: column;
            border: 1px solid #eaeaea;
            border-top: 0;
        }
        
        h1.lesson-title {
            font-size: 30px;
            line-height: 40px;
        }
        
        .wpb_wrapper.formulario {
            margin: 5px 0;
        }
        
        .valores {
            display: flex;
            justify-content: space-between;
        }
        
        .dupla {
            width: 47.5%;
            margin: 0!important;
        }
        
        .tripla {
            width: 30%;
            margin: 0!important;
        }
        
        select {
            box-shadow: none;
            -webkit-box-shadow: none;
            height: 48px;
            background-color: rgba(0, 0, 0, 0.04);
            border-radius: 4px;
            border: 2px solid rgba(0, 0, 0, 0);
        }
        
        input[type=number] {
            padding: 10px;
            width: 100%;
            font-size: 14px;
            font-family: inherit;
            line-height: 24px;
            color: #555;
            background-color: #f1f1f1;
            border: none;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            background-color: rgba(0, 0, 0, 0.04);
            border-radius: 4px;
            border: 2px solid rgba(0, 0, 0, 0);
        }
        
        input[type=number]:focus {
            border-color: #ffaa00;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
        }
        
        .popup .overlay {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.7);
            z-index: 1;
            display: none;
        }
        
        .popup .content {
            position: absolute;
            top: 45vh;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            background: #fff;
            width: 100%;
            height: auto;
            z-index: 2;
            text-align: center;
            padding: 20px;
            box-sizing: border-box;
        }
        
        .popup .close-btn {
            cursor: pointer;
            position: absolute;
            right: 20px;
            top: 20px;
            width: 30px;
            height: 30px;
            background: #fa0;
            color: #fff;
            font-size: 25px;
            font-weight: 600;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
        }
        
        .popup.active .overlay {
            display: block;
        }
        
        .popup.active .content {
            transition: all 300ms ease-in-out;
            transform: translate(-50%, -50%) scale(1);
        }
        /*
        button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 15px;
            font-size: 18px;
            border: 2px solid #222;
            color: #222;
            text-transform: uppercase;
            font-weight: 600;
            background: #fff;
        }*/
        
        .wpb_wrapper.formulario.valores.submeter {
            justify-content: center;
            margin: 15px 0;
        }
        
        .wpb_wrapper.formulario.valores.submeter * {
            transform: none;
            top: inherit;
            left: inherit;
            width: 50%;
        }