body{
    background-color: #fff;
}

body{
    border-top: 306px solid #1E80C1;
}

h1,h2,h3,h4,h5,h6,p,span,label,li,a,label,input,select,textarea{
    font-family: 'Open Sans', sans-serif;
    color: #414042;
}

h1,h2,h3,h4,h5,h6{
    color: #33404A;
    margin: 0;
    font-weight: 600;
}

p{
    font-size: 15px;
}

strong{
    font-weight: 600;
}

::selection {
    background-color: #005CB9;
    color: #ffffff;
    text-shadow: none;
}
::-moz-selection {
    background: #005CB9;
    color: #ffffff;
    text-shadow: none;
}

.pagination a, 
.pagination span{
    padding: 18px;
    border: 1px solid #DDDDDD !important;
    font-size: 18px;
    color: #00345E;
    margin-right: -5px;
    display: inline-block;
}
.pagination{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 18px 3px 18px 0;
}

.label_39, #inner-chat-table, .button_1O{
    background-color: #ff8000 !important;
}

#preloader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: url('../images/preloader.gif') center no-repeat #fff;
}

.form-padrao input[type=radio] {
    float: left;
}

.form-padrao input:not([type="radio"]),
.form-padrao select,
.form-padrao textarea{
    border: 1px solid #C8C8C8;
    height: 40px;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
    color: #636363;
    outline: none;
    position: relative;
    margin-bottom: 8px;
}

.form-padrao input[type=file]{
    padding-top: 4px;
    width: 100%;
}

.form-padrao label{
    font-size: 14px;
    color: #636363;
    margin-bottom: 0;
    margin-left: 2px;
}

.form-padrao textarea{
    height: 136px;
    padding-top: 10px;
}

.form-padrao input:focus,
.form-padrao select:focus, 
.form-padrao textarea:focus{
    outline: none;
    box-shadow: 0 0 1px 2px rgba(255,255,255,0.5) !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form-padrao ::-ms-input-placeholder { color: #636363; }
.form-padrao :-ms-input-placeholder  { color: #636363; }
.form-padrao ::placeholder{ opacity: 1;color: #636363; }






#cabecalho{
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #DCDEE2;
}

#cabecalho.compressed_nav{
    box-shadow: 0 0 10px #777;
}

#pre_cab{
    border-bottom: 1px solid #BEBFC1;
}

.compressed_nav #pre_cab{
    display: none;
}

#pre_cab a,
#pre_cab span{
    display: inline-block;
    line-height: 35px;
    color: #33414A;
    font-size: 14px;
}

#pre_cab .item,
#pre_cab .menu_itens,
#pre_cab .contatos{
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #BEBFC1;
    padding: 0 15px;
}

#pre_cab .menu_itens,
#pre_cab .contatos{
    border-right: 0;
    padding: 0;
    border-left: 1px solid #BEBFC1;
}

#pre_cab .menu_itens a:hover,
#pre_cab .menu_itens a:focus{
    color: #005CB9;
    text-decoration: underline;
}

#pre_cab .contatos{
    float: right;
}

#pre_cab .contatos .item svg{
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
    color: #005CB9;
}

#pre_cab .contatos .item a:hover span,
#pre_cab .contatos .item a:focus span{
    color: #005CB9;
}

#pre_cab .contatos .item.redes svg{
    height: 23px;
    width: 23px;
    margin: -4px 0 0 2px;
    color: #34424A;
}
#pre_cab .contatos .item.redes a:hover svg,
#pre_cab .contatos .item.redes a:focus svg{
    color: #005CB9;
}

.navbar{
    padding: 0;
}

.navbar-brand{
    padding: 15px 0;
}

.logo_cab{
    height: 100px;
    margin-left: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.compressed_nav .logo_cab{
    height: 75px;
}

.nav-item svg{
    height: 25px;
    width: 25px;
    color: #34424A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    float: none;
}

.nav-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #34424A;
    line-height: 140%;
    font-weight: 600;
}

.nav-item a:hover svg,
.nav-item a:hover span{
    color: #0059B2;
}

.svg_whats{
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #60E427;
    margin-left: 5px;
}

#menu_maior{
    background-color: #1E80C1;
    text-align: center;
}

#menu_maior>a,
#menu_maior .dropdown>a{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 10px 50px;
    font-size: 14px;
    line-height: 20px;
    color: #DCDEE2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

#menu_maior .dropdown{
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

#menu_maior a.direct-link:not(:last-child):after{
    content: '';
    display: block;
    width: 2px;
    height: 70px;
    background-color: #18699E;
    border-left: 1px solid #208CD5;
    position: absolute;
    right: -3px;
    top: calc(50% - 35px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#menu_maior .dropdown.show>a,
#menu_maior a:hover{
    background-color: #00458A;
}

#menu_maior a .foto{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-radius: 50%;
    background-color: #DCDEE2;
    height: 95px;
    width: 95px;
    opacity: 1;
    border: 2px solid #004B97;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.compressed_nav #menu_maior a .foto{
    opacity: 0;
    height: 0;
    width: 0;
    margin-bottom: 0;
    border-width: 0;
}

.compressed_nav #menu_maior a:not(:last-child):after{
    height: 30px;
    top: calc(50% - 15px);
}










