body {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.font-14 { font-size: 14px; }
.font-18 { font-size: 18px; }

/* botón COMO LLEGAR */
.btn-intpetrol2 {
    background-color: #151f26;
    color: #1ae0c2;
    border-radius: 30px;
    border: 1px solid #1ae0c2;
    font-size: 12px;
    width: 120px;
    padding: 4px 8px !important;
    margin-top: 10px !important;
    margin-bottom: 8px !important;
    transition: all 0.3s ease;
}
.btntxt { color: white !important; }
.btn-intpetrol2:hover {
    background-color: #02D2B2;
    border: 1px solid #02D2B2;
    color: black !important;
}
.btn-intpetrol2:hover .btntxt { color: black !important; }

/* tarjeta de sucursal */
.col-lg-4 > .col-12.rounded { padding-top: 2px !important; padding-bottom: 2px !important; }
.col-lg-4 > .col-12.rounded > h6 { margin-top: 4px !important; margin-bottom: 4px !important; }

/* tarjeta de producto */
.col-lg-4 .col-11.row { margin-top: 10px !important; padding-top: 4px !important; padding-bottom: 4px !important; }
.col-lg-4 .col-11.row > .col-5 { padding-left: 4px; padding-right: 4px; }
.col-lg-4 .col-11.row > .col-7 { padding-left: 8px; padding-right: 4px; }

/* escritorio: 3 sucursales por fila, elementos más compactos */
@media (min-width: 992px) {
    [class*="circle"] {
        height: 85px !important;
        width: 85px !important;
    }
    .col-lg-4 .font-18 { font-size: 15px !important; }
    .col-lg-4 .font-14 { font-size: 12px !important; }
    .col-lg-4 h6 { font-size: 14px; }
}
