body {
    font-family: 'Montserrat', verdana, arial, sans-serif;
    background-color: #fff;
    font-size: 15px;
    color: #5f5f5f;
}

.modal-try {
    margin-top: 12px;
    font-size: 24px;
    color: #006887;
}

.alert-input {
    color: red;
    font-size: 12px;
}

.calculadora-link {
    position: relative;
}

.cta-calc .panel-body {
    padding: 20px 30px;
    background-color: #1553ab;
}

.cta-calc h5 {
    color: #fff;
}

.cta-calc .panel-default {
    border-color: #006fff;
}

.novo {
    color: #fff;
    background-color: #f39d00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 3px;
    position: absolute;
    top: 15px;
    right: -32px;
}

.precos .panel-heading {
    text-align: center;
    font-weight: 600;
}


.precos .panel-default .panel-body {
    color: #f39d00;
}

.precos .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #006887;
    border-color: #006887;
}

.precos .panel-info {
    border-color: #e8e8e8;
}

.navbar-toggle {
    margin-top: 0px;
}

.precos h2 {
    margin-bottom: 25px;
}

.bg-foto-sm {
    height: 300px;
    padding-top: 0px;
    background: url('/resorses/admin/dist/img/bg_header.jpg') no-repeat #ffffff;
    background-position: 50%;
    background-size: cover;
}

.btn-hidden {
    position: absolute;
    bottom: 20px;
    left: 0px;

}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    background-color: #f39d00;
    padding: 12px;
    font-weight: 500;
}

.tooltip-content {
    font-size: 15px;
    text-align: center;
}

.btn-hidden .btn {
    font-size: 18px;

}

.contato-tel-hidden span {
    font-weight: 600;
    display: block;
}

.contato-tel {
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
    display: block;
    float: right;
    padding: 12px 18px;
    border-radius: 6px;
    border: 1px solid #f39d00;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
}

.contato-tel span {
    font-weight: 600;
    display: block;
}

.bg-foto {
    height: 540px;
    padding-top: 32px;
    background: url('/resorses/admin/dist/img/bg_header.jpg') no-repeat center top #ffffff;
}

.bg-foto-sm {
    position: relative
}

img {
    margin: 7px 0px;
}