.form_busca_cab{
    position: relative;
}

#form_busca_cab_lg{
    display: inline-block;
    vertical-align: middle;
    width: 450px;
}

#form_busca_cab_tel{
    margin-bottom: 15px;
}

.form_busca_cab input{
    width: 100%;
    padding-left: 10px;
    padding-right: 50px;
    border: none;
    box-shadow: 0 3px 10px -5px #000;
    font-size: 15px;
    color: #33414A;
    font-style: italic;
    height: 40px;
}

.form_busca_cab button{
    background: transparent;
    border: none;
    width: 38px;
    height: 38px;
    background-image: url(../images/lupa_busca.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 1px;
    top: 1px;
}







#carousel_banners_inicial{
    position: relative;
    display: block;
    max-width: 1900px;
    margin: 0 auto;
}






































.blue_button{
    display: block;
    background-color: #1E80C1;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    width: 190px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blue_button:not(:disabled):hover,
.blue_button:not(:disabled):focus{
    background-color: #00458A;
    color: #fff;
    font-size: 18px;
}













.subtitle_int:after{
    content: '';
    display: block;
    width: 100%;
    max-width: 340px;
    height: 1px;
    background-color: #939393;
    margin: 5px 0 15px 0;
}

.subtitle_int svg{
    height: 40px;
    width: 40px;
    color: #28AADB;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.subtitle_int h2{
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    line-height: 130%;
    font-weight: 600;
}

.subtitle_int h2 small{
    font-size: 23px;
    color: #333333;
    line-height: 130%;
    font-weight: 600;
    display: block;
}











#destaques_index{
    margin: 80px 0;
}

.subtitulo_linhas .tit{
    display: block;
    font-size: 28px;
    color: #005BB8;
    text-align: center;
    width: 90%;
    margin: 0 auto 30px auto;
    border-bottom: 2px solid #E3E3E3;
    padding-bottom: 15px;
    position: relative;
    font-weight: normal;
}

.subtitulo_linhas .tit:after{
    content: '';
    display: block;
    position: absolute;
    width: 33%;
    left: 33%;
    bottom: -3px;
    height: 4px;
    background-color: #293547;
}










#conteudoAjax{
    margin-left: -5px;
    margin-right: -5px;
}

#conteudoAjax>div{
    padding-left: 5px;
    padding-right: 5px;
}

.codigo{
    font-size: 16px;
    color: #34424A;
    display: block;
    font-style: italic;
    margin-bottom: 15px;
}

.valor{
    color: #33404A;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #CDCDCD;
    display: none;
    /* ! provisório para nao permitir compra */
}

.caixa_foto_texto{
    display: block;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #CFCFCF;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.caixa_foto_texto .foto{
    margin-bottom: 10px;
    position: relative;
}

.caixa_foto_texto .ver_detalhes{
    line-height: 1px;
    width: calc(100% + 20px);
    position: absolute;
    text-align: center;
    background-color: #00468C;
    color: #fff;
    left: -10px;
    bottom: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}

.caixa_foto_texto .titulo{
    font-size: 18px;
    margin-bottom: 0;
    border-left: 3px solid #CDCDCD;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    min-height: 73px;
}

.caixa_foto_texto:hover{
    z-index: 5;
    box-shadow: 0px 0px 15px -8px #0059B2;
}

.caixa_foto_texto:hover .titulo,
.caixa_foto_texto:hover .valor{
    color: #00468C;
}

.caixa_foto_texto:hover .ver_detalhes{
    opacity: 1;
    line-height: 40px;
}


.video_institucional {
    width: 100%;
    background: #EAEBEE;
    background: linear-gradient(180deg, #EAEBEE 80%, transparent 20%);
    margin-left: 0;
    padding: 50px 0;
}

.video_institucional span::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0059B8;
}

.video_institucional h1 {
    color: #0059B8;
    font-size: 40px;
}

.video_institucional p {
    color: #0059B8;
    font-size: 20px;
    margin-bottom: 50px;
}

.video_institucional span {
    color: #0059B8;
    font-size: 18px;
    position: relative;
}

.video_institucional span svg {
    height: 22px;
    width: 22px;
    transform: translateY(5px);
}


.fotos_compartilhar_imovel{
    padding: 45px 0 0 0;
    background-color: #005CB9;
}

