
@import url('boot.css');
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/font-awesome/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


*{
	padding: 0px;
	margin: 0px;
}
html{
	font-size: 15px;
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    font-family: 'Open Sans';
    transform: rotate(-0.0000000001deg);
    line-height: 1.4em;
}
a{
    color: #707070;
}
a:hover{
    color: #000;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-weight: 400;
    letter-spacing: -0.04em;
}

h1, .h1{
    font-size: 4.27rem;
}
h2, .h2{
    font-size: 2.4rem; /* title blocos*/
}
h3, .h3{
    font-size: 1.25rem;/* title empresas*/
}
h4, .h4{
    font-size: 1rem;;/* title oferts*/
}
h5, .h5{
    font-size: .87rem;/* title oferts*/
}

@media (max-width: 576px) {
    h1, .h1{
        font-size: 3rem;
    }
    h2, .h2{
        font-size: 1.8rem;
    }
    
}

.form-control,
input, select, textarea{
    color: #707070;
}


.btn{
    font-weight: 600;
}

.btn-link{
    color: #707070;
}
.btn-link:hover{
     color: #000;
    text-decoration: none;
}


small{
    font-size: .86rem;
}


.card{
    border-radius: 5px;    
    border-color: #DBE6EA;
}



/**/

.navbar-principal .nav-link{
    font-size: 1.067rem;
}


.section-destaque-home{    
    border-bottom: 2px solid red;
    position: relative;
    z-index: 0;
    padding-top: 2rem;
    /*background: #002438;*/
}
.section-destaque-home:after{
    z-index: -2;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    background: url("/assets/img/home-capa-new.webp") no-repeat center bottom;
    background-size: cover;
}
.section-destaque-home:before{
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    background: #002438c7;
    backdrop-filter: blur(5px);
}

.section-destaque-home .container{
   /*background: #fff;
   /* z-index: 1;
    position: relative;*/
    height: 65vh;
}
.section-destaque-home .search-destaque-home{
    padding-bottom: 3rem;
}
.section-destaque-home .img-destaque-home{
    background: url("/assets/img/home-segmen.webp") no-repeat center bottom;
    background-size: contain;
}



.section-destaque-home .destaque-title{
    color: #fff;
}
.section-destaque-home .destaque-title .title{
    font-size: 2.13rem;
    font-weight: 700;
    line-height: 1em;
}
.section-destaque-home .destaque-title .title h1{
    display: inline-block;    
    font-weight: 700;
}
.section-destaque-home .destaque-title h2{
    font-size: 1.27rem;
}

.section-destaque-home .destaque-filtro{
    border-radius: 8px;
    margin-top: 30px; 
}
.section-destaque-home .destaque-filtro .card{   
    border: 0px !important;
} 
.section-destaque-home .destaque-filtro .card-body{    
    padding: 10px;
    font-size: 1.27rem;
    font-weight: 700;
}
.section-destaque-home .destaque-filtro .btn{
    margin-left: 10px;
    line-height: 1.13em;
    font-weight: 700;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
} 
.section-destaque-home .destaque-filtro .input-group .input-group-prepend,
.section-destaque-home .destaque-filtro .input-group .input-group-text,
.section-destaque-home .destaque-filtro .input-group input,
.section-destaque-home .destaque-filtro .input-group{
    background: none !important;
    border: 0px;
    padding: 0px;
}   
.section-destaque-home .destaque-filtro .input-group input{
    font-size: 1.27rem;
    font-weight: 700;
}
.section-destaque-home .destaque-filtro .input-group .input-group-text{
    margin-right: 10px;
    margin-left: 5px;
    font-size: 1.27rem;
}
.section-destaque-home .destaque-filtro .sub{
    font-size: 0.93rem;
    margin-top: 20px;
    color: #fff;
    display: block
}

@media (max-width: 576px) {
    .section-destaque-home .destaque-title .title {
        font-size: 1.8rem;
        line-height: 1.2em;
    }
    .section-destaque-home .destaque-title h2{
        font-size: 1rem;
    }
    .section-destaque-home .destaque-filtro .card-body{         
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .section-destaque-home .destaque-filtro .btn{
        margin-left:0px;
        margin-top: 10px;
        height: 44px;
    }        
    .section-destaque-home .destaque-filtro .card-body .btn{        
        display: none;
    }
}
/*PADRAO EM TODAS*/
.section{
    padding: 2rem 0px;
}

/*TODOS OS TITULOS DAS SECTIONS*/
.title-page{
    text-align: center;
    font-size: 1.13rem;
}
.title-page h2{
    font-size: 2.4rem;
    font-weight: 700;
    color: #000000;
}

@media (max-width: 576px) {
    .title-page{
        font-size: 0.93rem;
    }
    .title-page h2{
        font-size: 1.8rem;
    }
}


/**/

.section-encontre{    
    border: 2px solid red;
    position: relative;
    margin-top: -3rem;
    /*background: #002438;*/
}



.categorias-card .card-body{
    padding: 2rem;
}

.categorias-listagem ul{
    list-style: none;
    margin-top: 2rem;
}
.categorias-listagem ul li{
    display: inline-block;    
    margin: 6px 0px;
}
.categorias-listagem ul li img{
    border-radius: 4px;
}
.categorias-listagem ul li a{
    position: relative;    
    color: #fff;
    display: block;
    width: 122px;
    height: 159px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    
}
.categorias-listagem ul li a:after{
    height: 50%;
    width: 100%;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: rgb(0,0,0);
    background: linear-gradient( 0deg,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 1;
}
.categorias-listagem ul li a i{
    width: 42px;
    height: 42px;
    padding: 0px;
    line-height: 42px;
    border-radius: 50%;
    background-color: #aaa;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    position: absolute;
    right: -6px;
    top: -6px;
}
.categorias-listagem ul li a small{
    color: #fff;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.categorias-listagem ul li a i.onde-comer {
    background: #dc5e05;
}

.categorias-listagem ul li a i.esporte {
    background: #ccb307; 
}

.categorias-listagem ul li a i.lojas-mercados {
    background: #C52828; 
}

.categorias-listagem ul li a i.saude {
    background: #06772f;
}

.categorias-listagem ul li a i.servicos {
    background: #353535; 
}

.categorias-listagem ul li a i.pets {
    background: #7527a2;
}

.categorias-listagem ul li a i.treinamentos {
    background: #047277; 
}

.categorias-listagem ul li a i.beleza-estetica {
    background: #980082; 
}

.categorias-listagem ul li a i.onde-dormir {
    background: #0d3979;
}

.categorias-listagem ul li a i.entretenimento {
    background: #94184b; 
}

.categorias-listagem ul li a i.juridico {
    background: #4c2c22;
}

.categorias-listagem ul li a i.escolas {
    background: #00e29c;
}


@media (max-width: 576px) {
    .categorias{
        padding: 0px !important;
    }
    .categorias-card{
        border-radius: 0px;
        border: 0px;
    } 
    .categorias-card .card-body{
        padding: 1.5rem 2rem;
    }
    .categorias-listagem ul{
        margin-top: 1rem;
    }
}