 .hero-image {
            background-image: url('../images/guarderia-queretaro.jpg'); /* Replace with your image URL */
            background-size: cover;
            background-position: center;
            height: 50vh; /* Full viewport height */
	 		width: 100vw;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
        }
 .niveles-image {
            background-image: url('../images/guarderia-queretaro.jpg'); /* Replace with your image URL */
            background-size: cover;
            background-position: center;
            height: 50vh;
            position: relative;
        }

.niveles-image-a {
            background-image: url('../images/lactantes-a.jpg'); /* Replace with your image URL */
            background-size: cover;
            background-position: center;
            height: 50vh;
            position: relative;
        }

.niveles-image-b {
            background-image: url('../images/lactantes-b.jpg'); /* Replace with your image URL */
            background-size: cover;
            background-position: center;
            height: 50vh;
            position: relative;
        }

.niveles-image-c {
            background-image: url('../images/lactantes-c.jpg'); /* Replace with your image URL */
            background-size: cover;
            background-position: center;
            height: 50vh;
            position: relative;
        }

.niveles-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
        }
.card-img-top {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.text-reset{
	text-decoration: none;
}

/* Custom navbar background and link styles */
.navbar.bg-custom {
    background-color: #086797 !important;
}

nav.bg-light{
	background-color: #086797 !important;
}

#horario{
	background-color: #086797 !important;
}

.navbar .nav-link,
.navbar-brand {
    color: white !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    color: #ddd !important;
}

.dropdown-menu {
    background-color: #086797 !important;
}

.dropdown-item {
    color: white !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.card-img-top {
            height: 200px; /* Fixed height for all images */
            object-fit: cover; /* This will make sure the image covers the area without stretching */
        }

         .hero-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
        }
         .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
        }

.about-card-image{
	max-height: 200px;
}

.review-description{
	font-size: 12px;
}
.review-name{
	font-size: 14px;
}

 body {
            font-family: Arial, sans-serif;
            background-color: #f0f0f0;
            margin: 0;
           
        }
         .review-container {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        .review-card {
            flex: 0 0 auto;
            width: 300px;
            margin-right: 15px;
        }
        .stars {
            color: #ffd700;
            font-size: 24px;
            margin-bottom: 10px;
        }
        .review-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .review-body {
            font-size: 14px;
            color: #333;
            margin-bottom: 15px;
        }
        .reviewer-info {
            display: flex;
            align-items: center;
        }
        .reviewer-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
        }
        .reviewer-name {
            font-weight: bold;
			
        }
.review-headline{
	font-size: 16px;
	font-weight: bold;
}
        .review-date {
            color: #999;
            font-size: 12px;
        }
 .reviewer-image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 12px;
        }


body {
            background-color: #f8f9fa;
        }
        .form-container {
            max-width: 900px;
            margin: 50px auto;
        }
        .price-card {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            padding: 20px;
        }
        .price {
            font-size: 2.5rem;
            font-weight: bold;
        }