body {
    background-image: url('https://s3.dualstack.us-east-1.amazonaws.com/bucket.aws.ope.public/lp_158685/BG2.webp')!important;
    font-size: inherit !important;
    color: #ffffff !important;
    font-family: Raleway, sans-serif !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	        background-position: center center !important;
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

span {
    color: #ffffff !important;
    background-color: transparent !important;
}

input, select {
    color: #1A2857 !important;
    background-color: #ffffff !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-top-style: none !important;
    border-color: #242e5e !important;
    border-radius: 45px !important;
    border-width: 1px !important;
    font-family: Source Sans Pro, sans-serif !important;
    font-size: 16px !important;
    box-shadow: inset 0px 2px 3px #ddd !important;
    -webkit-box-shadow: inset 0px 2px 3px #ddd !important;
    -moz-box-shadow: inset 0px 2px 3px #ddd !important;
}

#bodyViewPageLocalizacao {
    margin: 0px !important;
}

label {
    color: #ffffff!important;
    display: inline-block !important;
    font-family: Raleway, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: bold !important;
}

#divViewHeader > img:nth-child(1) {
    display: none !important;
}

#imgFundoHeaderCanDel {
    width: 100% !important;
    z-index: 1 !important;
    height: auto !important;
    object-fit: cover !important;
}

.container img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

#divViewHeader {
    text-align:center !important;
}

#body_landing_page form {
    margin: 0px !important;
}

#bodyViewCadastroParticipante {
    background-color: none !important;
    justify-content: flex-start !important;
    padding-top: 0px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
}

#body_landing_page .div_pai {
    max-width: 800px !important;
    background: none !important;
}

h3 {
    font-size: 22px !important;
    font-family: Raleway, sans-serif !important;
    color: #1f94d2 !important;
}

#body_landing_page .button_register{
    -ms-flex-align: center !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    align-items: center !important;
    align-self: center !important;
    background-color: #395D97 !important;
    border-bottom-style: solid !important;
    border-color: #395D97 !important;
    border-left-style: solid !important;
    border-radius: 40px !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-width: 3px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column !important;
    font-family: Raleway, sans-serif !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: bold !important;
    height: 50px !important;
    justify-content: center !important;
    line-height: 1.42857 !important;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    max-width: 280px !important;
    text-align: center !important;
    text-decoration: none !important;
    width: 100% !important;
}
    

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.20rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.section {
    display: flex !important;
    flex-direction: column !important; /* Mantém os elementos em uma única coluna */
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.card {
    background: transparent !important;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px;
	border: none !important;
	-webkit-box-shadow: none !important;
}

.div-top {
    position: relative !important; /* Garante que a posição respeite a estrutura */
    top: auto !important; /* Remove a posição fixa */
    width: 100% !important;
    text-align: center !important; /* Garante centralização */
}

.imagem-top {
    width: 60% !important;
    max-width: 300px !important; /* Garante que a imagem não fique gigante */
    height: auto !important;
    display: block !important;
    margin: 0 auto !important; /* Centraliza horizontalmente */
}

@media (max-width: 680px) { /* Para telas menores que 768px (celulares) */
    body {
        background-image: url('https://s3.dualstack.us-east-1.amazonaws.com/bucket.aws.ope.public/lp_158685/bg_mobile.webp') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
}

.mensagem-fixa {
	background-color:#0e2236 !important;
	padding: 5px !important;
	 border-radius: 0.20rem !important;
}