#posiciona {
    position: fixed;
    left: 50%;
    top: 38%;
    width: 500px;
    height: 500px;
    margin-left: -230px;
    margin-top: -125px;
    color: #FFF;
    background-color: #666;
    text-align: center;
    z-index: 99999;
    background-image: url(../img/popup.jpg);
    background-repeat: no-repeat;
    background-size: 500px 500px;
    box-shadow: black;
}


#fechar {
    margin: 15px;
    font-size: 12px;
    margin: 5px;
}

.close-popup {
    width: 20px;
    height: 20px;
    margin: 15px;
}

.backg-popup {
    background-color: #0000007a;
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    position: fixed;
}



@media screen and (min-width:375px) {
    #posiciona {
        left: 50%;
        top: 38%;
        width: 360px;
        height: 480px;
        margin-left: -180px;
        margin-top: -125px;
        z-index: 99999;
        background-size: 360px 480px;
    }
}

@media screen and (min-width:1200px) {
    #posiciona {
        left: 50%;
        top: 38%;
        width: 500px;
        height: 480px;
        margin-left: -220px;
        margin-top: -125px;
        z-index: 99999;
        background-size: 510px 480px;
    }
}

@media screen and (min-width:992px) {
    #posiciona {
        left: 50%;
        top: 38%;
        width: 500px;
        height: 480px;
        margin-left: -220px;
        margin-top: -125px;
        z-index: 99999;
        background-size: 510px 480px;
    }
}



    @media screen and (min-width:320px) {
    * {
        font-family: "Roboto";
    }
    li {
        font-size: initial;
    }
    /* Classes genericas - 320 - Inicio */
    /* input{

        border-radius: 0px !important;

    } */
    .img-center {
        margin: auto;
        display: block;
    }
    .ativo {
        color: #3263A5 !important;
        font-weight: 700;
    }
    .conteudo {
        padding: 25px 0px;
    }
    .conteudo .row {
        margin-bottom: 20px;
    }
    .col-reset-padding {
        padding: 0px;
    }
    .col-reset-padding-left {
        padding-left: 0px;
    }
    .col-reset-padding-right {
        padding-right: 0px;
    }
    .btn-primary {
        background-color: #3263A5;
        border-color: #3263A5;
    }
    .btn-primary:hover {
        background-color: #031850;
        border-color: #031850;
    }
    ul {
        list-style: none;
        padding: 0px;
    }
    a {
        text-decoration: none !important;
    }
    .titulo {
        color: #5C6369;
        font-weight: bold;
        font-size: 22px;
    }
    .btn-enviar {
        width: 100%;
        padding: 10px 20px;
        font-weight: bold;
    }
    .banner {
        width: 100%;
        height: 200px;
        text-align: center;
        display: table;
    }
    .navbar::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        border-bottom: 8px solid #3263A5;
    }
    .banner>.container {
        height: 100%;
    }
    /* Classes Genericas - 320 - Fim */
    /* Navbar Style - 320 - Inicio */
    .navbar {
        text-transform: uppercase;
        margin: -1px;
        border-left: none;
        border-right: none;
    }
    .navbar-default {
        background: #fff;
    }
    .navbar-header {
        height: 100px;
    }
    .navbar-brand img {
        width: 115px;
    }
    
   
    .navbar-toggle {
        margin-top: 30px;
        border-color: #3263A5!important;
    }
    .navbar-toggle:hover {
        background-color: #fff !important;
    }
    .navbar-toggle>.icon-bar {
        background: #3263A5 !important;
    }
    /* Navbar Style - 320 - Fim */
    /* Footer style - 320 - Inicio */
    .footer {
        background: #1E3B63;
        padding: 15px 0px;
        color: #fff;
    }
    .footer p {
        margin: 0px;
        font-size: 13px;
    }
    .rodape_img {
        text-align: right;
    }
    .rodape_img a:first-child {
        margin-right: 20px;
    }
    .banner h1 {
        color: #fff;
        font-size: 35px !important;
        text-shadow: 0px 0px 20px #000;
        font-weight: 400;
        float: right;
        margin-bottom: 0px;
        margin-top: 70px;
    }
    /* Footer style - 320 - Fim */
    /* Home Style - 320 - Inicio */
    .banner-home {
        background: url(../img/banner_home.jpg) center center;
        background-size: cover;
        width: 100%;
        height: 200px;
        text-align: left;
        display: table;
    }
    .banner-home h1 {
        font-weight: bold;
        color: #fff;
        font-size: 20px;
        margin-top: 70px;
        text-align: center;
        text-shadow: 0px 0px 20px #000
    }
    .panel-group {
        margin-bottom: 0px;
    }
    .panel-heading:after {
        height: 15px;
        width: 15px;
        float: right;
        content: " ";
        display: block;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: 2px solid #333;
        border-left: 2px solid #333;
    }
    .aberto:after {
        -ms-transform: rotate(135deg);
        margin-top: 5px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .panel, .panel-heading {
        border: none;
        border-radius: 0px;
        text-align: center;
        background: #EEEEEE;
        border-radius: 0px !important;
    }
    .panel-collapse {
        padding-bottom: 15px;
    }
    .panel-default>.panel-heading {
        background: #EEEEEE;
        font-size: 18px;
    }
    .panel-default>.panel-heading>a {
        color: #333;
        text-decoration: none !important;
    }
    .panel-group .sub-links {
        color: #333;
        text-decoration: underline;
        display: block;
        text-align: left;
    }
    input.usuario {
        background-image: url("../img/ic-usuario.png");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 8px 11px;
        text-indent: 22px;
        font-weight: bold;
        height: 42px;
        display: block !important;
    }
    input.senha {
        background-image: url("../img/ic-senha.png") !important;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 8px 11px;
        text-indent: 22px;
        font-weight: bold;
        height: 42px;
        display: block !important;
    }
    .sub-links {
        color: #333 !important;
    }
    .sub-links:hover {
        text-decoration: underline !important;
        cursor: pointer;
        color: #fff;
    }
    .btn-entrar {
        padding: 7px 16px;
        font-size: 16px;
        color: #fff !important;
        border-radius: 10px;
        width: 100%;
        background: #3364A6;
    }
    .btn-enviar {
        padding: 7px 16px;
        font-size: 16px;
        color: #fff !important;
        border-radius: 0px;
        width: 100%;
        background: #3364A6;
    }
    .btn-2via {
        background-color: #5B646B;
        width: 100%;
        color: #fff !important;
        padding: 10px 58px;
        background-image: url("../img/barcode.png");
        background-position: 20px 5px;
        background-repeat: no-repeat;
        background-size: 27px;
        border-radius: 0px;
        font-weight: bold;
    }
    .conteudo-home .btn-primary {
        float: right;
        margin: 20px 0px 0px 0px;
    }
    .checkmark {
        display: inline-block;
        float: left;
        margin-top: 5px;
        margin-left: 3px;
    }
    .checkmark:after {
        content: '';
        display: block;
        width: 8px;
        height: 16px;
        border: solid #50C246;
        margin-right: 15px;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    /* Home Style - 320 - Fim */
    /* Empresa Style - 320 - Inicio */
    .banner-empresa {
        background: url(../img/banner_empresa.jpg) center center;
        background-size: cover;
    }
    .conteudo-empresa ul li {
        padding-left: 20px;
    }
    /* Empresa Style - 320 - Fim */
    /* condominios Style - 320 - Inicio */
    .banner-condominios {
        background: url(../img/banner_condominios.jpg) center center;
        background-size: cover;
    }
    .conteudo-condominios .titulo {
        padding-left: 35px;
        font-size: 20px;
        background-repeat: no-repeat !important;
    }
    .conteudo-condominios .sindico {
        background: url(../img/ic-sindico.png);
    }
    .conteudo-condominios .pessoal {
        background: url(../img/ic-pessoal.png);
        background-size: 16px;
    }
    .conteudo-condominios .contabilidade {
        background: url(../img/ic-contabilidade.png);
        background-size: 24px;
    }
    .conteudo-condominios .cobranca {
        background: url(../img/ic-cobranca.png);
    }
    .conteudo-condominios .juridico {
        background: url(../img/ic-juridico.png);
    }
    .conteudo-condominios .online {
        background: url(../img/ic-online.png);
        background-size: 24px;
    }
    /* condominios Style - 320 - Fim */
    /* Proposta Style - 320 - Inicio */
    .banner-proposta {
        background: url(../img/banner_proposta.jpg) center center;
        background-size: cover;
        /* background-position: -30px 0px; */
    }
    .conteudo-proposta input, .conteudo-proposta textarea, .conteudo-proposta select {
        border: 1px solid #3263A5;
    }
    .fix-padding-prop:first-of-type {
        padding: 0px;
        margin-bottom: 15px;
    }
    .fix-padding-prop:last-of-type {
        padding: 0px;
    }
    /* Proposta Style - 320 - Fim */
    /* Contato Style - 320 - Inicio */
    .banner-contato {
        background: url(../img/banner_contato.jpg) center right;
        background-size: cover;
    }
    .conteudo-contato input, .conteudo-contato textarea, .conteudo-contato select {
        border: 1px solid #3263A5;
    }
    /* Contato Style - 320 - Fim */
    /* Footer Style - 320 Inicio */
    .icones-rodape {
        padding: 0px 0px 0px 30px;
    }
    .icones-rodape p {
        display: inline;
        padding-left: 18px;
    }
    .icones-rodape p:first-child {
        background: url(../img/ic-localizacao.png) no-repeat;
        background-size: 13px;
        background-position: 0px 2px;
        margin-right: 15px;
    }
    .icones-rodape p:nth-child(2) {
        background: url(../img/ic-telefone.png) no-repeat;
        background-size: 13px;
        background-position: 0px 2px;
        margin-right: 15px;
    }
    .icones-rodape p:last-child {
        background: url(../img/ic-email.png) no-repeat;
        background-size: 13px;
        background-position: 0px 3px;
    }
    /* Footer Style - 320 Fim */
}

@media screen and (min-width:768px) {
    /* Classes Genericas - 768 - Inicio */
    .conteudo {
        margin: 30px 0px;
    }
    .img-fix {
        width: 100%;
        max-width: 300px;
        margin: auto;
        display: block;
    }
    /* Classes Genericas - 768 - Fim */
    /*  */
    #Navbar1 ul li a {
        line-height: 73px;
        font-size: 16px;
    }
    /*  */
    /* Home Style - 768 - Inicio */
    .banner-home h1 {
        margin-top: 70px;
    }
    .box-login {
        background: #EEEEEE;
        padding: 10px 0px;
    }
    .conteudo-home .btn-primary {
        margin-bottom: 0px;
    }
    .banner-home h1 {
        font-size: 30px;
    }
    /* Home Style - 768 - Fim */
    /* Videos Style - 768 - Inicio */
    .videos {
        background-color: #EFEFEF;
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .videos h3 {
        color: #fff;
    }
    ul#bx-video-horizontal {
        margin: 0 auto;
        padding: 0;
    }
    ul#bx-video-horizontal li {
        width: 245px;
        display: inline;
        height: auto;
        display: block;
        text-align: center;
        margin-left: 25px;
        float: left;
    }
    ul#bx-video-horizontal li a {
        width: 95%;
        padding: 0px;
        margin: 0;
        background-color: #fff;
        line-height: 1.2em;
        margin: auto;
        display: block;
        padding: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
        height: 215px;
    }
    ul#bx-video-horizontal li a:hover {
        /* border: 1px solid #ddd; */
        background: #fff;
    }
    ul#bx-video-horizontal li a img {
        width: 100%;
        height: auto;
    }
    ul#bx-video-horizontal li a .dvTituloLista {
        font-size: 13px;
        font-weight: 700;
        margin: 10px 0 10px 0;
        text-transform: initial;
    }
    ul#bx-video-horizontal li a .dvChamadaLista {
        margin: 0 0 30px 0;
        color: #333;
        display: none;
    }
    .container.boxVideos h3 {
        color: #000;
        padding-top: 50px;
        margin: 0px;
        font-weight: 400;
    }
    /* Videos Style - 768 - Fim */
}

