@font-face {
    font-family: Brothers;
    src: url('./BrothersRegular.otf');
}

@font-face {
    font-family: AxiformaBold;
    src: url('./Axiforma-HeavyItalic.ttf');
}

@font-face {
    font-family: Axiforma;
    src: url('./Axiforma-Italic.ttf');
}

body {
    min-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.h1, .h4 {
    margin: 0!important;
}

.h1, .h4, .brothers {
    font-weight: 300;
    font-family: Brothers, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;            
    letter-spacing: .9px;
}

.h1 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0.5rem!important;
}

.h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.25;
}

.p {
    font-size: 0.85rem;
    letter-spacing: 0.3px;
}

a {
    color: unset!important;
    text-decoration: none!important;
}

.font-special {
    font-family: Axiforma, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;  
}

.font-special-bold {
    font-family: AxiformaBold, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;  
}

.all-caps {
    text-transform: uppercase;
}

.color-tt {
    color: #9d8657;
}

.btn-primary {
    background: #9d8657!important;
    color: white!important;
    border-color: #9d8657!important;
    box-shadow: none!important;
}

.btn-selected {
    box-shadow: 0 0 0 0.1rem rgba(255,255,255,1)!important;
}

.form-control {
    border-radius: 0!important;
    font-family: Brothers;
    border: none;
    position: relative;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(157, 134, 87, 1)!important;
    z-index: 1;
}

.logo {
    width: 100%;
    height: 6rem;
    background-image: url('./logo_tt.png');
    background-image: image-set(
        url('./logo_tt.png') 1x,
        url('./logo_tt@2x.png') 2x
    );
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: calc(50% - 2px) 50%;
    margin-bottom: 2.35rem;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo:before {
    position: absolute;
    z-index: -2;
    content: '';
    display: block;
    width: 100vw;
    height: 0.75rem;
    margin-top: 0.1rem;
    background: #9d8657;
}

.logo:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    width: 14rem;
    height: 0.75rem;
    margin-top: 0.1rem;
    background: #000;
}

.box-tt {
    border: 1px solid #9d8657;
}

.sorrisos {
    width: 100%;
    height: 1.4375rem;
    background-image: url('./sorrisos@2x.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: calc(50% - 2px) 50%;
}

hr {
    border-top: 1px solid rgba(255,255,255,.25);
    width: 100%;
}