@font-face { font-family: 'Century Gothic';	src: url('../fontes/gothic.eot');}
@font-face { font-family: 'Century Gothic';	src: url('../fontes/gothic.ttf');}
@font-face { font-family: 'Century Gothic';	src: url('../fontes/gothic.woff');}
@font-face { font-family: 'Segoe Print'; src: url('../fontes/segoepr.eot');}
@font-face { font-family: 'Segoe Print'; src: url('../fontes/segoepr.ttf');}
@font-face { font-family: 'Segoe Print'; src: url('../fontes/segoepr.woff');}

a,.p1
a:link,
a:visited, { color:#2e2671ff;	text-decoration: none;}
a:hover { color:#ffc700ff;	text-decoration: none;}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}



h1 {
    font-family: Century Gothic;
    font-size: 36px;
}

h2 {
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: 400;
}

p {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 600;
    padding-top: 7px;
    border-top: 0.4px solid #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;    
}

.p1 {
    font-family: Century Gothic;
    font-size: 24px;
    font-weight: 800;
    color: #000;
    padding-top: 7px;
    border-top: 0.4px solid #ccc;
    display: flex;
    flex-direction: row;
    align-items:center;
}

strong {
    margin: 0px;
    padding: 0px;    
}

body{
    font-size: 100%;
    background-color:#000;
    background: url(../img/background_palito_vjs.png);
    background-size: cover;
    background-repeat: repeat-y;
}

.cabecalho {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    background-color: aquamarine;
}

.cabecalho-imagem{
    height: 100px;
}

.cabecalho-menu{
    display: flex;
    gap: 50px;    
}

.cabecalho-menu-item{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
}

.conteudo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 150px auto;
    padding: 10px 0px;
    /*border-top: 2px solid #ffc700ff;
    border-bottom: 2px solid #2e2671ff;*/
    background-color: #fff;
    opacity: 0.95;
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=95);
    }

.conteudo-principal{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.conteudo-principal-imagem{
    height: 220px;
    padding-right: 50px;
    width: 100%;
    height: 350px;
}

.conteudo-secundario{
    display: flex;
    flex-direction: column;
}

.conteudo-secundario-escrito{
    display: flex;
    padding-bottom: 20px;    
}

.img{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    height: 40px;   
}
    
.rodape {
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-around; /*ele centraliza*/
    text-align: center;
    background-color: #454545;
    height: auto;
    margin: 0px;
    padding: 5px;
}

/* Regras de estilo para dispositivos móveis */
@media screen and (max-width: 767px) {
  .conteudo {
    font-size: 14px;
    padding: 10px;
  }

  .conteudo img {
    margin: 10px 0;
  }

  .rodape {
    padding: 5px;
  }
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fontes/gothic.eot');
    src: url('../fontes/gothic.ttf');
    src: url('../fontes/gothic.woff');
}

body {
    font-size: 16px;
    background: url(../img/background_palito_vjs.png) no-repeat center center;
    background-size: cover;
}

h1 {
    font-family: Century Gothic;
    font-size: 2.25rem; /* 36px */
}

.p1 {
    font-family: Century Gothic;
    font-size: 1.5rem; /* 24px */
}

.cabecalho {
    display: flex;
    justify-content: space-around;
    background-color: aquamarine;
}

.conteudo {
    margin: 150px auto;
    background-color: #fff;
    opacity: 0.95;
}

.rodape {
    font-family: Century Gothic;
    color: #ccc;
    background-color: #454545;
}
/* Media Query para telas pequenas */
@media (max-width: 600px) {
    h1 {
        font-size: 1.5rem; /* 24px */
    }

    h2 {
        font-size: 0.775rem; /* 14px */
    }

    .p1 {
        font-size: 1.0rem; /* 20px */
    }

    p {
        font-size: 0.875rem; /* 14px */
    }

    .cabecalho {
        padding: 5px;
    }

    .cabecalho-imagem {
        height: 60px; /* Ajustado para telas pequenas */
    }

    .conteudo {
        margin: 20px auto; /* Menor margem para dispositivos pequenos */
    }

    .conteudo-principal-imagem {
        height: 250px; /* Menor para caber em telas pequenas */
        width: 100%;
        
    }

/* Media Query para telas pequenas */
@media (max-width: 320px) {
    h1 {
        font-size: 0.775rem; /* 24px */
        height: 30px; /* Ajustado para telas pequenas */
        width: 90%;
    }

    h2 {
        font-size: 0.875rem; /* 14px */
        height: 50px; /* Ajustado para telas pequenas */
        width: 90%;
        margin: 2px 0px;
    }

    .p1 {
        font-size: 0.595rem; /* 20px */
        height: 40px; /* Ajustado para telas pequenas */
        width: 90%;
    }

    p {
        font-size: 0.675rem; /* 14px */
        height: 30px; /* Ajustado para telas pequenas */
        width: 100%;
        display: block;
    } 

    .cabecalho {
        padding: 5px;
    }

    .cabecalho-imagem {
        height: 40px; /* Ajustado para telas pequenas */
        width: 10%;
    }

    .conteudo {
        margin: 0px; /* Menor margem para dispositivos pequenos */
        padding: 2px;
        height: 600px; /* Ajustado para telas menores */
        width: 365px;
    }

    .conteudo-principal-imagem {
    height: 100px; /* Ajustado para telas menores */
    padding-right: 0; /* Removido para centralizar */
    width: 100%;
    }

    .cabecalho {
        display: flex;
        flex-direction: column; /* Mudado para coluna em telas pequenas */
        align-items: center;
        padding: 10px;
        background-color: aquamarine;
    }
    
    .cabecalho-imagem {
        height: 80px; /* Ajustado para telas menores */
    }
    
    .cabecalho-menu {
        display: flex;
        flex-direction: column; /* Mudado para coluna */
        gap: 20px;
        align-items: center;
    }
    
    .conteudo {
        margin: 150px auto; /* Reduzido para melhor espaçamento em telas pequenas */
        padding: 10px 0;
        background-color: #fff;
        opacity: 0.95;
    }
    
    .conteudo-principal {
        display: flex;
        flex-direction: column; /* Ajustado para coluna */
        align-items: center;
    }
    
    .conteudo-principal-imagem {
        height: 50px; /* Ajustado para telas menores */
        padding-right: 0; /* Removido para centralizar */
        
    }
    
    .conteudo-secundario {
        display: flex;
        flex-direction: column;
        align-items: center; /* Centralizado para melhor layout */
        }

    .rodape {
        font-family: Century Gothic;
        font-size: 0.65rem; /* 12px */
        color: #ccc;
        display: flex;
        flex-direction: column; /* Mudado para coluna */
        align-items: center;
        justify-content: center;
        background-color: #454545;
        padding: 10px;
    }
}