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;
    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
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

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: 2px;
    border: 0px solid #00bb82;
    margin: 1em 0;
    padding: 0;
    background-color: #00bb8236;
    border-radius: 10px;
}

input,select {
    vertical-align: middle
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url(OpenSans-Regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'OpenSansRegular';
}

body {
    margin: 8px;
}

label {
    float: left;
    margin: 6px 0px;
    width: 100%;
}

h1 {
    background-color: #ffcccc;
    padding: 3px 3px;
}
h3{
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}
.container {
    display: grid;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

input[type="text"],input[type="date"],input[type="tel"],input[type="email"],input[type="number"],input[type="password"],textarea,select {
    position: relative;
    width: 100%;
    height: 34px;
    padding: 0 0 0 12px;
    margin: 0 0 8px 0;
    border-radius: 18px;
    border: 2px solid #84d2a4;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    transition: all .3s ease-out;
}
input[type="text"]:disabled,input[type="date"]:disabled,input[type="tel"]:disabled,input[type="email"]:disabled,input[type="number"]:disabled,input[type="password"]:disabled,textarea:disabled,select:disabled {
    cursor: not-allowed;
    opacity: 0.2;
}
input[type="radio"]{
    margin-right: 5px;
}
/* input[type="text"]:hover,input[type="date"]:hover,input[type="tel"]:hover,input[type="email"]:hover,input[type="number"]:hover,input[type="password"]:hover,select:hover,textarea:hover {} */
input[type="text"]:focus,input[type="date"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,select:focus,textarea:focus {
    box-shadow: 3px 3px 8px -1px rgba(0,0,0,.4);
    z-index: 9;
}

input[type="checkbox"], label {
    cursor: pointer;
}

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="submit"], button {
    width: 100%;
    height: 36px;
    margin-top: 0px;
    padding: 0px 20px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    clear: both;
    border: none;
    border-radius: 40px;
    background-color: #00BB82;
    word-wrap: break-word;
}

input[type="submit"]:hover, button:hover {
    color: #00263E;
    background-color: #5EFFCE;
}

input[type="submit"]:active, button:active {
    box-shadow: inset 0 0 32px 0 #333;
}

.redBorder{
    border-color: rgb(238, 82, 82) !important;
}

.pMsgValidacao {
    background-color: #fff5f5;
    color: red;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    border-radius: 19px;
}

/* Estilos do PLACEHOLDER (Media: 0px) */
::-webkit-input-placeholder {
    color: #9c9c9c !important;
}

:-moz-placeholder {
    color: #9c9c9c !important;
}

::-moz-placeholder {
    color: #9c9c9c !important;
}

:-ms-input-placeholder {
    color: #9c9c9c !important;
}

/* Estilo da mensagem de obrigado e erro (Media: 0px) */
#msgObrigado {
    color: #000;
    /* height: 62px; */
    margin: 20px 10px 0 10px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-size: 23px;
}

#msgErro {
    color: #000;
    height: 100px;
    margin: 20px 10px 0 6px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-size: 24px;
}

#msgErro b {
    color: #F00;
    text-shadow: 0 0 8px rgba(0,0,0,.5)
}

#outroFormulario {
    padding-top: 10px;
}

#outroFormulario a {
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

#outroFormulario a:hover {
    text-decoration: underline
}

/* Info etapa */
.nEtapa {
    background-color: #449866;
    color: #FFF;
    padding: 10px 13px 10px 13px;
    border-radius: 50%;
}

.nEtapaPro {
    background-color: #fff;
    color: #B8B8B8;
    padding: 10px 13px 10px 13px;
    border-radius: 100%;
    border: 1px solid #cccccc;
}

ol {
    border-bottom: 1px solid #CCC;
    height: 20px;
    margin: 0 0 41px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

span.a {
    margin-left: 0px;
    margin-top: 0px;
    float: left;
    display: block;
}

span.b {
    position: absolute;
    top: 65%;
    left: 33%;
    margin-right: -33%;
    transform: translate(-33%, -33%);
}

span.c {
    position: absolute;
    top: 142%;
    left: 69%;
    margin-right: -69%;
    transform: translate(-69%, -69%);
}

span.d {
    margin-top: 0px;
    float: right;
    display: block;
}

/* GRID Modelos */
.grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}

.prevNext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.next{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}


.passo1, .passo2, .passo3, .passo4{
    display: grid;
}

#slqCertidao, #slqFormatoCertidao{
    margin-bottom: 20px;
}
/* Media Query de caixa ate 301px de width */
@media (min-width: 301px) {
    input[type="text"]:focus,input[type="date"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,select:focus,textarea:focus {
        box-shadow: 3px 3px 8px -1px rgba(0,0,0,.4);
        z-index: 9;
    }

    input[type="text"],input[type="date"],input[type="tel"],input[type="email"],input[type="number"],input[type="password"],textarea,select {
        height: 34px;
        width: 100%;
        margin: 0 7px 7px 0;
        float: left;
    }

    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 {
        /* width: 100%; */
        /* height: 40px; */
        /* border-radius: 40px; */
    }

    #msgObrigado {
        margin: 30px 10px 0px 0px !important;
    }

    #msgErro {
        margin: 50px 30px 0px 20px !important;
    }

    #msgErro b {
        color: #F00;
        text-shadow: 0 0 8px rgba(0,0,0,.5)
    }
}

/* Media Query de caixa ate 400px de width */
@media (min-width: 400px) {
    /* GRID 400px */ .col-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,select:focus,textarea:focus {
        /* background-color: #fff; */
        box-shadow: 3px 3px 8px -1px rgba(0,0,0,.4);
        z-index: 9;
    }

    /* input[type="text"],input[type="tel"],input[type="email"],input[type="number"],input[type="password"],textarea,select {} */
    textarea {
        width: 100%;
        min-width: 100%;
        height: 70px;
        max-height: 70px;
        padding-top: 7px;
        padding-right: 10px;
        line-height: 15px;
    }

    input[type="submit"], button {
        width: 100%;
        height: 36px;
        margin-top: 0px;
        font-size: 19px;
        border-radius: 50px;
    }

    /* Estilo da mensagem de obrigado e erro (Media: ate 400px width) */
    #msgObrigado {
        margin: 10px 20px 0px 0px !important;
        color: #000;
    }

    #msgErro {
        margin: 10px 20px 0px 0px !important;
        height: 0px;
        color: #000;
    }

    #outroFormulario {
        padding-top: 10px;
    }

    #outroFormulario a {
        line-height: 50px;
        color: #000;
    }

    #msgErro b {
        color: #F00;
        text-shadow: 0 0 8px rgba(0,0,0,.5)
    }

    /* Estilos do PLACEHOLDER (Media: ate 400px width) */
    ::-webkit-input-placeholder {
        color: #9c9c9c !important;
    }

    :-moz-placeholder {
        color: #9c9c9c !important;
    }

    ::-moz-placeholder {
        color: #9c9c9c !important;
    }

    :-ms-input-placeholder {
        color: #9c9c9c !important;
    }
}

/* Estilo somente para o firefox */
@-moz-document url-prefix("") {
}
