:root {
    --color-0: #2e3192;
    --color-1: #3a3a3a;
    --color-2: #3a3a3a;
    --color-3: #4b4f58;
    --color-4: #f9fafb;
    --color-5: #FFFFFF;
    --color-6: #e4f1ee;
    --color-7: #424242;
    --color-8: #000000;
}
body{
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
.color-link{
margin-top: 15px !important;
}
.color-link > a{
color: var(--color-1) !important;
text-decoration: none !important;
}
.color-link > a:hover{
	color: var(--color-0) !important;
    text-decoration: underline !important;
}
.class-links {
margin-top: 15px !important;
margin: 0 !important;
}
.class-links  > a{
color: var(--color-1) !important;
text-decoration: none !important;
}
.class-links  > a:hover{
	color: var(--color-0) !important;
    text-decoration: underline !important;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
address, blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
form{
    display: block;
    margin-top: 0em;
}
.container{
    margin-left: calc( -50vw + 50%);
    margin-right: calc( -50vw + 50%);
    max-width: 100vw;
    width: 100vw;
    min-height: 100vh;
    padding: 0;
    row-gap: 0;
    column-gap: 0;
    overflow: visible;
    background-image: linear-gradient(135deg,rgba(47,50,145,1) 0%,rgba(237,28,35,0.5) 100%), url("fundo.webp");
    background-image: linear-gradient(135deg, rgba(227, 222, 30, 0.5) 0%, rgba(0, 128, 185, 0.5) 100%), url("fundo.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    display: flex;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.colunas{
    min-width: unset;
    --inner-content-custom-width: min( 100%, 1000px);
    max-width: var(--inner-content-custom-width);
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    row-gap: 0;
    column-gap: 0;
    display: flex;
    position: relative;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 2;
}
.colunaA{
    max-width: 60%;
    width: 100%;
    border-color: #4B4F58;
    box-shadow: 0 4px 12px 0 #00000070;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    row-gap: 20px;
    column-gap: 20px;
    overflow: visible;
    background-color: var(--color-5);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    display: flex;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.titulo{
    color: var(--color-1);
    margin: 0;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.4em;
  
}
.textos{
    min-width: unset !important;
    width: 100%;
}
.separador12{
    border-top-style: solid;
    border-top-width: 1px;
    width: 12%;
    border-color: var(--color-1);
    margin-bottom: 15px;
}
.botaoSaibaMais{
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-top-left-radius: 0;
    border-style: solid;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 10px;
    background: transparent;
    color: var(--color-1);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-color: var(--color-1);
}
.botaoSaibaMais:hover{
    color: var(--color-0);
    border-color: var(--color-0);
}
.colunaB{
    max-width: 40%;
    width: 100%;
    border-color: #4B4F58;
    box-shadow: 0 4px 12px 0 #00000070;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    row-gap: 20px;
    column-gap: 20px;
    overflow: visible;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    display: flex;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    background: rgba(255,255,255,0.9);
    -backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );
}
.formulario{
    text-align: left;
    margin-top: 0em;
}
.labelInput{
    margin-bottom: 20px;
    box-sizing: inherit;
    display: block;
    word-wrap: break-word;
}
.label{
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.class-links {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.input{
    width: 100%;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid var(--color-6);
    border-color: var(--color-6);
    border-style: solid;
    color: #666;
    padding: 0.75em;
    height: auto;
    box-shadow: none;
    box-sizing: border-box;
}
.input:hover{
    border-color: var(--color-0); 
}
.input:focus{
    color: var(--color-1);
}
.botaoEnviar{
    font-size: 15px;
    color: var(--color-0);
    border-color: var(--color-0);
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1em;
}
.botaoEnviar:hover{
    color: var(--color-5);
    border-color: var(--color-0);
    background-color: var(--color-0);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-width: 1px;
    font-weight: 500;
	cursor:pointer;
}

.logo{
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom; 
    border: 0;
}


.scFormObjectOdd{
    width: 100%!important;
    border-top-width: 0!important;
    border-right-width: 0!important;
    border-left-width: 0!important;
    border-bottom-width: 1px!important;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    outline: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    border-bottom: 1px solid var(--color-6)!important;
    border-color: var(--color-6)!important;
    border-style: solid!important;
    color: #666!important;
    padding: 0.75em!important;
    height: auto!important;
    box-shadow: none!important;
    box-sizing: border-box!important;
}
.scFormObjectOdd:hover{
    border-color: var(--color-0)!important; 
}
.scFormObjectOdd:focus{
    color: var(--color-1)!important;
}





@media (max-width: 976px){
    .container{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .colunas{
        --inner-content-custom-width: min( 100%, 1024px);
        max-width: var(--inner-content-custom-width);
    }
    .colunaA{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 767px){
    .colunas{
        flex-direction: column;
        justify-content: flex-start;
        --inner-content-custom-width: min( 100%, 767px);
        max-width: var(--inner-content-custom-width);
        row-gap: 20px;
        column-gap: 0;
    }
    .colunaA{
        max-width: 100%;
        width: 100%;
    }
    .colunaB{
        max-width: 100%;
        width: 100%;
    }
}

