/*
Theme Name: 0e1.work
Theme URI: https://0e1.work
Author: Douglas G. Deschamps
Author URI: https://0e1.work
Description: Tema customizavel para WordPress
Version: 1.0
License: All rights reserved
License URI: https://en.wikipedia.org/wiki/All_rights_reserved
Tags: customizavel
Text Domain: wp0e1work
*/

body {
    background-color: #000;
    color: #fff;
    font-family: 'Roboto', Rajdhani, Helvetica, Arial, sans-serif !important;
}

.inverseColor {
    background-color: #fff;
    color: #000;
}

.gmaps {
    text-align: right;
}

.gmaps a:hover, .waze a:hover, .gmaps a, .waze a,
.gmaps img, .waze img, .gmaps h3, .waze h3 {
    height: 4rem;
    margin: .5rem;
    font-size: 1.25rem;
    color: #000;
    text-decoration: none;
}

.lazer {
    min-height: 62.5vh;
}

.frameGoogleMaps {
    cursor: pointer;
}

.txt-bc {
    font-weight: bold;
    text-align: center;
}

.rodape button {
    background-color: rgba(0, 0, 0, 0);
    border: rgb(255, 255, 255) solid 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.6rem;
    text-align: center;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-size-adjust: 100%;
    width: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:not([type="checkbox"]):not([type="submit"]), textarea, select {
    color: rgb(0, 0, 0);
    display: block;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 500;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 5px 0;
    padding: 5px 10px;
}

input::placeholder, textarea::placeholder {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.t-ac {
    text-align: center;
}

.bx-wrapper {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: 0 0 5px 0 transparent !important;
}

.areaform1 {
    padding: 5%;
    background-color: #333;
}

.formulario2 .areaform1 {
    background-color: #212121;
}

span.wpcf7-list-item {
    margin-left: 0;
}

.barra-fixa svg,
.barra-fixa img {
    max-height: 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
}


.barra-fixa span.icon {
    text-align: right;
}

.barra-fixa span.text {
    text-align: left;
    padding-left: 13px;
}

.barra-fixa .container,
.barra-fixa .container .row,
.barra-fixa .container .row a {
    height: 100%;
}

.barra-fixa .col {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    max-width: max-content;
}

.barra-fixa .container .row a {
    padding: 0 20px;
}

.barra-fixa .container .row a.inverter {
    background-color: #FFF;
    color: #000;
}

.barra-fixa .container .row a:not(.inverter) svg {
    fill: #fff;
}

.barra-fixa .container .row a.inverter svg {
    fill: #000;
}


.contato span.wpcf7-not-valid-tip {
    letter-spacing: 1px !important;
    margin-bottom: 1rem;
}

.barra-fixa a:hover,
.barra-fixa a {
    color: #fff;
    text-decoration: none;
}

.barra-fixa span {
    display: table-cell;
    vertical-align: middle;
}

.barra-fixa a {
    vertical-align: middle;
    display: table;
    width: 100%;
    text-align: center;
}

.barra-fixa {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #000;
    /*height: 50px;*/
}

div.wpcf7-response-output,
.areaform1 div.wpcf7-response-output,
.formulario1 div.wpcf7-response-output,
.formulario2 div.wpcf7-response-output {
    margin: 0;
}


.modal-content h3 {
    font-size: 1rem;
}

#avirtualModal input, #avirtualModal label, #avirtualModal button:not(.close) {
    width: 100%;
}

.botao_fixo,
.botao_fixo.noshow {
    transition: all;
    transition-duration: 1s;
    opacity: 1;
}

.botao_fixo.noshow {
    opacity: 0;
}