@font-face {
    font-family: 'DK Magical Brush';
    src: url('fontes/DKMagicalBrush-Regular.eot');
    src: url('fontes/DKMagicalBrush-Regular.eot?#iefix') format('embedded-opentype'),
        url('fontes/DKMagicalBrush-Regular.woff2') format('woff2'),
        url('fontes/DKMagicalBrush-Regular.woff') format('woff'),
        url('fontes/DKMagicalBrush-Regular.ttf') format('truetype'),
        url('fontes/DKMagicalBrush-Regular.svg#DKMagicalBrush-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fontes/Gotham-Book.eot');
    src: url('fontes/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fontes/Gotham-Book.woff2') format('woff2'),
        url('fontes/Gotham-Book.woff') format('woff'),
        url('fontes/Gotham-Book.ttf') format('truetype'),
        url('fontes/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*{
    font-family: 'DK Magical Brush';
}
body{
    background-image: url(img/banner-completo.png);
    background-repeat: no-repeat;
    right: 0;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    color:#462409;
    background-position: center;
}
.header{
    padding-bottom: 30px;
}
.logo{
    height: 100px;
}
h1{
    font-size: 65px;
    color: #ec1b1b;
}
.titulo{
    color: #447344;
    /* margin-top: 10px; */
}
.sub-titulo{
}
.conteudo{
    font-family: 'Gotham';
}
.contato{
    /* margin-bottom: 15px; */
    color: #ec1b1b;
    font-family: 'Gotham';
}

.tel{
    font-family: 'Gotham';
}
.uf{
    border-right: solid 3px #462409;
    margin-right: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) { 
    h1{
        font-size: 45px;
    }
}

@media (max-width: 768px) { 
    h1{
        font-size: 35px;
    }
}
@media (max-width: 576px) { 
    h1{
        font-size: 25px;
    }

}