blockquote {
    margin: 10px 0 10px;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.blockquote-footer {
    color: #006887;
    margin-top: 10px;
}

.aviso {
    padding: 15px 0px;
    background-color: #006887;
    color: #fff;
    font-size: 14px;
}

.aviso a {
    font-size: 14px;
    font-weight: 600;
}

.banner-title {
    margin-top: 25px;
}

.low-padding {
    padding: 0px 0px;
}

.infos {
    background-color: #f3f3f3;
    padding: 25px 0;
    color: #616161;
}

.infos {
    font-size: 12px;
}

.infos strong {
    font-size: 13px;
    color: #616161;

    font-weight: 600;
}

.icone-diferencial {
    font-size: 36px;
    color: #f39d00;
}


.caracteristicas ul li {
    font-size: 17px;
    padding: 5px 0px;
    border-bottom: 1px dotted #e2e2e2;
}

.caracteristicas ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.caracteristicas ul li .fa-check-square {
    color: #376885;
    margin-right: 5px;
}

.mg-bt {
    margin-bottom: 25px;
}

.cta {
    height: 250px;
    background: url('/resorses/admin/dist/img/bg_contato.jpg') no-repeat center top #f0f0f8;
    margin-top: 25px;
}

.cta h5 {
    margin-top: 65px;
}

.contatos {
    background-color: #376885;
    padding: 40px 0px;
    color: #fff;
}

.contatos h4 {
    margin-top: 13px;
}

.contato-box {
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid #5b859e;
    border-radius: 6px;
    margin-left: 10px;
}

.contato-box .fa-envelope {
    color: #659dbf;
}

.contato-box .fa-phone {
    color: #659dbf;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: rgb(0, 0, 0, 0.5);
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 10px 15px;
    /* Some padding */
    border-radius: 4px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #666;
    /* Add a dark-grey background on hover */
}







/* unvisited link */

a {
    color: #293c64;
}

a:link {
    color: #337ab7;
}

.link-orange {
    color: #f39d00 !important;
    padding: 0px;
}





/* visited link */

a:visited {
    color: #337ab7;
}






/* mouse over link */

a:hover {
    color: #486195;
    text-decoration: none;
}






/* selected link */

a:active {
    color: #293c64;
}






/* TÃ­tulos */

.titulo {
    margin-top: 25px;
}

h1 {
    color: #376885;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 43px;
}

h2 {
    color: #333333;
    font-size: 30px;
    line-height: 35px;
    margin-top: 0px;
}

h3 {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 500;
}

h3 span {
    font-weight: 700;
    font-size: 60px;
    color: #006fff;
}

h5 {

    color: #333333;
    font-size: 24px;
    line-height: 29px;
    margin-top: 10px;
}






/* Fim TÃ­tulos */


/* NavegaÃ§Ã£o */

.logo-nav {
    margin-right: 35px;
}


nav a {
    padding: 15px;
    font-size: 17px;
}

.navbar {
    background-color: transparent;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-brand {
    float: left;
    height: 82px;
    padding: 15px 0 5px 0;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav {
    padding: 20px 0px;
}

.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

.anchor-padding {
    padding-top: 45px;
    padding-bottom: 0px;
}

.navbar-fixed-top {
    top: 0px;
    border-width: 0 0 1px;
}

.navbar-fixed-top.scrolled {
    background-color: rgba(255, 255, 255, 0.97) !important;
    transition: background-color 200ms linear;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    top: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}




/* Fim NavegaÃ§Ã£o */


/* BotÃµes */

.btn {
    padding: 12px 18px;
    border: 0;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
    line-height: 21px;
}

.btn-access {
    margin: 25px 0px !important;
    float: right;
}

.btn-try {
    margin: 25px 5px 25px 0px !important;
    float: right;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
}

.btn-primary,
.btn-primary:visited {
    background-color: #f39d00;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #f38f00;
    color: #fff !important;
}

.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: #f39d00;
}

.btn-primary:active,
.btn-primary.active {
    background: #f39d00;
    box-shadow: none;
}

.btn-secondary,
.btn-secondary:visited {
    background-color: #e0e0e0;
    color: #7f7f7f !important;
    margin-right: 10px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background: #d7d7d7;
    color: #fff;
}

.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: #e0e0e0;
}

.btn-secondary:active,
.btn-secondary.active {
    background: #c3c3c3;
    box-shadow: none;
}

.mrg-top-15 {
    margin-top: 15px;
}

.mrg-top-20 {
    margin-top: 20px;
}

.mrg-top-25 {
    margin-top: 25px;
}

.mrg-top-30 {
    margin-top: 30px;
}

.mrg-right-5 {
    margin-right: 5px;
}

.mrg-bottom-30{
     margin-bottom: 30px;
}

/* Fim BotÃµes */


/* ConteÃºdo */

.conteudo {
    margin-top: -100px;
    background-color: #fff;
    padding: 40px 50px 20px 50px;
    border-radius: 8px;
}

.conteudo .btn {
    margin-top: 10px;
}

.conteudo .etapa {
    font-size: 13px;
    color: #bfbfbf;
    margin-top: 0px;
    text-align: right;
    font-weight: 400;
}

.blue {
    color: #006fff;
    font-weight: 800;
    font-size: 15px;
}

.conteudo .header-etapa {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.form-group label {
    color: #376885;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
}


/* Fim ConteÃºdo */


/* Footer */

.page-footer {
    background-color: #f5f5f5;
    padding: 25px 0px;
}

.page-footer p {
    text-align: center;
    color: #636363;
    font-size: 13px;
}

.page-footer span {
    color: #e3e3e3;
    margin: 0 10px;
}

.logo-np {
    margin-top: 17px;
}





/* Fim Footer */


/* Extra Small Devices, Phones */

@media only screen and (min-width: 992px) {

    .titulo h1 {
        margin-top: 100px;
    }

    .navbar-nav {
        float: right;
    }
}

@media only screen and (min-width: 768px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

    .bg-foto {
        height: 300px;
        padding-top: 0px;
    }

    .titulo {
        margin-top: 0px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #fff;
    }

    .navbar-brand {
        padding: 7px 0 5px 0;
    }
}

@media only screen and (max-width: 767px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .bg-foto {
        background-image: none;
    }

    .btn-access,
    .btn-try {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
        float: left;
        margin-right: 5px !important;
    }
}

@media only screen and (max-width: 320px) {
    h1 {
        font-size: 33px;
        line-height: 39px;
    }

    .aviso {
        font-size: 12px;
    }

    .aviso a {
        font-size: 12px;
    }

    .infos {
        background-color: #f3f3f3;
        padding: 0px 0 25px;
        color: #616161;
    }

}

@media only screen and (max-width: 480px) {

    .low-padding {
        padding: 0 15px;
    }

    .infos {
        padding-top: 0px;
    }

    .conteudo {
        margin-top: 0px;
    }

    h1 {
        margin-top: 0px;
    }

    .navbar-brand img {
        margin-right: 0px;
    }

    header img {
        margin: 0px;
    }

    .bg-foto {
        height: 285px;
    }

    .logo-np {
        float: left !important;
    }

    .cta-calc h5 {
        text-align: center;
    }

    .cta-calc .btn-primary {
        display: block;
    }


    h4 {
        font-size: 23px;
        line-height: 28px;
    }

    h3 span {
        display: block;
        margin-bottom: 15px;
    }

    .diferenciais {
        margin-bottom: 10px;
    }

    .acesso .btn {
        float: left !important;
    }

    .contato-box {
        font-size: 16px;
        float: left !important;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .cta h5 {
        margin-top: 25px;
    }

    .logo-np {
        float: left !important;
        margin-top: 0px;
    }

    .bg-foto-sm {
        background-position: 50%;
    }

    .video {
        margin-bottom: 15px;
    }



    .navbar-fixed-top {
        top: 0px;
        border-width: 0 0 1px;
    }



    .navbar-nav {
        padding: 0px 0px;
    }

    .novo {

        top: 10px;
        left: 126px;
        right: auto;
    }

    #myBtn {

        bottom: 20px;
        /* Place the button at the bottom of the page */
        left: 30px;
        /* Place the button 30px from the right */

    }
}

@media only screen and (min-width: 992px) {
    .navbar-nav {
        float: left;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: transparent;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .nav > li > a {

        padding: 15px 8px;
        font-size: 16px;
    }

    .novo {
        top: 15px;
        right: -37px;
    }

    .h4,
    h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) and (min-width: 481px) {

    .bg-foto {
        height: 565px;
        padding-top: 25px;
    }

    .aviso,
    .aviso a {
        font-size: 12px;
    }

    .banner-title {
        margin-top: 130px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    .bg-foto {
        height: 200px;
        padding-top: 25px;
    }

    .banner-title {
        margin-top: 0px;
    }
}



#imgSollicita {
    position: fixed;
    /*display: block;*/
    width: 160px;
    height: 276px;
    background: url('/Content/admin/Images/Shared/Advertising/AdProdutos_PessoaJuridica.png');
    right: 0 !important;
    left: unset !important;
    top: 30%;
    z-index: 900;
    /*background-size: 100px 100px;*/
}

#linkSollicita {
    display: block;
    width: 160px;
    height: 276px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.carouselImg {
    position: fixed;
    /*display: block;*/
    width: 160px;
    height: 276px;
    /*background: url('/Content/admin/Images/Shared/Advertising/BannerContratosWeek2019.png');*/
    right: 0 !important;
    left: unset !important;
    top: 30%;
    z-index: 900;
    /*background-size: 100px 100px;*/
}

#linkProduto {
    margin: 227px auto 0px auto;
    display: block;
    width: 132px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 49px;
}

#ButtonLogIn {
    position: relative;
    z-index: 1000;
}

#DivLogIn_Form {
    position: absolute;
    z-index: 900;
    top: 71px;
    right: 58px;
    width: 200px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px rgba(243, 153, 0, 0.5);
}

