Preview de mixed.css
/* MIXED CSS PACK */
/* Template: espejosfw.com.ar/index.html */
/* Template mtime: 2025-06-17 17:58:50 */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
html, body {
margin: 0;
font-family: 'Poppins', 'Segoe UI', sans-serif;
background-color: #000;
color: #fff;
}
.carousel-item img {
width: 100%;
max-height: 100vh;
object-fit: contain;
margin: 0 auto;
display: block;
filter: brightness(0.7);
}
.navbar-blur {
backdrop-filter: blur(10px);
background-color: rgba(0, 0, 0, 0.4) !important;
}
.navbar {
justify-content: flex-end;
}
.navbar .nav-link {
color: #fff !important;
font-weight: 500;
margin-left: 1.5rem;
}
.hero-content {
background-color: rgba(0, 0, 0, 0.3);
padding: 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.05);
position: absolute;
top: 55%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 10;
background-color: rgba(0, 0, 0, 0.5);
padding: 2.5rem;
border-radius: 16px;
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.1);
width: 90%;
max-width: 800px;
}
.hero-content h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
margin-bottom: 1rem;
}
.hero-content p {
font-size: clamp(1rem, 2vw, 1.25rem);
color: rgba(255, 255, 255, 0.9);
margin-bottom: 2rem;
}
.catalogo-link-btn {
pointer-events: auto;
background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 0.8rem 1.8rem;
border-radius: 12px;
text-decoration: none;
color: #fff;
font-weight: 500;
transition: all 0.3s ease;
backdrop-filter: blur(5px);
font-size: clamp(0.8rem, 1.8vw, 0.95rem); opacity: 0.85;
}
.catalogo-link-btn:hover {
background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
transform: scale(1.05);
color: #fff;
}
footer {
background-color: rgba(0, 0, 0, 0.8);
text-align: center;
padding: 1.5rem;
color: #ccc;
position: relative;
z-index: 20;
}
/* WhatsApp Chat - EXACTAMENTE COMO ESTABA ORIGINALMENTE */
#btnWsp {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25D366;
color: white;
border: none;
border-radius: 50%;
width: 60px;
height: 60px;
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
z-index: 999;
}
#chatBox {
display: none;
position: fixed;
bottom: 90px;
right: 20px;
width: 320px;
border-radius: 8px;
border: 1px solid #ddd;
background: #fff;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
z-index: 998;
overflow: hidden;
}
.chatHeader {
background-color: #25D366;
color: white;
padding: 12px 16px;
font-weight: 500;
font-size: 15px;
display: flex;
justify-content: space-between;
align-items: center;
}
.chatHeader .cerrar {
font-size: 18px;
cursor: pointer;
}
.chatBody {
padding: 16px;
font-size: 14px;
}
.chatBody p {
margin: 0 0 10px;
color: #333;
}
#msgTextarea {
width: 100%;
height: 60px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 14px;
padding: 10px;
resize: none;
}
#enviarBtn {
margin-top: 10px;
background-color: #25D366;
border: none;
color: white;
width: 100%;
padding: 10px;
border-radius: 6px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
}
#enviarBtn:hover {
background-color: #20b558;
}
/* Botón Instagram */
.floating-button {
position: fixed;
bottom: 20px;
left: 20px;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: white;
z-index: 1000;
}
.instagram-button {
background-color: #E4405F;
}
.floating-button img {
width: 30px;
height: 30px;
}
/* Estilos para el menú hamburguesa */
.navbar-toggler {
border: none;
padding: 0.5rem;
margin-right: 1rem;
}
.navbar-toggler:focus {
box-shadow: none;
}
.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='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Responsive Design */
@media (max-width: 992px) {
.navbar-collapse {
background-color: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(10px);
padding: 1rem;
border-radius: 0 0 10px 10px;
margin-top: 10px;
}
.navbar .nav-link {
margin-left: 0;
padding: 0.5rem 1rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .nav-link:last-child {
border-bottom: none;
}
}
@media (max-width: 768px) {
.hero-content {
background-color: rgba(0, 0, 0, 0.3);
padding: 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.05);
padding: 1.5rem;
top: 50%;
}
.hero-content h1 {
font-size: 2.2rem;
}
.d-flex.justify-content-center.flex-wrap {
flex-direction: column;
gap: 1rem;
}
.catalogo-link-btn {
pointer-events: auto;
width: 100%;
text-align: center;
}
}
@media (max-width: 576px) {
.hero-content {
background-color: rgba(0, 0, 0, 0.3);
padding: 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.05);
padding: 1.2rem;
}
.hero-content h1 {
font-size: 1.8rem;
}
.hero-content p {
font-size: 0.95rem;
}
#chatBox {
width: 280px;
right: 10px;
}
.floating-button, #btnWsp {
width: 50px;
height: 50px;
font-size: 22px;
}
.floating-button img {
width: 24px;
height: 24px;
}
}
@media (max-width: 576px){
.carousel-item img{object-fit:cover;width:100%;}
}
.main-layout {
width: 100%;
min-height: 100vh;
display: flex;
justify-content: space-between;
align-items: stretch;
}
.layout-left {
width: 100%;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.85);
font-size: 0.95rem;
}
.layout-center {
width: 100%;
max-width: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.layout-right {
width: 100%;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.85);
display: flex;
align-items: center;
justify-content: center;
}
.layout-right .catalogo-btn {
background-color: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255,255,255,0.4);
color: #fff;
padding: 0.6rem 1rem;
border-radius: 30px;
text-decoration: none;
font-size: 0.9rem;
font-weight: 500;
text-align: center;
transition: all 0.3s ease;
}
.layout-right .catalogo-btn:hover {
background-color: rgba(255,255,255,0.15);
transform: scale(1.05);
}
@media (max-width: 992px) {
.main-layout {
flex-direction: column;
}
.layout-left, .layout-right, .layout-center {
width: 100%;
padding: 1rem;
}
.layout-right {
flex-direction: row;
justify-content: space-around;
}
}
.layout-left {
width: 100%;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.85);
font-size: 0.95rem;
display: flex;
flex-direction: column;
justify-content: center;
}
#hamburgerBtn {
position: fixed;
top: 20px;
right: 20px;
background-color: rgba(0, 0, 0, 0.8);
border: none;
color: white;
font-size: 26px;
padding: 12px 16px;
border-radius: 50%;
z-index: 1001;
cursor: pointer;
}
#menuOverlay {
position: fixed;
top: 0;
right: -300px;
width: 260px;
height: 100%;
background-color: rgba(0,0,0,0.95);
color: white;
display: flex;
flex-direction: column;
padding: 2rem 1.5rem;
transition: right 0.3s ease;
z-index: 1000;
}
#menuOverlay a {
color: white;
text-decoration: none;
font-size: 1.1rem;
margin-bottom: 1.5rem;
border-bottom: 1px solid rgba(255,255,255,0.1);
padding-bottom: 0.5rem;
}
#menuOverlay #closeMenu {
position: absolute;
top: 10px;
left: 15px;
font-size: 28px;
cursor: pointer;
}
.layout-right {
width: 100%;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.85);
display: flex;
align-items: center;
justify-content: center;
}
.layout-right .catalogo-btn {
background-color: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255,255,255,0.4);
color: #fff;
padding: 0.9rem 1.6rem;
border-radius: 30px;
text-decoration: none;
font-size: 1rem;
font-weight: 600;
text-align: center;
transition: all 0.3s ease;
min-width: 220px;
box-shadow: 0 0 0 transparent;
}
.layout-right .catalogo-btn:hover {
background-color: rgba(255,255,255,0.15);
transform: scale(1.07);
box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.layout-right .d-flex {
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1.2rem;
}
#menuOverlay {
height: auto;
top: 20px;
right: -300px;
border-radius: 10px 0 0 10px;
max-height: fit-content;
}
@media (max-width: 768px) {
.main-layout {
flex-direction: column !important;
}
.layout-left, .layout-center, .layout-right {
width: 100% !important;
max-width: 100% !important;
padding: 1rem !important;
}
.layout-right {
flex-direction: column !important;
align-items: center !important;
}
}
#submenu a {
display: block;
margin-bottom: 0.5rem;
padding: 0.3rem 0;
transition: all 0.3s ease;
}
#submenu a:hover {
transform: translateX(5px);
color: #0ff;
}
/* Nuevos estilos para el iframe de la tienda */
.tienda-container {
width: 100%;
height: 100vh; /* Ocupa toda la altura de la pantalla */
min-height: 800px; /* Altura mínima para que se vea bien */
border: 2px solid #444;
border-radius: 10px;
overflow: hidden;
margin: 2rem 0;
}
.tienda-iframe {
width: 100%;
height: 100%;
border: none;
display: block;
}
@media (max-width: 768px) {
.tienda-container {
height: 100vh; /* Ajuste para móviles */
min-height: 600px;
}
}
@media (max-width: 576px) {
.tienda-container {
height: 100vh; /* Ajuste para móviles pequeños */
min-height: 500px;
border-radius: 0;
border-left: none;
border-right: none;
}
}
/* ===== INLINE <style> BLOCK #2 ===== */
@media (min-width: 768px) {
.layout-title { padding-top: 120px !important; }
}
/* ===== INLINE <style> BLOCK #3 ===== */
.iframe-wrapper {
width: 100%;
border: 2px solid #444;
border-radius: 10px;
overflow: hidden;
background-color: #111;
margin: 2rem auto;
}
.iframe-wrapper iframe {
width: 100%;
min-height: 100vh;
height: auto;
border: none;
display: block;
}
@media (max-width: 768px) {
.iframe-wrapper iframe {
min-height: 100dvh;
}
}
/* ===== INLINE <style> BLOCK #4 ===== */
#wsp-btn {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25D366;
color: white;
width: 52px;
height: 52px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
z-index: 999;
text-decoration: none;
transition: transform 0.2s ease, background-color 0.2s ease;
}
#wsp-btn:hover {
transform: scale(1.1);
background-color: #1ebd5a;
}