/*Layout*/
@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('../Fonts/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('../Fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Semi Bold';
    src: url('../Fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../Fonts/Montserrat-Bold.ttf') format('truetype');
}

html,
body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 300px;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
    font-family: "Montserrat";
}

body > form {
    height: 100%;
    color: #083954;
    font-family: "Montserrat";
}

header {
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -100px;
    z-index: 1000;
}

header.shrink {
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
}

footer {
    width: 100%;
    background: #f7f7f7;
    padding: 30px 30px 20px 30px;
}

    footer a {
        color: #083954;
    }

        footer a:hover {
            text-decoration: none;
            color: #6ebfed;
        }

.footer-info {
    font-size: 13px;
    line-height: 20px;
    padding: 0px 30px;
}

.link-white {
    text-decoration: none;
    color: #fff;
}

    .link-white:hover {
        text-decoration: none;
        color: #6ebfed;
    }

.link-blue-ico {
    text-decoration: none;
    color: #3b92c4;
}

    .link-blue-ico:hover {
        text-decoration: none;
        color: #6ebfed;
    }

.link-blue-dark-ico {
    text-decoration: none;
    color: #083954;
}

    .link-blue-dark-ico:hover {
        text-decoration: none;
        color: #3b92c4;
    }

.font-white {
    color: #ffffff;
}

.font-gray {
    color: #f7f7f7;
}

.font-blue {
    color: #5d94cd;
}

.font-blue-ico {
    color: #3b92c4;
}

.font-blue-dark {
    color: #083954;
}

.font-bold {
    font-family: 'Montserrat Bold';
}

.background-gray {
    background-color: #f7f7f7;
}

.icon {
    display:inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
}

    .icon:hover {
        box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
        background-color: rgba(0,0,0,0.1);
        border-radius: 20px;
    }

.icon-app {
    text-decoration: none;
    padding: 0px 5px 10px 5px;
}

.social-media-group {
    text-align: center !important;
    padding: 10px 0px;
}

.title {
    float: left;
    padding: 8px 0px;
}

    .title a {
        font-weight: 600;
        font-size: 1.8em;
        color: #c7c7c7;
        text-decoration: none;
    }

    .title p {
        color: #b2b2b2;
        margin: 0;
    }

.expandBar {
    padding: 0px !important;
    width: 100%;
}

.neonHeader {
    height: 70px;    
}

.expandedPanel .neonHeader {
    height: 100%;
}

.neonLogo {
    margin: 15px;
}

.expandedPanel .neonLogo {
    display: none;
}

.neonLogin {
    margin: 7px 16px;
}

.headerShadow {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 20%);
}

.expandedPanel .headerShadow {
    box-shadow: none;
}

.panelContent {
    padding-top: 15px;
}

.expandedPanel .panelContent {
    padding-bottom: 15px;
}

.panelMenu {
    padding: 18px 10px 0px 20px;
}

.expandedPanel .panelMenu {
    padding: 10px 12px;
}

.expandedPanel .navMenu {
    width: 100%;
}

.flat-menu {
    margin-bottom: 10px;
}

