body {
    font-family: 'Open Sans', verdana, arial, sans-serif;
    background-color: #fdfdfd;
}


p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.bg-header {
    background: url('/Content/Site/Images/Interessado/header.jpg') no-repeat top center;
    min-height: 360px;
}

.monitor {
    margin-bottom: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 110px;
}

.logo {
    margin-top: 30px;
}

.destaques {
    margin-top: 50px;
    max-width: 515px;
}

.fileira {
    padding: 45px 0;
}

.conteudo {
    background-color: #006887;
    color: #fff;
}

.conteudo ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-top: 25px;
}

.conteudo ul li {
    margin-bottom: 15px;
}

.conteudo ul li span {
    display: block;
    font-size: 18px;
    color: #f39e00;
    font-weight: 600;
}

.conteudo ul li .ico-list {
    color: #4092ab;
    float: left;
    font-size: 36px;
    margin-right: 10px;
    margin-top: 4px;
    width: 40px;
}

h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 46px;
    color: #376885;
}

h2 {
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
    margin-top: 0px;
}

h2:after {
    content: '';
    display: block;
    width: 45px;
    bottom: -20px;
    position: absolute;
    margin-right: -100%;
    border-bottom: 5px solid #f39e00;
}

h3 {
    margin-top: 10px;
}

.panel-heading {font-size:21px; font-weight:500; line-height:26px; text-align:center; padding: 20px; text-transform:uppercase;}

/* Botões */

.butt-submit {
    text-align: center;
    padding: 14px 24px;
    border: 2px solid;
    font-weight: 800;
    border-radius: 6px;
    font-size: 18px;
    line-height: 21px;
    background: #f38400;
    color: #fff;
    border-color: #f38400;
}

.butt-submit:hover {
    background: #f39e00;
    color: #fff;
    border-color: #f39e00;
    text-decoration: none;
}

.btn {
    padding: 14px 24px;
    border: 2px solid;
    font-weight: 800;
    border-radius: 6px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
}

.btn-primary,
.btn-primary:visited {
    background: #f38400;
    color: #fff;
    border-color: #f38400;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background: #f39e00;
    color: #fff;
    border-color: #f39e00;
}

.btn-primary.active.focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #e8a828;
    border-color: #f39e00;
}

.btn-primary:active,
.btn-primary.active {
    background: #f39e00;
    box-shadow: none;
}

.btn-secondary,
.btn-secondary:visited {
    background: transparent;
    color: #c3c3c3;
    border-color: #c3c3c3;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    background: #c3c3c3;
    color: #fff;
    border-color: #c3c3c3;
}

.btn-secondary.active.focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
    color: #fff;
    background-color: #a8a8a8;
    border-color: #c3c3c3;
}

.btn-secondary:active,
.btn-secondary.active {
    background: #c3c3c3;
    box-shadow: none;
}



/* Fim Botões */


/* Conteúdo */


/* Fim Conteúdo */


/* Footer */

.page-footer {
    background-color: #E5E5E5;
    border-top: 4px solid #D6D6D6;
    padding: 25px 0px;
    color: #cccccc;
    font-size: 13px;
}

.page-footer a {
    font-weight: 600;
    color: #55B031;
    margin: 0 5px;
}

.page-footer a:hover {
    color: #65c340;
}

.page-footer span {
    color: #777777;
    margin: 0 5px;
}



/* Fim Footer */

.cta {
    float: right;
    margin-bottom: 0px;
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 991px) {

    .bg-header {
        background-position: left;
    }
    .cta {
        float: left;
    }
}

@media only screen and (max-width: 448px) {

    .bg-header {
        background-image: none;
    }
    .cta {
        float: left;
    }
}

#DivInteressado div.CidadeEditor_DivSelectedCidade input.CidadeEditor_TextBoxSelectedCidade {
    width: 80% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#DivInteressado button.CidadeEditor_ButtonChangeCidade {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 -4px !important;
    border-radius: 4px;
    width: 20% !important;
    min-width: 0 !important;
    height: 34px !important;
    font-size: 11px;
    line-height: 12px;
    vertical-align: top;
    color: #fff;
    background-color: #f39d00;
}
/*#DivInteressado button {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 0 25px 15px 0;
    line-height: normal;
    background-color: #f39d00;
    padding: 8px 20px;
}*/