/* template pagina de cidade showme */

/* topo */
#showme-page-cidade-header{
    margin-bottom: 30px;
    height:320px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#showme-page-cidade-header #showme-page-cidade-header-content{
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#showme-page-cidade-header #showme-page-cidade-header-content .showme-page-cidade-header-title{
    margin: 0;
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 110px;
}
.rank-math-breadcrumb {
    position: absolute;
    top: 30px;
    left: 5%;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    color: #fff;
    font-size: 16px;
}

/* conteudo */
#showme-page-cidade-content{
    margin-bottom: 50px;
}

#showme-page-cidade-content  .showme-section-title{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

#showme-page-cidade-content #showme-page-cidade-content-text{
    text-align: center;
}

#showme-page-cidade-content #showme-page-cidade-content-text p{
    line-height: 2;
    font-size: 16px;
    margin-bottom: 30px;
}

/* avaliacoes */
#showme-section-avaliacoes{
    background-color: var(--showme-rosa);
}

@media only screen and (min-width:768px) {

    /* topo */
    #showme-page-cidade-header{
        height: 500px;
    }

    #showme-page-cidade-header #showme-page-cidade-header-content .showme-page-cidade-header-title{
        font-size: 60px;
        margin-top: 210px;
    }

    /* conteudo */
    #showme-page-cidade-content{
        margin-bottom: 50px;
    }

    #showme-page-cidade-content  .showme-section-title{
        font-size: 32px;
        margin-bottom: 40px;
    }

    #showme-page-cidade-content #showme-page-cidade-content-text p{
        font-size: 18px;
        margin-bottom: 40px;
    }

}