@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@media (min-width: 1200px) {
    .container {
        max-width: 1400px!important;
    }
}
:root{
	--title-font-family: "Inter", sans-serif;
    --main-color:#f3f3f38a;
    --secondary-color:#e7e7e769;
    --terceira-color:#EEDFC1;
    --azul:#093264;
    --azul2:#185e9c;
	--azul-transparente:#a4bdfd5e;
}
.relative{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
hr{
    padding: 0 !important;
    height: 0 !important;
}
.main-background{
    background-color: var(--main-color);
}
.main-color{
    color: var(--main-color);
}
.secondary-background{
	background-color: var(--secondary-color);
}
.azul-background{
	background-color: var(--azul);
}
.azul2-background{
    background-color: var(--azul2);
}
.azul{
    color: var(--azul)!important;
}
.azul2{
    color: var(--azul2);
}
.font-16{
	font-size: 16px!important;	
	font-family: var(--title-font-family)!important;
	line-height:16px!important;
}
.font-14{
	font-size: 14px!important;	
	font-family: var(--title-font-family)!important;
	line-height:14px!important;
}
.font-12{
	font-size: 12px!important;	
	font-family: var(--title-font-family)!important;
	line-height:12px!important;
	font-weight:500!important;
}
/*********************TIPO DE BOTAO 1*******************/
.btnStyle1{
    color: var(--main-color);
    border: .1rem solid var(--main-color);
    font-weight: 600;
    border-radius: .5rem;
    padding: 10px 40px;
}
.btnStyle1:hover{
    color: white;
    background-color: var(--main-color);
}
/***************TIPO BOTAO 2**********************/
.btnStyle2{
    color: white;
    background-color:var(--azul);
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 30px;
	font-family: var(--title-font-family);
	height:40px;
}
.btnStyle2:hover{
    color: white;
   	opacity:0.8;
}
/***************BOTAO 3*******************/
.btnStyle3{
    color: var(--azul);
    font-size: 14px!important;
	font-weight:500;
    background-color:var(--secondary-color);
    padding: 10px 10px;
	font-family: var(--title-font-family);
	height:40px;
	border-radius: 10px;
}
.btnStyle3:hover{
   opacity:0.8;
}
.btnStyle4{
    background-color: none;
    color: black;
}
.btnStyle4:hover{
    background-color: var(--paleta1);
    color: white;
}
.icones > a > img{
    filter: invert();
    padding: 3px 3px 3px 5px;
    width: 26px;
}
.icones2 > span > img{
    padding: 3px 3px 3px 5px;
    width: 30px;
}
.icones3 > a > img{
    padding: 3px 3px 3px 5px;
    width: 30px;
}

/*********BOTAO DE DROP DOWN*************/
.dropstyle1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #101828;
    height: 40px;
    border: .1rem solid #d0d5dd;
    border-radius: .5rem;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(16,24,40,.05);

}
@media(min-width:1200px){
	.lj-slc-cidades{
		width:400px;
	}
}
.dropstyle1 i{
    margin-right: 15px;
    width: 20px;
    font-size: 20px;
}
.dropstyle1 span{
    padding-right: 20px;
}
.swiper{
	.swiper-wrapper{
		max-height: 450px;
	}
}
/*************CONTAINER FLUTUANTE*********************/
.contflut{
    background-color: #fff;
    border-radius: 0 1.2rem 1.2rem 1.2rem;
    max-width: fit-content;
    padding: 1.6rem 1.6rem ;
    position: relative;
    width: 100%;
    z-index: 10;
}
.contflut.buscaLivre{
    max-width: none;
    width: 640px;
}
.contflut2{
    background-color: #fff;
    border-radius: 10px;
    padding: 1.6rem 1.6rem ;
    position: relative;
    width: 100%;
    z-index: 10;
}
/*pesquisaflut*/
#pesquisaflut{
    bottom: 0px;
}
#titleflut{
    font-size: 36px;
}