@media screen and (min-width:992px) {
    /* Classes Genericas - 992 - Inicio */
    .banner {
        height: 300px;
    }
    .banner h1 {
        line-height: 280px;
    }
    .conteudo .row {
        margin-bottom: 50px;
    }
    .img-fix {
        max-width: 350px;
    }
    /* p, li, .btn-primary {

        font-size: 16px;

    } */
    /* Classes Genericas - 992 - Fim */
    /* Home Style - 992 - Inicio */
    input.usuario, input.senha {
        width: 250px !important;
        margin-right: 15px;
    }
    .mg-top-992{
        margin-top: 100px;
    }
    /* Home Style - 992 - Fim */
    /* Condominios Style - 992 - Inicio */
    .border {
        border-left: 1px solid #E9E9E9;
        border-right: 1px solid #E9E9E9;
        padding: 0px 40px;
    }
    /* Condominios Style - 992 - Fim */
    /* Proposta Style 992 - Inicio */
    .fix-padding-prop:first-of-type {
        padding: 0px 10px 0px 0px;
    }
    .fix-padding-prop:last-of-type {
        padding: 0px 0px 0px 10px;
    }
    /* Proposta Style 992 - Fim */
    /* Videos Style 992 - Inicio */
    ul#bx-video-horizontal li {
        width: 148px;
        display: inline;
        height: auto;
        display: block;
        text-align: center;
        margin-left: 8px;
        float: left;
    }
    /* Videos Style 992 - Fim */
}

