* {
font-family: 'Poppins', sans-serif;
}
:root {
--primary-blue: #0066cc;
--secondary-blue: #004499;
--light-blue: #e6f3ff;
--gradient-blue: linear-gradient(135deg, #0066cc 0%, #004499 100%);
--text-gray: #6c757d;
--reserva-blue: #00CBF5;
--examenes-blue: #1043B0;
--cards-blue: #1043B0;
}
.bg-light span, .bg-light .text-muted{
color: var(--cards-blue) !important;
}
.bg-light i, .bg-light i{
color: #3a8c3e !important;
font-weight:600;
} .navbar-brand img {
max-height: 45px;
}
.navbar-nav .nav-link {
color: var(--secondary-blue) !important;
font-weight: 500;
margin: 0 10px;
transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
color: var(--primary-blue) !important;
} .btn-outline-primary {
border-color: var(--reserva-blue) !important;
color: white !important;
background-color: var(--reserva-blue) !important;
border-radius: 20px  !important;
}
.btn-outline-primary:hover {
background-color: #00B8E6;
border-color: #00B8E6;
color: white;
box-shadow: 0 4px 15px var(--reserva-blue);
} .btn-primary {
background: var(--cards-blue) !important;
border: 0px;
border-radius:20px !important;
}
.btn-primary:hover {
background-color: #0E3A9A;
border-color: #0E3A9A;
box-shadow: 0 4px 15px var(--reserva-blue);
} .hero-section {
background: url(//dev-ccostanera.lfi.cl/wp-content/themes/ascend_premium/laboratorio/imagenes/slider.jpg) center center/cover no-repeat;
padding: 80px 0;
position: relative;
overflow: hidden;
border-bottom: 10px solid #00b5df;
}
.hero-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="medical" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23medical)"/></svg>') repeat;
opacity: 0.3;
}
.hero-section .container {
position: relative;
z-index: 2;
} .hero-section h1 {
font-weight: 500 !important;
position: relative;
padding-bottom: 15px;
letter-spacing: 0.1em;
}
.hero-section h1::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 40%;
height: 5px;
background-color: #3a8c3e;
}
.hero-section strong{
font-weight: 600 !important;
}
.min-vh-50 {
min-height: 50vh;
}
.text-primary-blue{
color: var(--secondary-blue);
} .exam-card {
background:  #00b5df;
border-radius: 40px;
overflow: hidden;
text-align:center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
padding: 0;
min-height: 280px;
}
.exam-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
z-index: 1;
}
.exam-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(16, 67, 176, 0.3);
}
.exam-card-body {
padding: 25px;
color: white;
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
}
.exam-card-title {
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 15px;
color: var(--secondary-blue);
}
.exam-card-text {
font-size: 0.95rem;
line-height: 1.5;
color: rgba(255, 255, 255, 0.9);
flex-grow: 1;
} .bg-light h2 {
color: #00247c;
letter-spacing: 0.1em;
font-size: 1.75rem;
} .exam-card-image {
width: 100%;
height: 200px;
object-fit: cover;
margin: 0;
padding: 0;
display: block;
border: none;
border-radius: 0;
position: relative;
top: 0;
left: 0;
margin-bottom: -3rem;
border-radius: 40px 40px 0 0;
} .schedule-section {
position: relative;
}
.schedule-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="schedule" patternUnits="userSpaceOnUse" width="30" height="30"><circle cx="15" cy="15" r="2" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23schedule)"/></svg>') repeat;
}
.schedule-section .container {
position: relative;
z-index: 2;
}
.schedule-header h3 {
color: white;
background: var(--cards-blue);
padding: 10px;
border-radius: 40px;
display: inline-block;
width: 50%;
font-weight: 400;
letter-spacing: 0.3em;
}
.schedule-card {
background: rgba(255, 255, 255, 0.15);
border-radius: 15px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
transition: transform 0.3s ease;
min-height: 250px;
align-items: center;
}
.schedule-card .col-4 img {
height: 200px;
object-fit: cover;
border: 3px solid #3a8c3e;
border-radius: 40px;
}
.schedule-card .col-8{
background: var(--cards-blue);
padding: 1rem;
border-radius: 0 20px 20px 0;
display: flex;
flex-direction: column;
justify-content: center;
height: 200px;
} .horario{
display: flex;
align-items: center;
}
.imagen_horarios {
padding-right: 0 !important;
height: 125% !important;
display: flex;
align-items: center;
}
.imagen_horarios img {
height: 100 !important;
width: 100%;
object-fit: cover;
border: 5px solid #3a8c3e;
border-radius: 40px  !important;
margin-left: 10px;
position: relative;
z-index: 9999;
}
.titulo_horario{
font-weight:400 !important;
font-size:1.3rem;
}
.subtitulo_horario{
font-weight:600 !important;
font-size:1.3rem  !important;
}
.label_horario {
font-weight: 500 !important;
font-size: 0.7rem !important;
background: #3a8c3e;
padding: 3px 5px;
border-radius: 40px;
}
.label_horario.blue{
background: #00B8E6;
}
.subtitulo_servicio{
font-weight:700;
}
.contenido_horarios {
background: var(--cards-blue);
padding: 1rem;
border-radius: 0 20px 20px 0;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 1.8rem !important;
}
.schedule-card:hover {
transform: translateY(-3px);
}
.schedule-info {
color: rgba(255, 255, 255, 0.9);
font-size: 0.9rem;
}
.schedule-info strong {
color: white;
} .exceptions-card {
padding: 30px;
border-radius: 40px;
border: 2px solid var(--primary-blue);
}
.exceptions-card h4 {
color: var(--cards-blue);
font-weight: 700;
}
.exceptions-content p {
color: var(--cards-blue);
font-size: 0.95rem;
line-height: 1.6;
} .insurance-title {
background: var(--gradient-blue);
color: white;
padding: 15px 40px;
border-radius: 20px;
display: inline-block;
font-weight: 700;
font-size: 1.7rem;
width: 50%;
}
.insurance-logo {
max-height: 60px;
filter: grayscale(20%);
transition: filter 0.3s ease, transform 0.3s ease;
}
.insurance-logo:hover {
filter: grayscale(0%);
transform: scale(1.05);
} .service-image {
border-radius: 40px !important;
max-height: 280px !important;
object-fit: cover;
width: 100%;
} @media (max-width: 768px) {
.hero-section {
padding: 50px 0;
}
.hero-section h1 {
font-size: 2.2rem;
}
.hero-section p {
font-size: 0.95rem;
}
.bg-light h2 {
font-size: 1.4rem !important;
}
.exam-card-body {
padding: 18px;
}
.exam-card-title {
font-size: 1.1rem !important;
}
.exam-card-text {
font-size: 0.85rem !important;
}
.schedule-card {
padding: 20px;
margin-bottom: 20px;
}
.schedule-card h5 {
font-size: 1.1rem;
}
.schedule-card h6 {
font-size: 0.9rem;
}
.exceptions-card {
padding: 20px;
}
.exceptions-card h4 {
font-size: 1.2rem;
}
.exceptions-content p {
font-size: 0.85rem !important;
}
.insurance-title {
padding: 12px 25px;
font-size: 1.3rem;
}
.text-primary-blue {
font-size: 0.9rem;
}
.schedule-header h3 {
width: 90%;
padding: 15px;
font-size: 1rem;
letter-spacing: 0.2em;
} .schedule-card {
min-height: auto !important;
padding: 15px !important;
}
.horario {
flex-direction: column !important;
align-items: stretch !important;
}
.imagen_horarios {
height: auto !important;
margin-bottom: 15px;
}
.imagen_horarios img {
height: 200px !important;
margin-left: 0 !important;
border-radius: 20px !important;
}
.contenido_horarios {
height: auto !important;
padding-left: 15px !important;
border-radius: 20px !important;
margin-left: 0;
}
.schedule-info {
font-size: 0.85rem;
}
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.exam-card {
animation: fadeInUp 0.6s ease forwards;
}
.exam-card:nth-child(1) { animation-delay: 0.1s; }
.exam-card:nth-child(2) { animation-delay: 0.2s; }
.exam-card:nth-child(3) { animation-delay: 0.3s; }
.exam-card:nth-child(4) { animation-delay: 0.4s; } .bg-light {
background-color: #f8f9fa !important;
}
.text-muted {
color: var(--text-gray) !important;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
} .btn-outline-light {
border: 2px solid white;
color: white;
font-weight: 600;
padding: 12px 30px;
border-radius: 50px;
transition: all 0.3s ease;
}
.btn-outline-light:hover {
background-color: white;
color: var(--primary-blue);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
} img[src*="placeholder"] {
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}