.flex-section { color: var(--dark); gap: clamp(0.5rem, 2.5vw, 1rem); display: flex; flex-wrap: wrap; justify-content: space-evenly; padding: 4em 0 4em; div { display: grid; place-items: center; text-align: center; gap: clamp(0.5rem, 2.5vw, 1rem); width: 160px; } } .center { display: flex; justify-content: center; align-items: center; } .filter { box-shadow: none; -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.3)); filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.3)); } .text_center { display: grid; gap: 1em; place-items: center; width: min(100%, 720px); margin-inline: auto; text-align: center; } .bg-inverted { background: rgb(254, 254, 254); background: linear-gradient( 180deg, rgba(254, 254, 254, 1) 6%, rgba(253, 233, 196, 1) 100% ); div img { padding: 24px; margin: 32px 24px; background-color: white; } } /* PAGINA CONTACTO */ .nosotros_profesionales { align-self: center; ul li { margin: 0 0 0 2rem; } } .nosotros_cards { display: grid; gap: 2em; align-content: center; h2 { text-align: center; max-width: 20ch; margin-inline: auto; } } /* TESTIMONIOS — clases de contenido compartidas (mediforma, implante capilar, trasplante y páginas de doctoras EN). Los mecanismos de slider CSS/JS se retiraron al migrar home y doctoras ES al módulo . */ .testimonial-card { padding: 3rem; box-sizing: border-box; background-color: #2a2a2a; color: white; } .testimonial-card h2 { color: var(--primary); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; margin-bottom: 0.15rem; } .testimonial-card h3 { font-weight: 400; font-size: 0.75rem; margin: 0 0 1.25rem; color: #888; } .stars { font-size: 1.4rem; color: #ffd700; } .testimonial-author span { font-size: 1.4rem; color: var(--primary); font-weight: bold; display: block; margin-bottom: 0.5rem; } .testimonial-author small { color: #aaa; font-size: 1rem; } .testimonial-card .two_columns { align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: nowrap; } .testimonial-card .two_columns > div { flex: 0 1 auto; } .center { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; } .center h3 { margin: 0; font-size: 1rem; color: #999; } .center svg { width: 48px; height: 48px; opacity: 0.7; } .treatments { text-align: start; padding: 1rem; border-radius: var(--border-radius); img { height: 334px; -o-object-fit: cover; object-fit: cover; } h4 { color: var(--accion); } } .treatments:hover { background-color: var(--crystal-clear); transform: translateY(-5px); box-shadow: var(--shadow); } .servicios-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem; } .servicio-card { background: #f9f9f9; border-radius: 10px; padding: 1.5rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .servicio-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .servicio-card h3 { color: var(--primary); margin-bottom: 0.75rem; font-size: 1.25rem; } .servicio-card p { color: #555; font-size: 0.95rem; } .us-patient-cta { background: var(--color-gray-light); border-left: 4px solid var(--primary); padding: 1.2rem; margin-top: 1.5rem; border-radius: 0 8px 8px 0; max-width: 500px; text-shadow: none; & > p { color: var(--text-dark); } } .us-patient-cta h3 { color: var(--primary); margin-bottom: 0.5rem; } .travel-note { background: #f8f9fa; border: 1px dashed var(--primary); padding: 0.7rem; border-radius: 8px; font-weight: bold; color: var(--primary); margin-top: 0.5rem; } .us-standards { background: #f8f9fa; padding: 1.2rem; border-radius: 8px; margin-top: 1.5rem; border-left: 3px solid var(--primary); } .us-standards h3 { color: var(--primary); margin-bottom: 0.8rem; } .price-compare { display: block; color: var(--); font-weight: bold; margin-top: 0.5rem; font-size: 0.9rem; } .travel-section { background: linear-gradient( rgba(245, 248, 252, 0.9), rgba(245, 248, 252, 0.9) ), url('/assets/images/bogota-skyline.avif'); background-size: cover; padding: 4rem 0; } .journey-steps { display: flex; flex-wrap: wrap; gap: 1.5rem; margin: 2.5rem 0; justify-content: center; } .step { background: white; border-radius: 12px; padding: 1.8rem 1.2rem; width: 180px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); position: relative; } .step-number { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); background: var(--primary); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; } .step h3 { margin-top: 1rem; color: #333; font-size: 1.1rem; } .testimonial-us { background: white; max-width: 700px; margin: 3rem auto; padding: 2rem; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); text-align: center; } .testimonial-us blockquote { font-style: italic; font-size: 1.2rem; line-height: 1.6; color: #444; margin-bottom: 1.5rem; } .testimonial-us footer { font-weight: bold; color: var(--primary); font-style: normal; } @media (max-width: 768px) { .journey-steps { flex-direction: column; align-items: center; } .step { width: 100%; max-width: 300px; } } .contact-details { margin: 3rem 0; font-weight: bold; li { list-style: none !important; display: flex; align-items: center; gap: 10px; margin: 0 0 1em; } li::marker { list-style: none; } } /* CALM Button System - 2026 Calm Design principles: reduced cognitive load, subtle feedback, accessible states, touch-friendly sizing */ .buttons { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; padding: 16px 32px; text-align: center; font-size: var(--font-size-p); font-weight: 500; letter-spacing: 0.02em; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 8px; cursor: pointer; position: relative; overflow: hidden; text-decoration: none; } /* CALM: Accessible focus state */ .buttons:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; } /* CALM: Primary button - Dorado CALM */ .btn-primary { color: #2c1810; background: linear-gradient(135deg, #d4b878 0%, #c9a460 100%); border: 2px solid #b8944f; box-shadow: 0 1px 3px rgba(0,0,0,0.08); } .btn-primary:hover { color: #2c1810; background: linear-gradient(135deg, #c9a460 0%, #b8944f 100%); border-color: #a88a48; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transform: translateY(-1px); text-decoration: none; } .btn-primary:active { background: linear-gradient(135deg, #c0a060 0%, #b09048 100%); transform: translateY(0); box-shadow: 0 1px 3px rgba(0,0,0,0.08); } /* CALM: Secondary button - subtle outlined */ .btn-secondary { background: transparent; color: var(--primary); border: 2px solid #d4c4a8; box-shadow: none; } .btn-secondary:hover { background: rgba(212, 196, 168, 0.15); border-color: #c4b496; color: #5c4a35; transform: translateY(-1px); text-decoration: none; } .btn-secondary:active { background: rgba(212, 196, 168, 0.25); transform: translateY(0); } /* CALM: Loading/disabled states */ .buttons:disabled, .buttons.is-loading { opacity: 0.6; cursor: not-allowed; pointer-events: none; } /* CALM: Optional ripple microinteraction */ .buttons::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255,255,255,0.3); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.4s ease, height 0.4s ease; } .buttons:active::after { width: 300px; height: 300px; opacity: 0; } .especialidades-cards { width: min(calc(100% - 2rem), 1280px); margin-inline: auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; } .especialidad-card { flex: 1 0 480px; max-width: 100%; background-color: var(--crystal-clear); padding: 2rem; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid var(--border-color); border-radius: var(--border-radius); h4, .card-title { font-size: 1.2rem; margin: 0; } } .width { width: min(100%, 480px) } .especialidad-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--primary); } .card-link { display: flex; justify-content: space-between; gap: 1rem; p { max-width: 480px; } h4 { margin: 0 1rem 0 1rem; } } .circle-arrow { display: grid; place-items: center; place-content: center; width: 50px; height: 50px; border: 2px solid var(--primary); border-radius: 50%; color: var(--primary); text-decoration: none; transition: all 0.3s ease; padding: 20px; font-size: 1.5rem; } .circle-arrow:hover { background-color: var(--primary); color: var(--text-light); transform: translateX(5px); text-decoration: none; } .hero_home{ display: grid; align-items: end; } /* Estilos base del banner */ .hero-banner { background: var(--color-gris); position: relative; min-height: 80dvh; overflow: hidden; isolation: isolate; padding-top: 10em; margin-top: 7em; } .banner-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background-size: cover; background-position: top center; animation: smooth-fade 12s infinite linear; mix-blend-mode: normal; } .banner-layer-1 { background-image: url('/assets/images/banner-home-ivlu.avif'); animation-delay: 0s; } .banner-layer-2 { background-image: url('/assets/images/banner-home-ivlu-2.avif'); animation-delay: 4s; } .banner-layer-3 { background-image: url('/assets/images/banner-home-ivlu-3.avif'); animation-delay: 8s; } /* Animación de transición suave */ @keyframes smooth-fade { 0% { opacity: 0; z-index: 1; } 10% { opacity: 1; z-index: 1; } 33.333% { opacity: 1; z-index: 1; } 43.333% { opacity: 0; z-index: 0; } 100% { opacity: 0; z-index: 0; } } .banner-layer-1 { animation-delay: 0s; } .banner-layer-2 { animation-delay: -4s; } .banner-layer-3 { animation-delay: -8s; } /* Overlay semi-transparente */ .banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.15); } .banner-content { position: relative; z-index: 2; padding: 2rem; color: white; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); max-width: 1280px; margin: 0 auto; & .buttons{ text-shadow: none; } } /* HERO NOSOTROS */ header:not(.banner){padding-top: 11em;} .heros { padding: 10em 0; div { display: grid; place-items: center; gap: 2em; text-align: center; h1 { max-width: 20ch; } } } .hero_text { width: min(100%, 1920px); min-height: 80dvh; margin-inline: auto; padding: 10em 2em 2em; text-align: center; display: grid; align-content: end; justify-content: center; p, h1 { color: var(--text-light); } } .hero_nosotros { background-image: url("../images/equipo-de-doctoras-de-ivlu.avif"); background-size: cover; background-position: center; } /* Banner doctoras con overlay de texto */ .banner-doctoras { background-image: url("../images/banner-doctoras.avif"); background-size: cover; background-position: center; min-height: 558px; display: flex; align-items: stretch; } .banner-doctoras__left { width: 50%; display: flex; align-items: center; justify-content: center; padding: 3rem 2rem; } .banner-doctoras__content { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; text-align: center; } .banner-doctoras__ribbon { background: linear-gradient( 90deg, #7a5c0a 0%, #c9940d 15%, #f0c030 35%, #fbe97a 50%, #f0c030 65%, #c9940d 85%, #7a5c0a 100% ); padding: 0.55em 2.2em; display: inline-block; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35); } .banner-doctoras__ribbon span { color: #000; font-family: var(--font-family); font-size: clamp(0.85rem, 1.6vw, 1.3rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; display: block; white-space: nowrap; } .banner-doctoras__subtitle { color: #fff; font-family: var(--font-family); font-size: clamp(0.85rem, 1.6vw, 1.3rem); font-weight: 400; text-transform: uppercase; letter-spacing: 0.12em; margin: 0; } .banner-doctoras__logo { width: 120px; height: 120px; object-fit: contain; } .hero_blog { background-image: url("../images/equipo-ivlu-bogota.avif"); background-size: cover; background-position: center; p, h1 { color: var(--text-light); } } .hero_tecnologias { background-image: url("../images/teconologias-ivlu.avif"); background-size: cover; background-position: center; p, h1 { color: var(--text-light); } } .hero_servicios { background-image: url("../images/servicios-esteticos-ivlu.avif"); background-size: cover; background-position: center; p, h1 { color: var(--text-light); } } /* posts hero */ .posts-hero { display: grid; place-content: center; align-items: center; text-align: center; h1 { margin-inline: auto; padding: 2rem 0 2rem; } p { margin-inline: auto; padding: 0 2rem; } img { width: min(100%, 1320px); } } .banner{ background-image: url('/assets/images/dra-luisa.avif'); background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 7em; margin-top: 7em; min-height: 80dvh; & .two_columns{ align-items: boton; } .banner-image{ line-height: 1; img{ box-shadow: none; align-self: flex-end; } } } .banner1{ background-image: url('/assets/images/dra-ivonne.avif'); background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 7em; margin-top: 7em; min-height: 80dvh; & .two_columns{ align-items: boton; } .banner-image{ line-height: 1; img{ box-shadow: none; align-self: flex-end; } } } /* CSS optimizado para carrusel fluido */ .gallery { position: relative; width: 100%; max-width: 1850px; margin: auto; background-color: var(--dark); overflow: hidden; margin-bottom: var(--padding); /* Evitar que el contenido se desborde */ box-sizing: border-box; } .gallery-images { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; /* Remover scroll-behavior: smooth para usar animación personalizada */ scrollbar-width: none; -webkit-overflow-scrolling: touch; /* Mejorar rendimiento en dispositivos móviles */ will-change: scroll-position; /* Asegurar que no cause overflow horizontal */ box-sizing: border-box; } .gallery-images::-webkit-scrollbar { display: none; } .gallery-item { flex: 0 0 auto; scroll-snap-align: start; text-align: center; position: relative; overflow: hidden; min-width: 0; /* Transición suave para efectos hover */ transition: transform 0.2s ease; } .gallery-item:hover { transform: translateY(-2px); } /* Responsive: ajustar el ancho según el viewport */ .gallery-item { width: 100%; } @media (min-width: 769px) { .gallery-item { width: calc(33.333% - 7px); } } @media (min-width: 1200px) { .gallery-item { width: calc(25% - 8px); } } .gallery-item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; /* Transición suave para la imagen */ transition: transform 0.3s ease, filter 0.3s ease; } .gallery-item:hover img { transform: scale(1.05); filter: brightness(1.1); } .gallery-text { position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); background: rgba(184, 160, 101, 0.8); padding: 1rem 1.5rem; color: white; font-weight: bold; width: calc(100% - 12px); text-align: center; text-decoration: none; /* Transición suave para el overlay */ transition: all 0.3s ease; opacity: 0.9; } .gallery-text:hover { background: rgba(184, 160, 101, 0.95); text-decoration: none; color: white; opacity: 1; transform: translateX(-50%) translateY(-2px); } /* Botones de navegación con animaciones fluidas */ .gallery-nav { position: absolute; top: 50%; left: 0; right: 0; display: none; justify-content: space-between; padding: 0 10px; transform: translateY(-50%); z-index: 2; pointer-events: none; /* Asegurar que no cause overflow */ max-width: 100%; box-sizing: border-box; } .gallery-prev, .gallery-next { background: rgba(184, 160, 101, 0.8); color: white; border: none; border-radius: 50%; width: 35px; height: 35px; font-size: 16px; font-weight: bold; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: auto; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); user-select: none; -webkit-user-select: none; /* Posicionar dentro del contenedor */ position: relative; flex-shrink: 0; } .gallery-prev:hover, .gallery-next:hover { background: var(--primary); transform: scale(1.1); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); } .gallery-prev:active, .gallery-next:active { transform: scale(0.95); transition-duration: 0.1s; } /* Animación de pulse cuando el botón está deshabilitado */ .gallery-prev:disabled, .gallery-next:disabled { opacity: 0.5; cursor: not-allowed; transform: none; } .gallery-prev:disabled:hover, .gallery-next:disabled:hover { transform: none; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } /* Indicadores con animaciones fluidas */ .gallery-indicators { text-align: center; margin-top: 15px; padding: 0 20px; } .indicator { display: inline-block; width: 30px; height: 3px; background: rgba(255, 255, 255, 0.4); margin: 0 5px; cursor: pointer; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 2px; position: relative; overflow: hidden; } .indicator::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: var(--primary); transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .indicator.active::before { left: 0; } .indicator.active { background: var(--primary); transform: scale(1.2); } .indicator:hover { background: rgba(255, 255, 255, 0.7); transform: scale(1.1); } .indicator:active { transform: scale(0.9); } /* Mostrar controles solo en escritorio */ @media (min-width: 769px) { .gallery-nav { display: flex; } } /* Optimizaciones para dispositivos táctiles */ @media (hover: none) { .gallery-item:hover { transform: none; } .gallery-item:hover img { transform: none; filter: none; } .gallery-text:hover { transform: translateX(-50%); opacity: 0.9; } } /* Estados de focus para accesibilidad */ .gallery-prev:focus, .gallery-next:focus, .indicator:focus { outline: 2px solid var(--primary); outline-offset: 3px; } .gallery-images:focus { outline: 2px solid var(--primary); outline-offset: 2px; } /* Animación de entrada para los elementos */ .gallery-item { opacity: 0; animation: fadeInUp 0.6s ease forwards; } .gallery-item:nth-child(1) { animation-delay: 0.1s; } .gallery-item:nth-child(2) { animation-delay: 0.2s; } .gallery-item:nth-child(3) { animation-delay: 0.3s; } .gallery-item:nth-child(4) { animation-delay: 0.4s; } .gallery-item:nth-child(5) { animation-delay: 0.5s; } .gallery-item:nth-child(6) { animation-delay: 0.6s; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* Soporte para usuarios que prefieren movimiento reducido */ @media (prefers-reduced-motion: reduce) { .gallery-item, .gallery-prev, .gallery-next, .indicator, .gallery-text, .gallery-item img { transition: none; animation: none; } .gallery-item { opacity: 1; } } /* Loading state */ .gallery-item img:not([src]), .gallery-item img[src=""] { background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: loading 1.5s infinite; } @keyframes loading { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } /* FAQ — lista tipográfica, sin cajas, estilo CALM */ .faq-cards { margin-top: 2rem; } .faq-card { border-top: 1px solid rgba(204, 175, 102, 0.3); padding: 1.5rem 0; } .faq-card:last-child { border-bottom: 1px solid rgba(204, 175, 102, 0.3); } .faq-card__q { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin: 0 0 0.5rem; line-height: 1.4; } /* Funciona tanto con p.faq-card__a (párrafo simple) como div.faq-card__a (contenido de bloque) */ .faq-card__a { font-size: 0.9375rem; color: #555; margin: 0; line-height: 1.65; max-width: 72ch; } .faq-card__a p { margin-bottom: 0.75rem; } .faq-card__a p:last-child { margin-bottom: 0; } .faq-card__a ul, .faq-card__a ol { margin: 0.25rem 0 0.75rem 1.25rem; } .faq-card__a li { margin-bottom: 0.3rem; } .faq-card__a ul:last-child, .faq-card__a ol:last-child { margin-bottom: 0; } /* Estilos para posts */ .post-content { line-height: 1.6; position: relative; p{ display: block; } img{ float: right; } } .post-content h3{ color: var(--primary); } .post-content li::marker { color: var(--primary); } .author-name { font-weight: bold; margin-bottom: 0.25rem; } .author-location { color: #666; font-size: 0.9rem; } /* Estilos para la sección de estadísticas */ .stats-section { padding: 3rem 0 0; margin: 4rem 0 0; } .stats-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; } .stat-box { text-align: center; padding: 2rem; background-color: white; border-radius: 0.5rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .stat-box:hover { transform: translateY(-5px); } .stat-number { display: block; font-size: 2.5rem; font-weight: bold; color: #d7bc73; margin-bottom: 0.5rem; } .stat-text { font-size: 1.1rem; color: #333; } /* Estilos para la sección de FAQ */ .faq-section { margin: 4rem 0; } .faq-container { margin-top: 2rem; } .faq-item { margin-bottom: 1rem; border: 1px solid #e5e5e5; border-radius: 0.5rem; overflow: hidden; } .faq-item summary { padding: 1.5rem; background-color: var(--neutral-gray-dark); font-weight: bold; cursor: pointer; position: relative; list-style: none; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary::after { content: '+'; position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: normal; color: #d7bc73; transition: transform 0.3s ease; } .faq-item[open] summary::after { content: '-'; } .faq-answer { padding: 1.5rem 1.5rem; } .faq-answer p { margin: 0; line-height: 1.6; width: min(100%, 992px); } /* Estilos para la sección de blog */ .blog-section { margin: 4rem 0; } .blog-posts-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; } .blog-post { border-radius: 0.5rem; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .blog-post:hover { transform: translateY(-5px); } .blog-image { height: 200px; overflow: hidden; } .blog-image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: transform 0.5s ease; } .blog-post:hover .blog-image img { transform: scale(1.05); } .blog-content { padding: 1.5rem; } .blog-content h3 { margin-top: 0; font-size: 1.2rem; } .blog-link { display: inline-block; margin-top: 1rem; color: #d7bc73; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .blog-link:hover { color: #b09a5b; } hr { border: none; height: 0.2rem; background-image: linear-gradient(to right, #fff 50%, transparent 50%); background-size: 40px 3px; width: 100%; margin: 2rem auto; opacity: 0.5; } table { width: 100%; margin: 2em 0 4em; } table tr { border-bottom: 2px dotted var(--color-gray-light); display: flex; padding: 24px; flex-wrap: wrap; gap: 12px; width: 100%; } table tr:nth-child(even) { background-color: var(--color-gray-light); } table th { font-weight: 900; } table td, table th { flex: 1 0 200px; } footer { background: rgb(204, 175, 102); background: linear-gradient( 180deg, rgba(204, 175, 102, 1) 0%, rgba(253, 233, 196, 1) 0%, rgba(254, 254, 254, 1) 100% ); } .footer-logo img { max-width: 160px; margin-bottom: 20px; box-shadow: none; } .footer-columns { align-items: baseline; div { gap: 1em; a { color: var(--accion); font-weight: bold; text-decoration: underline; text-decoration-thickness: 2.4px; text-underline-offset: 4px; } } } .footer_social { padding-top: 2em; display: flex; justify-content: flex-start; gap: 2em; li { list-style: none; margin: 0; width: 64px; height: 64px; svg { transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); &:hover { transform: translateY(-4px); fill: var(--primary); } } } } .footer-bottom { margin-top: 20px; font-size: 0.9rem; opacity: 0.8; text-align: start; } @media (max-width: 480px) { .bg-section > div { width: 100%; } } @media (max-width: 768px) { .hero-banner { min-height: 95dvh; padding-top: 15em; } .banner-layer-1 { background-image: url('/assets/images/banner-home-ivlu-phone.avif'); } .banner-layer-3 { background-image: url('/assets/images/banner-home-ivlu-3-phone.avif'); } .hero_blog { background-image: url("/assets/images/equipo-ivlu-bogota-phone.avif"); } .hero_nosotros { background-image: url("../images/equipo-de-doctoras-de-ivlu-phone.avif"); } .banner-doctoras { background-position: left center; min-height: 320px; } .banner-doctoras__left { width: 100%; background: rgba(0, 0, 0, 0.55); padding: 4rem 1.5rem; min-height: 320px; } .post-content{ display: grid; place-content: center; place-items: center; } .testimonial-slide { padding: 1.5rem; } }
