@charset "utf-8";

@font-face {
    font-family: 'Branding';
    src: url('../font/BrandingMedium.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
   }

   @font-face {
    font-family: 'Branding-semi-bold';
    src: url('../font/BrandingSemibold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
   }

   @font-face {
    font-family: 'Branding-bold';
    src: url('../font/BrandingBold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
   }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	background:transparent;
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
    font-family: 'Branding', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
    overflow-x: hidden;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
del {
	text-decoration:line-through;
}
hr {
	background:transparent;
	border:0;
	clear:both;
	color:transparent;
	height:1px;
	margin:0;
	padding:0;
}
mark {
	background-color:#ffffb3;
	font-style:italic
}
input, select {
	vertical-align:middle;
}
ins {
	background-color:red;
	color:white;
	text-decoration:none;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

h1 span {
    display: none;
}

header img,
.img-fluid {
    max-width: 100%;
    height: auto;
}

header .container-participe {
    background: #1A6CCA;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    margin-top: -3px;
    width: 100%;
    display: block;
}

.container-privacidade {
    font-size: 20px;
    font-family: "Branding-semi-bold";
    text-align: left;
    padding: 0 15px;
}

.container-privacidade h1 {
    margin: 20px auto;
    text-align: center;
}

.container-privacidade p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

.container-lista {
    padding: 20px;
}

.container-lista ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-lista ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    border: 1px solid #003567;
    border-radius: 5px;
    max-width: 350px;
}

.container-lista ul li:first-child {
    margin-top: 20px;
}

.container-lista ul li .bg-numero {
    font-family: 'Branding-semi-bold';
    font-size: 40px;
    background-color: #ED1B23;
    color: #fff200;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 5px 0 0 5px;
}

.container-lista ul li .div-texto {
    font-family: "Branding-bold", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    height: 120px;
    display: flex;
    align-items: center;
    color: #003567;
}

.container-lista ul li span {
    font-family: 'Branding-semi-bold';
    font-size: 20px;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    background: #003567;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    left: 40%;
    cursor: pointer;
}

.container-lista ul li:nth-child(2) span {
    left: 30%;
}

main {
    padding-bottom: 100px;
}

footer {
    background: #003567;
    font-family: 'Branding-semi-bold', sans-serif;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 10px;
    color: #fff;
}

footer ul {
    display: flex;
    gap: 12px;
    align-items: center;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

footer img {
    width: 50px;
    object-fit: contain;
    margin-top: 8px;
}

footer svg {
    width: 20px;
}

.desktop {
    display: none;
}

.container-sucesso {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background-color: #00000080;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.container-sucesso p {
    position: relative;
    background: #fff;
    width: 80%;
    border-radius: 5px;
    padding: 30px 20px;
    max-width: 500px;
    font-family: "Branding-bold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    color: #003567;
}

.close-sucesso {
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: "Branding-semi-bold";
    cursor: pointer;
}

#lightbox-warning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    display: flex;
    background-color: #00000080;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#lightbox-warning p {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background: #fff;
    width: 80%;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    max-width: 500px;
    line-height: 24px;
}

#lightbox-warning p a {
    color: blue;
    text-decoration: none;
}

.container-lightbox-regulamento {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background-color: #00000080;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.container-lightbox-regulamento ul {
    position: relative;
    background: #fff;
    width: 80%;
    border-radius: 5px;
    padding: 26px 16px 10px 16px;
    max-width: 500px;
}

.container-lightbox-regulamento ul #close-modal-regulamento,
#close-form-regulamento {
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: "Branding-semi-bold";
    cursor: pointer;
}

.container-lightbox-regulamento ul li {
    position: relative;
}

.container-lightbox-regulamento ul li::after {
    content: "";
    background-color: #003567;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 0;
}

.container-lightbox-regulamento ul .number-lightbox {
    z-index: 1;
    background: #003567;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    padding: 5px;
    border-radius: 50px;
    position: relative;
}

.container-lightbox-regulamento ul .texto-lightbox {
    color: #003567;
    font-family: 'Branding', sans-serif;
    margin: 10px auto;
}

.container-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #00000080;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

form {
    position: relative;
    background: #fff;
    width: 80%;
    border-radius: 5px;
    padding: 26px 16px 10px 16px;
    height: 80%;
    overflow-y: scroll;
}

form div input {
    border: 1px solid #003567;
    width:  calc(100% - 14px);
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 6px;
    display: block;
}

form div select {
    border: 1px solid #003567;
    width:  100%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 6px;
    display: block;
}

.div-checkboxes-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.div-checkboxes-inner label {
    width: 100%;
    margin-top: 0;
}

.div-checkboxes-inner input {
    flex: 1;
    width: 16px;
    height: 16px;
}

#send-form {
    margin: 20px auto;
    display: block;
    background: #1A6CCA;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

iframe {
    display: none!important;
}

.error-message {
    display: none;
    color: red;
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .container-lista ul {
        flex-direction: row;
        justify-content: space-evenly;
        margin: 20px auto;
    }

    .container-lista ul li,
    .container-lista ul li:first-child {
        margin: 0;
    }

    .container-form {
        display: flex;
        position: static;
        transform: unset;
        background: #fff;
    }

    #close-form-regulamento {
        display: none;
    }

    form {
        overflow: unset;
    }

    .div-checkboxes-inner {
        align-items: center;
        justify-content: space-between;
    }

    .div-checkboxes-inner label {
        width: 100%;
        margin-top: 0;
    }

    .div-checkboxes-inner input {
        width: 16px;
        height: 16px;
    }

    main {
        padding-bottom: 0;
    }

    footer {
        position: static;
    }

    footer img {
        width: 100px;
        margin: 0;
    }

    footer .container {
        justify-content: space-between;
        max-width: 1440px;
        margin: 0 auto;
    }

    footer a {
        font-size: 16px;
    }
}