#DivRecuperarSenha #DivLogIn_Form {
    width: 220px;
}

#DivLogIn_Form form {
    width: 100%;
}

#DivLogIn_Form label {
    display: block;
    margin: 4px 0 0;
}

#DivLogIn_Form input[type="text"],
#DivLogIn_Form input[type="password"] {
    position: relative;
    width: 100%;
    height: 34px;
    background: #fff;
    border: solid 1px #c3c4c5;
    line-height: 34px;
    padding-left: 34px;
    font-size: 14px;
    color: #999;
    margin: 4px 0;
    padding: 0 0 0 34px;
    box-sizing: border-box;
}

#DivLogIn_Form input[type="text"] {
    background: url('/Content/img/icone-login.png') no-repeat 10px center #fff;
}

#DivLogIn_Form input[type="password"] {
    background: url('/Content/img/icone-senha.png') no-repeat 10px center #fff;
}

#DivLogIn_Form span.field-validation-valid {
    display: none;
}

/*#DivLogIn_Form span.field-validation-error {
	margin: 5px 0 20px;
	text-align: center;
	color: #d00;
	font-size: 14px;
}*/
#DivLogIn_Form span.field-validation-error span {
    margin: 0;
    font-size: inherit;
    text-align: inherit;
}

/*.input-validation-error{
	border: 1px solid rgba(255,0,0,0.5) !important;
}*/