.fotos_compartilhar_imovel .owl-carousel{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.fotos_compartilhar_imovel .owl-carousel .owl-nav button.owl-next,
.fotos_compartilhar_imovel .owl-carousel .owl-nav button.owl-prev{
    outline: none !important;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px !important;
    margin: 0 !important;
}

.fotos_compartilhar_imovel .owl-nav button span{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}









.produto_int .foto_capa{
    border: 1px solid #BCC1CB;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.produto_int .foto_capa .lupa{
    position: absolute;
    right: 15px;
    top: 15px;
    height: 25px;
    width: 25px;
    color: #7B7B7B;
}

.produto_int .foto_capa:hover .lupa{
    display: none;
}

.produto_int .codigo,
.produto_int h1,
.produto_int .valor{
    color: #005BB8;
}

.produto_int h1{
    border-left: 3px solid #005CB9;
    padding-left: 15px;
}

.produto_int .valor{
    border-top: none;
    padding-top: 0;
    margin-top: 20px;
}

.produto_int .subtitulo_peq{
    color: #293547;
    font-size: 14px;
    border-top: 1px solid #BFBFBF;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.produto_int .subtitulo_peq:after{
    content: '';
    display: block;
    height: 2px;
    width: 48px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #293547;
}

.compartilhar{
    float: right;
    margin-top: -57px;
    position: relative;
    z-index: 1;
}

.compartilhar .favoritar{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.compartilhar.show .favoritar:hover{
    margin-right: 6px;
}

.compartilhar svg.share,
.compartilhar span{
    display: inline-block;
    vertical-align: middle;
    color: #293547;
    font-size: 14px;
}

.compartilhar svg.share{
    height: 30px;
    width: 30px;
    padding: 5px;
}

.compartilhar .links svg{
    height: 16px;
    width: 16px;
    color: #7C7C7C;
    display: inline-block;
    vertical-align: middle;
}

.compartilhar .links span{
    font-size: 12px;
    color: #7C7C7C;
    display: inline-block;
    vertical-align: middle;
}

.compartilhar .links a{
    float: left;
    margin: 0 5px;
    padding: 5px;
}

.compartilhar .links a:hover svg,
.compartilhar .links a:hover span{
    color: #00468C;
}

.dropdown-toggle-share{
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 5px;
}

.dropdown-toggle-share:focus{
    outline: none;
}

.dropdown-toggle-share:hover span,
.dropdown-toggle-share:hover svg,
.show .dropdown-toggle-share span,
.show .dropdown-toggle-share svg{
    color: #0059B2;
}

.dropdown-menu-share{
    padding: 2px 10px 5px 10px;
    text-align: center;
    margin-top: 7px;
    border-radius: 0;
    box-shadow: 0 0 10px -5px #000;
    width: 290px;
}

.produto_int .options_product{
    margin-bottom: 30px;
}

.produto_int .options_product label{
    margin: 0 5px 0 0;
    cursor: pointer;
}

.produto_int .options_product p{
    margin-bottom: 5px;
    font-size: 13px;
    color: #777777;
}

.produto_int .options_product>div{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

.produto_int .options_product .tamanhos{
    margin-right: 30px;
}

.produto_int .options_product .tamanhos span{
    width: 30px;
    display: inline-block;
    font-size: 13px;
    color: #505050;
    line-height: 28px;
    border: 1px solid #B4B4B4;
    background-color: #fff;
    text-align: center;
}

.produto_int .options_product .tamanhos label.active span{
    background-color: #B4B4B4;
    color: #fff;
}

.produto_int .options_product .cores,
.produto_int .options_product .cores label{
    width: 225px;    
}

.produto_int .options_product select{
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #B4B4B4;
    color: #505050;
    font-size: 13px;
    padding-left: 5px;
    background-color: #FCFCFC;
}

.btn_cinza_svg{
    background-color: #E3E3E3;
    font-size: 13px;
    color: #273346;
    display: inline-block;
    line-height: 20px;
    padding: 10px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_cinza_svg svg{
    height: 20px;
    width: 20px;
    margin-right: 5px;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}

.btn_cinza_svg:hover,
.btn_cinza_svg:focus{
    outline: none;
    background-color: #293547;
    color: #fff;
}

.produto_int .texto{
    margin: 15px 0 30px 0;
}

.produto_int .texto,
.produto_int .texto p,
.produto_int .texto li{
    font-size: 14px;
    color: #505050;
}

.produto_int .texto a{
    text-decoration: underline;
    color: inherit;
}

.botao_amarelo_svg{
    height: 70px;
    width: 290px;
    border: none;
    padding: 0;
    margin: 15px 0;
    background-color: #DE9C3A;
    display: none;
    /* ! provisório para nao permitir compra */
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.botao_amarelo_svg svg{
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: -3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.botao_amarelo_svg:not(:disabled):hover{
    background-color: #f5ad41;
}

.botao_amarelo_svg:hover svg{
    height: 30px;
    width: 30px;
}











.produto_int .depoimentos{
    margin: 30px 0;
}

.depoimentos .owl-carousel{
    margin: 75px auto;
}

.depoimentos .nome_votos{
    text-align: center;
}

.depoimentos .estrelas{
    height: 20px;
    width: 126px;
    display: block;
    margin: 0 auto 10px auto;
    color: #005CB9;
}

.depoimentos h3{
    color: #005CB9;
    font-size: 25px;
    margin-bottom: 15px;
}

.depoimentos h4,
.depoimentos h5{
    color: #505050;
    font-size: 18px;
    margin-bottom: 10px;
}

.depoimentos h5{
    font-size: 15px;
}

.depoimentos .aspas{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    color: #293547;
    padding-top: 10px;
}


.depoimentos .texto_dep{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    padding-left: 10px;
    padding-top: 20px;
}

.depoimentos .texto_dep,
.depoimentos .texto_dep li,
.depoimentos .texto_dep p{
    font-size: 14px;
    color: #505050;
}











.outros_produtos_int{
    background-color: #F0F0F0;
    padding: 50px 0;
    margin-top: 50px;
}













.conteudos_index .item{
    margin-bottom: 30px;
}

.conteudos_index h2{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0;
}








































.center-nav .owl-prev,
.center-nav .owl-next{
    float: left;
    position: absolute;
    bottom: calc(50% - 11px);
    display: inline-block;
}
.owl-nav svg{
    float: left;
    opacity: 0.6;
    height: 23px;
    width: 17px;
    color: #0059B2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: transparent;
}
.owl-nav svg:hover{
    opacity: 1;
}
.center-nav .owl-prev{
    left: 2%;
}
.center-nav .owl-next{
    right: 2%;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-theme .owl-nav.disabled+.owl-dots,
.owl-theme .owl-dots{
    margin-top: 20px;
}

.owl-theme .owl-dots button{
    outline-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    border: none;
    background: #0065c9;
    border-radius: 50%;
    opacity: 0.7;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #0065c9;
    opacity: 1;
}

#carousel_fotos{
    width: calc(100% - 80px);
    margin: 15px 40px;
    position: relative;
}
#carousel_fotos.center-nav .owl-prev{
    padding: 10px !important;
    bottom: calc(50% - 22px);
    left: -38px;
}
#carousel_fotos.center-nav .owl-next{
    padding: 10px !important;
    bottom: calc(50% - 22px);
    right: -38px;
}
















footer{
    background: #293547;
    margin-top: 100px;
}

footer svg{
    height: 23px;
    width: 23px;
    color: #FFFFFF;
}

footer .menu_newsletter{
    padding: 10px 0;
    background-color: #28AADB;
    border-bottom: 2px solid #fff;
}

footer .menu_newsletter .container>a{
    font-size: 15px;
    line-height: 180%;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    outline-color: #fff;
}

footer .menu_newsletter .container>a:hover,
footer .menu_newsletter .container>a:focus{
    color: #00468C;
}

.newsletter_rodape{
    float: right;
}

.newsletter_rodape svg,
.newsletter_rodape span,
.newsletter_rodape input,
.newsletter_rodape button{
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    font-size: 13px;
    color: #283446;
}

.newsletter_rodape input{
    height: 25px;
    width: 250px;
    background-color: transparent;
    border: none;
    padding-left: 5px;
    border-bottom: 1px solid #fff;
    outline-color: #fff;
}

.newsletter_rodape button{
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline-color: #fff;
}

.newsletter_rodape button img{
    height: 25px;
    width: 25px;
    float: left;
}

footer a,
footer a:hover,
footer a:focus{
    font-size: 15px;
    color: #fff;
}

footer .menu_newsletter a:hover,
footer .menu_newsletter a:focus{
    color: #fff;
    text-decoration: underline;
}

footer .item{
    display: inline-block;
    vertical-align: middle;
}

footer .logo{
    margin-top: 40px;
    margin-bottom: 40px;
}

footer .logo img{
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

footer .logo svg{
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    width: 23px;
    color: #FFFFFF;
}

footer .logo a:hover svg,
footer .logo a:focus svg{
    color: #28AADB;
} 

footer .item:not(.logo){
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
}

footer .item .svg_left{
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 40px;
    color: #fff;
    padding: 15px 10px;
    background-color: #005CB9;
}

footer .item h3{
    font-size: 13px;
    font-weight: normal;
    color: #FCFCFC;
    margin-bottom: 5px;
}

footer .item .conteudo{
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 10px;
}

footer .item .conteudo a{
    display: inline-block;
    font-size: 13px;
    line-height: 140%;
    color: #fff;
}

footer .item .conteudo a strong{
    font-size: 17px;
    line-height: 140%;
    color: inherit;
}

footer .item .conteudo a:hover,
footer .item .conteudo a:focus{
    color: #28AADB;
}

footer .whats svg{
    height: 18px;
    width: 18px;
    color: #7AD06D;
}

.separator{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.copyright{
    background-color: #DCDEE2;
    padding: 10px 0;
}

.copyright .container{
    position: relative;
}

.copyright .nome{
    font-size: 11px;
    color: #808796;
}

.svg_webde{
    position: absolute;
    right: 15px;
    top: -3px;
    padding: 10px;
    width: 87px;
    height: 33px;
    color: #727A81;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.svg_webde.hover,
a:hover .svg_webde:not(.hover),
a:focus .svg_webde:not(.hover){
    opacity: 0;
}

a:hover .svg_webde.hover,
a:focus .svg_webde.hover{
    opacity: 1;
    color: #28AADB;
}

a:focus .svg_webde.hover{
    outline: 3px solid #28AADB;
}














#breadcrumb{
    padding: 30px 0;
}

#breadcrumb p{
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 15px;
}

#breadcrumb p a{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #505050;
    text-transform: uppercase;
}

#breadcrumb p a:not(:last-child):after{
    content: '>';
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #505050;
    margin: 0 25px;
}

.titulo_int{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #042037;
}


.titulo_int_line{
    font-size: 28px;
    color: #0059B8;
    font-weight: 300;
    max-width: 830px;
    border-bottom: 2px solid #E3E3E3;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 5px;
}

.titulo_int_line:after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50%;
    height: 4px;
    background-color: #293547;
}







.transition_favoritar{
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#favoritar_animation{
    position: absolute;
    z-index: 99999;
}

#favoritar_animation svg{
    position: absolute;
    float: left;
    height: 25px;
    width: 25px;
    color: #0059B2;
}

.favoritar{
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.caixa_foto_texto .favoritar{
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 2;    
}

.content_favoritos_cab svg,
.favoritar svg{
    color: transparent;
    height: 24px;
    width: 26px;
    float: left;
}

.favoritar:hover svg,
.favoritar.selecionado svg{
    height: 28px;
    width: 30px;
}

.content_favoritos_cab svg.svg_sacola,
.favoritar.selecionado svg{
    color: #0059B2;
}

.content_favoritos_cab{
    display: inline-block;
    margin-right: 15px;
    min-width: 52px;
}

.content_favoritos_cab svg{
    color: rgba(255, 0, 0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content_favoritos_cab .content_favoritos_cab:hover svg{
    color: #0059B2;
}

.content_favoritos_cab .link_favoritos_subt{
    float: right;
    margin-right: -60px;
    padding: 15px 20px 12px 20px;
    background: #f2cb04;
    color: #042037;
    border-radius: 10px;
}

.content_favoritos_cab .link_favoritos_subt svg{
    height: 22px;
    width: 22px;
}

#form-fav{
    max-width: 420px;
    margin: 15px auto;
}












.iframe_video_int iframe{
    height: 340px;
    width: 100%;
    border: none;
}







.capa_int{
    border: 1px solid #BABABA;
    float: right;
    width: 45%;
    margin-left: 30px;
    margin-bottom: 30px;
}

.capa_int iframe{
    float: left;
    height: 340px;
    width: 100%;
    border: none;
}













.breadcrumb_tit_text{
    padding: 50px 0;
    background-color: #005CB9;
    margin-bottom: 50px;
    overflow: hidden;
}

.breadcrumb_tit_text h1{
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    padding-left: 100px;
    position: relative;
    z-index: 10;
}

.breadcrumb_tit_text h1,
.breadcrumb_tit_text h1 strong{
    color: #fff;
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
}

.breadcrumb_tit_text h1 strong{
    font-size: 33px;
    display: block;
}

.breadcrumb_tit_text .texto{
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}

.breadcrumb_tit_text .texto p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 130%;
}

.breadcrumb_tit_text .texto h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.breadcrumb_tit_text .texto h3 strong{
    color: #FFBF00;
}








.sobre_nos .texto{
    padding: 30px 0;
    text-align: justify;
}

.row_vmv{
    margin: 75px 0;
}

.row_vmv .item{
    padding: 0 50px;
    position: relative;
}

.row_vmv .item:not(:last-child):after{
    content: '';
    width: 2px;
    height: 100px;
    background-color: #E3E3E3;
    position: absolute;
    right: 0;
    top: 15px;
}

.row_vmv h2{
    color: #273346;
    font-size: 18px;
    margin: 0;
}

.row_vmv h2:after{
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background-color: #293547;
    margin-bottom: 15px;
}






#mapa_sobre iframe{
    margin: 50px 0;
    width: 100%;
    height: 450px;
    border: none;
}































.iframe_contato{
    width: 100%;
    border: none;
    height: 412px;
}






.content_favoritos_cab:not(.d-xl-none) svg{
    float: none;
}
#navbarCollapse .nav-item.item_div .conteudo{
    display: inline-block;
    vertical-align: middle;
}
#navbarCollapse .nav-item.item_div .conteudo>span{
    display: block;
}


