/* Nome do Arquivo: permutas.css */
/* Data de Criação: 21/08/2024 */

/* Container principal */
.permutas-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Estilos para os títulos das propostas */
.permutas-titulo {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Estilos para os parágrafos de descrição */
.permutas-descricao {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Estilos para as ofertas */
.permutas-ofertas {
    font-size: 16px;
    color: #444;
    background-color: #f9f9f9;
    padding: 10px;
    border-left: 4px solid #4CAF50;
    margin-bottom: 20px;
}

/* Estilos para os termos */
.permutas-termos {
    font-size: 16px;
    color: #444;
    background-color: #f9f9f9;
    padding: 10px;
    border-left: 4px solid #FF5722;
    margin-bottom: 20px;
}

/* Estilos para os campos de formulário */
.permutas-container input[type="text"],
.permutas-container textarea,
.permutas-container input[type="date"] {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

/* Estilos específicos para textarea */
.permutas-container textarea {
    height: 100px;
}

/* Estilos para os rótulos */
.permutas-container label {
    margin-bottom: 5px;
    font-weight: bold;
}

/* Estilos para os botões de submissão */
.permutas-container input[type="submit"],
.btn-submit {
    padding: 10px 15px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

/* Estilo ao passar o mouse sobre os botões */
.permutas-container input[type="submit"]:hover,
.btn-submit:hover {
    background-color: #45a049;
}

/* Estilos para os botões de ação */
.btn-add,
.btn-back {
    background-color: #4CAF50;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
}

.btn-back {
    background-color: #007BFF;
    padding: 10px 20px;
    font-size: 16px;
}

.btn-back:hover {
    background-color: #0056b3;
}

.btn-edit {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #FFC107;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

.btn-delete {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #F44336;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

/* Botões menores */
.small-btn {
    padding: 6px 10px;
    font-size: 12px;
}

/* Branding do HUB de Permutas */
.branding {
    text-align: center;
    margin-bottom: 20px;
}

.branding h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 5px;
}

.branding p {
    font-size: 16px;
    color: #666;
}

/* Estilos para os links de mídia social */
.social-links a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.social-links a:hover {
    color: #333;
}

.social-links img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/* Estilos específicos para dispositivos móveis */
@media (max-width: 768px) {
    .permutas-container {
        padding: 10px;
    }

    .permutas-titulo {
        font-size: 20px;
    }

    .permutas-descricao, 
    .permutas-ofertas,
    .permutas-termos {
        font-size: 14px;
    }

    .btn-add,
    .btn-edit,
    .btn-delete,
    .btn-back {
        font-size: 14px;
        padding: 8px 12px;
    }

    .small-btn {
        padding: 5px 8px;
        font-size: 12px;
    }
}

/* Estilos para o menu horizontal */
.menu-horizontal {
    display: flex;
    justify-content: center;
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu-btn {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.menu-btn:hover {
    background-color: #45a049;
}
/* Estilos para os links de mídia social */
.social-links a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.social-links a:hover {
    color: #333;
}

.social-links img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/* Estilos específicos para cada tipo de link */
.link-instagram a {
    color: #E4405F;
}

.link-facebook a {
    color: #3B5998;
}

.link-whatsapp a {
    color: #25D366;
}

.link-website a {
    color: #007BFF;
}

.link-outro a {
    color: #555;
}
/* Estilos para os blocos de propostas */
.proposta-bloco {
    padding: 20px;  /* Aumentei o padding */
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 1.5;  /* Ajustei o espaçamento entre as linhas */
}

/* Adicionar espaço e arredondar cantos */
.permutas-titulo {
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.proposta-bloco p {
    margin: 10px 0; /* Aumentei a margem entre os parágrafos */
}

/* Melhorar cores dos links e botões */
.proposta-bloco a.btn-edit {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.proposta-bloco a.btn-edit:hover {
    background-color: #45a049;
}
