@charset "utf-8";
/* CSS Document */

/* NAVBAR STICKY */
.navbar-custom {
    transition:
    background-color .3s ease,
    box-shadow .3s ease;
    z-index: 1030;
}

/* SOMBRA AL SCROLL */
.navbar-scrolled {
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    background-color: #a3ece1 !important;
    backdrop-filter: blur(6px);
}

.card-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.card-title-vip {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    font-size: 12px;
    line-height: 16px;
    min-height: 32px;
    max-height: 32px;
}

.card-title-zona {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    font-size: 14px;
    line-height: 18px;
    min-height: 36px;
    max-height: 36px;
	font-weight:500;
}

.card-body .btn {
    margin-top: auto;
}

.text-center-nombre{
	font-size: 18px;
	font-family:'Roboto',sans-serif;
	font-weight:700;
}

.text-h1 {
	font-size: 22px;
}

.h2-zona {
	font-size: 23px;
}
body{
	 padding-top: 90px; /* ajustá según altura real */
    font-family:'Roboto',sans-serif;
}
a:hover{
	color: #F11963 !important;
	text-decoration: none;
	
}
.bread {
	text-decoration: none !important;
	color: #000000!important;
}
.card img{
	width:100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.card img.telefono-icono {
    width: 25px;
    height: 30px;
    aspect-ratio: auto;
    object-fit: contain;
}

.hero-title{
    font-size:1.4rem;
    font-weight:500;
}

.hero-subtitle{
    font-size:1.1rem;
    color:#555;
}

footer a{
    text-decoration:none;
}
.text-dark2 {
	color: #000000;
}
.bg-var {
	background-color: #a3ece1;
	}


.bread-text {
	font-size: 10px;
}
.card{
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.card:hover{
    transform:translateY(-4px);
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
}
.footer-coverage {
    line-height: 2;
}

.footer-divider {
    border-color: #444;
}

.footer-social {
    font-size: 1.2rem;
}










/* Página de categoría */

.footer-coverage {
    line-height: 2;
}

.footer-divider {
    border-color: #444;
}

.card {
    overflow: hidden;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-img-top {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.card-body .btn {
    margin-top: auto;
}

.hero-subtitle {
    max-width: 900px;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-dark);
    background-color: var(--bs-light);
}

.accordion-button:focus {
    box-shadow: none;
}