.inline_middle{
    display: inline-block;
    vertical-align: middle;
}

button:not(:disabled){
    cursor: pointer;
}




.dropdown-toggle::after{
    vertical-align: middle;
    margin-top: -2px;
}

#menu_maior .dropdown-toggle::after{
    display: none;
}

body.marca_dagua_gallery .mfp-figure{
    position: relative;
}

body.marca_dagua_gallery .mfp-figure:before{
    content: url('../images/marca_dagua.png');
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close {
    right: 0;
    padding-right: 10px;
    top: -35px;
}

.mfp-close{
    text-shadow: 1px 1px 1px #000;
}


img.mfp-img {
    padding: 0;
    margin: 20px auto;
    border: 1px solid #fff;
}

.mfp-counter{
    display: none;
}

.mfp-figure{
    -webkit-transform: scale(0.9) translate(-1%, -1%);
    -moz-transform: scale(0.9) translate(-1%, -1%);
    -ms-transform: scale(0.9) translate(-1%, -1%);
    -o-transform: scale(0.9) translate(-1%, -1%);
    transform: scale(0.9) translate(-1%, -1%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0.5;
}

.mfp-figure.loaded{
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1;
}

.mfp-bottom-bar {
    margin-top: 0;
}

.animated.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navbar-toggler svg{
    height: 30px;
    width: 30px;
    color: #00345e;
}

.navbar-toggler:focus{
    outline-color: transparent;
}

.transition{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.no_pad{
    padding: 0;
}

a:hover, a:focus, a{
    color: inherit;
    text-decoration: none;
}

:disabled,
.disabled{
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

.delay-1{ animation-delay: .15s; }
.delay-2{ animation-delay: .3s; }
.delay-3{ animation-delay: .45s; }
.delay-4{ animation-delay: .6s; }
.delay-5{ animation-delay: .75s; }
.delay-6{ animation-delay: .90s; }
.delay-7{ animation-delay: 1.05s; }
.delay-8{ animation-delay: 1.20s; }

.m-b-0   { margin-bottom: 0px   !important; }
.m-b-5   { margin-bottom: 5px   !important; }
.m-b-10  { margin-bottom: 10px  !important; }
.m-b-15  { margin-bottom: 15px  !important; }
.m-b-20  { margin-bottom: 20px  !important; }
.m-b-25  { margin-bottom: 25px  !important; }
.m-b-30  { margin-bottom: 30px  !important; }
.m-b-35  { margin-bottom: 35px  !important; }
.m-b-40  { margin-bottom: 40px  !important; }
.m-b-45  { margin-bottom: 45px  !important; }
.m-b-50  { margin-bottom: 50px  !important; }
.m-b-55  { margin-bottom: 55px  !important; }
.m-b-60  { margin-bottom: 60px  !important; }
.m-b-65  { margin-bottom: 65px  !important; }
.m-b-70  { margin-bottom: 70px  !important; }
.m-b-75  { margin-bottom: 75px  !important; }
.m-b-80  { margin-bottom: 80px  !important; }
.m-b-85  { margin-bottom: 85px  !important; }
.m-b-90  { margin-bottom: 90px  !important; }
.m-b-95  { margin-bottom: 95px  !important; }
.m-b-100 { margin-bottom: 100px !important; }

@media (min-width: 768px){
    .lista_depoimentos .depoimentos{
        margin: 30px 0 150px 0;
    }
    .depoimentos .nome_votos{
        border-right: 1px solid #0059B2;
        padding-right: 15px;
    }
}

@media (min-width: 992px){    
    .breadcrumb_tit_text h1{
        position: relative;
        z-index: 1;
    }
    .breadcrumb_tit_text h1:before{
        content: '';
        display: block;
        width: 320px;
        height: 320px;
        border-radius: 30px;
        background-color: #CB2D32;
        position: absolute;
        z-index: -1;
        left: 15px;
        top: -60px;
        -moz-transform: rotate(-6deg);
        -webkit-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    .breadcrumb_tit_text .texto{
        position: relative;
        z-index: 2;
    }
}


@media (min-width: 1200px){
    .depoimentos .aspas{
        margin-left: 30px;
    }
    .breadcrumb_tit_text h1:before{
        left: 30px;
        top: -20px;
    }
    .row_vmn{
        margin-top: 30px;
    }
    .navbar-expand-xl{
        align-items: center;
        justify-content: space-between;
    }
    .navbar-expand-xl>div:first-child{
        margin-right: 50px;        
    }
    .content_favoritos_cab{
        margin-right: 0;
    }
    .navbar-expand-xl .navbar-nav {
        align-items: center;
        margin-left: auto;
    }
    .listagem_imoveis_caixa .owl-stage-outer {
        padding-top: 15px;
        padding-bottom: 130px;
    }
    #navbarCollapse .nav-link{
        font-size: 15px;
        color: #595959;        
        padding: 0 30px;
        margin-left: 10px;
    }
    #navbarCollapse .nav-link,
    #navbarCollapse .nav-link:hover,
    #navbarCollapse .nav-link:focus{
        text-transform: uppercase;
        line-height: 70px;
        position: relative;
    }
    #menu_maior .dropdown-menu{
        padding: 10px 5px 20px 5px;
        margin: 0;
        min-width: 295px;
        background-color: #074688;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
    }
    #menu_maior .dropdown-menu.menor{
        min-width: 500px;
    }
    #menu_maior .dropdown-menu a{
        font-size: 14px;
        text-transform: uppercase;
        color: #E7E9EB;
        float: left;
        width: calc(100% - 20px);
        margin: 5px 10px;
        padding: 8px;
        border-bottom: 1px dotted #fff;
        line-height: 140%;
        clear: unset;
        white-space: normal;
    }
    #menu_maior .dropdown-menu.menor a{
        width: calc(50% - 20px);
        margin: 5px 10px;
    }
    #menu_maior .dropdown-menu a:hover{
        color: #E7E9EB;
        background-color: #2681BF;
    }
}


