@font-face {
    font-family: 'MADE Canvas';
    src: url('../fonts/MADECanvas.eot');
    src: url('../fonts/MADECanvas.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MADECanvas.woff2') format('woff2'),
        url('../fonts/MADECanvas.woff') format('woff'),
        url('../fonts/MADECanvas.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MADE Canvas Black';
    src: url('../fonts/MADECanvas-Black.eot');
    src: url('../fonts/MADECanvas-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MADECanvas-Black.woff2') format('woff2'),
        url('../fonts/MADECanvas-Black.woff') format('woff'),
        url('../fonts/MADECanvas-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MADE Canvas Light';
    src: url('../fonts/MADECanvas-Light.eot');
    src: url('../fonts/MADECanvas-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MADECanvas-Light.woff2') format('woff2'),
        url('../fonts/MADECanvas-Light.woff') format('woff'),
        url('../fonts/MADECanvas-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Reman';
    src: url('../fonts/Reman.woff2') format('woff2'),
        url('../fonts/Reman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.convite-texto {
    text-transform: uppercase; font-size: 16px;
}

    .nomes {

        text-transform: uppercase;
    }

    .caixa-nomes {
        font-size: 16px;
    }

.convite-texto {
    font-size: 16px!important;

}


.tzcountdown2 h1 {
    font: 400 14px/1.8 "MADE Canvas Light", sans-serif;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
}

.tzcountdown2 h2 {
    text-align: center;
   font-size: 26px;
   line-height: 20px;

}
.tzcountdown2 h3 {
    text-align: center;
   font-size: 42px;
   line-height: 42px!important;


}

.texto-dicas {
    font-size: 16px;
}
.texto-dicas b {
    font-size: 16px;
    font-weight: bold!important;
}

.confirmar {
    font-size: 16px;
}



@media (max-width: 1280px) {
    .navbar-nav > li > a {
        font-size: 12px!important;
    }
    .nomes {
        line-height: 18px!important;
        font-size: 16px!important;
    }

    .assinatura-casal {
        width: 85%!important;
    }

    .texto-convite {
        font-size: 16px!important;
         line-height: 20px!important;
    }
    .convite-texto {
        font-size: 16px;
    }    
}

@media (max-width: 992px) {
    body {
        font-size: 16px!important;
    }
    .navbar-nav > li > a {
        font-size: 12px!important;
        padding-top: 7px;
    padding-bottom: 7px;
    }

.container {
    width: 100%!important;
}

    .caixa-nomes {
        margin-bottom: 15px;
    }
    .nomes {
        line-height: 16px!important;
        font-size: 16px!important;
        text-transform: uppercase;
    }

    .assinatura-casal {
        width: 85%!important;
    }

    .texto-convite {
        font-size: 15px!important;
         line-height: 18px!important;

    }
    .convite-texto {
        font-size: 16px!important;
        max-width: 80%;
        margin: 0 auto;
    }    
}


