/* HEADER */
@font-face {
    font-family: "Sansation_Regular";
    src: url(../font/Sansation_Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Sansation_Bold";
    src: url(../font/Sansation_Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Tangerine_Regular";
    src: url(../font/Tangerine_Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Tangerine_Bold";
    src: url(../font/Tangerine_Bold.ttf) format("truetype");
}

header, footer, article, aside, nav, section {
    display: block
}

/*--------------------*
*					  *
*        CORES        *
*					  *
*--------------------*/
.topo {
    border-bottom: 2px solid rgba(234, 234, 234, 0.87);
    box-shadow: 0 0px 16px rgba(234, 234, 234, 0.87);
    background-color: rgba(40, 59, 117, 0.92);
}

h1, h2, h3, h4, h5, h6 {
    color: #041344 !important;
}

.banner:before {
    background: rgba(53, 58, 62, 0.26);
}

.contato-topo {
    background: rgba(47, 42, 42, 0.92);
    color: #FFF !important;
    box-shadow: 0 0 8px rgb(255, 255, 255);
}

.caixa_busca {
    background: rgba(255, 255, 255, 0.52);
}

.btn-buscar {
    background: #041343;
    color: #FFF;
}

.btn-buscar:hover {
    background: #FF7D2B;
    transition: 1s all;
}

.color1 {
    color: rgb(4, 19, 67) !important;
}

.titulo_carrossel {
    color: #435061;
}

.titulo_carrossel:after {
    background-color: #041343;
}

.bairro_carrossel {
    color: #000;
}

.bairro_carrossel:hover {
    color: #000;
}

.valor_imovel {
    color: #041343;
}

.text_detalhes {
    color: #7e8c99;
}

.icon_detalhes {
    background: #F3F6F8;
    color: #7e8c99;
}

.localizacao_carrossel {
    border-top: 1px solid #F3F6F8;
}

.text-localizacao {
    color: #041343;
}

.icon_localizacao {
    color: #041343;
    margin-right: 5px;
}

footer:before {
    background: rgba(53, 58, 62, 0.7);
}

.titulo-footer {
    color: #FFFFFF;
}

.titulo-footer:after {
    background-color: #041343;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #FFF;
}

.atendimento_footer {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(246, 246, 246, 0.32);
}

.atendimento_footer:hover {
    background: rgba(255, 255, 255, 0.84);
    color: rgba(0, 0, 0, 0.74);
}

.border-bottom-solid {
    color: #041343;
    border-bottom: 2px solid #041343;
}

.circle-content {
    background-color: rgb(4, 19, 68);
}

.circle-content:hover {
    box-shadow: 0 0 8px rgba(4, 19, 68, 0.75);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: 0.5s all;
}

.icon-circle-content {
    color: #FFF;
}

.bt-navbar {
    color: #212121;
}

.item_info {
    background-color: #f4f4f4;
    border-left: 2px solid #041343;
}

/* 
*
*      ---- END CORES ----
*
*/

body {
    background-color: #FFF;
    font-family: Lato, Arial, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #333;
    margin: 0px;
    overflow-x: hidden;
}

/*--------------------*
*					  *
*       HEADER        *
*					  *
*--------------------*/
.tr_busca {
    display: block;
    float: left;
    width: 33.33%;
}

.topo {
    margin: 0px;
    width: 100%;
    min-height: 133px;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
}

.contato-topo {
    height: 40px;
    line-height: 40px;
    margin: 15px 10px 15px 10px;
    border-radius: 4px;
    color: #FFF;
    font-size: 18px;
    float: right;
    text-align: center;
    padding: 0px 15px;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
}

.wrap_campanha {
    background-color: #F0F0F0;
    padding: 40px 0px 60px 0px;
    height: auto;
    width: 100%;
    float: left;
}

nav {
    display: none;
    float: right;
    margin-top: 40px;
}

.bt-navbar {
    display: block;
    float: right;
    margin: 45px 8px 0px 0px;
    font-size: 17px;
    padding: 10px 15px;
    border: none;
}

.item_mobile {
    display: none;
}

.logomarca {
    width: 118px;
    height: 106px;
    margin-top: 13px;
    float: left;
    background-image: url(../imagens/logomarca-marcondes.png);
    background-repeat: no-repeat;
}

.banner {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    background-image: url(../imagens/banner_topo_1.png);
    background-size: cover;
    background-position-y: bottom;
    background-position-x: right;
    position: relative;
    padding: 0px 0px 50px 0px;
}

.banner:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
}

.height_busca {
    height: 300px;
}

.caixa_busca {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 20px 10px 20px 10px;
    margin-top: 20px;
    float: left;
}

#radioTipoAluguel {
    display: none;
}

#radioTipoVenda {
    display: none;
}

