@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
  font-weight: 100 900; }
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fafafa;
  font-stretch: condensed;
  font-size: 100%;
  background-color: #fafafa;
  height: 100vh;
  width: 100vw; }

@media screen and (max-width: 768px) {
  body {
    height: 100%; } }
.row {
  --bs-gutter-x:0px; }

.full-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%; }

@media screen and (max-width: 768px) {
  .full-container {
    gap: 0px; } }
main {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw; }
  main header {
    padding: 50px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #01486E; }
    main header .cabecera-logo-escrutinio {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      main header .cabecera-logo-escrutinio .logo-elecciones-desktop {
        height: auto;
        width: 240px; }
      main header .cabecera-logo-escrutinio .logo-elecciones-mobile {
        display: none; }
    main header .cabecera-logo-provincia img {
      height: auto;
      width: 124px; }
  main .titulo h1 {
    color: #01486E;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600; }
  main .titulo h2 {
    color: #0072B9;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600; }
  main .container-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    background-color: #fafafa; }
    main .container-card .card {
      color: #222222;
      padding: 0; }
      main .container-card .card .card-header {
        background-color: #CED4DA;
        font-weight: 500;
        font-size: 20px; }
      main .container-card .card .card-body {
        padding: 20px; }
        main .container-card .card .card-body .card-text a {
          color: #0072B9; }

/* FOOTER */
.footer-previa {
  display: flex;
  justify-content: center;
  font-weight: 400; }
  .footer-previa p {
    font-size: 13px; }

.footer-definitivo {
  display: flex;
  justify-content: center;
  font-weight: 400;
  position: fixed;
  bottom: 0; }
  .footer-definitivo p {
    font-size: 13px; }

@media screen and (max-width: 768px) {
  main {
    color: #222222;
    font-weight: 500;
    height: 100%; }
    main header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 80px;
      padding: 0 20px 0 20px; }
      main header .cabecera-logo-escrutinio .logo-elecciones-desktop {
        height: 45px;
        width: auto; }
      main header .cabecera-logo-escrutinio .logo-elecciones-mobile {
        display: block;
        height: auto;
        width: 53px; }
      main header .cabecera-logo-provincia img {
        height: auto;
        width: 80px; }
    main .titulo h1 {
      font-size: 18px; }
    main .titulo h2 {
      font-size: 13px; }
    main .container-card {
      gap: 16px; }
      main .container-card .card {
        font-size: 14px;
        color: #222222; }
        main .container-card .card .card-header {
          font-size: 16px;
          font-weight: 500; }

  .footer-previa {
    text-align: center;
    padding: 15px 36px;
    font-size: 12px;
    position: relative;
    bottom: 0; }
    .footer-previa p {
      font-size: 12px; }

  .footer-definitivo {
    text-align: center;
    padding: 15px 36px;
    font-size: 12px; }
    .footer-definitivo p {
      font-size: 12px; } }

/*# sourceMappingURL=custom.css.map */
