@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');

body {
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #315970;
    font-weight: 400;
    /*background-color: #315970;*/
    font-variant-numeric: oldstyle-nums;
    -moz-font-feature-settings: "onum";
    -webkit-font-feature-settings: "onum";
    font-feature-settings: "onum";
}

.tisa {
    font-family: 'ff-tisa-web-pro', serif;
}

*:focus, *:hover, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

a {
    color: #315970;
}

a:hover, a:focus {
    cursor: pointer;
    color: #315970;
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.medium {
    font-weight: 500;
    font-style: normal
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: 800;
}

.lighter {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.normal {
    font-weight: 400;
}

.white {
    color: #fff;
}

.blue {
    color: #056188;
}

.green {
    color: #49DBA1;
}

.bg-azul-marca {
    background-color: #0069B4;
}

.bg-green {
    background-color: #49DBA1;
}

hr {
    border-color: #315970;
    margin: 10px 0 32px;
}

hr.gray {
    border-color: #D2D4DD;
}

section {
    padding: 64px 0;
}

section.max {
    padding: 160px 0;
}

section.full {
    min-height: calc(100vh - 80px);
    display: table;
    width: 100%;
    padding: 64px 0;
}

section.full .center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.nomargin {
    margin: 0px;
}

.margin-menu {
    margin-top: 80px;
}

.margint5 {
    margin-top:5px;
}

.margint8 {
    margin-top: 8px;
}

.margint15 {
    margin-top: 15px;
}

.margint24 {
    margin-top: 24px;
}

.margint32 {
    margin-top: 32px;
}

.margint48 {
    margin-top: 48px;
}

.margint64 {
    margin-top: 64px;
}

.margint45 {
    margin-top: 45px;
}

.margint85 {
    margin-top: 85px;
}

.nopadding {
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    font-size: 48px;
    line-height: 56px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 18px;
    line-height: 25px;
}

h4.min {
    font-size: 16px;
    line-height: 25px;
}

h6.max {
    font-size: 12px;
}

h6 {
    font-size: 10px
}

p {
    font-size: 18px;
    line-height: 24px;
}

p.min {
    font-size: 10px;
}

a.link {
    color: #49a7a1;
}

a.link:hover, a.link:focus {
    color: #49a7a1;
    text-decoration: underline;
}

a:focus, input:focus, button:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.img-centered {
    margin-left: auto;
    margin-right: auto !important;
    display: block;
}

.container {
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
    max-width: 1170px;
}

.container-fluid {
    padding-right: 16px;
    padding-left: 16px;
}

.row {
    margin-right: -16px;
    margin-left: -16px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 16px;
    padding-left: 16px;
}

@media (min-width: 768px) {
    .vertical-row-center {
        display: flex;
        align-items: center;
    }

    .vertical-row-baseline {
        display: flex;
        align-items: flex-end;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 0;
}

.navbar-default {
    padding: 24px 0;
    background: #FFF;;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #315970;
    border-radius: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: -16px;
    }
}

.logo img {
    width: auto;
    height: 40px;
}

.navbar-default .navbar-nav > li > a.btn {
    color: #315970;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 24px;
    background: #49DBA1;
    border-radius: 4px;
    font-weight: 700;
}

.btn:not(.btn-default) {
    background-color: #315970;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 32px;
    border-radius: 4px;
    font-weight: 700;
    border: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn:not(.btn-default):hover,
.btn:not(.btn-default):focus {
    background-color: #315970;
    color: #FFF;
    border: 0;
}

.btn:hover, .btn:focus {
    outline: none;
    text-decoration: none;
}

.btn-white {
    border-color: #FFF;
    color: #FFF;
}

.btn-white:hover, .btn-white:focus {
    border-color: #49a7a1;
    background-color: #49a7a1;
    color: #FFF;
    outline: none;
    text-decoration: none;
}

.btn-gray {
    background-color: #DDD !important;
    color: #5f5d5d !important;
}

.btn-gray:hover, .btn-gray:focus {
    background-color: #5f5d5d  !important;
    color: #DDD !important;
    outline: none;
    text-decoration: none;
}

.btn-primary {
    background-color: #315970;
    border-radius: 4px;
    padding: 14px 32px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #FFFFFF;
    border: 0;
    display: inline-block;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #315970;
    color: #FFF;
    outline: none;
    text-decoration: none;
}

.btn-min {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 15px;
}

.btn-full {
    width: 100%;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #315970;
    color: #FFF;
    opacity: 0.5;
    border: 0;
}

footer {
    background-color: #315970;
    padding: 128px 0;
}

footer span {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #49DBA1;
    margin-right: 52px;
}

footer a {
    margin: 0 16px;
}

footer a svg {
    fill: #FFF;
    height: 36px !important;
    width: auto !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

footer a svg:hover, footer a svg:focus {
    fill: #49DBA1;
}

section:not(.full) form {
    margin-bottom: 94px;
}

form {
    margin: 0;
}

form p {
    margin-top: 18px;
    margin: 10px 0;
}

form label {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

form label a {
    font-weight: 700;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
select.form-control,
.bootstrap-select .btn.dropdown-toggle {
    width: 100%;
    text-align: left;
    background-color: #F2F2F2;
    outline: none;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #315970;
    margin-bottom: 32px;
    padding: 8px 16px;
    height: auto;
    font-feature-settings: 'tnum' on, 'lnum' on;
}

.bootstrap-select .btn.dropdown-toggle {
    margin-bottom: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus,
input[type=password]:focus,
select.form-control:focus{
    outline:none;
    box-shadow: none;
    border: 1px solid #E0E0E0;
}

textarea {
   
}

input[type=submit] {
    background-color: transparent;
    border: 0;
    padding-right: 17px;
    background-image: url('../img/icon-arrow-right.svg');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 15px;
    line-height: 20px;
    color: #0069B4;
    margin-top: 26px;
    float: right;
}

label span {
    color: #e13131;
}

.bootstrap-select .btn.dropdown-toggle:hover, .bootstrap-select .btn.dropdown-toggle:focus {
    color: #315970;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #315970;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.back {
    background-color: transparent;
    border: 0;
    padding-left: 17px;
    background-image: url('../img/icon-arrow-left.svg');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 15px;
    line-height: 20px;
    color: #0069B4;
    margin-top: 26px;
    display: block;
}

.back:hover, .back:focus {
    color: #0069B4;
}

::-webkit-input-placeholder {
    color: #828282;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-moz-placeholder {
    color: #828282;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

::-moz-placeholder {
    color: #828282;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-ms-input-placeholder { 
    color: #828282;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input:focus::-webkit-input-placeholder {
   color: transparent;
}

input:focus:-moz-placeholder {
   color: transparent;
}

input:focus::-moz-placeholder {
   color: transparent;
}

input:focus:-ms-input-placeholder {  
   color: transparent;
}

form button {

}

.form-group {
    margin-bottom: 0;
}

.form-group.aux-selectpicker {
    margin-bottom: 32px;
}

.form-group.has-error input, .form-group.has-error select {
    margin-bottom: 0;
}

.list-unstyled {
    margin-bottom: 0;
}

.form-control-feedback {
    position: inherit;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0;
}

.has-danger .form-control {
    border-color: #e65252;
}

.form-text {
    display: block;
    margin-top: 0;
    font-size: 14px;
    line-height: 32px;
}

.form-text.with-errors {
    color: #e65252;
}

.bloco_programacao {
    width: 100%;
    display: block;
}

.bloco_programacao .item {
    background-color: #f1f1f1;
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
}

.force-vertical-row-center {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .vertical-row-center {
        display: flex;
        align-items: center;
    }

    .vertical-row-baseline {
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 768px) {
    .container {
        padding-right: 24px;
        padding-left: 24px;
        width: 100%;
    }

    .container-fluid {
        padding-right: 12px;
        padding-left: 12px;
    }

    .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 12px;
        padding-left: 12px;
    }

    .text-m-center, .text-m-center.text-right {
        text-align: center;
    }

    .margin-menu {
        margin-top: 64px;
    }

    .margintm48 {
        margin-top: 48px;
    }

    .margintm32 {
        margin-top: 32px;
    }

    .nomargintm {
        margin-top: 0;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h3 {
        font-size: 16px;
        line-height: 24px;
    }

    h2 {
        font-size: 16px;
        line-height: 24px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    section {
        padding: 64px 0;
    }

    section.max {
        padding: 80px 0;
    }

    .navbar-default {
        padding: 12px 0;
    }

    .logo {
        float: left;
    }

    .logo img {
        height: 34px;
    }

    .btn:not(.btn-default) {
        padding: 10px 16px;
        text-transform: lowercase;
    }

    footer {
        padding: 90px 0;
    }

    footer span {
        font-size: 32px;
        line-height: 36px;
        display: block;
        margin-bottom: 68px;
        margin-right: 0;
    }
}

@media (max-width: 410px) {
    footer a {
        margin: 0 12px;
    }

    footer a svg {
        height: 24px !important;
    }
}

label.opcao_votacao {
    display: block;
    position: relative;
    padding-right: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px solid #ADB4B7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
label.opcao_votacao input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    right: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #D8DFE2;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #FFF;
}

label.opcao_votacao:hover input ~ .checkmark {
    background-color: #FFF;
}

label.opcao_votacao input:checked ~ .checkmark {
    background-color: #FFF;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

label.opcao_votacao input:checked ~ .checkmark:after {
    display: block;
}

label.opcao_votacao .checkmark:after {
    background-color: #315970;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.modal {
    z-index: 999999999;
}

.modal-content {
    width: 370px;
    height:inherit;
    margin: 0 auto;
    pointer-events: all;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.modal .close-modal {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background-color: #FFF;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    right: 15px;
    top: 15px;
}

.modal .lr {
    z-index: 1051;
    width: 1px;
    height: 25px;
    background-color: #312783;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    margin: 2px 8px;
    cursor: pointer;
}

.modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 25px;
    background-color: #312783;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal-body {
    padding: 36px;
    background-color: #FFF;
    box-shadow: 0px 2px 15px rgba(44, 60, 140, 0.5);
    border-radius: 4px;
    text-align: center;
}

.modal h1 span {
    font-weight: 700;
}

.modal form {
    margin: 0;
}

.modal input[type=submit] {
    width: 100%;
}

.tag {
    border: 1px solid #ffcd28;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 22px 12px;
    width: 100%;
    font-weight: 700;
}

.resultados {
    display: flow-root;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px solid #ADB4B7;
}

.modal-content {
    width: 90%;
    max-width: 600px;
}

.modal h1 {
    /*font-size: 48px;
    line-height: 32px;*/
}

.modal h1 span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-top: 32px;
    display: block;
}

.modal form {
    margin-bottom: 0 !important;
}