html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    /* position: relative; */
    /* width: 100%; */
    /* height: 34px; */
    padding: 0 0 0 8px;
    margin: 0 0 0px 0;
    border-radius: 0px;
    border: 1px solid #08036b;
    background-color: #ffffff;
    /* color: #00ba35; */
    font-size: 13px;
    font-family: "OpenSansRegular", sans-serif;
    box-sizing: border-box;
    /* box-shadow: -1px 1px 1px 1px rgba(0,0,0,0.2); */
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

a {
    margin: 0px;
    padding: 0px 0px;
    font-size: 13px;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #06b74d;
    box-shadow: inset 0px -1px 0px 0px #13e667b5;
    transition: box-shadow 0.2s ease;
    border-radius: 2px;
}

a:hover {
    box-shadow: inset 0px -15px 0px 0px rgba(9, 216, 92, 0.37);
}

@font-face {
    font-family: "OpenSansRegular";
    src: url(OpenSans-Regular-webfont.eot);
    src: url(OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(OpenSans-Regular-webfont.woff) format("woff"), url(OpenSans-Regular-webfont.ttf) format("truetype"), url(OpenSans-Regular-webfont.svg#open_sansregular) format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "OpenSansRegular";
    transition: box-shadow 0.3s ease-out;
}

body {
    margin: 8px;
}

.boxForm {
    /* width: 100%; */
    padding-left: 0px;
    text-align: center;
}

input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    position: relative;
    width: 100%;
    height: 32px;
    padding: 0px 0px 0px 12px;
    margin: 0 0 4px 0;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    color: #000;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    box-sizing: border-box;
    /* box-shadow: -1px 1px 1px 1px rgba(0,0,0,0.2); */
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    /* background-color: #fff; */
    box-shadow: 6px 6px 18px 2px rgba(0, 0, 0, 0.4);
    z-index: 9;
}

select {
    width: 100%;
    height: 34px;
    padding: 0 0 0 8px;
    cursor: pointer;
}

textarea {
    width: 100%;
    max-width: 100%;
    height: 70px;
    max-height: 70px;
    padding-top: 8px;
    margin-bottom: 5px;
}

input[type="checkbox"] {
    width: 20px;
    height: 38px;
    margin-right: 4px;
    cursor: pointer;
}

input[type="submit"], button, .button {
    width: 100%;
    height: 32px;
    margin-top: 4px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
    font-size: 14px;
    cursor: pointer;
    clear: both;
    border: none;
    border-radius: 3px;
    border: 0px solid #ffffff;
    background-color: #1ab51d;
    word-wrap: break-word;
    transition: background-color 0.3s ease-out;
    text-transform: none;
}

input[type="submit"]:hover, button:hover, .button:hover {
    background-color: #006929;
}

input[type="submit"]:active, button:active, .button:active {
    box-shadow: inset 0 0 32px 0 #333;
}

/* Estilos do PLACEHOLDER (Media: 0px) */
::-webkit-input-placeholder {
    color: #b5b5b5 !important;
}

:-moz-placeholder {
    color: #b5b5b5 !important;
}

::-moz-placeholder {
    color: #b5b5b5 !important;
}

:-ms-input-placeholder {
    color: #b5b5b5 !important;
}

/* Estilo da mensagem de obrigado e erro (Media: 0px) */
#msgObrigado {
    color: #000;
    height: 62px;
    margin: 10px 10px 0 10px;
    text-align: center;
    padding-top: 0px;
    border-radius: 7px;
    font-size: 16px;
    font-family: "OpenSansRegular", sans-serif;
    display: none;
    width: 100%;
    padding: 0px 12px 0px 12px;
    box-sizing: border-box;
}

#msgErro {
    color: #000;
    height: 100px;
    margin: 20px 10px 0 6px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-size: 24px;
    font-family: "OpenSansRegular", sans-serif;
}

#msgErro b {
    color: #f00;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

#outroFormulario {
    padding-top: 10px;
}

#outroFormulario a {
    text-decoration: none;
    font-size: 13px;
    font-family: "OpenSansRegular", sans-serif;
    line-height: 14px;
    color: #000;
}

#outroFormulario a:hover {
    text-decoration: underline;
}

/* GRID Modelos */
.grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2px;
}

/* Media Query de caixa ate 301px de width */
@media (min-width: 250px) {
    /* GRID 301px */ .grid {
        display: grid;
        grid-template-columns: 2fr 2fr 1fr;
        grid-gap: 4px;
    }

    input[type="submit"], button, .button {
        margin-top: 0px;
    }
    input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
        /* background-color: #fff; */
        box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.4);
        z-index: 9;
    }

    input[type="text"], input[type="tel"], input[type="email"], textarea, select {
        height: 38px;
        position: relative;
        width: 100%;
        height: 30px;
        padding: 0 0 0 6px;
        margin: 0 0 8px 0;
        border-radius: 0px;
        border: 1px solid #0fa069;
        background-color: #ffffff;
        color: #000;
        font-size: 11px;
        font-family: "OpenSansRegular", sans-serif;
        box-sizing: border-box;
        /* box-shadow: -1px 1px 1px 1px rgba(0,0,0,0.2); */
        width: 100%;
        margin: 0 0px 3px 0;
        /* float: left; */
        transition: all 0.3s ease-out;
    }

    textarea {
        width: 100%;
        max-width: 100%;
        height: 80px;
        max-height: 80px;
        padding-top: 8px;
    }

    select {
        width: 100%;
        height: 34px;
        padding: 0 0 0 8px;
        cursor: pointer;
    }

    input[type="submit"], button, .button {
        width: 100%;
        height: 30px;
        border-radius: 1px;
    }

    #msgObrigado {
        margin: 15px 10px 0px 0px !important;
    }

    #msgErro {
        margin: 50px 30px 0px 20px !important;
    }

    #msgErro b {
        color: #f00;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    }
}

/* Estilo somente para o firefox */
@-moz-document url-prefix("") {
}

p {
    font-size: 13px;
    height: auto;
    /* text-shadow: 0px 0px 10px black; */
    color: white;
}

/* estilo para o input telefone internacional */
#error-msg {
    color: red;
}

#valid-msg {
    color: #00c900;
}

input.error {
    border: 2px solid #ff7c7c;
}

input.valid {
    border: 1px solid #228d30;
}

.hide {
    display: none;
}

.iti {
    width: 100%;
}
