body {
    font-family: 'Museo Sans';
    font-weight: 300;
    color: #505050;
}

h1, h2 {
    font-weight: 700;
}

main {
    margin-left: 250px;
    padding: 20px;
}

.section-expositor {
    padding-top: 100px;
}

.left-bar {
    background-color:#575756;
    position: fixed;
    height: 100vh;
    width: 200px;
    left: 0;
    top: 0;
    z-index: 10; /* para garantir que fique sobre o conteúdo */
}

.logo-box {
    height:200px;
    background-color:#015FC1;
    padding:20px;
}

.expor-topo h1 {
    margin-bottom: 25px;
    font-size: 2.6rem;
}

.title-blue h2 {
    font-size: 3rem;
    color: #015FC1;
    text-transform: uppercase;
}

.expor-feira {
    margin-bottom: 40px;
}

.expor-feira p {
    font-weight: bold;
    margin-bottom: 30px;
}

.expor-subtitulo {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.expor-subtitulo p {
    text-transform: none;
}

.ion-stop {
    font-size: 8px;
    vertical-align: middle;
    color: #777777;
    margin-right: 5px;
}

.expor {
    margin-bottom:15px
}

.expor-card {
    background:#ECECEC;
    padding:15px;
    min-height:350px;
    text-transform: uppercase;
}

.expor-card-title {
    font-weight: bold;
    margin-bottom: 25px;
}

.expor-card-subtitle, .expor-card-itens {
    font-weight: bold;
    text-transform: none;
}

.expor-card-subtitle p {
    font-weight: 300;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.expor-card-itens p {
    font-weight: 300;
    text-transform: none;
}

.btn-black, .btn-black:focus, .btn-black:active {
    background: #4D4D4D;
    display: block;
    text-align: center;
    padding: 15px;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
}

.btn-black:hover{
    background:#404040;
    color:#FFF;
    text-decoration:none
}

input[type=text], input[type=password], input[type=email], input[type=tel], select, textarea {
    font-size: 16px;
    border: none;
    background: #E5E5E5;
    border-radius: 50px;
    font-weight: 300;
    padding: 6px 12px;
    width: 100%;
    resize: none;
    outline: 0 !important;
}

#internas input[type=text], #internas input[type=email], #internas input[type=tel], #internas select, #internas textarea {
    padding: 5px 10px;
    margin-bottom: 15px;
}

.btn-send {
    background: #0080C5;
    border: none;
    padding: 5px 15px;
    color: #FFF;
    margin-top: 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

@media (min-width: 1600px) {
    .expor {
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 768px) {
    main {
        margin-left: 0;
        margin-top: 60px;
    }

    .section-expositor {padding-top: 0;}

    .expor-topo h1 {
        font-size: 2rem;
    }

    .title-blue h2 {
        font-size: 2rem;
    }

    .left-bar {
        position: relative;
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 4px solid #333; /* separação horizontal */
    }
}