@media (min-width: 1500px){
    .container{
        max-width: 1470px;
    }
    .col-xll-2{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}


@media (min-width: 1900px){
    #carousel_banners_inicial{
        min-height: 420px;
    }
}


@media (max-width: 1499px){
    footer .menu_newsletter{
        text-align: center;
    }
    .newsletter_rodape {
        float: none;
        display: block;
        margin: 20px 0 0 0;
    }
    .container-logo-dados{
        padding-bottom: 30px;
        text-align: center;
    }
    footer .item{
        text-align: left;
    }
    footer .logo{
        display: block;
        text-align: center;
    }
    footer .logo img{
        display: block;
        margin: 0 auto 15px auto;
    }
    #menu_maior>a, 
    #menu_maior .dropdown>a {
        padding: 10px 45px;
        font-size: 13px;
    }
    .video_institucional {
        background:#EAEBEE;
    }
}

@media (min-width: 1200px) and (max-width:1499px){
    #menu_maior>a, #menu_maior .dropdown>a {
        padding: 10px 27px;
    }
    footer .item:not(.logo) {
        margin: 0 25px;
    }
    #pre_cab .item,
    #pre_cab .menu_itens,
    #pre_cab .contatos {
        padding: 0 5px;
    }
    #form_busca_cab_lg{
        width: 300px;
    }
    #menu_maior a {
        padding: 10px 25px;
    }
    .breadcrumb_tit_text {
        padding: 35px 0;
    }
    .breadcrumb_tit_text h1 {
        font-size: 20px;
    }
    .breadcrumb_tit_text h1:before {
        left: 25px;
        top: -40px;
    }
    .breadcrumb_tit_text h1 strong {
        font-size: 26px;
    }
    .breadcrumb_tit_text .texto p {
        font-size: 15px;
    }
    .breadcrumb_tit_text .texto h3 {
        font-size: 17px;
    }
    .navbar-brand{
        margin-right: 30px;
    }
    #navbarCollapse .nav-link {
        padding: 0 10px;
        font-size: 14px;
    }
    .content_favoritos_cab {
        margin-left: 10px;
    }
    #cabecalho .contatos_redes .contatos {
        margin-right: 10px;
    }
    #wh-widget-send-button.wh-widget-right{
        bottom: -20px !important;
        right: -15px !important;
    }
}