/*******************BOTAO CONTAINER TOPO**********************/
.btnflut{
    background-color: #fff;
    border-radius: 1.2rem 1.2rem 0 0;
    max-width: fit-content;
    padding: 16px 16px;
    position: relative;
    width: 100%;
    z-index: 9;
}
.btnflut i{
    padding-right: 10px;
}
/**********************/
#imgflut img{
    border-radius: 1.2rem;
    width: 80%;
}
/**************CARD FLUTUANTE**********************/
#containercardflut{
    bottom: -50px;
}
.cardflut{
    width: 200px;
    color: white;
    border-radius: .5rem;
    background-image: linear-gradient(rgb(11 50 82), rgb(53 88 117)), url(images/leilao.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px;
}
.cardflut:hover{
    color: white;
    background-image:
        url(images/leilao.jpg);    
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s ease;
}
.cardflut a{
    color: inherit;
    text-decoration: none;
}
.cardflut a span{
    font-size: 16px;
    padding: 20px;
    font-weight: 500;
    display: block;
}

.hover-lightblue:hover{
    color: var(--secondary-color);
}
@media(min-width:1000px){
	header{
		font-size: 16px;
		font-weight: 400;
		position: fixed;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		z-index: 999;
		background-color:#fff;
		height:110px;
	}
	main{
		position:relative;
		top:110px;
	}
}
.menu-item{
    margin-right:1rem;
}
.menu-secondary{
    margin-right: 2rem;
}


@media (min-width:990px) and (max-width:1024px){
    #top-search-cont{
        padding-bottom: 12rem;
    }
    .cardflut{
        width: 140px;
    }
}
.col-12 {
    
}

#botao-categorias{
    border-radius:.8rem .8rem 0 0;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
   
    color: #fff;
    font-weight: 500;
	font-size:13px!important;
}
.accordion-button::after {
	filter: brightness(10.5)
}
.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125); 
}
#lista-categorias{
    list-style: none;

}
#lista-categorias > li{

    border-bottom: 1px solid #e9ecef;
    font-size: 12px;
}
#lista-categorias > li > a{
    text-decoration: none;
    color: black;
}
#lista-categorias > li:last-child{
    border-bottom: 0px solid #e9ecef;
    font-size: 12px;
}

#newsletter{
    padding: 4rem 0;
}
#newsletterText h4{
    font-size: 2rem;
    font-weight: 300;
    line-height: 38px;
}
#newsletterText span{
    color: white;
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
}
#newsletterInput{
    height: fit-content;
    padding: 12px 1.4rem;
    border-radius: .5rem;
    color: #667085;
    font-size: 15px;
    margin-right: 10px;
}

@media (max-width:780px){
    #newsletter{
        max-width: 124.8rem ;
        padding: 1rem 1.6rem;
        width: 100%;
    }
    #newsletterText h4{
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    #newsletterText span{
        font-size: 14px;
        line-height: 20px;
    }
    #newsletterInput{
        width: 100%;
        margin-top: 20px;
    }
    #btninscrever{
        width: 100%;
        text-wrap: nowrap;
        text-decoration: none;
        font-size: 18px;
    }
}
@media (max-width:1400px){
    #newsletterText span{
        font-size: 14px;
        line-height: 20px;
    }
    #newsletterInput{
        width: 100%;
    }
    #btninscrever{
        text-wrap: nowrap;
        text-decoration: none;
        font-size: 18px;
    }
}
@media (min-width: 1000px) {
    footer {
        position: relative;
        top: 110px;
		margin-bottom: 110px;
    }
}
#menuFooter{
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 14px;
    color: var(--azul);
}
#submenuFooter{
    justify-content: space-around;
}
#logoFooter{
    width: 100%;
}
footer h6{
	border-bottom:unset!important;
	font-size:15px!important;
	font-weight:bold;
	margin-bottom: 25px;
	font-family: var(--title-font-family);
	color:#fff;
}
footer a {
    color: #BEBDBD!important;
    display: block;
    font-family: var(--title-font-family);
    line-height: 30px;
    position: relative;
    -webkit-transition: all 0.3s 
ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s 
ease;
	font-size: 14px;
    font-weight: 400;
}
footer a:hover{
	opacity:0.5;
}
footer a img{
	filter: invert();
}
footer span {
    color: #BEBDBD;
    display: block;
    font-family: var(--title-font-family);
    line-height: 30px;
    position: relative;
	font-size: 14px;
    font-weight: 400;
}
.icones3 a img{
    color: var(--main-color);
    font-size: 25px;
}
.registro-font{
    font-size: 12px;
}
@media(max-width:770px){
    #menuFooter{
        gap:40px
    }
    #submenuFooter{
        justify-content: space-between;
        padding-right: 20px;
    }
    #logoFooter{
        width: 75%;
    }
}
.jumbotron{
    background: none !important;
}
#buscaLivre .contflut{
    min-width: 1070px;
    max-width: 1070px;
    border-radius: 0 1.2rem 1.2rem 1.2rem;
}
@media(min-width:1024px){
    #buscaLivre .contflut{
        min-width: 930px;
        max-width: 930px;
        border-radius: 0 1.2rem 1.2rem 1.2rem;
    }
}
@media(min-width:1440px){
    #buscaLivre .contflut{
        min-width: 1024px;
        max-width: 1024px;
        border-radius: 0 1.2rem 1.2rem 1.2rem;
    }
}
.menu-secondary{
    font-weight: 500;
}

