/* Estilo para o footer */
:root{
  --pry-blue: #0a58ca;
}

.footer {
    background-color: #333;
    color: #fff;
}

.footer-border {
    background-color: rgb(198, 50, 243);
    position: relative;
    z-index: 1;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.footer-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: radial-gradient(circle, transparent, #0a58ca);
    border-radius: 10px;
}

.footer-border::before {
    background: radial-gradient(circle, transparent, #0a58ca, transparent);
    border-radius: 10px;
    top: -3px;
    left: -3px;
}

.btn-primary {
    background-color: #0a58ca !important;
    color: white !important;
    border-radius: 50px !important;
    border: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

body {
    color: white;
    background-color: black;
    font-family: 'Roboto', sans-serif;
}

.border-card {
    border-color: #0a58ca;
    border-radius: 20px;
}

.img-fundo-1 {
    background-image: url('fundo-5.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.img-fundo-pag {
    background-image: url('fundo-5.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.img-fundo-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}

.img-fundo-2 {
    background-image: url('fundo-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.img-fundo-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(33 37 41), rgba(0, 0, 0, 0.9));
}

.frente {
    z-index: 1;
    position: relative;
}

.cor-lilas {
    color: #0a58ca;
}

.borda_texto{
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #ADD8E6;
}

.custom-card {
    background: linear-gradient(to bottom, #888888, #000000);
    color: white;
}

.center-modal {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.center-modal .modal-dialog {
    margin: auto;
}
