@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    border: none;
}

html, body {
    height: 100%;
}

body {
    color: #1b1b1b;
    font-family: 'Roboto', sans-serif;
    font-size: 0.98rem;
    font-weight: 300;
}

.bg {
    background: url('../img/bg-perfilrk-suporte-tecnico-help-desk-manutencao-de-computador-e-notebook-informatica-hortolandia-e-regiao-metropolitana-de-campinas.jpg') no-repeat center;
    background-size: cover;
    height: 100%;
}

header {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 0 0 20px 20px;
    margin: 0 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    z-index: 3;
    width: calc(100% - 14px);
}

.logo {
    font-family: 'Teko', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px;
}

.logo span {
    color: #4D4D4D;
}

#chk-toggle {
    display: none;
}

#toggle {
    display: inline-block;
    padding: 11px;
}

#toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background: #4D4D4D;
    margin: 2px;
}

nav {
    flex-basis: 100%;
    height: 0;
    overflow: hidden;
}

nav ul {
    margin: 0 15px;
    list-style: none;
}

nav ul li {
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}

nav a {
    color: #4D4D4D;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 15px;
}

#chk-toggle:checked ~ nav {
    height: auto;
}

.headline {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 15px;
    flex-direction: column;
}

h1 {
    font-family: 'Teko', sans-serif;
    color: #fff;
    font-size: 6.8rem;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.9);
    line-height: 5rem;
    display: block;
}

.btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    background: #4D4D4D;
    border: #4D4D4D solid 2px;
    color: #fff;
    padding: 5px 24px;
    margin: 4px;
    font-size: 0.71rem;
}

.clean {
    border: #4D4D4D solid 2px;
    background: #1b1b1b;
}

.ladoalado {
    display: flex;
    text-align: center;
}

.degrade {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+95 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    display: block;
    height: 30%;
    position: absolute;
    width: 100%;
    bottom: 0;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #1b1b1b;
}

section {
    margin: 0 15px 30px 15px;
    clear: both;
    padding-top: 30px;
    margin-bottom: 0px;
}

.esq {
    float: left;
}

.margdir {
    margin-right: 13px; margin-bottom: 4px;
}

.w43 {
    width: 43%;
}

.parceiros {
    white-space: nowrap;
    width: calc(100% + 15px);
    display: block;
    overflow-y: auto;
}

.parceiros img {
    filter: grayscale(1);
    transition: .3s ease-out;
}

.parceiros img:hover {
    filter: none;
}

.parceiros ul {
    list-style: none;
    font-size: 0;
}

.parceiros ul li {
    display: inline-block;
    width: 45%;
    padding: 5px;
    vertical-align: middle;
}

.parceiros ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.parceiros ul li img {
    width: 50%;
    height: auto;
}

.box {
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
}

.partir, .preco, .obs {
    display: block;
}

.partir {
    font-size: 1.5rem;
}

.preco {
    font-size: 2.5rem;
    font-weight: 700;
}

.obs {
    font-size: 0.7rem;
}

footer {
    background: #4D4D4D;
    padding: 40px 0;
    text-align: center;
    margin-top: 40px;
}

.redes {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 25px;
}

.redes img {
    width: 1.2rem;
    filter: contrast(0);
}

.redes a {
    display: flex;
    background: #1b1b1b;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

footer {
    color: #999999;
    font-weight: 700;
}

.copy {
    font-size: 0.75rem;
    font-weight: 300;
}

.central {
    height: 100%;
}