@import url(https://db.onlinewebfonts.com/c/4c22117639f6cc952b683a09d02778dc?family=TheSans+SemiLight+Caps);

@font-face {
    font-family: Interstate-Light;
    src: url("../font/Interstate-Light.ttf")  format("truetype");
}

.language_btn{
    position: relative;
    box-sizing: content-box;
    background: url(../images/bg-menu-idioma.png);
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
    
    cursor: pointer;
    left: 20px;
    height: 34px;
    width: 105px;
    padding: 4px 0 0 27px;
    margin-right: 10px;
    margin-left: -62px;
}
.language_btn a{
    color: rgba(0, 52, 55, 0.8);
    font-family: 'TheSans SemiLight Caps';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-left: 12px;
}


section.pagina_bloco_box_icone .container{
    padding: 0px;
}



/*Page edits Hugo Almeida*/
.page .pagina_bloco_texto_imagem .container{
    padding: 0;
}
.notification_box{
    position: relative;
    z-index: 1000;
    box-sizing: content-box;
    width: 285px;
    height: 206px;
    float: right;
    background-image: url(../images/bg-destaque-pousada.png);
    background-repeat: no-repeat;
    margin: 5px 45px 300px 0;
    padding: 35px 60px 0px 35px;
}
.notification_box p::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    
}
.notification_box p{
    color: #ffffff;
    font-family: 'Interstate-Light';
    font-size: 16px;
    width: 285px;
    line-height: 1.1em;
    height: 90px;
}
.page section.bloco.pagina_bloco_texto_imagem h2.page-subtitle{
    height: 0;
}
.page section.bloco h2.page-subtitle:after{
    display: none !important;
}
.page .pagina_bloco_texto_imagem h2{
    padding-inline: 40px 40px;
}
.page .pagina_bloco_texto_imagem h2.custom_title{
    font-family: 'TheSans SemiLight Caps';
    margin-bottom: 20px;
    font-weight: 600 !important;
    color: #196468;
    font-size: 1.5em;
}
.page .pagina_bloco_texto_imagem p.custom_p{
    font-family: 'Interstate-Light';
    line-height: 25px;
    color: #997c55;
    font-size: 1em;
}
.page .pagina_bloco_texto_imagem ul.custom_ul li{
    margin: 0 !important;
    font-family: 'Interstate-Light';
    color: #997c55;
}
.page .pagina_bloco_texto_imagem ul.custom_ul li::marker{
    color: #997c55;
}
.page .pagina_bloco_texto_imagem .row{
    align-items: center;
}
.page .pagina_bloco_texto_imagem img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
    border-radius: 0 !important;
}
.page .pagina_bloco_texto_imagem .col-6{
    padding: 0 !important;
    justify-content:start !important;
}
/*Page edits Hugo Almeida*/