@media (min-width: 1200px) {
    .container {
        max-width: 1400px!important;
    }
}
:root{
    --main-color:#f24c3d;
    --secondary-color:#014034;
    --backlight-color:#f2cd5c;
    --hover-blue:#4AA9E9;
    --azul:#4E76B4;
    --bege:#deecfc;
	--swiper-navigation-size: 16px!important;
	--swiper-theme-color: #ffffff!important;
}
.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);
}
.azul-background{
    background-color: var(--azul);
}
.bege-background{
    background-color: var(--bege);
}
/*********************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: 12px 40px;
}
.btnStyle2:hover{
    color: white;
    background-color:var(--hover-blue);
}
/***************BOTAO 3*******************/
.btnStyle3{
    align-items: center;
    justify-content: space-evenly;
    color: white;
    font-size: 16px;
    background-color:#f24c3d ;
    box-shadow: 3px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: .2rem;
    padding: 0 10px;
}
.btnStyle3:hover{
    background-color: #f24c3dd3;
}
.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: 5px;
    /* width: 30px; */
    background: #fff;
    margin: 2px;
    border-radius: 5px;
}
.atendimento a img{
	width:20px;
	color:#000;
}
.atendimento a{
	color:#000;
	font-size: 16px;
    font-weight: 500;
}

/*********BOTAO DE DROP DOWN*************/
.dropstyle1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #101828;
    height: 45px;
    border: .1rem solid #d0d5dd;
    border-radius: .2rem;
    font-size: 15px;
    box-shadow: 0 1px 2px rgba(16,24,40,.05);
   
}
.dropstyle1 i{
    margin-right: 15px;
    width: 20px;
    font-size: 20px;
}
.dropstyle1 span{
    padding-right: 20px;
}
.swiper3 img{

		border-radius: 10px;		
}
/*************CONTAINER FLUTUANTE*********************/
.contflut{
   
    padding: 10px 0px 10px 0px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.contflut.buscaLivre{
    max-width: none;
    width: 640px;
}
.contflut2{
    background-color: #fff;
    border-radius: 0 0 1.2rem 1.2rem;
    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: var(--azul);
    border-radius: 10px;
  
    padding: 20px 20px;
    position: relative;
   
    z-index: 9;
	color: #FFF;
	font-size: 13px;
    font-weight: 600;
    width: 180px;
}
.btnflut i{
    padding-right: 5px;
}

.btnflut2{
    background-color: #f4f4f4;
    border-radius:10px;
    
    padding: 10px 10px;
    position: relative;
   
    z-index: 9;
	color: #000;
	font-size: 13px;
    font-weight: 600;
    width: 180px;
}
.btnflut2 i{
    padding-right: 5px;
}
/**********************/
#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);
}

header{
    font-size: 16px;
    font-weight: 400;
}
.menu-item{
    margin-right:1rem;
}



@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;
   
    line-height: 38px;
}	
#newsletterText span{
    color: white;
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
}
#newsletterInput{
    height: fit-content;
    padding: 12px 1.4rem;
    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;
		border-radius: 10px 10px 0 0px;
    }
    #btninscrever{
        width: 100%;
        text-wrap: nowrap;
        text-decoration: none;
        font-size: 18px;
		border-radius: 0px 0px 10px 10px;
    }
}
@media (min-width:781px){
    #newsletterText span{
        font-size: 14px;
        line-height: 20px;
    }
    #newsletterInput{
        width: 100%;
		border-radius: 10px 0 0 10px;
    }
    #btninscrever{
        text-wrap: nowrap;
        text-decoration: none;
        font-size: 18px;
		border-radius: 0 10px 10px 0;
    }
}

#menuFooter{
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 14px;
    color: var(--azul);
}
#submenuFooter{
    justify-content: space-around;
}
#logoFooter{
    width: 100%;
}

.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;
}
nav ul li{
    display: inline-block;
}

nav ul li div.dropdownmenu li{
    display: flex;
}
nav ul li div.dropdownmenu{
    min-width: 300px;
    background-color: white;
    position: absolute;
    top: 600px;
    display: none;
    padding: 3.2rem 3.2rem 1rem 3.2rem;
    transition: all .3s ease-out;
} 
nav ul li:hover div.dropdownmenu{
    display: block;
    z-index: 999;
    left: -50px;
    top:50px;
}
nav ul li div.dropdownmenu li a{
    text-decoration: none;
    color:#101828;
    padding: 22px 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: .8rem;
    width: 100%;
}
nav ul li div.dropdownmenu li a:hover{
    background-color: #f24c3d59;
    border-radius: .8rem;
}

nav ul li div.dropdownmenu2 li{
    display: flex;
}
nav ul li div.dropdownmenu2{
    min-width: 300px;
    background-color: white;
    position: absolute;
    top: 600px;
    display: none;
    padding: 3.2rem 1rem 1rem 1rem;
    transition: all .3s ease-out;
} 
nav ul li:hover div.dropdownmenu2{
    display: block;
    z-index: 999;
    left: -50px;
    top:40px;
    border-radius: 0 0 .8rem .8rem;
}
nav ul li div.dropdownmenu2 li a{
    text-decoration: none;
    color:#101828;
    padding: 22px 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: .8rem;
    width: 100%;
}
nav ul li div.dropdownmenu2 li a:hover{
    background-color: #f24c3d59;
    border-radius: .8rem;
}

/************************************/
#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: #f2f6f7;
}
.titulo_informativo{
    margin-bottom: 50px;
}
.titulo_informativo h1{
    font-size: 44px;
    font-weight: 700;
    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;
}

/*Swiper*/
.swiper-container{
	
	.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      margin-left: auto;
      margin-right: auto;
    }
}

.categorias{
	width: 150px;
	height: 150px;
	border-radius: 10px;
}

.categorias span {
    background: #4E76B4;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    width: 150px;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    font-size: 12px;
}
.categorias:hover{
opacity:70%;
}

.card-bem-img{
	filter:none!important;
}