#ButtonSubmit {
    float: right;
    width: 100%;
    margin: 13px 0 0;
    padding: 8px 10px;
    overflow: visible;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    text-transform: none;
}

#ButtonSubmit:disabled {
    opacity: 0.5;
}

#ButtonRecuperarSenha {
    float: left;
    display: block;
    padding: 8px 2px;
    overflow: visible;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    text-transform: none;
}

#DivLogIn_BackDrop {
    position: fixed;
    z-index: 800;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-try-header {
    overflow: hidden;
}

#tawkchat-container {
    z-index: unset;
}

body {
    font-family: 'Montserrat', verdana, arial, sans-serif;
    background-color: #fff;
    font-size: 15px;
    color: #5f5f5f;
}

.depoimentos h2 {
    margin-bottom: 25px;
}

.controle {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 40%;
}


.controle .fa-caret-right {
    width: 30px;
    height: 30px;
}

.controle .fa-caret-left {
    width: 30px;
    height: 30px;
}

.controle.left {
    left: 0;
}

.controle.right {
    right: 0;
}

.modal-try {
    margin-top: 12px;
    font-size: 24px;
    color: #006887;
}

.alert-input {
    color: red;
    font-size: 12px;
}

.calculadora-link {
    position: relative;
}

.cta-calc .panel-body {
    padding: 20px 30px;
    background-color: #1553ab;
}

.cta-calc h5 {
    color: #fff;
}

.cta-calc .panel-default {
    border-color: #006fff;
}

.novo {
    color: #fff;
    background-color: #f39d00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 3px;
    position: absolute;
    top: 15px;
    right: -32px;
}

.precos .panel-heading {
    text-align: center;
    font-weight: 600;
}

.precos .panel-body {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.precos .panel-default .panel-body {
    color: #f39d00;
}

.precos .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #006887;
    border-color: #006887;
}

.precos .panel-info {
    border-color: #e8e8e8;
}

.navbar-toggle {
    margin-top: 23px;
}

.precos h2 {
    margin-bottom: 25px;
}

.bg-foto-sm {
    height: 300px;
    padding-top: 0px;
    background: url('/resorses/admin/dist/img/bg_header.jpg') no-repeat #ffffff;
    background-position: 50%;
    background-size: cover;
}

.btn-hidden {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    background-color: #f39d00;
    padding: 12px;
    font-weight: 500;
}

.tooltip-content {
    font-size: 15px;
    text-align: center;
}

.btn-hidden .btn {
    font-size: 18px;
}

.contato-tel-hidden span {
    font-weight: 600;
    display: block;
}

.contato-tel {
    font-size: 14px;
    line-height: 18px;
    margin-top: 50px;
    display: block;
    float: right;
    padding: 12px 18px;
    border-radius: 6px;
    border: 1px solid #337ab7;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
}

.contato-tel span {
    font-weight: 600;
    display: block;
}

.bg-foto {
    height: 540px;
    padding-top: 32px;
    background: url('/resorses/admin/dist/img/bg_header.jpg') no-repeat center top #ffffff;
}

.bg-foto-sm {
    position: relative
}

img {
    margin: 7px 0px;
}

blockquote {
    margin: 10px 25px;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    border: none;
    height: 250px;
}

.blockquote-footer {
    color: #006887;
    margin-top: 10px;
}

.aviso {
    padding: 15px 0px;
    background-color: #006887;
    color: #fff;
    font-size: 14px;
}

.aviso a {
    font-size: 14px;
    font-weight: 600;
}

.banner-title {
    margin-top: 25px;
}

.low-padding {
    padding: 0px 0px;
}

.infos {
    background-color: #f3f3f3;
    padding: 25px 0;
    color: #616161;
}

.infos {
    font-size: 12px;
}

.infos strong {
    font-size: 13px;
    color: #616161;

    font-weight: 600;
}

