Preview de mixed.css
/* MIXED CSS PACK */
/* Template: tuprevencionprepaga.com.ar/index.html */
/* Template mtime: 2025-10-16 19:27:43 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
/* tono base */
--primary-color: #ff0068; /* rosa principal */
--secondary-color: #c3004e; /* la misma pero 20 % más oscura */
--accent-color: #ff4c94; /* 20 % más clara */
/* gradientes principales */
--gradient-primary: linear-gradient(135deg, #ff0068 0%, #c3004e 100%);
--gradient-accent: linear-gradient(135deg, #ff4c94 0%, #ff0068 100%);
/* resto igual */
--dark-color: #1e293b;
--light-color: #f8fafc;
--success-color: #10b981;
--shadow-sm: 0 1px 3px rgba(0,0,0,0.12);
--shadow-md: 0 4px 6px rgba(0,0,0,0.1);
--shadow-lg: 0 10px 25px rgba(0,0,0,0.1);
--border-radius: 12px;
--transition: all 0.3s ease;
}
body {
overflow-x: hidden;
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
padding-top: 80px;
color: var(--dark-color);
line-height: 1.6;
background-color: var(--light-color);
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.navbar {
background: var(--gradient-primary);
box-shadow: var(--shadow-md);
padding: 15px 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 10px 0;
box-shadow: var(--shadow-lg);
}
.navbar-brand {
font-weight: 700;
font-size: 1.8rem;
color: white;
display: flex;
align-items: center;
}
.navbar-brand i {
margin-right: 10px;
font-size: 1.5rem;
}
.nav-link {
font-weight: 500;
color: rgba(255,255,255,0.9) !important;
margin: 0 8px;
padding: 8px 16px !important;
border-radius: 50px;
transition: var(--transition);
}
.nav-link:hover, .nav-link:focus {
color: white !important;
background-color: rgba(255,255,255,0.15);
transform: translateY(-2px);
}
.hero {
position: relative;
height: 90vh;
min-height: 600px;
background-color: #e6005e;
background-image: url('img/logo5.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
color: white;
text-align: center;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: url('img/logo5.png"/></svg>');
background-size: cover;
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
max-width: 800px;
padding: 0 20px;
margin-top: 420px;
}
.hero h1 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 20px;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.hero p {
font-size: 1.25rem;
margin-bottom: 30px;
opacity: 0.9;
}
.btn-primary {
background: var(--gradient-accent);
border: none;
padding: 12px 30px;
border-radius: 50px;
font-weight: 600;
letter-spacing: 0.5px;
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
transition: var(--transition);
}
.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
background: var(--gradient-primary);
}
.btn-success {
background: var(--success-color);
border: none;
padding: 12px 30px;
border-radius: 50px;
font-weight: 600;
letter-spacing: 0.5px;
box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
transition: var(--transition);
}
.btn-success:hover {
background: #0ea674;
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(16, 185, 129, 0.6);
}
.section {
padding: 100px 0;
position: relative;
}
.section-title {
text-align: center;
margin-bottom: 60px;
position: relative;
}
.section-title h2 {
font-size: 2.5rem;
font-weight: 700;
color: var(--dark-color);
margin-bottom: 20px;
}
.section-title::after {
content: '';
display: block;
width: 80px;
height: 4px;
background: var(--gradient-accent);
margin: 0 auto;
border-radius: 2px;
}
.service-card {
background: white;
border-radius: var(--border-radius);
padding: 30px;
box-shadow: var(--shadow-sm);
transition: var(--transition);
height: 100%;
border: 1px solid rgba(0,0,0,0.05);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
}
.service-card i {
font-size: 2.5rem;
color: var(--primary-color);
margin-bottom: 20px;
}
.service-card h3 {
font-size: 1.5rem;
margin-bottom: 15px;
color: var(--dark-color);
}
.highlight-box {
background: var(--gradient-primary);
color: white;
padding: 30px;
border-radius: var(--border-radius);
box-shadow: var(--shadow-md);
margin: 30px 0;
}
.highlight-box h3 {
color: white;
}
.feature-icon {
width: 60px;
height: 60px;
background: var(--gradient-accent);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
margin-bottom: 20px;
}
.testimonial-card {
background: white;
border-radius: var(--border-radius);
padding: 30px;
box-shadow: var(--shadow-sm);
margin: 15px;
}
.testimonial-card .quote {
font-style: italic;
margin-bottom: 20px;
}
.testimonial-card .author {
font-weight: 600;
color: var(--primary-color);
}
.carousel-item img {
border-radius: var(--border-radius);
height: auto;
width: auto;
max-width: 100%;
max-height: 500px;
object-fit: contain;
margin: 0 auto;
display: block;
}
.contact-form {
background: white;
border-radius: var(--border-radius);
padding: 40px;
box-shadow: var(--shadow-sm);
max-width: 800px;
margin: 0 auto;
}
.form-control {
padding: 12px 15px;
border-radius: 8px;
border: 1px solid rgba(0,0,0,0.1);
margin-bottom: 20px;
}
.form-control:focus {
border-color: var(--primary-color);
box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.25);
}
footer {
background: var(--dark-color);
color: white;
padding: 60px 0 20px;
position: relative;
width: 100vw;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
margin-bottom: 0;
}
footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100px;
background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%231e293b"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%231e293b"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%231e293b"/></svg>');
background-size: cover;
transform: rotate(180deg);
top: -99px;
}
.footer-links a {
color: rgba(255,255,255,0.7);
margin: 0 15px;
text-decoration: none;
transition: var(--transition);
}
.footer-links a:hover {
color: white;
}
.social-links a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: rgba(255,255,255,0.1);
border-radius: 50%;
color: white;
margin: 0 10px;
transition: var(--transition);
}
.social-links a:hover {
background: var(--primary-color);
transform: translateY(-3px);
}
.floating-btn {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 1000;
display: flex;
flex-direction: column;
}
.floating-btn a {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border-radius: 50%;
color: white;
font-size: 1.5rem;
margin-bottom: 15px;
box-shadow: var(--shadow-md);
transition: var(--transition);
position: relative;
overflow: hidden;
}
.floating-btn a:hover {
transform: translateY(-5px) scale(1.05);
box-shadow: var(--shadow-lg);
}
.floating-btn a::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.2);
transform: translateY(100%);
transition: var(--transition);
}
.floating-btn a:hover::after {
transform: translateY(0);
}
.whatsapp {
background: #25D366;
}
.instagram {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
/* Animations */
.animate-delay-1 {
animation-delay: 0.2s;
}
.animate-delay-2 {
animation-delay: 0.4s;
}
.animate-delay-3 {
animation-delay: 0.6s;
}
/* Responsive adjustments */
@media (max-width: 992px) {
.hero h1 {
font-size: 2.8rem;
}
.section {
padding: 70px 0;
}
}
@media (max-width: 768px) {
.hero {
height: 80vh;
}
.hero h1 {
font-size: 2.2rem;
}
.hero p {
font-size: 1.1rem;
}
.section-title h2 {
font-size: 2rem;
}
.floating-btn {
bottom: 20px;
right: 20px;
}
.floating-btn a {
width: 50px;
height: 50px;
font-size: 1.2rem;
}
}
@media (max-width: 576px) {
.navbar-brand {
font-size: 1.4rem;
}
.hero h1 {
font-size: 1.8rem;
}
.btn-primary, .btn-success {
padding: 10px 20px;
font-size: 0.9rem;
}
.contact-form {
padding: 20px;
}
}
.feature-icon i {
color: white !important;
}
/* rosa brand aplicado */
.navbar-brand,
.nav-link,
.section-title,
.section-title h2,
.author,
.feature-icon i,
.footer-links a,
.social-links a {
color: var(--primary-color) !important;
}
.btn-primary {
box-shadow: 0 4px 15px rgba(255, 0, 104, 0.4);
}
/* === Correcciones (seguna pasada 07-10-2025) === */
.navbar-brand,
.navbar-brand i,
.nav-link {
color: #ffffff !important;
}
.feature-icon i {
color: #ffffff !important;
}
#carouselServicios {
max-height: 500px;
}
#carouselServicios .carousel-item {
text-align: center; /* centra la imagen horizontalmente */
}
#carouselServicios .carousel-item img {
max-height: 500px; /* alto máximo */
width: auto !important; /* mantiene aspect ratio */
height: 100%; /* ocupa alto disponible respetando aspect */
object-fit: contain !important; /* muestra la imagen completa */
margin-left: auto;
margin-right: auto;
}
/* === Fin correcciones === */
/* TICKER / CAROUSEL ----------------------------------------------*/
#carouselServicios{
box-shadow:0 8px 20px rgba(0,0,0,.15);
border-radius:12px;
}
#carouselServicios .carousel-item img{
height:var(--ticker-height);
width:100%;
object-fit:cover;
border-radius:12px;
}
/* Controles siempre visibles */
#carouselServicios .carousel-control-prev,
#carouselServicios .carousel-control-next{
opacity:1;
transition:transform .25s;
}
#carouselServicios .carousel-control-prev:hover,
#carouselServicios .carousel-control-next:hover{
transform:scale(1.15);
}
#carouselServicios .carousel-control-prev-icon,
#carouselServicios .carousel-control-next-icon{
width:3rem;
height:3rem;
background-color:rgba(0,0,0,.55);
background-size:1.5rem 1.5rem;
border-radius:50%;
}
/* Indicadores */
#carouselServicios .carousel-indicators [data-bs-target]{
background-color:var(--primary-color);
width:.9rem;
height:.9rem;
}
.map-embed{width:100%;height:200px;border:0;border-radius:8px;margin-top:15px;}
/* ===== Footer full-bleed + alignment fix ===== */
footer .container, footer .container-fluid {
max-width: 100% !important;
width: 100% !important;
padding-left: clamp(16px, 4vw, 56px);
padding-right: clamp(16px, 4vw, 56px);
}
footer .row {
margin-left: 0 !important;
margin-right: 0 !important;
}
footer [class*="col-"] {
text-align: left;
}
@media (min-width: 992px){
footer [class*="col-"] {
padding-left: clamp(12px, 2vw, 24px);
padding-right: clamp(12px, 2vw, 24px);
}
}
/* Force the credit bar to span edge-to-edge */
footer .border-top {
border-color: rgba(255,255,255,.2) !important;
}
/* Keep the wave pseudo-element behind everything */
footer::before { z-index: 0; }
footer > * { position: relative; z-index: 1; }
/* ============================================ */
/* ===== Force footer full-bleed regardless of parent wrappers ===== */
footer {
width: 100vw !important;
max-width: 100vw !important;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
/* Keep inner content comfortable on huge screens */
footer .container-fluid, footer .container {
max-width: 1600px;
margin-left: auto;
margin-right: auto;
}
/* ================================================================ */
/* ===== Global overflow + mobile fixes ===== */
html, body { max-width: 100%; overflow-x: hidden; }
/* Footer bottom band fix */
footer { margin-bottom: 0 !important; }
/* Mobile: evitar desbordes por 100vw hacks */
@media (max-width: 576px){
#carouselServiciosWrap { width: 100% !important; margin-left: 0 !important; transform: none !important; }
}
/* Imágenes y iframes siempre dentro del viewport */
img, iframe { max-width: 100%; height: auto; }
.map-embed { max-width: 100% !important; }
/* Certificaciones: imagen responsiva */
.certificaciones-img {
width: 100%;
height: auto;
max-width: 700px;
object-fit: contain;
}
/* ===== Corrección adicional para franja blanca ===== */
body {
margin: 0;
padding: 0;
}
/* ===== Corrección para la imagen de certificaciones ===== */
.certificaciones-container {
display: flex;
justify-content: center;
align-items: center;
padding: 0 15px;
}
.certificaciones-img {
width: 100%;
max-width: 700px;
height: auto;
border-radius: 12px;
box-shadow: var(--shadow-md);
}
/* ===== INLINE <style> BLOCK #2 ===== */
/* Full-bleed: ocupá todo el ancho del viewport */
#carouselServiciosWrap { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
/* Alto consistente y grande; ajustá --alto si querés */
#carouselServicios { --alto: min(78vh, 820px); }
#carouselServicios .carousel-item { height: var(--alto); }
#carouselServicios .carousel-item img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
@media (max-width: 576px){
#carouselServicios { --alto: 55vh; }
}