.rounded-menu {
    border-radius: 8px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.expandedPanel .pull-right {
    float: none !important;
}

.expandedPanel .pull-left {
    float: none !important;
}

.loginButton {
    font-size: 11px;
    padding: 6px;
}

.expandedPanel .loginButton {
    width: 100%;
    text-align: left;
}

.expandedPanel .loginButton .dropdown-toggle {
    width: 100%;
}

.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

    .btnBackToTop i {
        font-size: 60px;
        color: #c7c7c7;
    }

.btnBackPage {
    background: none;
    margin: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

    .btnBackPage i {
        font-size: 40px;
        color: #c7c7c7;
    }

.btnNextPage {
    background: none;
    margin: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

    .btnNextPage i {
        font-size: 40px;
        color: #c7c7c7;
    }

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.stickyFooter {
    display: table-row;
    height: 1px;
    color: white;
    width: 100%;
}

.latestPosts li:not(:last-child) {
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/*Home*/
.mainText {
    margin: 0 auto;
}

.features {
    margin-top: 20px;
}

    .features center {
        text-align: center;
    }

    .features .media {
        margin-top: 20px;
    }

    .features .featureIcon {
        font-size: 30px;
    }

.marginTop20 {
    margin-top: 20px;
}

.marginTop40 {
    margin-top: 40px;
}

.customers .media {
    margin-top: 40px;
}

.home-link {
    padding: 5px;
    background-color: #f7f7f7;
    font-family: 'Montserrat Medium';
    font-size: 15px;
}

.home-top-search {
    background: url(../Content/Images/Banners/img-home-busca-vendas.png) 50% no-repeat;
    background-size: cover;
    text-align: left;
    height: 500px;
}

.home-top-see-more {
    background: url(../Content/Images/Banners/img-home-saiba-mais.png) 50% no-repeat;
    background-size: cover;
    text-align: left;
    height: 500px;
    padding: 30px 40px 30px 50px;
}
@media screen and (min-width: 768px) and (max-width: 970px) {
    .home-top-see-more {
        padding: 0px 40px 0px 35px;
    }
}

.home-top-see-more-title {
    font-family: 'Montserrat Bold';
    font-size: 25px;
    line-height: 29px;
    padding-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 920px) {
    .home-top-see-more-title {
        font-size: 23px;
        line-height: 27px;
    }
}

.home-top-see-more-text {
    font-size: 20px;
    line-height: 24px;
    padding-top: 30px
}
@media screen and (max-width: 920px) {
    .home-top-see-more-text {
        font-size: 19px;
        line-height: 21px;
    }
}

.home-top-see-more-link {
    font-family: 'Montserrat Bold';
    font-size: 23px;
    padding: 30px 0px 50px 0px;
}
@media screen and (max-width: 920px) {
    .home-top-see-more-link {
        font-size: 21px;
    }
}

.home-carousel {
    padding: 40px 20px 20px;
}
@media screen and (max-width: 540px) {
    .home-carousel {
        padding: 40px 10px 20px;
    }
}

.home-carousel-title {
    font-family: 'Montserrat Bold';
    font-size: 35px;
    line-height: 37px;
    padding-left: 40px;
    padding-bottom: 10px;
    text-align: left;
}
@media screen and (max-width: 765px) {
    .home-carousel-title {
        font-size: 31px;
        line-height: 33px;
        padding-left: 30px;
    }
}
@media screen and (max-width: 400px) {
    .home-carousel-title {
        font-size: 29px;
        line-height: 31px;
        text-align: center;
        padding-left: 0px;
    }
}

.box-carousel {
    margin: 30px 10px;
    padding: 30px;
    font-size: 18px;
    line-height: 20px;
    width: 300px;
    height: 330px;
    border-radius: 30px;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.1);
    position: relative;
    display: block;
}
@media screen and (max-width: 765px) {
    .box-carousel {
        padding: 20px;
        font-size: 16px;
        line-height: 18px;
        width: 230px;
        height: 300px;
    }
}

.box-carousel-arrow {
    width: 50px;
}
@media screen and (max-width: 765px) {
    .box-carousel-arrow {
        width: 30px;
    }
}

.box-carousel-title {
    font-family: 'Montserrat Bold';
    font-size: 24px;
    line-height: 26px;
    padding: 20px 0px;
}
@media screen and (max-width: 765px) {
    .box-carousel-title {
        font-size: 22px;
        line-height: 24px;
    }
}

.box-carousel-link {
    font-family: 'Montserrat Bold';
    font-size: 19px;
    line-height: 21px;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 60px)
}

.home-experience {
    background: url(../Content/Images/Banners/img-home-experiencia.png) 50% no-repeat;
    background-size: cover;
    color: white;
    padding: 0px 30px 0px 20px;
}

.home-experience-title {
    font-size: 43px;
    line-height: 49px;
    padding-top: 80px;
}
@media screen and (max-width: 850px) {
    .home-experience-title {
        font-size: 37px;
        line-height: 43px;
    }
}

.home-experience-text {
    font-size: 28px;
    line-height: 30px;
    padding-top: 28px
}
@media screen and (max-width: 850px) {
    .home-experience-text {
        font-size: 24px;
        line-height: 26px;
    }
}

.home-experience-link {
    font-size: 18px;
    line-height: 20px;
    padding: 40px 0px;
}

.box-search {
    width: 300px;
    position: relative;
    font-size: 28px;
    color: #3b92c4;
    background-color: #083954;
    border-radius: 30px;
    margin-left: 25px;
    padding: 10px;
    opacity: 0.8;
    font-size: 14px;
}

.home-search .search-title {
    font-family: Montserrat-Medium, sans-serif;
    font-size: 32px;
    max-width: 380px;
    min-height: 54px;
    text-align: center;
    line-height: 120%;
    color: #fff;
    margin: 10px 0px 40px;
    display: flex;
    justify-content: center;
    font-weight: 700;
}

@media screen and (max-width: 490px) {
    .home-search .search-title {
        font-size: 26px;
        max-width: 280px;
        margin: 10px 0px 20px;
    }
}

.home-search .form {
    max-width: 100%;
    margin-bottom: 20px;
}

.home-search .form .tab-box {
    width: 100%;
    max-width: 465px;
    padding: 0 2px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 490px) {
    .home-search .form .tab-box {
        padding: 0 15px;
    }
}

.home-search .form .tab-box .tab-btn {
    width: 33%;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 9px;
    border: 1px solid #067eb5;
    border-bottom: none;
    background-color: #0595c8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    transition: background .5s,color .5s;
}

.home-search .form .tab-box .tab-btn.active {
    background-color: #55b948;
}

.home-search .form .search-group label {
    font-size: 13px;
    font-weight: 400;
    width: auto;
    color: #033952;
    margin: 5px;
    display: block;
}

.home-search .form .search-group .form-control {
    width: 100%;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #878f9b;
    border: 1px solid #ccc;
    border-radius: 3px;
    resize: none;
}

.home-search .form .search-group .form-group {
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .home-search .form .search-group .flex-group.flex-fields .form-group,
    .home-search .form .search-group .form-group.flex-fields .form-group {
        width: calc(75% - 8px);
        flex-grow: 0;
    }
}

@media screen and (min-width: 1024px) {
    .home-search .form .search-group .flex-group.flex-fields .form-group:first-child, 
    .home-search form .search-group .form-group.flex-fields .form-group:first-child {
        width: calc(25% - 8px);
    }
}

.home-search .form .search-group .btn {
    font-size: 13px;
    width: 120px;
    color: #545558;
    background-color: #f5f5f5;
    margin-left: 10px;
    border: none;
    border-radius: 3px;
    transition: background-color .3s ease-in,color .5s;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%);
    display: inline-block;
    cursor: pointer;
}

.home-search .form .btn.active {
    color: #fff;
    background-color: #0595c8;
}

.home-search .form .btn.btn-buscar {
    width: 20%;
    height: 90%;
    color: #fff;
    margin: 0;
    background-color: #0595c8;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none;
    position:absolute
}

@media screen and (max-width: 420px) {
    .home-search .form .btn.btn-buscar {
        padding: 0;
    }
}

.home-search .form .search-group {
    color: #878f9b;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 0;
    background-color: hsla(0,0%,100%,.85);
    display: block;
}

@media screen and (min-width: 768px) {
    .home-search .form .search-group {
        width: 550px;
    }
}

@media screen and (min-width: 1024px) {
    .home-search .form .search-group {
        width: 750px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {
    .home-search .form .search-group {
        padding: 10px;
    }
}

@media screen and (max-width: 420px) {
    .home-search .form .search-group {
        padding: 5px;
    }
}

.flex-group {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.home-search .form .search-group .flex-group {
    border-radius: 3px;
    padding: 2px;
    position: relative;
    justify-content: space-between;
}

.home-search .form .search-group .flex-group.flex-fields {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .home-search .form .search-group .flex-group.flex-fields, .home-search form .search-group .form-group.flex-fields {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }
}

.home-search .form .search-group .flex-group.flex-btn-box {
    display: flex;
    justify-content: left;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .home-search .form .search-group .flex-group.flex-btn-box {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        margin-bottom: 15px;
    }
}

.home-search .form .search-group .fake-select {
    width: 100%;
    height: 44px;
    top: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #c8c9ce;
    position: relative;
}

.home-search .form .search-group .fake-select-box {
    position: relative;
}

.home-search .form .search-group .flex-group.flex-autocomplete {
    background-color: #fff;
    border: 1px solid #c8c9ce;
    display: block;
}

.home-search .form .search-group .autocomplete-wrapper input,
.home-search .form .search-group .autocomplete-wrapper input:focus,
.home-search .form .search-group .autocomplete-wrapper select,
.home-search .form .search-group .autocomplete-wrapper select:focus {
    border-color: transparent;
    box-shadow: none;
}

.home-search .form .search-group .autocomplete-wrapper .input-buscar {
    width: 80%;
    display: inline;
}

.home-search .form .search-group p.search-text-info {
    font-size: 13px;
    padding: 0 25px;
    font-weight: 400;
    text-align: center;
    color: #033952;
    margin: 0px;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .home-search .form .search-group p.search-text-info {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1024px) {
    .home-search .form .search-group p.search-text-info {
        padding-left: calc(25% + 15px);
    }
}

@media screen and (max-width: 490px) {
    .home-search .form .search-group p.search-text-info {
        font-size: 11px;
        padding: 0px;
    }
}

/* Politica Privacidade */
.politica-top {
    background: url(../Content/Images/Banners/img-politica-privacidade.png) 50% no-repeat;
    background-size: cover;
    text-align: left;
    height: 500px;
}

.politica-title {
    font-family: 'Montserrat Bold';
    font-size: 33px;
    line-height: 35px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1150px) {
    .politica-title {
        font-size: 29px;
        line-height: 31px;
    }
}

.politica-subtitle {
    font-family: 'Montserrat Bold';
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1150px) {
    .politica-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
}

.politica-text {
    padding: 80px;
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1150px) {
    .politica-text {
        font-size: 20px;
        line-height: 24px;
        padding: 50px;
    }
}
@media screen and (max-width: 650px) {
    .politica-text {
        padding: 30px;
    }
}

/*A Neon*/
.aneon-top {
    background: url(../Content/Images/Banners/img-a-neon.png) 50% no-repeat;
    background-size: cover;
    text-align: left;
    height: 500px;
}

.aneon {
    padding: 80px;
}
@media screen and (max-width: 1150px) {
    .aneon {
        padding: 50px;
    }
}
@media screen and (max-width: 650px) {
    .aneon {
        padding: 30px;
    }
}

.aneon-title {
    font-family: 'Montserrat Bold';
    font-size: 33px;
    line-height: 35px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1350px) {
    .aneon-title {
        font-size: 29px;
        line-height: 31px;
    }
}

.aneon-text {
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 26px;
    padding-right: 70px;
}
@media screen and (max-width: 1350px) {
    .aneon-text {
        font-size: 20px;
        line-height: 24px;
        padding-right: 0px;
    }
}

.aneon-build {
    width: 90%;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .aneon-build {
        max-width: 400px;
    }
}

.aneon-differential {
    padding: 70px;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 22px;
    color: white;
    background-color: #008ab9;
}
@media screen and (max-width: 1250px) {
    .aneon-differential {
        padding: 50px 20px;
    }
}
@media screen and (max-width: 650px) {
    .aneon-differential {
        padding: 40px 10px;
    }
}

.aneon-differential-title {
    font-family: 'Montserrat Bold';
    font-size: 31px;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.aneon-valor {
    background: url(../Content/Images/Banners/img-a-neon-2.png) 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    padding-left: 10%;
    padding-right: 10%;
    font-family: 'Montserrat Bold';
    font-size: 34px;
    line-height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 650px) {
    .aneon-valor {
        font-size: 30px;
        line-height: 36px;
    }
}
@media screen and (max-width: 470px) {
    .aneon-valor {
        font-size: 28px;
        line-height: 34px;
    }
}
@media screen and (max-width: 420px) {
    .aneon-valor {
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and (max-width: 370px) {
    .aneon-valor {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 339px) {
    .aneon-valor {
        font-size: 22px;
        line-height: 28px;
    }
}

.aneon-stamp {
    font-family: 'Montserrat';
    font-size: 31px;
    line-height: 34px;
    padding: 10px;
}
@media screen and (max-width: 550px) {
    .aneon-stamp {
        font-size: 27px;
        line-height: 30px;
    }
}

.aneon-stamp-text {
    padding: 30px; 
}

/*Condominios*/
.condominios-top {
    background: url(../Content/Images/Banners/img-condominios.png) 50% no-repeat;
    background-size: cover;
    text-align: left;
    height: 500px;
}

.condominios-top-logo {
    background-color: #083954;
    display: inline-block;
    height: 500px;
}
@media screen and (max-width: 991px) {
    .condominios-top-logo {
        width: 100%;
    }
}

.condominios-top-logo-bloco {
    text-align: center !important;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .condominios-top-logo-bloco {
        text-align: left !important;
        padding-left: 50px;
    }
}

.condominios-top-logo-text {
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    padding-top: 20px;
    padding-right: 15%;
    padding-left: calc(50% - 100px);
}
@media screen and (max-width: 991px) {
    .condominios-top-logo-text {
        padding-left: 00px;
    }
}

.condominios-solucoes {
    padding: 40px 60px 60px;
}
@media screen and (max-width: 650px) {
    .condominios-solucoes {
        padding: 40px 40px 40px;
    }
}
@media screen and (max-width: 560px) {
    .condominios-solucoes {
        padding: 40px 20px 30px;
    }
}

.condominios-solucoes-title {
    font-family: 'Montserrat Bold';
    font-size: 35px;
    line-height: 37px;
    padding-left: 10px;
}
@media screen and (max-width: 650px) {
    .condominios-solucoes-title {
        font-size: 32px;
        line-height: 34px;
    }
}

.condominios-solucoes-item {
    padding: 0px 25px;
}

.condominios-solucoes-top {
    height: 50px;
}
@media screen and (max-width: 560px) {
    .condominios-solucoes-top {
        height: 35px;
    }
}


.box-condominios {
    padding: 50px 40px;
    font-size: 18px;
    line-height: 22px;
    min-height: 450px;
    border-radius: 30px;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.1);
    position: relative;
}
@media screen and (max-width: 1539px) {
    .box-condominios {
        min-height: 480px;
    }
}
@media screen and (max-width: 1440px) {
    .box-condominios {
        min-height: 500px;
    }
}
@media screen and (max-width: 1275px) {
    .box-condominios {
        min-height: 550px;
    }
}
@media screen and (max-width: 1143px) {
    .box-condominios {
        min-height: 600px;
    }
}
@media screen and (max-width: 1022px) {
    .box-condominios {
        min-height: 660px;
    }
}
@media screen and (max-width: 991px) {
    .box-condominios {
        min-height: 0px;
    }
}
@media screen and (max-width: 520px) {
    .box-condominios {
        padding: 40px 20px;
    }
}

.box-condominios-title {
    font-family: 'Montserrat Bold';
    font-size: 30px;
    line-height: 32px;
    top: 15px;
}
@media screen and (max-width: 452px) {
    .box-condominios-title {
        font-size: 26px;
    }
}
@media screen and (max-width: 372px) {
    .box-condominios-title {
        font-size: 24px;
    }
}

.box-condominios-link {
    font-family: 'Montserrat Bold';
    font-size: 24px;
    line-height: 26px;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 100px)
}
@media screen and (max-width: 452px) {
    .box-condominios-link {
        font-size: 20px;
        left: calc(50% - 90px)
    }
}
@media screen and (max-width: 372px) {
    .box-condominios-link {
        font-size: 18px;
        left: 40px
    }
}

/*Neon Digital*/
.neon-digital {
    background: url(../Content/Images/Banners/img-neon-digital.png) 50% no-repeat;
    background-size: cover;
    text-align: left;
    height: 700px;
    width: 100%;
    font-family: 'Montserrat Bold';
    display: inline-block;
}

.neon-digital-title {
    font-size: 36px;
    line-height: 38px;
}
@media screen and (max-width: 460px) {
    .neon-digital-title {
        font-size: 32px;
        line-height: 34px;
    }
}

.neon-digital-text {
    font-size: 24px;
    line-height: 26px;
    padding: 30px 0px;
    opacity: 1 !important;
}
@media screen and (max-width: 460px) {
    .neon-digital-text {
        font-size: 22px;
        line-height: 24px;
    }
}

.neon-digital-text-2 {
    font-size: 18px;
    line-height: 20px;
    color: #3b92c4;
}

.box-login {
    max-width: 700px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    padding: 40px 30px 30px;
    font-size: 14px;
    background-color: rgb(255,255,255);
    background-color: rgb(255,255,255,0.75);
}
@media screen and (max-width: 991px) {
    .box-login {
        max-width: 400px;
        top: 45%;
        margin: 20px;
        padding: 30px 20px 20px;
    }
}

.box-login-field {
    vertical-align: middle;
    margin-top: 40px;
}

/*Esqueci Senha*/
.esqueci-senha {
    background-color: #5d94cd;
    text-align: left;
    height: 100%;
    width: 100%;
} 

.esqueci-senha-title {
    font-family: 'Montserrat Bold';
    font-size: 33px;
    line-height: 35px;
    padding-bottom: 30px;
}
@media screen and (max-width: 650px) {
    .esqueci-senha-title {
        font-size: 29px;
        line-height: 31px;
    }
}

.esqueci-senha-text {
    padding: 80px;
    font-family: 'Montserrat';
    color: white;
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 650px) {
    .esqueci-senha-text {
        padding: 30px;
        padding-bottom: 40px;
        font-size: 20px;
        line-height: 24px;
    }
}

.box-esqueci-senha {
    width: 100%;
    text-align: center;
    padding-top: 40px;  
}
@media screen and (max-width: 650px) {
    .box-esqueci-senha {
        padding-top: 20px;
    }
}

/* Numero Sorte */
.numero-sorte-top {
    background: url(../Content/Images/Banners/img-numero-sorte.png) 50% no-repeat;
    background-size: cover;
    text-align: left;
    height: 500px;
}

.numero-sorte-title {
    font-family: 'Montserrat Bold';
    font-size: 33px;
    line-height: 37px;
}
@media screen and (max-width: 1150px) {
    .numero-sorte-title {
        font-size: 29px;
        line-height: 33px;
    }
}

.numero-sorte-subtitle {
    font-family: 'Montserrat Bold';
    color: #5d94cd;
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1150px) {
    .numero-sortes-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
}

.numero-sorte-text {
    padding: 80px 80px 0px 80px;
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1150px) {
    .numero-sorte-text {
        padding: 50px 50px 0px 50px;
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 650px) {
    .numero-sorte-text {
        padding: 30px 30px 0px 30px;
    }
}

.form-numero-sorte {
    padding: 50px 120px;
    font-family: 'Montserrat';
}
@media screen and (max-width: 1150px) {
    .form-numero-sorte {
        padding: 40px 70px;
    }
}
@media screen and (max-width: 950px) {
    .form-numero-sorte {
        padding: 30px 50px;
    }
}
@media screen and (max-width: 767px) {
    .form-numero-sorte {
        padding: 30px 35px;
    }
}
@media screen and (max-width: 650px) {
    .form-numero-sorte {
        padding: 15px;
    }
}

/*Proposta*/
.proposta {
    background: url(../Content/Images/Banners/img-proposta.png) 50% no-repeat;
    background-size: cover;
    background-color: #f7f7f7;
    text-align: left;
    height: 720px;
    width: 100%;
    font-family: 'Montserrat';
    display: inline-block;
}

.proposta-title {
    font-family: 'Montserrat Bold';
    font-size: 20px;
    line-height: 22px;
}

.proposta-text {
    font-size: 17px;
    line-height: 19px;
    padding: 10px 0px;
    opacity: 1 !important;
}

.box-proposta {
    max-width: 550px;
    position: relative;
    margin: 0 auto;
    margin-left: 10%;
    margin-right: 10%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    padding: 40px 40px 10px 40px;
    background-color: rgb(255,255,255);
    background-color: rgb(255,255,255,0.75);
}
@media screen and (max-width: 600px) {
    .box-proposta {
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media screen and (max-width: 450px) {
    .box-proposta {
        padding: 20px 20px 5px 20px;
    }
}

/*Contato*/
.contato-top {
    background: url(../Content/Images/Banners/img-contato.png) 50% no-repeat;
    background-size: cover;
    text-align: left;
    height: 500px;
}

.contato-title {
    font-family: 'Montserrat Bold';
    font-size: 33px;
    line-height: 37px;
}
@media screen and (max-width: 1150px) {
    .contato-title {
        font-size: 29px;
        line-height: 33px;
    }
}

.contato-subtitle {
    font-family: 'Montserrat Bold';
    color: #5d94cd;
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1150px) {
    .contato-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
}

.contato-subtitle-2 {
    font-family: 'Montserrat Bold';
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1150px) {
    .contato-subtitle-2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.contato-text {
    padding: 80px 80px 0px 80px;
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1150px) {
    .contato-text {
        padding: 50px 50px 0px 50px;
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 650px) {
    .contato-text {
        padding: 30px 30px 0px 30px;
    }
}

.form-contato {
    padding: 50px 120px;
    font-family: 'Montserrat';
}
@media screen and (max-width: 1280px) {
    .form-contato {
        padding: 40px 65px;
    }
}
@media screen and (max-width: 1150px) {
    .form-contato {
        padding: 40px 35px;
    }
}
@media screen and (max-width: 650px) {
    .form-contato {
        padding: 30px 15px;
    }
}

.form-contato-formulario {
    background-color: #f2f2f2;
    padding: 20px;
    margin: 20px 15px;
}

.form-contato-formulario-title {
    font-family: 'Montserrat Bold';
    font-size: 20px;
    line-height: 22px;
}
@media screen and (max-width: 1150px) {
    .form-contato-formulario-title {
        font-size: 18px;
        line-height: 20px;
    }
}

.form-contato-formulario-text {
    font-size: 18px;
    line-height: 20px;
}
@media screen and (max-width: 1150px) {
    .form-contato-formulario-text {
        font-size: 16px;
        line-height: 18px;
    }
}

.form-contato-formulario-button {
    width: 200px;
}
@media screen and (max-width: 500px) {
    .form-contato-formulario-button {
        width: 100%;
    }
}

/*Noticias*/
.noticias {
    font-family: "Montserrat Light";
    color: #65676a;
    line-height: 22px;
}

.noticiaslink {
    font-style: italic;
    padding-right: 10px;
}

.noticiasdestaque {
    color: #1d8bbf;
    font-size: 16px;
    font-weight: bold;
}

.noticiastitulo {
    font-size: 16px;
    font-weight: bold;
}

.noticiasinfo {
    font-size: 12px;
    font-style: italic;
}

/*Noticia*/
.noticiatitulo {
    font-family: "Montserrat Medium";
    color: #65676a;
    letter-spacing: -1px;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 4px 0;
}

.noticiainfo {
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
}

.noticiafoto {
    background-color: #171717;
    text-align: center;
}

/* Forms */
#container-form {
    position: relative;
}

.form-group-login {
    margin: 20px;
    opacity: 1 !important;
}

.form-link-login {
    font-family: 'Montserrat Medium';
    font-size: 13px;
    line-height: 15px;
}

.form-control-login {
    font-family: "Montserrat Medium";
    color: #083954;
}

.form-control {
    font-family: "Montserrat Medium";
    color: #083954;
    font-size: 15px;
}

.form-control-combo {
    font-family: "Montserrat Medium";
    color: #083954;
    font-size: 15px;
}

.form-control-multiline {
    font-family: "Montserrat Medium";
    color: #083954;
    font-size: 15px;
}

.form-control-caption {
    color: #083954;
    font-size: 18px;
    font-family: "Montserrat Bold";
}

.form-control-error {
    color: red;
    font-family: "Montserrat Semi Bold";
}

.form-control-combo-item {
    font-family: "Montserrat Light";
}

.form-control-radiobuttonlist,
.form-control-radiobuttonlist table,
.form-control-radiobuttonlist td.dxe {
    color: #808285;
    font-size: 15px;
    border: none;
    margin: 0;
    padding: 0;
}

.form-control-btn {
    font-family: 'Montserrat Semi Bold';
    font-size: 16px;
    line-height: 18px;
}

.login-control {
    height: 30px;
    font-size: 12px;
}

/*Especifico*/
.img-responsive {
    display: inline-block;
}

.img-border {
    border: 1px solid #808285;
    margin-top: 5px;
}

.img-reduce-4 {
    width: 200px;
}

.img-reduce-lp {
    width: auto;
    height: 60vh;
}

.img-logo {
    border: 0px solid transparent;
    outline: transparent solid 0px;
    height: 40px;
}

.titleBlue {
    font-size: 20px;
    color: #1d8bbf;
}

.titleDif {
    background: #0088cc;
    color: white;
    padding: 5px 15px;
}

.msgRed {
    font-family: "Montserrat Semi Bold";
    font-size: 14px;
    color: red;
}

.acessoCondominio {
    padding-bottom: 5px;
    font-size: 13px;
    color: #083954;
    font-family: "Montserrat";
}

.acessoFacil {
    list-style: none;
    margin: 0;
    padding: 0;
}

.acessoFacil li {
    color: white;
    font-size: 20px;
    margin-left: 15px;
    margin: 10px 15px;
}

.acessoFacil li i {
    color: #5bc0de !important;
    margin-right: 15px;
    width: 40px;
    border: 1px solid #5bc0de;
    padding: 10px;
    text-align: center;
    border-radius: 4px
}

.acessoFacil li a {
    color: white !important;
}

.sedeDados li .fa {
    background-color: #1d8bbf;
}

.sedeDados li a {
    color: #1d8bbf !important;
}

.homeDestaque span {
    font-size: 70px;
    font-weight: 500;
    color: #5bc0de;
}

.msgRodapeText {
    font-size: 11px;
    line-height: 20px;
}

/* Seguro Pet*/
#sp-container-form {
    position: relative;
}

.sp-form {
    position: absolute;
    text-align: center;
    width: 37%;
    top: 75px;
    left: 45%;
    z-index: 10;
}

.sp-form-group {
    margin-bottom: 10px;
    text-align: left;
}

.sp-form-control {
    max-width: 400px;
    height: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px;
    margin: 0px;
    -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
}

.sp-page {
    height: 83vh;
}

.sp-enviar {
    background-image: url('Images/btn-enviar.png');
    width: 100px;
    height: 44px;
}

/* Seguro Conteudo*/
.fone0800 {
    color: white;
    background-color: #1d8bbf;
    font-weight: bold;
    margin: 5%;
    padding: 5%;
}

.foneBlack {
    line-height: 26px;
    font-weight: bold;
    margin: 5%;
}

.foneBlue {
    color: #1d8bbf;
}

.docs,
.docs:focus {
    color: #337ab7;
    text-decoration: none;
}

    .docs:hover {
        color: #47a8fc;
        text-decoration: none;
    }

/* Responsive */
/*@media (max-width: 1200px) {
    .sp-form-image {
        visibility: hidden;
        height: 0px;
    }

    .sp-form {
        position: relative;
        display: inline-block;
        width: 60%;
        top: 10px;
        left: 10px;
        z-index: 10;
    }

    .sp-form-control {
        max-width: 100%;
    }
}

@media (max-width: 799px) {
    .img-reduce-4 {
        width: 160px;
    }

    .fone0800 {
        font-size: 18px;
        line-height: 23px;
    }

    .foneBlack {
        font-size: 15px;
        line-height: 18px;
    }

    .foneBlue {
        font-size: 15px;
        line-height: 18px;
    }

    .btnBackPage,
    .btnBackPage i {
        visibility: hidden;
        width: 0px;
    }

    .btnNextPage,
    .btnNextPage i {
        visibility: hidden;
        width: 0px;
    }

    .sp-form-image {
        visibility: hidden;
        height: 0px;
    }

    .sp-form {
        padding: 10px;
        width: 80%;
    }

    .sp-page {
        height: 100%;
    }
}

@media (max-width: 479px) {
    .homeDestaque h2 {
        font-size: 2.0em;
    }

    .homeDestaque span {
        font-size: 50px;
    }

    .img-reduce-4 {
        width: 140px;
    }

    .fone0800 {
        font-size: 14px;
        line-height: 20px;
    }

    .foneBlack {
        font-size: 11px;
        line-height: 15px;
    }

    .foneBlue {
        font-size: 11px;
        line-height: 15px;
    }

    .sp-form {
        padding: 10px;
        width: 100%;
    }
}*/