.icone-diferencial {
    font-size: 36px;
    color: #f39d00;
}


.caracteristicas ul li {
    font-size: 17px;
    padding: 5px 0px;
    border-bottom: 1px dotted #e2e2e2;
}

.caracteristicas ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.caracteristicas ul li .fa-check-square {
    color: #337ab7;
    margin-right: 5px;
}

.mg-bt {
    margin-bottom: 25px;
}

.cta {
    height: 250px;
    background: url('/resorses/admin/dist/img/bg_contato.jpg') no-repeat center top #ffffff;
    margin-top: 25px;
}

.cta h5 {
    margin-top: 65px;
}

.contatos {
    background-color: #337ab7;
    padding: 40px 0px;
    color: #fff;
}

.contatos h4 {
    margin-top: 13px;
}

.contato-box {
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    margin-left: 10px;
}

.contato-box .fa-envelope {
    color: #ffffff;
}

.contato-box .fa-phone {
    color: #ffffff;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: rgb(0, 0, 0, 0.5);
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 10px 15px;
    /* Some padding */
    border-radius: 4px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #666;
    /* Add a dark-grey background on hover */
}







/* unvisited link */

a {
    color: #337ab7;
}

a:link {
    color: #337ab7;
}

.link-orange {
    color: #f39d00 !important;
    padding: 0px;
}





/* visited link */

a:visited {
    color: #337ab7;
}






/* mouse over link */

a:hover {
    color: #486195;
    text-decoration: none;
}






/* selected link */

a:active {
    color: #293c64;
}






/* TÃƒÂ­tulos */

.titulo {
    margin-top: 25px;
}

h1 {
    color: #337ab7;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 43px;
}

h2 {
    color: #333333;
    font-size: 30px;
    line-height: 35px;
    margin-top: 0px;
}

h3 {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 500;
}

h3 span {
    font-weight: 700;
    font-size: 60px;
    color: #006fff;
}

h5 {
    color: #333333;
    font-size: 24px;
    line-height: 29px;
    margin-top: 10px;
}






/* Fim TÃƒÂ­tulos */


/* NavegaÃƒÂ§ÃƒÂ£o */

.logo-nav {
    margin-right: 35px;
}


nav a {
    padding: 15px;
    font-size: 17px;
}

.navbar {
    background-color: transparent;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-brand {
    float: left;
    height: 82px;
    padding: 15px 0 5px 0;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav {
    padding: 20px 0px;
}

.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

.anchor-padding {
    padding-top: 45px;
    padding-bottom: 0px;
}

.navbar-fixed-top {
    top: 0px;
    border-width: 0 0 1px;
}

.navbar-fixed-top.scrolled {
    background-color: rgba(255, 255, 255, 0.97) !important;
    transition: background-color 200ms linear;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    top: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}




/* Fim NavegaÃƒÂ§ÃƒÂ£o */


/* BotÃƒÂµes */

.btn {
    padding: 12px 18px;
    border: 0;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
    line-height: 21px;
}

.btn-access {
    margin: 25px 0px !important;
    float: right;
}

.btn-try {
    margin: 25px 5px 25px 0px !important;
    float: right;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
}

.btn-primary,
.btn-primary:visited {
    background-color: #f39d00;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #f38f00;
    color: #fff !important;
}

.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: #f39d00;
}

.btn-primary:active,
.btn-primary.active {
    background: #f39d00;
    box-shadow: none;
}

.btn-secondary,
.btn-secondary:visited {
    background-color: #337ab7;
    color: #ffffff !important;
    margin-right: 10px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background: #d0d0d0;
    color: #fff;
}

.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: #e0e0e0;
}

.btn-secondary:active,
.btn-secondary.active {
    background: #d6d6d6;
    box-shadow: none;
}

.mrg-top-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mrg-right-5 {
    margin-right: 5px;
}



/* Fim BotÃƒÂµes */


/* ConteÃƒÂºdo */

.conteudo {
    margin-top: -100px;
    background-color: #fff;
    padding: 40px 50px 20px 50px;
    border-radius: 8px;
}

.conteudo .btn {
    margin-top: 10px;
}

.conteudo .etapa {
    font-size: 13px;
    color: #bfbfbf;
    margin-top: 0px;
    text-align: right;
    font-weight: 400;
}

