/* =========================================
   SECCIÓN TRÁMITES Y SERVICIOS
   ========================================= */

.tramites-section {
  padding: 55px 0;
}

.tramites-title {
  margin: 0;

  font-size: 38px;
  font-weight: 700;

  color: #691b31;
}

/* =========================================
   TARJETAS
   ========================================= */

.tramite-card {
  width: 100%;
  height: 175px;

  display: flex;
  align-items: center;

  padding: 15px 20px;

  background: #ffffff;

  border: 1px solid #777777;
  border-radius: 14px;

  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.35);

  overflow: hidden;
}

/* =========================================
   ICONO
   ========================================= */

.tramite-icon {
  width: 105px;
  min-width: 105px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.tramite-icon img {
  width: auto;
  height: 95px;

  max-width: 90px;

  object-fit: contain;
}

/* =========================================
   CONTENIDO
   ========================================= */

.tramite-content {
  flex: 1;

  min-width: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;

  padding-left: 10px;
}

/* =========================================
   TÍTULO DE LA TARJETA
   ========================================= */

.tramite-title {
  margin: 0 0 14px 0;

  color: #691b31;

  font-size: 15px;
  line-height: 1.4;

  font-weight: 700;

  text-align: center;
}

/* =========================================
   BOTÓN
   ========================================= */

.tramite-btn {
  display: inline-block;

  padding: 8px 15px;

  background-color: #691b31;
  border: 1px solid #691b31;
  border-radius: 5px;

  color: #ffffff !important;

  font-size: 14px;
  font-weight: 700;

  text-decoration: none;

  white-space: nowrap;
}

.tramite-btn:hover,
.tramite-btn:focus {
  background-color: #511326;
  border-color: #511326;

  color: #ffffff !important;
}

/* =========================================
   UBICACIÓN
   ========================================= */

.ubicacion-section {
  padding: 20px 0 40px;
}

.mapa-responsive {
  width: 100%;
  height: 300px;

  border: 0;
}

/* =========================================
   PANTALLAS MEDIANAS
   TABLETS
   ========================================= */

@media (max-width: 1199.98px) {
  .tramite-card {
    height: 170px;

    padding: 15px;
  }

  .tramite-icon {
    width: 90px;
    min-width: 90px;
  }

  .tramite-icon img {
    max-width: 75px;
    height: 80px;
  }

  .tramite-title {
    font-size: 14px;
  }

  .tramite-btn {
    font-size: 13px;

    padding: 7px 12px;
  }
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991.98px) {
  .tramites-section {
    padding: 40px 0;
  }

  .tramites-title {
    font-size: 32px;
  }

  .tramite-card {
    height: 165px;
  }

  .tramite-icon {
    width: 95px;
    min-width: 95px;
  }

  .tramite-icon img {
    height: 80px;
    max-width: 80px;
  }

  .tramite-content {
    padding-left: 5px;
  }
}

/* =========================================
   CELULAR
   ========================================= */

@media (max-width: 575.98px) {
  .tramites-section {
    padding: 30px 0;
  }

  .tramites-title {
    font-size: 28px;
  }

  .tramite-card {
    height: auto;
    min-height: 150px;

    padding: 15px;
  }

  .tramite-icon {
    width: 80px;
    min-width: 80px;
  }

  .tramite-icon img {
    width: auto;
    height: 70px;

    max-width: 70px;
  }

  .tramite-content {
    padding-left: 8px;
  }

  .tramite-title {
    margin-bottom: 12px;

    font-size: 13px;
    line-height: 1.35;
  }

  .tramite-btn {
    font-size: 12px;

    padding: 7px 10px;

    white-space: normal;
  }

  .mapa-responsive {
    height: 250px;
  }
}
