@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSans-01.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansBold';
    src: url('../fonts/GillSans-Bold-02.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GalanoBold';
    src: url('../fonts/ReneBiederGalanoGrotesqueBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GalanoBlack';
    src: url('../fonts/GalanoGrotesque Black.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}


body, html {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

img{
    max-width: 100%;
}

body {
    color: #fff;
    font-family: "GillSans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    /* background: #4a5537; */
    /* overflow: hidden; */
    overflow-x: hidden;
    width: 100%;
    /*background-image: url('../img/fundo.png');
    background-size: cover;
    background-position: center;*/
    background-color: #000;
}

.overlay{
    background: #00000008;
    width: 100%;
    height: 100vh;
    position: fixed;
}


footer{
    background: #0A0A0A;
    position: absolute;
    color: black;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.bloco1,
.bloco2,
.bloco3,
.bloco4{
    padding: 0px;
    text-align: center;
}
footer a,
footer p{

}
/* --- General --- */
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
    color: #f2f2f1;
    color: black;
}

a:hover{
    color: #b68564;
}

strong {
    font-weight: 900;
    font-family: 'GalanoBlack';
    margin-top: 80px;
    font: 99px/95px 'GalanoBlack';
    display: block;
}

small {
    display: block;
    line-height: 1.2;
    color: white;
    font-size: 12px;
}

.wrapper {
    padding: 0px;
    background-image: url(../img/fundo.jpg);
    background-size: cover;
    /* min-height: 100%; */
    /* position: absolute; */
    /* width: 100%; */
    /* top: 50%; */
    /* transform: translateY(-80%); */
    text-align: center;
    min-height: 100vh;
    padding-top: 15vh;
}



.wrapper h1{
    font-weight: bolder;
    margin-bottom: 40px;
}

header {
   padding: 25px;
}


.text-align-center{
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    font: 99px/95px 'GalanoBlack';
    letter-spacing: 2.1px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000000A3;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
    font-size: 23px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 36px;
    font-family: sans-serif;
}

.text-align-center i{
    margin-top: 45px;
    font-size: 20px;
    padding: 0px 5px;
}

.bloco-inner{
    padding: 10%;
}

.logotipo{
    text-align: center;
    margin-bottom: 50px;
}
.logotipo img {
    max-width: 320px;
    position: relative;
    /* top: -150px; */
}
.linkA{
    text-align: center;
    font-size: 16px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    font-family: "GillSans", sans-serif;
    font-weight: lighter;
    margin-top: 12px;
    display: block;
    text-shadow: none;
}
.linkA a{
    /*margin: 60px 0px;
    display: inline-block;
    background: #fccc00;
    padding: 10px 25px;
    border-radius: 10px;
    background: #FECC00 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    opacity: 1;
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bolder;*/
    text-align: left;
    font-size: 16px !important;
    line-height: 43px !important;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    font-family: "GillSans", sans-serif;
    font-weight: lighter;
}

@media only screen and (max-width: 414px) {
  .text-align-center {
        font-size: 20px;
        line-height: 22px;
    }

    strong {
        font-weight: 900;
        font-family: 'GalanoBlack';
        margin-top: 80px;
        font: 60px/65px 'GalanoBlack';
        display: block;
    }

    .linkA{
        font-size: 16px !important;
        line-height: 43px !important;
    }
}
