@font-face {
    font-family: "kindness";
    src: url("../fonts/Kindness.ttf") format('truetype');
}

@font-face {
    font-family: 'clear';
    src: url('../fonts/ClearSans-Regular.woff');
}

@font-face {
    font-family: 'clear';
    src: url('../fonts/ClearSans-Bold.woff');
    font-weight: bold;
}



/* Classes Próprias */

html {
    background-color: #bfa085;
}

body {

    font-family: 'clear';
    font-size: 20px;
    color: #b06315;
}

.centerDivBtn {
    margin: auto;
    /*not needed, migth be removed*/
    width: 50%;
    /*not needed, migth be removed*/
    text-align: center;
}

#indiceFora {
    font-size: 2em;
    border: 2px solid #A35A12;
    padding: 2px 10px;
    border-radius: 10px;
}



/*Secções*/


/*Capa*/

.fcover {
    height: 100%;
}

.fcover img {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 25% auto;
}

.fakeBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f97928;
    width: 120px;
    height: 120px;
    opacity: 0.6;
    text-align: center;
}

.fakeBtn p {
    color: #ffffff;
    font-family: 'kindness';
    font-size: 2em;
    position: absolute;
    bottom: 0;
}



/*Gerais*/

.inpage {
    height: 700px;
    background-color: #f2e2d4;
}

.inpage ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
}

.inpage h1 {
    text-align: center;
    margin: 0px;
    font-family: 'kindness';
    padding-top: 20px;
    font-size: 3em;
    color: #A35A12;
}

.inpage h2 {
    text-align: center;
    margin: 0px;
    font-family: 'kindness';
    padding-top: 10px;
    font-size: 2.6em;
    color: #A35A12;
}

.inpage h3{
    color: #A35A12;
}

.leftImage {
    float: left;
}

.rightImage {
    float: right;
}

.topContent {
    padding-top: 20px;
}



/*Indice*/

#indice {
    padding-top: 10%;
}

.indiceBtn,
.indiceBtn:hover,
.indiceBtn:focus,
.indiceBtn:active,
.indiceBtn.uk-active,
.indiceBtn:disabled {
    border-color: transparent;
    background: none;
    font-size: 2.1em;
    padding-bottom: 15px;
    text-align: center;
    font-family: 'kindness';
    font-weight: bold;
}

.indiceBtn:hover {
    border-color: transparent;
    background: none;
    font-size: 2.4em;
    padding-bottom: 15px;
    text-align: center;
    font-family: 'kindness';
    font-weight: bolder;
    color: #B05C09;
    transition: 1s;
    text-shadow: 1px 1px 3px #A35A12;
}

.indiceBtn {
    color: #BF6E1C;
}


.textIntro {
    padding-top: 30px;
}

#introPri {
    position: absolute;
    right: 0;
    width: 100px;
}


.destaque {
    font-size: 1.2em;
    padding-top: 25px;
}

.titulo {
    font-family: 'kindness';
    font-size: 3em; // font-weight: bold;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #A35A12;
}

.subtitulo {
    font-family: 'kindness';
    font-size: 2.6em; // font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #A35A12;
}

.pleft {
    padding-left: 15px;
}

.pright {
    padding-right: 15px;
}

.rtbox {
    display: flow-root;
    padding-left: 10px;
    padding-right: 10px;
}


.ementabox {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 20px;
}

.dias {
    font-size: 1.3em;
    padding-bottom: 8px;
}

.ementa {
    font-size: 1em;
}

.preco {
    font-weight: bold;
    text-align: center;
    color: #A35A12;
}

.imgEmenta {
    height: 200px;
    position: absolute;
    bottom: 0;
}

#precMenu {
    font-size: 1.3em;
}

.subPrec {
    font-size: 0.9em;
}

.titPrec {
    font-size: 1.7em;
    color: #A35A12;
    padding-bottom: 15px;
}

.ptop {
    padding-top: 20px;
}


/*Página 5*/

.notasEventos {
    font-size: 0.8em;
}

.descript {
    padding-left: 50px;
    padding-bottom: 10px;
    font-size: 0.8em;
}

.notaRodape {
    bottom: 0px;
    position: fixed;
    font-size: small;
}

.evenText {
    font-size: 1.5em;
}

#simulador {
    padding-top: 20px;
    text-align: center;
}

#simBtn {
    font-size: 1.6em;
    border: 2px solid #A35A12;
    padding: 2px 10px;
    border-radius: 10px;
}


/*Última Página*/

#horario {
    padding-top: 50px;
    padding-bottom: 100px;
}

.horario {
    text-align: center;
}

#local {
    padding-top: 50px;
}

#telCont {
    text-align: center;
}

.mapG {
    text-align: center;
}


/* Classe modificadas */

.uk-grid {
    margin-left: 10px;
}

.owl-dots {
    position: sticky;
    margin-top: -20px !important;
}

.owl-carousel {
    z-index: 0 !important;
}