@media (max-width:1199px){
    #navbarCollapse .nav-item.item_div{
        margin-bottom: 4px;
    }
    footer .item .conteudo{
        width: calc(100% - 60px);
        margin-top: 10px;
    }
    footer .item .conteudo a strong {
        font-size: 15px;
    }
    #pre_cab{
        display: none;
    }
    .caixa_foto_texto{
        text-align: center;
    }
    #navbarCollapse .nav-link {
        padding: 0 10px;
        font-size: 14px;
    }
    .content_favoritos_cab {
        margin-left: 10px;
    }
    .content_favoritos_cab a{
        float: left;
        padding: 5px;
        margin: 0 10px;
    }
    .navbar-nav .content_favoritos_cab {
        margin-top: 10px;
        margin-right: 0;
    }
    .navbar-nav .content_favoritos_cab a{
        float: none;
        padding: 0;
        margin: 0;
    }
    #cabecalho .contatos_redes .contatos {
        margin-right: 10px;
    }
    .navbar-nav{
        margin: 15px 0;
        border-bottom: none;
        padding-right: 15px;
        text-align: right;
        max-height: 450px;
        overflow: auto;
    }
    #cabecalho .dropdown.drop_prod>.dropdown-menu,
    #cabecalho .dropdown.drop_prod>.dropdown-menu .dropdown-menu{
        text-align: right;
        border: none;
        border-radius: 0;
        margin: 0 0 15px 0;
        padding-right: 15px;
    }
    #cabecalho .dropdown.drop_prod>.dropdown-menu .dropdown-menu{
        padding-top: 0;
        padding-right: 25px;
    }
    #cabecalho .dropdown.drop_prod .dropdown-menu a,
    #navbarCollapse .nav-link{
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        padding: 0;
        line-height: 30px;
        color: #00345e;
    }
    #navbarCollapse .dropdown.show>.nav-link,
    #navbarCollapse .nav-link.opened{
        font-weight: 600;
    }
    #cabecalho .dropdown.drop_prod>.dropdown-menu .dropdown-menu a{
        font-size: 12px;
    }
    .navbar-expand-xl .nav-item.show .nav-link{
        color: #00345e;
        font-weight: 600;
    }
    #cabecalho .dropdown-menu span{
        color: #b83437;
        font-weight: 600;
    }
    .dropdown-item {
        padding: 3px 10px;
    }
    .navbar-expand-xl .collapse:after{
        height: 30px;
    }
}