@media screen and (min-width: 1200px) {
    /* Classes Genericas - 1200 - Inicio */
    .banner {
        height: 375px;
    }
    .banner h1 {
        line-height: 250px;
        font-size: 45px !important;
    }
    .banner-home .sub-txt {
        font-size: 30px;
    }
    /* Classes Genericas - 1200 - Fim */
    /* Home Style - 1200 - Inicio */
    .banner-home {
        background-position: center center;
        height: 450px;
    }
    .banner-home h1 {
        margin-top: 200px;
    }
    /* Home Style - 1200 - Inicio */
    /* Videos Style - 1200 - Inicio */
    ul#bx-video-horizontal li {
        display: inline;
        height: auto;
        width: 165px;
        display: block;
        text-align: center;
        margin-left: 30px;
        float: left;
    }
    ul#bx-video-horizontal li:first-of-type {
        margin-left: 0px;
    }
    /* Videos Style - 1200 - Fim */
}

@media only screen and (min-width: 337px) {
    ul#bx-video-horizontal li {
        width: 210px;
        margin-left: 50px;
        float: left;
    }
}

@media only screen and (min-width: 433px) {
    ul#bx-video-horizontal li {
        width: 170px;
        margin-left: 20px;
        float: left;
    }
}

@media only screen and (min-width: 574px) {
    ul#bx-video-horizontal li {
        width: 145px;
        display: inline;
        height: auto;
        display: block;
        text-align: center;
        margin-left: 35px;
        float: left;
    }
}

@media only screen and (min-width: 594px) {
    ul#bx-video-horizontal li {
        width: 165px;
        display: inline;
        height: auto;
        display: block;
        text-align: center;
        margin-left: 20px;
        float: left;
    }
}

@media only screen and (min-width: 730px) {
    ul#bx-video-horizontal li {
        width: 215px;
        display: inline;
        height: auto;
        display: block;
        text-align: center;
        margin-left: 20px;
        float: left;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1470px) {
    .banner-contato {
        background-position: -355px 0px !important;
    }
}

@media only screen and (min-width: 1741px) {
    .banner-contato {
        background-position: 0px 0px;
    }
}