@font-face{
	font-family:'Myriad';
	src:url('../fonts/MyriadPro-Regular.otf');
}

{box-sizing: border-box;}



html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
	height:100vh;
   	/* min-height: 100%; */
    margin: 0;
   	font-family: 'Acme';
   }


.background {
    min-height: 100%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -50px;
}


.background img{
  object-position: top;
  object-fit: cover;
}

a {
    color:#007b28;
    text-decoration: none;    
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}

a:hover {
    color:#00b33c;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}

.page-separator {
    height: 0;
    width: 88%;
    margin-left: 5%;
    border: none;
    box-shadow: 8px 8px 8px 8px white;
    outline: 0 none;
    background: white;
    margin-top: 20px;
    margin-bottom: 40px;
    position: absolute;
    top:54%;
}

.brevemente{
    width: 100%;
    text-align: center;
    position: absolute;
    top:4%;
    font-size: 38pt;
    color:#b38600;
    text-transform: uppercase;
    text-shadow: -4px 0 white, 0 4px white, 4px 0 white, 0 -4px white;
}


.novo-local{
    width: 100%;
    text-align: center;
    position: absolute;
    top:60%;
}

    .novo-local h2{
        font-size: 28pt;
        color:#b38600;
        text-transform: uppercase;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
		padding:5px;
		margin: 5px 0;  
    }

    .novo-local h3, .novo-local h4{
        font-weight: normal;
        padding:0;
        margin: 0;
        margin-top: 15px;
    }

    .novo-local h3{
        font-size: 20pt;
    }

    .novo-local h4{
        font-size: 16pt;
    }


.contactos{
    width: 100%;
    text-align: center;
    position: absolute;
    top:75%;
}

    .contactos h2{
        font-size: 26pt;
        color:#b38600;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
        margin-bottom: 10px;
    }

    .contactos p{
        font-size: 16pt;
        font-weight: normal;
        padding:0;
        margin: 0;
    }

    .contactos p span.telefone{
        font-style: italic;
        color:#007b28;
    }

    .contactos p span.facebook{
        display: block;
        margin-top:5px;
        font-style: italic;
    }

