
/* ########## BASE DE FONTES ########## */
@font-face {
  font-family: 'Romano_Black';
  src: url('../fontes/CrimsonPro-Black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Romano_Regular';
  src: url('../fontes/CrimsonPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Logo_Mig';
  src: url('../fontes/Rebelink.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

font.LOGO_MIG{
    font-family: 'Logo_Mig';
}

font#bold {
    font-weight: bold;

}

/* ########## JANELA ########## */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* ####################################################### */
/* ########## PAGINA ########## */
body {

    font-family: 'Romano_Regular', 'Times New Roman', Times, serif;
    background-color: #e8f0f7;
    padding-top: 60px;

}


/* ####################################################### */
/* ########## MENU BAR ########## */

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}



.header {
    background-color: rgb(19, 22, 16);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    min-height: 60px;
}

.logo {
    color: #fff;
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: 5000;
    /*font-family: 'Romano_Regular';*/

}

.nav {
    transition: all 0.3s ease-in-out;
}

.nav__list {
    display: flex;
    column-gap: 40px;
}

/*.nav__item {

}*/

.nav__link:hover,
.nav__link:focus {
    color: rgba(255, 255, 255, 1);
}

.nav__link {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    transition: all 0.4s;
}

.hamburguer {
    display: none;
    cursor: pointer;
}

.bar {
    height: 2px;
    width: 27px;
    background: #fff;
    margin: 5px 0;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.nav--open {
    transform: translate(0) !important;
}

.hamburguer--open .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburguer--open .bar:nth-child(2) {
    opacity: 0;
}

.hamburguer--open .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
/* ####################################################### */
/* ########## MAIN - CORPO ########## */
main.body{
    flex: 1;
    text-align: center;
}

/* ####################################################### */
/* ########## CORPO_PAGINA_INICIAL ########## */
div#logo_marca_pagina_inicial {
    width: 150px;               /* ajuste conforme o tamanho do logo */
    height: 150px;              /* obrigatorio para aparecer o fundo */
    background-image: url("../imagens/logo.bmp");
    background-size: contain;   /* ajusta a imagem dentro da div */
    background-repeat: no-repeat;
    background-position: center;
    /*top: 30%;  DISTANCIA ENTRE A BORDA DO ELEMENTO E A DA PAGINA */
    left: 50%; /* DISTANCIA ENTRE A BORDA DO ELEMENTO E A DA PAGINA */
    position: relative; /* ajusta o div ao tamanho dos elementos*/
    transform: translate(-50%); /* rotacao do elemento*/
    margin-top: 0px;
}
div#nome_marca_pagina_inicial{
    position: relative; /* ajusta o div ao tamanho dos elementos*/
    transform: translate(-50%);
    /* padding: 80px; DISTANCIA entre o elemento e a borda*/
    /*border-radius: 15px; arredondar as bordas*/
    width: 100%;
    /* border: 1px solid red;*/
    letter-spacing: 2px; /* espacamento entre as letras */
    left: 50%; /* DISTANCIA ENTRE A BORDA DO ELEMENTO E A DA PAGINA */
    transform: translate(-50%); /* rotacao do elemento*/
    font-weight: bold;
    font-family: 'Romano_Black', 'Times New Roman', Times, serif;
    font-size: 30px;
    text-align: center;
    margin-top: 0px;
}
div#TITULO_PAGINA{
    position: relative; /* ajusta o div ao tamanho dos elementos*/
    width: 100%;
    border:0px solid red;
    left: 50%; /* DISTANCIA ENTRE A BORDA DO ELEMENTO E A DA PAGINA */
    position: relative; /* ajusta o div ao tamanho dos elementos*/
    transform: translate(-50%); /* rotacao do elemento*/
    font-size: 40px;
    font-family: 'Romano_Regular';
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* ########## CORPO_SITE ########## */
div#logo_marca_pequeno {
    width: 90px;               /* ajuste conforme o tamanho do logo */
    height: 90px;              /* obrigatorio para aparecer o fundo */
    background-image: url("../imagens/logo.bmp");
    background-size: contain;   /* ajusta a imagem dentro da div */
    background-repeat: no-repeat;
    background-position: center;
    /*top: 30%;  DISTANCIA ENTRE A BORDA DO ELEMENTO E A DA PAGINA */
    left: 50%; /* DISTANCIA ENTRE A BORDA DO ELEMENTO E A DA PAGINA */
    position: relative; /* ajusta o div ao tamanho dos elementos*/
    transform: translate(-50%); /* rotacao do elemento*/
    margin-top: 10px;
    border: 0px solid red;
}
div#body-nome_marca{
    position: relative; /* ajusta o div ao tamanho dos elementos*/
    transform: translate(-50%);
    /* padding: 80px; DISTANCIA entre o elemento e a borda*/
    /*border-radius: 15px; arredondar as bordas*/
    width: 100%;
    border: 0px solid red;
    letter-spacing: 2px; /* espacamento entre as letras */
    left: 50%; /* DISTANCIA ENTRE A BORDA DO ELEMENTO E A DA PAGINA */
    transform: translate(-50%); /* rotacao do elemento*/
    font-weight: bold;
    font-family: 'Romano_Black';
    font-size: 15px;
    text-align: center;
    margin-top: 0px;
}
.rodape {
    margin-top: 50px; /* DISTANCIA ENTRE A BORDA DO ELEMENTO E A DA PAGINA */
    color: black;           /* cor do texto */
    text-align: center;     /* centraliza o texto */
    padding: 15px 0;        /* espaçamento interno */
    font-size: 14px;
}

/* ####################################################### */
/* #################### MOBILE ########################### */


@media (max-width: 1200px) {
/* ########## MENU BAR ########## */
    .nav {
        position: fixed;
        top: 60px;
        left: 0;
        background-color: rgb(19, 22, 26);
        width: 100%;
        padding: 10px 0 25px;
        transform: translateX(-100%);
    }

    .nav__list {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .nav__link {
        font-size: 14px;
    }

    .hamburguer {
        display: block;
    }
/* ########## RODAPE ########## */
    .rodape {
        font-size: 12px;
    }
}