.blue {
    color: #006fff;
    font-weight: 800;
    font-size: 15px;
}

.conteudo .header-etapa {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.form-group label {
    color: #376885;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
}


/* Fim ConteÃƒÂºdo */


/* Footer */

.page-footer {
    background-color: #f5f5f5;
    padding: 25px 0px;
}

.page-footer p {
    text-align: center;
    color: #636363;
    font-size: 13px;
}

.page-footer span {
    color: #e3e3e3;
    margin: 0 10px;
}

.logo-np {
    margin-top: 17px;
}





/* Fim Footer */


/* Extra Small Devices, Phones */

@media only screen and (min-width: 992px) {

    .titulo h1 {
        margin-top: 100px;
    }

    .navbar-nav {
        float: right;
    }
}

@media only screen and (min-width: 768px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

    .bg-foto {
        height: 300px;
        padding-top: 0px;
    }

    .titulo {
        margin-top: 0px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #fff;
    }

    .navbar-brand {
        padding: 7px 0 5px 0;
    }
}

@media only screen and (max-width: 767px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .bg-foto {
        background-image: none;
    }

    .btn-access,
    .btn-try {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
        float: left;
        margin-right: 5px !important;
    }
}



@media only screen and (max-width: 320px) {
    h1 {
        font-size: 33px;
        line-height: 39px;
    }

    .aviso {
        font-size: 12px;
    }

    .aviso a {
        font-size: 12px;
    }

    .infos {
        background-color: #f3f3f3;
        padding: 0px 0 25px;
        color: #616161;
    }
}

@media only screen and (max-width: 480px) {

    .low-padding {
        padding: 0 15px;
    }

    .infos {
        padding-top: 0px;
    }

    .conteudo {
        margin-top: 0px;
    }

    blockquote {
        height: 376px;
    }

    h1 {
        margin-top: 0px;
    }

    .navbar-brand img {
        margin-right: 0px;
    }

    header img {
        margin: 0px;
    }

    .bg-foto {
        height: 100%;
    }

    .logo-np {
        float: left !important;
    }

    .cta-calc h5 {
        text-align: center;
    }

    .cta-calc .btn-primary {
        display: block;
    }


    h4 {
        font-size: 23px;
        line-height: 28px;
    }

    h3 span {
        display: block;
        margin-bottom: 15px;
    }

    .diferenciais {
        margin-bottom: 10px;
    }

    .acesso .btn {
        float: left !important;
    }

    .contato-box {
        font-size: 16px;
        float: left !important;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .cta h5 {
        margin-top: 25px;
    }

    .logo-np {
        float: left !important;
        margin-top: 0px;
    }

    .bg-foto-sm {
        background-position: 50%;
    }

    .video {
        margin-bottom: 15px;
    }



    .navbar-fixed-top {
        top: 0px;
        border-width: 0 0 1px;
    }



    .navbar-nav {
        padding: 0px 0px;
    }

    .novo {
        top: 10px;
        left: 126px;
        right: auto;
    }

    #myBtn {
        bottom: 20px;
        /* Place the button at the bottom of the page */
        left: 30px;
        /* Place the button 30px from the right */
    }
}

@media only screen and (min-width: 992px) {
    .navbar-nav {
        float: left;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: transparent;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .nav > li > a {
        padding: 15px 8px;
        font-size: 16px;
    }



    .novo {
        top: 15px;
        right: -37px;
    }

    .h4,
    h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) and (min-width: 481px) {

    .bg-foto {
        height: 565px;
        padding-top: 25px;
    }

    .aviso,
    .aviso a {
        font-size: 12px;
    }

    .banner-title {
        margin-top: 100px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .bg-foto {
        height: 100%;
        padding-top: 25px;
    }

    .banner-title {
        margin-top: 0px;
    }
}



#imgSollicita {
    position: fixed;
    /*display: block;*/
    width: 160px;
    height: 276px;
    background: url('/Content/admin/Images/Shared/Advertising/AdProdutos_PessoaJuridica.png');
    right: 0 !important;
    left: unset !important;
    top: 30%;
    z-index: 900;
    /*background-size: 100px 100px;*/
}

#linkSollicita {
    display: block;
    width: 160px;
    height: 276px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.carouselImg {
    position: fixed;
    /*display: block;*/
    width: 160px;
    height: 276px;
    /*background: url('/Content/admin/Images/Shared/Advertising/BannerContratosWeek2019.png');*/
    right: 0 !important;
    left: unset !important;
    top: 30%;
    z-index: 900;
    /*background-size: 100px 100px;*/
}

#linkProduto {
    margin: 227px auto 0px auto;
    display: block;
    width: 132px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 49px;
}

#ButtonLogIn {
    position: relative;
    z-index: 1000;
}

