* {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
}
:root {
    --primary-color: #001F8F;
    --secondary-color: #F0A820;
}
#Sessaoprimaria {
    background: url(../img/BG-1-scaled.webp);
    background-size: cover;
    background-position: center;
}
.btn-color {
    background: var(--secondary-color) !important;
    color: white !important;
}
.btn-azul {
    background: var(--primary-color) !important;
    color: white !important;
}
#imgmobile {
  display: none !important;
}
#arrowdown {
    width: 32% !important; 
    display: flex;
    justify-content: center;
}
.panel {
    border: 1px solid #000000;
    border-radius: 0.25rem;
    padding: 1rem 2rem;
}
.cordeon {
    border-bottom: 1px solid #00000099;
    padding: .5rem 0px;
}