@media (min-width: 992px) and (max-width:1199px){
    footer .item:not(.logo) {
        margin: 0;
        width: 32%;
    }
    footer .item.email{
        padding-left: 40px;
    }
    body {
        border-top: 131px solid #dcdee2;
    }
    .navbar-brand{
        margin-right: 50px;
    }
    #form_busca_cab_lg{
        width: 350px;
    }
    .breadcrumb_tit_text h1{
        padding-left: 30px;
        font-size: 23px;
    }
    .breadcrumb_tit_text h1 strong {
        font-size: 28px;
    }
    .subtitle h2{
        font-size: 22px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 24px;
    }
    #navbarCollapse .nav-link{
        font-size: 18px;
    }
}

@media (max-width: 991px){
    footer .item:not(.logo) {
        display: block;
        text-align: center;
        margin: 0;
    }
    footer .item .conteudo{
        display: block;
        margin: 10px auto 30px auto;
    }
    .row_vmv .item {
        padding: 10px;
        position: relative;
    }
    footer .col-atendimento h2{
        margin-top: 25px;
        margin-bottom: 5px;
    }
    .link_favoritos_subt{
        display: none;
    }
    footer{
        text-align: center;
    }
    .capa_int iframe {
        height: 180px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 22px;
    }
    .video_institucional p {
        margin-bottom: 15px;
        text-align: justify;
    }
    .video_institucional .texto {
        margin-bottom: 20px;
    }
    .video_institucional span::after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    footer .item h3 {
        font-size: 16px;
    }
    footer .item .conteudo a {
        font-size: 16px;
    }
    footer .item .conteudo a strong{
        font-size: 18px;
    }
    .depoimentos h3 {
        font-size: 21px;
    }
    footer .menu_newsletter .container>a {
        font-size: 14px;
        padding: 0 10px;
    }
    .titulo_int_line{
        margin-bottom: 15px;
    }
    body {
        border-top: 105px solid #dcdee2;
    }
    .navbar-brand{
        margin-right: 30px;
    }
    #form_busca_cab_lg {
        width: 240px;
    }
    .breadcrumb_tit_text {
        padding: 20px 0;
    }
    .breadcrumb_tit_text h1 {
        font-size: 20px;
    }
    .breadcrumb_tit_text .texto h3 {
        font-size: 18px;
    }
    .breadcrumb_tit_text h1 strong {
        font-size: 26px;
    }
    .breadcrumb_tit_text h1,
    .breadcrumb_tit_text .texto{
        display: block;
        width: calc(100% - 40px);
        padding-left: 40px;
    }
    .compressed_nav .logo_cab,
    .logo_cab{
        height: 75px;
    }

}

