/*
Theme Name: Tec Condomínio
Theme URI: http://www.condominio.tec.br
Author: Vitor
Author URI: http://www.condominio.tec.br
Description: Um tema personalizado do zero
Version: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meu-tema-custom
*/


.no-margin-sides {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.custom-spacing {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer a:hover {
    text-decoration: underline;
}

.custom-footer {
    background-color: #503459;
}

/*Bordas dos cards principais*/
.card-custom {
    border: 2px solid #503459 !important;
    border-radius: 6px;
}

/*botão da tela inicial*/
 .btn-custom {
    background-color: #503459 !important;
    color: white !important;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    display: inline-block;
  }

  .btn-custom:hover {
    background-color: #3f2a45 !important;
  }