/* END HEADER */

/* BODY */

/* CONTEUDO HOME */
.back_grey {
    background-color: #EFEFEF;
}

.contato-home-parallax {
    padding: 60px 0;
    text-align: center;
    position: relative;
    background: url(../imagens/back_parallax_tela.jpg) 50% 0 repeat fixed;
    float: left;
    width: 100%;
}

.margin_descricao_atalhos {
    margin-bottom: 20px;
}

.itens_home {
    width: 80%;
    height: 80%;
    background-color: #1B9DDA;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* END CONTEÚDO HOME */

/* ÁREA DO CLIENTE */
.wrap_cliente {
    padding-bottom: 40px;
}

.circle-content {
    height: 145px;
    width: 145px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    cursor: pointer;
}

.icon-circle-content {
    font-size: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 170px;
    line-height: 145px;
    text-align: center;
}

/* END ÁREA DO CLIENTE */

/* LISTAGEM DE IMÓVEIS */
.item_busca {
    width: 100%;
    height: 180px;
    background-color: #CCC;
    float: left;
    margin: 5px;
}

.envolve_busca {
    width: 420px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.box_loading {
    width: 100px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 28px;
    margin-bottom: 100px;
}

.icon_loading {
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 45px;
    height: 45px;
}

/* END LISTAGEM DE IMÓVEIS */

/* DETALHES IMÓVEL */
.imagem_galeria_detalhes {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.titulo_h1 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
}

.imagem_galeria_detalhes img {
    height: 150px;
}

.item_info {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.titulo_detalhes {
    font-size: 26px;
    font-weight: bold;
    color: #435061;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
    margin-bottom: 20px;
    text-align: center;
}

.titulo_detalhes:after {
    height: 3px;
    width: 40px;
    display: block;
    clear: both;
    content: "";
    text-transform: uppercase;
    margin: 0px auto;
}

/* END DETALHES IMÓVEL */

/* FAVORITOS */
.btn-excluir {
    float: right;
    border: 0;
    border-radius: 4px;
    padding: 10px;
    background: #e74c3c;
    color: #FFF;
    margin: 20px 20px 0px 0px;
}

.btn-excluir:hover {
    background: #c0392b;
    color: #FFF;
    transition: 0.5s all;
}

/* END FAVORITOS */

/* IMPRIMIR */
.color-site {
    color: #041343;
}

.border-solid-imprimir {
    border-bottom: 2px solid #041343 !important;
}

.border-dotted-imprimir {
    border-bottom: 1px dotted #041343 !important;
}

/* IMPRIMIR */

/* SOBRE A EMPRESA */
.thumbnail-custom {
    margin: 10px 0px 20px 0px;
    padding: 5px;
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

/* END SOBRE A EMPRESA */

/* 
*
*      ---- END BODY ----
*
*/

/*--------------------*
*					  *
*        FOOTER       *
*					  *
*--------------------*/
footer {
    width: 100%;
    float: left;
    margin: 0px;
    background: url(../imagens/footer-bg.jpg);
    min-height: 200px;
    height: auto;
    font-size: 14px;
    color: #FFF;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
    position: relative;
}

footer:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
}

.titulo-footer {
    font-size: 26px;
    font-weight: bold;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.titulo-footer:after {
    height: 3px;
    width: 40px;
    display: block;
    clear: both;
    content: "";
    text-transform: uppercase;
}

.contatos_footer {
    line-height: 30px;
}

.atendimento_footer {
    width: 225px;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 2px;
}

.atendimento_footer:hover {
    transition: 0.5s all;
    cursor: pointer;
}

.barra_desenvolvido {
    background-color: #FFF;
    height: auto;
    min-height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
    margin: 0px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-desenvolvido {
    font-size: 13px;
}

.img_desenvolvido {
    margin: 0px auto auto auto;
}

/*
*
*      ---- END FOOTER ----
*
*/

/*--------------------*
*					  *
*  CLASSES DO PROJETO *
*					  *
*--------------------*/
.wrap_base {
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
}

.text_titulo_busca {
    font-family: Tangerine_Regular, sans-serif, Tahoma, Arial;
    color: #161b27;
    font-size: 50px;
    font-style: italic;
}

.input_busca {
    width: 100%;
    padding: 7px;
    height: 40px !important;
    background: #FFF;
}

.btn-busca {
    height: 38px;
    border: 0;
    width: 100%;
    color: #fff;
    background: #041343;
}

.sky-form {
    box-shadow: none;
    border: none;
}

.base {
    margin-left: auto;
    margin-right: auto;
}

.back_grey {
    background: #F6F6F6;
}

.btn-buscar {
    width: 100%;
    height: 40px;
    border: 1px;
    border-radius: 4px;
    font-size: 15px;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
}

.btn-buscar:hover {
    transition: 1s all;
}

.img_empresa {
    max-width: 40%;
    background: none;
    padding: 0px;
}

/* CARROSSEL */
.wrap_carrossel {
    padding: 40px 0px 40px 0px;
}

.carrossel_style {
    background: #FFF;
    margin: 20px 15px 0px 15px;
    border-radius: 2px;
    padding: 0px;
    margin-bottom: 20px;
}

.bairro_carrossel {
    margin-left: 20px;
    font-size: 16px;
    float: left;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
    margin-top: 10px;
}

.text_detalhes {
    margin-left: 20px;
    font-size: 14px;
    float: left;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
    margin-top: 10px;
}

.icon_detalhes {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
    float: right;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-right: 20px;
}

.img-carrossel {
    width: 100%;
    height: 230px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
}

.titulo_carrossel {
    font-size: 26px;
    font-weight: bold;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
    text-align: left;
    margin-bottom: 20px;
}

.localizacao_carrossel {
    height: 50px;
    float: left;
    margin-top: 20px;
    line-height: 30px;
}

.titulo_carrossel:after {
    height: 3px;
    width: 40px;
    display: block;
    clear: both;
    content: "";
    text-transform: uppercase;
}

.icon_localizacao {
    margin-right: 5px;
}

.text-localizacao {
    font-weight: bold;
    font-size: 18px;
}

.valor_imovel {
    font-size: 16px;
    margin-left: 20px;
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
    font-weight: bold;
}

/* CARROSSEL */

/* BUSCA */
.transition_5 {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bt_bairro {
    display: block;
    float: left;
    padding: 3px 10px;
    height: 40px;
    line-height: 34px;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #BBB;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
}

.bt_bairro {
    background-color: #FFF;
}

.input_100 {
    width: 100%;
}

/* BUSCA */

.overflow-x-hidden {
    overflow-x: hidden;
}

.padding_bottom_30 {
    padding-bottom: 30px;
}

.height-25 {
    height: 25px;
    line-height: 25px;
    display: inline-table;
}

.titulo_sans {
    font-family: Sansation_Regular, sans-serif, Tahoma, Arial;
    color: #B92428;
    font-size: 18px;
}

.text-12 {
    font-size: 12px;
}

.text-16 {
    font-size: 16px;
}

.padding-right-none {
    padding-right: 0px;
}

.padding-left-none {
    padding-left: 0px;
}

.img_home {
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.height-80 {
    height: 80px;
}

.padding_img_detalhes {
    padding: 0px 10px 0px 0px;
}

.nav-tabs > li > a {
    margin-right: 5px;
}

.margin-top-5 {
    margin-top: 5px;
}

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

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

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

.margin-left-20 {
    margin-left: 20px
}

.text-white {
    color: #FFF;
}

.float-right {
    float: right;
}

.img_center {
    display: block;
    float: initial;
    margin-left: auto;
    margin-right: auto;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.close {
    opacity: 1;
    color: #B6C6CE;
}

.active_busca_site {
    background: #041343 !important;
    color: #FFF !important;
}

}
/* 
*
*      ---- END CLASSES DO PROJETO ----
*
*/

/*--------------------*
*					  *
*     MEDIAQUERIES    *
*					  *
*--------------------*/

/* CELULARES */
@media screen and (max-width: 480px){
.base {
	width: 100%;
}
.contato-topo { 
    height: auto;
}
.mobile-topo{
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.mobile_block {
	display: block;
}

.mobile_none {
	display: none;
}

.img_empresa {
	max-width: 100%;
}

.col_item_busca_mobile {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.sorting-block .sorting-grid .mix {
	margin-bottom: 5px;
}

.logomarca {
	margin-top: 18px !important
}

.topo {
	height: 70px;
	width: 100%;
}

.bt-refinar {
	margin-top: -11px;
}

.bt_busca_site {
	margin-bottom: 15px;
}

.logomarca {
	width: 160px;
	height: 106px;
	margin-top: 32px;
	margin-left: 8px;
	float: left;
	background-image: url(../imagens/logomarca-marcondes.png);
}

.height_busca {
	height: auto;
}

.height_img {
	height: 150px;
}

.contato-topo {
	display: none;
}

footer {
	padding-bottom: 30px;
	text-align: center;
}

.titulo-footer {
	text-align: center;
}

.titulo-footer:after {
	margin-left: auto;
	margin-right: auto;
}

.atendimento_footer {
	margin-left: auto;
	margin-right: auto;
}

.height-25 {
	text-align: center;
}

.img-carrossel {
	height: 260px;
}

/* MENU */
.bt-navbar {
	display: block !important;
}

nav {
	display: block;
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 13px;
	z-index: 99;
	position: relative;
}

nav ul {
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	float: left;
}

nav ul li {
	list-style: none;
	display: block;
	margin: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

nav ul li a {
	width: 100%;
	float: left;
	padding: 5px;
	text-decoration: none;
	color: #333;
	background-color: #F4f4f4;
	margin-bottom: 3px;
}

nav ul li a:hover {
	text-decoration: none;
	font-weight: bold;
}

.nav_on {
	display: inline;
	width: 100%;
	float: left;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(40, 59, 117, 0.92);
	margin-bottom: 0px;
}

.bts_finalidade {
	width: 100%;
	height: 70px;
}

/* MENU */
/* BANNER */
.banner {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	background-image: url(http://www.universalsoftware.com.br/modelos-sites/modelo01/imagens/back_mobile.jpg);
	background-size: cover;
}

/* BANNER */
/* BODY */
.col-mobile {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.img_home, .img-responsive {
	height: auto;
}

.envolve_busca {
	width: 100%;
	height: auto;
}

.imagem_galeria_detalhes img {
	height: auto;
}

/* BODY */
.active_busca_site, .desactive_busca_site, .bt_busca_site {
	width: 100%;
	height: 30px;
}

#BtCheckVenda {
	margin-left: 0px;
	margin-top: 10px;
}

.item_mobile {
	display: block;
}

.item_desktop {
	display: none;
}

.tab-v1 .nav-tabs {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.nav-tabs > li {
	width: 100%;
	margin-top: 5px;
}

.margin_descricao_atalhos {
	margin-bottom: 30px;
}

.caixa_busca {
	margin-top: 20px;
}

.base {
	border: 1px solid #F0F;
}

    /* TESTE */
}

/* TABLET EM PE */
@media screen and (min-width: 481px) and (max-width: 767px) {
.base {
	width: 100%;
}
.contato-topo {
    height: 115px
}
.mobile-topo{
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.tablet_min_block {
	display: block;
}

.tablet_min_none {
	display: none;
}

.logomarca {
	margin-top: 11px;
	margin-left: 8px;
}

footer {
	padding-bottom: 30px;
}

.titulo-footer {
	text-align: center;
}

.titulo-footer:after {
	margin-left: auto;
	margin-right: auto;
}

.atendimento_footer {
	margin-left: auto;
	margin-right: auto;
}

.height-25 {
	text-align: center;
}

.img-carrossel {
	height: 350px;
}

/* MENU */
.bt-navbar {
	display: block !important;
}

nav {
	display: block;
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 0px !important;
	font-size: 16px;
}

nav ul {
	display: block;
	width: 100%;
	margin: 12px auto 0px auto;
	padding: 0px;
}

nav ul li {
	list-style: none;
	display: block;
	margin: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

nav ul li a {
	width: 100%;
	float: left;
	padding: 5px;
	text-decoration: none;
	background-color: #F4f4f4;
	margin-bottom: 3px;
}

nav ul li a:hover {
	text-decoration: none;
	font-weight: bold;
}

.nav_on {
	display: inline;
	width: 100%;
	float: left;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(40, 59, 117, 0.92);
	margin-bottom: 0px;
}

/* MENU */
.itens_home {
	width: 50%;
	height: 50%;
}

.item_mobile {
	display: block;
}

.item_desktop {
	display: none;
}

.active_busca_site, .desactive_busca_site {
	float: left;
}

.tab-v1 .nav-tabs a {
	font-size: 12px;
	padding: 5px 5px;
}

.tab-v1 .nav-tabs {
	width: 495px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.nav-tabs > li {
	width: auto;
	margin-top: 5px;
	font-size: 12px;
}

.base {
	border: 1px solid #0FF;
}

/* TESTE */
}

/* TABLET DEITADO */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .base {
        width: 100%;
    }

    .tablet_max_block {
        display: block;
    }

    .tablet_max_none {
        display: none;
    }

    .logomarca {
        margin-top: 11px;
        margin-left: 8px;
    }

    footer {
        padding-bottom: 30px;
    }

    /* MENU */
    .bt-navbar {
        display: block;
    }

    nav {
        display: block;
        width: 100%;
        float: left;
        padding: 0px;
        margin-top: 0px !important;
        font-size: 16px;
    }

    nav ul {
        display: block;
        width: 100%;
        margin: 12px auto 0px auto;
        padding: 0px;
    }

    nav ul li {
        list-style: none;
        display: block;
        margin: 0px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    nav ul li a {
        width: 100%;
        float: left;
        padding: 5px;
        text-decoration: none;
        color: #333;
        background-color: #F4f4f4;
        margin-bottom: 3px;
    }

    nav ul li a:hover {
        text-decoration: none;
        font-weight: bold;
    }

    .nav_on {
        display: inline;
        width: 100%;
        float: left;
        padding: 5px;
        text-decoration: none;
        color: #FFF;
        background-color: rgba(40, 59, 117, 0.92);
        margin-bottom: 0px;
    }

    /* MENU */
    .active_busca_site, .desactive_busca_site {
        float: left;
    }

    /*SELETOR TIRA O QUARTO ITEM DO DESTAQUE*/
    .tab-v1 .tab-content .item_home:last-child {
        display: none;
    }

    .imagem_galeria_detalhes img {
        height: 200px;
    }

    .base {
        border: 1px solid #063;
    }

    /* TESTE */
}

/* NOTEBOOK */
@media screen and (min-width: 993px) and (max-width: 1280px) {
    .base {
        width: 970px;
    }

    .note_block {
        display: block;
    }

    .note_none {
        display: none;
    }

    /* MENU */
    .bt-navbar {
        display: none;
    }
    .collapse {
        display: block;
    }

    nav {
        display: block;
        width: auto;
        height: 60px;
        line-height: 40px;
        float: right;
        margin-top: 0px;
    }

    nav ul {
        display: block;
        width: auto;
        margin: 0px;
        padding: 0px;
    }

    nav ul li {
        list-style: none;
        display: inline;
        margin: 0px;
    }

    nav ul li a {
        padding: 0px 20px;
        text-decoration: none;
        color: #FFF;
        float: left;
        height: 131px;
        line-height: 131px;
    }

    nav ul li a:hover {
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        border-bottom: 3px solid #041343;
    }

    .nav_on {
        padding: 0px 20px;
        text-decoration: none;
        float: left;
        background-color: #FFFFFF;
        border-bottom: 3px solid #041343;
        color: #000;
    }

    /* MENU */
    .active_busca_site, .desactive_busca_site {
        float: left;
    }

    .base {
        border: 1px solid #FF0;
    }

    /* TESTE */
}

/* COMPUTADORES */
@media screen and (min-width: 1281px) {
    .base {
        width: 1140px;
    }

    .desktop_block {
        display: block;
    }

    .desktop_none {
        display: none;
    }

    /* MENU */
    .bt-navbar {
        display: none;
    }
    .collapse {
        display: block;
    }

    nav {
        display: block;
        width: auto;
        height: 60px;
        line-height: 40px;
        float: right;
        margin-top: 0px;
    }

    nav ul {
        display: block;
        width: auto;
        margin: 0px;
        padding: 0px;
    }

    nav ul li {
        list-style: none;
        display: inline;
        margin: 0px;
    }

    nav ul li a {
        padding: 0px 20px;
        text-decoration: none;
        color: #FFF;
        float: left;
        height: 131px;
        line-height: 131px;
    }

    nav ul li a:hover {
        color: #000;
        text-decoration: none;
        background-color: #FFF;
        border-bottom: 3px solid #041343;
    }

    .nav_on {
        padding: 0px 20px;
        text-decoration: none;
        float: left;
        background-color: #FFFFFF;
        border-bottom: 3px solid #041343;
        color: #000;
    }

    /* MENU */
    .active_busca_site, .desactive_busca_site {
        float: left;
    }

    .base {
        border: 1px solid #F0F;
    }

    /* TESTE */
}

.base {
    border: none;
}

/* TESTE */