.list-group .active {
  background-color: #1C4704; }

.list-group .list-group-item:first-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important; }

.list-group .list-group-item:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.listado-provincias {
  border: 1px solid #1C4704 !important;
  padding: 0px;
  float: left;
  width: 100%; }
  .listado-provincias h2 {
    background-color: #1C4704;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    margin-top: 0px !important; }
  .listado-provincias ul {
    list-style: none;
    padding: 10px;
    margin: 0px;
    float: left; }
    .listado-provincias ul li {
      display: inline;
      float: left;
      width: 20%;
      text-align: center;
      margin-bottom: 10px; }
      .listado-provincias ul li a {
        color: #333; }

.btn-principal {
  background-color: #1C4704;
  color: #fff;
  padding: 10px 50px;
  font-weight: bold;
  text-transform: uppercase; }
  .btn-principal:hover {
    color: #F5E700; }

.texto-intro-index {
  font-size: 15px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  text-align: justify; }
  .texto-intro-index h2 {
    font-weight: bold;
    font-size: 18px; }

.mensaje-404 h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  background-color: #FFEFBF;
  color: #900;
  padding: 20px; }

.mensaje-404 p {
  font-size: 16px; }

@media (max-width: 767px) {
  .listado-provincias ul li {
    padding: 5px 0px;
    width: 46%; }
  .footer ul {
    padding: 0px; }
    .footer ul li {
      width: 100%;
      float: left;
      margin-bottom: 14px;
      border-left: none !important; } }