#DivLogIn_Form {
    position: absolute;
    z-index: 900;
    top: 71px;
    right: 58px;
    width: 200px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px rgba(243, 153, 0, 0.5);
}

#DivRecuperarSenha #DivLogIn_Form {
    width: 220px;
}

#DivLogIn_Form form {
    width: 100%;
}

#DivLogIn_Form label {
    display: block;
    margin: 4px 0 0;
}

#DivLogIn_Form input[type="text"],
#DivLogIn_Form input[type="password"] {
    position: relative;
    width: 100%;
    height: 34px;
    background: #fff;
    border: solid 1px #c3c4c5;
    line-height: 34px;
    padding-left: 34px;
    font-size: 14px;
    color: #999;
    margin: 4px 0;
    padding: 0 0 0 34px;
    box-sizing: border-box;
}

#DivLogIn_Form input[type="text"] {
    background: url('/Content/img/icone-login.png') no-repeat 10px center #fff;
}

#DivLogIn_Form input[type="password"] {
    background: url('/Content/img/icone-senha.png') no-repeat 10px center #fff;
}

#DivLogIn_Form span.field-validation-valid {
    display: none;
}

/*#DivLogIn_Form span.field-validation-error {
    margin: 5px 0 20px;
    text-align: center;
    color: #d00;
    font-size: 14px;
}*/
#DivLogIn_Form span.field-validation-error span {
    margin: 0;
    font-size: inherit;
    text-align: inherit;
}

/*.input-validation-error{
    border: 1px solid rgba(255,0,0,0.5) !important;
}*/

#ButtonSubmit {
    float: right;
    width: 100%;
    margin: 13px 0 0;
    padding: 8px 10px;
    overflow: visible;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    text-transform: none;
}

#ButtonSubmit:disabled {
    opacity: 0.5;
}

#ButtonRecuperarSenha {
    float: left;
    display: block;
    padding: 8px 2px;
    overflow: visible;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    text-transform: none;
}

#DivLogIn_BackDrop {
    position: fixed;
    z-index: 800;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-try-header {
    overflow: hidden;
}

#tawkchat-container {
    z-index: unset;
}

/******modal de saida***************/
.exit-modal .modal-landing-calculadora-heading {
    background-color: #ff9b00;
    text-align: center;
    padding: 20px 0;
}

.exit-modal .modal-content {
    border: none;
    background-image: url('/resorses/admin/dist/img/fundo_modal_uf_branco.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.exit-modal .modal-body {
    padding-bottom: 30px;
    overflow: hidden;
}

.modal-body .modal-landing-calculadora-img {
    display: block;
    margin: 30px auto 0 auto;
    max-width: 40%;
    float: none;
}

.exit-modal .modal-landing-calculadora-heading span {
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.05em;
    font-size: 30px;
    text-transform: uppercase;
}

.exit-modal .modal-landing-calculadora-body h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #006887;
}

.exit-modal .btn-modal-landing-calculadora,
.btn-modal-landing-calculadora:active,
.btn-modal-landing-calculadora:focus,
.btn-modal-landing-calculadora:focus-within,
.btn-modal-landing-calculadora:visited {
    width: 65%;
    margin: 0 auto;
    background-color: #ff9b00;
    color: #ffffff !important;
    border: none;
    border-radius: 50px;
    line-height: 20px;
    font-size: 20px;
}

.exit-modal .btn-modal-landing-calculadora:hover,
.btn-modal-landing-calculadora:active:hover {
    width: 65%;
    margin: 0 auto;
    background-color: #006887;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    line-height: 20px;
    font-size: 20px;
}

.exit-modal .close {
    margin-right: 40px;
    margin-left: -40px;
}

.login-logo {
    vertical-align: middle;
}

.login-logo a {
    display: flex;
    align-items: center;
    color: #444 !important;
    font-size: 35px;
    font-weight: 300;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    padding: 1px;
}

.login-logo a img {
    margin-right: 7px;
}

.login-logo b {
    font-weight: bolder;
}

/******modal de saida***************/