@media (max-width: 767px){
    .depoimentos .aspas{
        height: 30px;
        width: 30px;
    }
    .depoimentos h3 {
        font-size: 21px;
    }
    footer .item .svg_left{
        display: none;
    }
    footer .item .conteudo{
        margin-bottom: 15px;
    }
    .separator {
        margin: 0 5px;
    }
    .botao_amarelo_svg {
        display: block;
        height: 50px;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .subtitulo_linhas .tit {
        font-size: 22px;
    }
    .depoimentos .texto_dep{
        width: 100%;
        padding-left: 0;
    }
    #breadcrumb{
        padding: 15px 0;
    }
    #breadcrumb p{
        margin-bottom: 0;
        padding-bottom: 7px;
    }
    #breadcrumb p a {
        font-size: 11px;
    }
    #breadcrumb p a:not(:last-child):after{
        margin: 0 5px 0 8px;
    }
    .navbar-toggler svg {
        height: 22px;
    }
    .content_favoritos_cab {
        margin-left: 0;
        margin-right: 0;
    }
    .content_favoritos_cab a{
        margin: 0 2px;
        font-size: 11px;
        line-height: 22px;
    }
    .content_favoritos_cab a svg{
        height: 22px;
        width: 22px;
        margin-right: 3px;
    }
    .navbar-nav .content_favoritos_cab{
        margin-top: 20px;        
    }
    .navbar-nav .content_favoritos_cab a{
        float: none;
        font-size: 16px;
    }
    .navbar-nav .nav-item a,
    .navbar-nav .nav-item a span{
        font-size: 14px !important;
        font-weight: normal !important;
    }
    .navbar-nav .nav-item a span small{
        font-size: 12px;
    }
    .compartilhar{
        margin-top: 0;
        margin-bottom: 15px;
    }
    .titulo_int_line{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .sobre_nos .texto{
        padding-top: 0;
    }
    .breadcrumb_tit_text{
        padding: 30px;
        text-align: center;
    }
    .breadcrumb_tit_text h1,
    .breadcrumb_tit_text .texto{
        display: block;
        width: 100%;
    }
    .breadcrumb_tit_text h1{
        padding-left: 0;
        font-size: 23px;
        margin-bottom: 5px;
    }
    .breadcrumb_tit_text h1 strong {
        font-size: 26px;
    }
    .breadcrumb_tit_text .texto p{
        font-size: 15px;
        text-align: left;
    }
    #cabecalho .contatos_redes .contatos span a{
        display: block;
        margin-bottom: 5px;
    }
    #cabecalho .contatos_redes .contatos .sep{
        display: none;
    }
    .caixa_foto_texto{
        margin-bottom: 50px;
    }
    .button_recaptcha{
        margin-bottom: 0;
    }
    .row_vmv{
        margin: 30px 0;
    }
    #mapa_sobre iframe {
        margin: 15px 0;
        height: 350px;
    }
    .navbar-brand {
        padding: 10px 0;
        margin-right: 0;
    }
    .logo_cab,
    .compressed_nav .logo_cab{
        height: 50px;
    }
    body{
        border-top-width: 70px;
    }
    .owl-theme .owl-dots .owl-dot span{
        height: 12px;
        width: 12px;
    }
    .titulo_int{
        font-size: 20px;
    }
    .iframe_contato{
        height: 350px;
    }
    .capa_int{
        width: 100%;
        margin-left: 0;
    }
    #cabecalho .contatos_redes .contatos{
        display: block;
        margin: 10px auto;
    }
    .hidden-xs{
        display: none !important;
    }
    .newsletter_rodape {
        margin: 20px 0;
    }
    .copyright {
        padding: 10px 0 45px 0;
        position: relative;
    }
    .svg_webde{
        top: 30px;
        left: calc(50% - 43px);
    }


}

@media print {
    body{
        padding-top: 0 !important;
        margin: 0;
    }
}