body
{
font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
    .h-md-100 { height: 100vh; }
}
.btn-round { border-radius: 30px; }
.bg-indigo { background: indigo; }
.text-cyan { color: #35bdff; }

div.poblacion { white-space:normal;  }

h5 {margin-bottom: .3rem}

.card-notify-badge {
        position: absolute;
        left: 3px;
        top: 3px;
        background: #f2d900;
        text-align: center;
        border-radius: 5px 5px 5px 5px;
        color: #000;
        padding: 2.5px 5px;
		font-weight: 800;
        font-size: 12px;

    }

.card-notify-year {
        position: absolute;
        right: -15px;
        top: -15px;
        background: #ff4444;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        width: 30px;
        height: 30px;
        padding: 5px 0 0 0;
}


.card-detail-badge {
        background: #f2d900;
        text-align: center;
        border-radius: 20px 20px 20px 20px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
}

.card-tipopago-badge {
        position: absolute;
        left: 3px;
        bottom: 3px;
        background: #ff4444;
        text-align: center;
        border-radius: 5px 5px 5px 5px;
        color: #000;
        padding: 2.5px 5px;
		    font-weight: 800;
        font-size: 10px;
}

.card-valid_presc-badge {
    position: absolute;
    right: 3px;
    bottom: 3px;
    background: #06fe02;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    color: #000;
    padding: 2.5px 5px;
        font-weight: 800;
    font-size: 8px;
}

.card:hover {
            background: #fff;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
            border-radius: 4px;
            transition: all 0.3s ease;
        }

.card-image-overlay {
        font-size: 20px;

    }


.card-image-overlay span {
            display: inline-block;
        }


.ad-btn {
        text-transform: uppercase;
        width: 150px;
        height: 40px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        border: 3px solid #e6de08;
        display: block;
        text-decoration: none;
        margin: 20px auto 1px auto;
        color: #000;
        overflow: hidden;
        position: relative;
        background-color: #e6de08;
    }

.ad-btn:hover {
            background-color: #e6de08;
            color: #1e1717;
            border: 2px solid #e6de08;
            background: transparent;
            transition: all 0.3s ease;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        }

.ad-title h5 {
        text-transform: uppercase;
        font-size: 18px;
		font-weight: 700;
    }
.badge-info {
  white-space: wrap;
}

html, body{overflow:hidden;}
.area-ligna{
  background-image: url("../img/bg.png");
  -moz-box-shadow:    inset 0 0 7px #000000;
  -webkit-box-shadow: inset 0 0 7px #000000;
  box-shadow:         inset 0 0 7px #000000;
  border: 1px solid #ddd;
}

.area-quality{
  background-image: url("../img/bgq.jpg");
  -moz-box-shadow:    inset 0 0 7px #000000;
  -webkit-box-shadow: inset 0 0 7px #000000;
  box-shadow:         inset 0 0 7px #000000;
  border: 1px solid #ddd;
}

nav {
  -moz-box-shadow:    0 0 7px #000000;
  -webkit-box-shadow: 0 0 7px #000000;
  box-shadow:         0 0 7px #000000;
  border: 1px solid #ddd;
}

.card-body {
    padding: 1.05rem;
    padding-bottom: 1.2rem;
}

.fecha_entrega {
    font-size: .8rem;
    font-weight: 600;
    padding: .15em .4em;
    white-space: nowrap;
    border-radius: .25rem;
    background: cornsilk;
}
.fecha_entrega-turno{
    font-size: .8rem;
    font-weight: 600;
    padding: .15em .4em;
    white-space: nowrap;
    border-radius: .25rem;
    background: aqua;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .navbar-text {
      display: block;
      text-align: center;
      margin: 10px auto;
    }
  
    .navbar-nav {
      justify-content: center;
      width: 100%;
    }
  }
  