body {
  font: 16px "Open Sans", Tahoma;
  padding-top: 120px;
  overflow-x: hidden; }

.navbar-brand img {
  height: 85px;
  float: left; }
.navbar-text {
  float: left;
  margin: 5px 10px 0 20px;
  line-height: 25px;
  color: #000 !important; }

.navbar-light, .footer {
  box-shadow: 0 0 5px #CCC;
  background: #FFF; }

.btn-link {
  border: 0.5px solid #CCC;
  margin-left: 10px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 10px; }

footer {
  width: 100%;
  float: left;
  padding: 10px 20px 15px;
  box-sizing: border-box;
  color: #000;
  position: fixed;
  bottom: 0px;
  font-size: 0.9em;
  margin-top: 10px; }
  footer .col-12:last-child {
    text-align: right; }

main .row {
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 100px; }

a.card-menu {
  border: 1px solid #eee;
  border-radius: 10px;
  width: 100%;
  min-height: 200px !important;
  float: left;
  padding: 20px 10px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all 0.5s;
  color: #2D9CDB; }
  a.card-menu-icon {
    color: #2D9CDB !important;
    height: 50px; }
  a.card-menu p {
    margin-top: 15px;
    color: #666;
    line-height: 20px; }
    a.card-menu p small {
      margin-top: 10px;
      height: 30px; }
  a.card-menu:hover, a.card-menu p:hover {
    color: #000 !important; }

.modal {
  font-weight: bold; }
  .modal h5 {
    color: #2D9CDB;
    font-weight: bold !important; }
  .modal-body {
    padding: 0; }
  .modal-content {
    border-radius: 10px !important;
    padding: 0; }
  .modal .link {
    width: 100%;
    float: left;
    border-bottom: 1px solid #DEE2E6;
    text-decoration: none;
    color: #666;
    padding: 20px 20px;
    box-sizing: border-box; }
    .modal .link:hover {
      color: #000; }
  .modal .link:last-child {
    border: none; }

.contraste {
  background: #000 !important;
  color: #FF0 !important; }

@media (max-width: 480px) {
  main .row {
    margin-bottom: 200px; }

  .footer .col-12 {
    text-align: center !important;
    margin-bottom: 15px; }

  .navbar-brand {
    width: 300px !important; }
    .navbar-brand img {
      height: 65px;
      float: left; }
  .navbar-text {
    width: 200px !important;
    float: left;
    margin: 0px 10px 0 20px;
    line-height: 15px;
    color: #000 !important;
    font-size: 14px;
    white-space: normal; }

  a.card-menu {
    min-height: 150px !important; } }
@media (max-width: 800px) {
  a.card-menu {
    min-height: 230px !important; }
    a.card-menu-icon {
      color: #2D9CDB !important;
      height: 50px; }
    a.card-menu p {
      margin-top: 15px;
      color: #666;
      line-height: 20px;
      font-size: 14px; }
      a.card-menu p small {
        font-size: 11px;
        margin-top: 10px;
        height: 30px; }
    a.card-menu:hover, a.card-menu p:hover {
      color: #000 !important; } }
@media (max-width: 1300px) {
  a.card-menu {
    min-height: 250px; }
    a.card-menu-icon {
      color: #2D9CDB !important;
      height: 50px; }
    a.card-menu p {
      margin-top: 15px;
      color: #666;
      line-height: 20px; }
      a.card-menu p small {
        margin-top: 10px;
        height: 30px; }
    a.card-menu:hover, a.card-menu p:hover {
      color: #000 !important; } }

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