nav ul{
    list-style: none;
}
nav ul .nav-link{
    font-weight: 500;
	color:#212529;
	font-family: var(--title-font-family);
	font-size:14px;
}
nav ul li{
    display: inline-block;
	 
}
nav ul .nav-link:hover{
	background-color:unset;
	color:
}


/************************************/
#closeMenu span img{
    width: 20px;
}

#fadeMenu, #modalMenu{
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
}
#fadeMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 20;
}
#modalMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    max-width: 90%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 22;
}
.modalMenu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.modalMenu-body{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.modalMenu-body a{
    width: 100%;
}

.modalMenu-body p {
    margin-bottom: 1rem;
}

#modalMenu.hide,
#fadeMenu.hide {
    opacity: 0;
    pointer-events: none;
}

#modalMenu.hide {
    top: 0;
}


/**************************/
.informativo{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color:var(--secondary-color);
}
.titulo_informativo{
    margin-bottom: 25px;
}
.titulo_informativo h1{
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
}
.box_informativo{
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
    padding: 20px;
    height: 305px;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    border-radius: .8rem;
}
.icone_informativo{
    margin-bottom: 20px;
    width: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icone_informativo img{
    width: 70px;
    margin:20px 0
}

/*******************/
#banner_categorias{
    width: 100%;
   
    border: 1px solid #f6f6f6;
}
#banner_categorias img{
    border-radius: 0 0 .8rem .8rem;
}
#conteudo-site > div{
	padding-top: 0px!important;
}
.btnStyle-5 {
    color: #838383;
    font-weight: 600;
    border-radius: .5rem;
    padding: 10px 20px;
    background: #e5e5e5 !important;
    font-size: 13px;
}


.bg-theme-light{
background-color: var(--secondary-color)!important;	
border-radius: 10px;
}
.titulo-form{
	 color: var(--azul);
}
.bg-theme-dark {
    background-color: var(--azul)!important;
}
#l-area-form > div > div{
	border:0px!important;
	background-color:#FFF;
	border-radius:10px;
}
#formulario-area > div > div > label{
	color: var(--azul);
}
.l-titulo-pagina{
color: var(--azul);
}
#campo-texto{
	color: var(--azul)!important;
}
.input-topo{
	border: 1px solid #ddd;
		height: 40px;
		width: 250px;
		padding: 0 10px;
		padding-right: 50px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	font-size:14px;
	}
.search-btn {
    
    opacity: .6;
    background-repeat: no-repeat;
    border: 0;
    border-left: 1px solid #ddd;
    color: transparent;
    width: 39px;
    height: 25px;
    margin-left: -43px;
    margin-top: 8px;
    -webkit-transition: opacity 0 ease-in-out;
    -o-transition: opacity 0 ease-in-out;
    transition: opacity 0 ease-in-out;
	font-size: 15px;
}
@media (max-width: 600px) {
    .input-topo{
	border: 1px solid #ddd;
		height: 40px;
		width: 220px;
		padding: 0 10px;
		padding-right: 50px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	font-size:14px;
	}
.search-btn {
    
    opacity: .6;
    background-repeat: no-repeat;
    border: 0;
    border-left: 1px solid #ddd;
    color: transparent;
    width: 39px;
    height: 25px;
		margin-left: 180px;
        margin-top: -32px;
    -webkit-transition: opacity 0 ease-in-out;
    -o-transition: opacity 0 ease-in-out;
    transition: opacity 0 ease-in-out;
	font-size: 15px;
}
}

/*Swiper*/
.swiper-categorias{
	
	a{
		width:100%;
	}
	a:hover{
		opacity:0.5;
	}
	.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      background: var(--azul-transparente);
      justify-content: center;
      align-items: center;
padding: 5px 10px;
        border-radius: 40px;
		height:40px;
		border: 1px solid;
		border-color: var(--azul2);
		color:var(--azul);
		display:flex;
    }
    .swiper {
      margin-left: auto;
      margin-right: auto;
    }
	.icone{
		width:20%;
		position:relative;
	}
	.categoria-nome{
		width:80%;
		position:relative;
		
	}
}
.botao-barra{
    border-radius: 12px;
    display: inline-block;
    font-family: var(--title-font-family);
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0em;
    padding: 13px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}
.botao-barra-transparent{
	border: 1px solid #fff;

}