@import url('boot.css');
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/font-awesome/css/all.min.css');

*{
    padding: 0px;
    margin: 0px;
}
:root {
    --radius: 12px;
}

html{
    font-size: 15px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: .8em;
}
::placeholder{
    color: #ccc !important;
}

body{
    background-color: #fff;
    color: #2D2E2F;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    height: 100%;
    font-weight: 400 !important;
}

@media (min-width: 1240px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

a{
    color: #2D2E2F;
}
a:hover{
    color: #000;
    text-decoration: none;
}

h1,h2, h3, h4, h5, h6{
    letter-spacing: -0.04em;
}

p{
    line-height: 1.4em;
    font-size: 1.13rem;
}

.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.badge-warning {
    color: #fff;
    background-color: #f39c12;
}


/*REMOVE AS MARGINS NO MOBILE*/
@media (max-width: 576px) {
    .mobile-no-margin {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
        border-radius: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }
    .hmd{
        display: none;
    }
}
@media (max-width: 768px) {
    .hsm{
        display: none;
    }
}

small{
    font-size: 0.87rem;
}

.section{
    padding-top: 60px;
    padding-bottom: 60px;
    /*border: 1px solid blue;*/
}


@media(max-width: 576px){
    .section{
        padding-top: 30px;
        padding-bottom: 30px;
        /*border: 1px solid blue;*/
    }
}

.text-primary{
    color: #73279B !important;
}
.btn-primary{
    background:#73279B !important ;
    border: 0px;
}

.text-danger{
    color: #D52535 !important;
}

.badge-success{
    background: #208836 !important;
}

.btn{
    font-weight: 700;
}

.btn-padrao{
    font-size: 1.13rem;
    font-weight: 700;
    padding: 12px 20px;
}


.btn-usuario-head{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #aaa;
    position: relative;
    z-index: 1;
    padding: 3px;
}
.btn-usuario-head::before{
    position: absolute;
    z-index: 0;
    border: 2px solid #f5f3f3;
    border-right: 2px solid #14C9B7;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    content: ' ';
    left: 0px;
    top: 0px;
    transform: rotate(-46deg)
}
.btn-usuario-head i{
    border: 1px solid #C9C9C9;
    width: 29px;
    height: 29px;
    line-height: 23px;
    display: block;
    border-radius: 50%;
    font-size: 0.87rem !important;
}

.btn-usuario-head{
    display: inline-block;
}


header{
    min-height: 74px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .15) !important;
}
header .navbar-nav .nav-link{
    font-weight: 700;
    font-size: 1.07rem;
    padding-right: 12px !important;
    padding-left: 12px !important;

}
header .navbar-nav .nav-item{
  position: relative;
}
header .navbar-nav .nav-item.active:before{
    width: 100%;
    height: 5px;
    background: #73279B;
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

header .btn-cadastro{
    min-height: 40px;
    font-weight: 600;
    font-size: 1.07rem;
}
.section-home-destaque{
    font-size: 1.27rem;
    line-height: 1.6em;
}
.section-home-destaque p{
    font-size: 1.27rem;
    line-height: 1.6em;
}
.section-home-destaque .home-title h1{
    font-size: 3.73rem;
    font-weight: 800;
    line-height: 1.0em;
    margin-bottom: 30px;
}
.section-home-destaque .home-title h1 span{
    color: #73279B;
}
.section-home-destaque small{
    font-size: 0.87rem;
}
.encontrar-cidade{
    color: #635F5F;
    display: flex;
    align-items: center;
    width: 355px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #ccc inset !important;
    background-color: #e9ecef;
    padding: 12px 15px;
    margin-bottom: 8px;
}
.encontrar-cidade i{
    font-size: 1.4rem;
}


@media(max-width: 576px){
    .section-home-destaque{
        font-size: 1.13rem;
    }
    .section-home-destaque .home-title h1 {
        font-size: 2.73rem;
    }
}


.card-paraempresas{
    background: #F3F3F3;
    border-radius: 15px;
    border: 0px;
    font-size: 1.13rem;
}
.card-paraempresas .card-body{
    padding: 30px
}
.card-paraempresas .badge-prefixo{
    font-size: 1.27rem;
    font-weight: 700;
    border-radius: 17px;
    border: 1px solid #DBDBDB;
    padding: 8px 24px;
    background: #fff;
}
.card-paraempresas img{
    border-radius: 15px;
}
.card-paraempresas .prefixo{
    font-size: 1.4rem;
}
.card-paraempresas h2{
    font-size: 1.7rem;
    font-weight: 800;
}

@media(max-width: 576px){
    .section-home-paraempresas .card-paraempresas{
        border-radius: 0px !important;
    }
    .card-paraempresas img{
        margin-bottom: 30px
    }
    .card-paraempresas .prefixo{
        font-size: 1.13rem;
    }
    .card-paraempresas h2{
        font-size: 1.5rem;
    }
}

.empresas {
    list-style: none;
    display: flex
}

.empresas li {
    display: inline-block;
    margin-right: 15px
}

.empresas li img {
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.empresas.empresas-2 {
    margin-left: 60px
}

.empresas.empresas-3 {
    margin-left: 143px
}

@media(max-width: 992px) {
    .empresas.empresas-2,.empresas.empresas-3 {
        margin-left:0
    }

    .empresas li {
        margin-bottom: 15px
    }

    .empresas li img {
        width: 100%
    }
}

@media(min-width: 992px) and (max-width:1200px) {
    .empresas li img {
        width:130px
    }
}


.titulo-pagina h2{
    font-size: 2.13rem
}
.titulo-pagina p{
    font-size: 1.6rem;
}
@media(max-width: 576px){
    .titulo-pagina h2 {
        font-size: 1.8rem;
    }
    .titulo-pagina p{
        font-size: 1.27rem;
    }
}


.card-guia-completo{
    background: #F3F3F3;
    border: 0px;
    border-radius: 15px;
    text-align: center;
}

.card-guia-completo .card-body{
    padding: 30px;
}
.card-guia-completo .card-body img{
    margin-bottom: 15px;
}
.card-guia-completo .card-body span{
    font-weight: 500;
    display: block;
}
.card-guia-completo .card-body h3{
    font-size: 1.4rem;
    display: block;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 15px;
}
@media(max-width: 576px){
    .card-guia-completo .card-body h3{
        font-size: 1.27rem;
        margin-top: 8px;
    }
}
.links-estados ul{
    list-style: none;
    line-height: 1.4em;
    font-size: 1.13rem;
}
.links-estados ul li{
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
}
.links-estados ul a{
    font-weight: 500;
}

.links-estados {
    column-count: 2 !important;
}

@media (min-width: 577px) {
    .links-estados {
        column-count: 3 !important;
    }
}

.card-postagem{
    display: block;
}
.card-postagem .texto{
    position: relative;
}
.card-postagem img{
    width: 100%;
    border-radius: 15px;
}
.card-postagem .badge{
    position: absolute;
    margin-top: -45px;
    margin-left: 15px;
    font-weight: 500;
    padding-top: 6px 15px;
}
.card-postagem h3{
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.4rem;
}
.btn-anunciar-large {
    border-radius: 50rem !important;
    padding: 8px 50px;
    color: #000;
    background: #F5A519;
}

footer{
    background: #F2F2F2;
    font-size: 1.13rem;
}
footer .section{
    padding-bottom: 0px;
}
@media(max-width: 576px){
    footer .section{
        padding-bottom: 30px;
    }
}

footer .links-foot {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .links-foot li {
    padding-top: 6px;
    padding-bottom: 6px
}

footer .links-foot li a {
    font-weight: 500;
    font-size: 1.1rem
}


footer .redes-foot a {
    display: inline-block;
    margin-left: 4px;
    margin-right: 8px;
    color: #818a91;
    font-size: 1.8rem!important
}

footer .copyright{
    background: #fff;
    font-size: 0.87rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-sobre-destaque{
    position: relative;
    min-height: 55vh;
    z-index: 0;
    color: #fff;
    text-align: center;
    display: flex;
}
.section-sobre-destaque:before {
    z-index: -2;
    position: absolute;
    background: url(../img/spotway-sobre.webp) no-repeat center center;
    background-size: cover;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-sobre-destaque:after {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8295693277310925) 15%, rgba(0, 0, 0, 0.025647759103641476) 100%);
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-sobre-destaque .container {
    max-width: 830px;
    letter-spacing: -0.9px !important;
}
.section-sobre-destaque h1 {
    font-size: 4.27rem;
    font-weight: 700;
    display: block;
    line-height: 1em !important;
    margin-bottom: 30px;
}
.section-sobre-destaque p {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
}

@media(max-width: 576px){
    .section-sobre-destaque{
        min-height: 34vh;
        padding-bottom:
    }
    .section-sobre-destaque h1{
        font-size: 2.3rem !important;
    }
    .section-sobre-destaque p{
        font-size: 1.1rem !important;
    }
}
