body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background: #fff;
  color: #333;
}

header, main, footer {
  max-width: 900px;
  margin: auto;
  padding: 1rem;
}

header {
  text-align: center;
}

header img {
  width: 100%;
  max-width: 832px;
  height: auto;
}

.header_main {
  text-align: center;
}

h2, h3, h4 {
  color: #9f0030;
  margin: 1rem 0;
}

h2 {
  font-size: 2rem;
}

a {
  color: #891536;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-left: 1.5rem;
}

li {
  padding: 0.5rem;
}

section {
  margin-bottom: 2rem;
}

img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  header, main, footer {
    padding: 0.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }
}

    .access {
      text-align: center;
      margin: 1.5rem 0;
    }

    .access img {
      width: 200px;
      height: auto;
    }

    .access a {
      display: inline-block;
      margin-top: 1rem;
      font-weight: 700;
      font-size: 1rem;
      color: #891536;
      text-decoration: none;
      border-bottom: 2px solid #891536;
    }
	
	.access a.tarjeta {
      border-bottom: 0;
	}

    .schedule {
      text-align: center;
      font-size: 1.1rem;
      margin: 4rem 0 2rem 0;
    }

    .support-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 1rem;
      margin: 2rem 0;
      border: 2px solid #891536;
      padding: 1rem;
    }

    .support-card {
      flex: 1 1 300px;
      display: flex;
      align-items: center;
      gap: 1rem;
    }    
	
	.support-card img.col1 {
      width: 36px;
      height: auto;
    }

    .support-card img.col2 {
      width: 70px;
      height: auto;
    }

    .support-card a {
      color: #cc0000;
      font-weight: bold;
      text-decoration: none;
    }
	
	.support-info {
		margin: 0;
	}

    footer {
      font-size: 0.8rem;
      text-align: center;
      margin-top: 3rem;
      line-height: 1.5;
    }

    @media (max-width: 600px) {
      .support-card {
        flex-direction: column;
        align-items: flex-start;
      }
    }