/*
Theme Name: Tallentos - DLW 
Theme URI: https://dlw.dev.br
Author: DLW Agencia de Marketing
Author URI: https://dlw.dev.br
Description: Site de Agência de Marketing
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

html,
body {
    font-family: "Nunito";
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.container {
    width: auto;
    margin: 0px 20px;
}

@media (min-width: 1240px) {
    .container {
        width: 1200px;
        margin: 0px auto;
    }
}

a,
a:link {
    color: #777;
    text-decoration: none;
}

button,
.wp-block-button .wp-element-button {
    font-family: "Nunito";
    background-color: #0693e3;
    color: #fff;
    padding: 10px 15px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    line-height: 1rem;
    word-spacing: 2px;
}

.flexbox {
    display: flex;
}

.header {
    position: fixed;
    width: 100%;
    display: block;
    padding: 20px 0px;
    background: #0049C6;
    z-index: 3;
    height: 110px;
    box-sizing: border-box;
}

.header .flexbox {
    width: 100%;
    justify-content: space-between;
}

.header-menu {
    display: block;
}

.header-menu ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none;
    gap: 30px;
}

.header-menu li {
    display: block;
}

.header-menu a {
    color: #FFF;
    padding: 20px 0px;
    display: block;
}

.menu-mobile {
    display: block;
}

@media (min-width: 1240px) {
    .menu-mobile {
        display: none;
    }
}

.header-space {
    height: 110px;
}

.banner {
    width: 100%;
    padding-top: 200px;
    display: block;
    background-color: #09d;
    background: linear-gradient(0, #00A6E7, #0049C6);
    padding-bottom: 200px;
}

.banner a,
.banner a:link {
    color: #fff;
}

.banner-content {
    color: #fff;
    margin-right: 100px;
}

.banner-content h1 {
    line-height: 110%;
}

.relative {
    position: relative;
}

.banner h3 {
    display: block;
    text-align: center;
    padding: 40px;
    color: #0049C6;
    width: 100%;
    box-sizing: border-box;
}

.banner .image2 {
    width: 350px;
    height: auto;
    border-radius: 50px;
    position: absolute;
    top: 50px;
    left: 200px
}

.banner .image1 {
    width: 350px;
    height: auto;
    border-radius: 50px;
    position: absolute;
    top: -80px;
    left: 0px
}

.w50 {
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

@media (min-width: 1240px) {
    .w50 {
        width: 48%;
        flex: 0 0 48%;
    }
}


.w100 {
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.logo img {
    height: 62px;
    width: auto;
}

.filter {
    padding-bottom: 40px;
}

.filter h3 {
    font-size: 28px;
    color: #00368D;
    text-align: center;
}

.filter .flexbox {
    justify-content: space-around;
    gap: 30px;

}

.panel {
    box-shadow: 0px 3px 4px 2px #0002;
    border-radius: 10px;
    padding: 30px;
}

.filter .panel h3 {
    color: #00368D;
    font-size: 32px;
    margin: 0px;
    margin-bottom: 20px;
    text-align: left;
}




.searchbox h3 {
    font-size: 24px;
    text-align: center;
    color: #00368D;
    margin: 0px 0px 20px;

}

.searchbox {
    padding-bottom: 40px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px 0px;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
}

.searchbox .input-group {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 300px;
    margin: 10px auto;
    border-radius: 6px;
}

.searchbox .input-group input {
    border: none;
    color: #777;
    background-color: #fff;
    width: 48%;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 16px;
    outline: 0;
    box-sizing: border-box;
    border-radius: 6px;
    display: inline-block;
}

.searchform {
    display: flex;
    justify-content: center;
    width: 300px;
}

.searchform input[type="text"] {
    width: 50%;
    margin: 0px;
    height: 35px;
    box-sizing: border-box;
}

.searchform button[type="submit"] {
    width: 50%;
    margin: 0px;
    height: 35px;
    box-sizing: border-box;
}


.jobbox {
    padding-bottom: 40px;
}

.jobbox .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.jobbox .panel h3 {
    color: #00368D;
    font-size: 24px;
    margin: 0px;
    margin-bottom: 20px;
    text-align: left;
}

.page {
    padding: 20px 0px;
    display: block;
}

.page h3 {
    padding-top: 30px;
    font-size: 24px;
    text-align: center;
    color: #00368D;
    margin: 0px 0px 20px;
    text-align: center;
}

footer {
    height: 100px;
    background-color: #00368D;
    color: #fff;
    padding: 20px 0px;
}

.is-layout-flex {
    display: flex;
    gap: 20px;
}

.wp-block-column {
    flex: 1 0 auto;
}

label {
    display: block;
    width: 100%;
}

input[type="text"],
input[type="password"] {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    line-height: 20px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 5px;
}

.vagas {
    padding: 20px 0px;
    display: flex;
    gap: 30px;
}

.vagas .content {
    width: 60%;
    flex: 0 0 60%;
}

.vagas .post h3 {
    font-size: 24px;
    color: #00368D;
    margin: 0px 0px 20px;

}

.vagas .sidebar {
    width: 30%;
    flex: 0 0 30%;
}

.sidebar .searchbox .input-group {
    width: 80%;
    margin: 10px auto;
}

.vagas .post {
    margin-bottom: 20px;
}

.form-simple {
    margin: 40px;
    border: 1px solic #ccc;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}