/* ==========================================================
   style.css — LYR Peru Servicios Generales para la Industria
   Diseño original del prototipo (Bootstrap 5 + Owl Carousel)
   + componentes nuevos para el sitio PHP (breadcrumbs, formularios,
   chatbot, botón flotante de WhatsApp, páginas legales, catálogo).
   ========================================================== */

:root {
    --background-gradient: linear-gradient(30deg, #f39c12 30%, #f1c40f);
    --secondary: #F5B800;
    --secondary-light: #FAB005;
    --gray: #F2F2F2;
    --primary: #2C3852;
    --white: #ffffff !important;
    --black: #373b3e;
    --fb: #3b5998;
    --ig: #c13584;
    --in: #0077b5;
    --ws: #6cc751;
    --bot: #345198;
    --bot-2: #30406A;
    

    /* Tokens adicionales para los componentes nuevos (formularios, chatbot, catálogo, legal) */
    --color-primary: #2C3852;
    --color-primary-dark: #1E2B38;
    --color-primary-light: #3f4f70;
    --color-accent: #F5B800;
    --color-accent-dark: #B88600;
    --color-whatsapp: #25d366;
    --color-whatsapp-dark: #128c7e;
    --color-white: #ffffff;
    --color-bg: #F8F4EF;
    --color-text: #232323;
    --color-text-muted: #6b6b6b;
    --color-border: #E4E1DC;
    --radius: 12px;
    --shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.espacioSeparador {
    width: 7%;
    margin: 0 auto;
    border-top: 4.7px solid #F5B800;
}
.espacio{
    height: 60px;
}
.h1{
    color: var(--primary) !important;
    font-size: 3.4rem;
    font-weight: 700;
}
.h2{
    font-size: 3.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
h2{
    color: var(--secondary) !important;
}
.h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
}
h5{
    color: var(--secondary-light) !important;
    font-weight: 100;
}

.productImg {
    margin-bottom: 32px;
}
.col-12.col-md-4.productImg a {
    text-decoration: none;
}

.logo{
    padding: 14px;
}

/* Social */
.fa-whatsapp{ color: var(--ws); }

.whatsappSN a {
    text-decoration: none;
    color: var(--black);
    font-weight: 700;
}

/* fixed head */
.header {
    overflow: visible;
    background: var(--white);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.contenido {
    margin-top: 40px;
}

/* slider */
.tituloSlider {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--secondary);
    text-shadow: 0 0 black;
}

/* ---------- Cabecera / navegación responsive ---------- */
.container.conlyrp {
    align-items: center;
    gap: 12px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand { padding: 0; margin-right: 0; }
.navbar-brand img { display: block; height: 46px; width: auto; }

/* Insignia SGS: sin esto se cargaba a su tamaño natural y desbordaba la cabecera */
img.sgs {
    height: 34px;
    width: auto;
    margin-left: 4px;
}

a.nav-link {
    text-transform: uppercase;
    font-weight: 600;
}

.rrssSN ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
}
.rrssSN ul li { display: inline-block; }
.rrssSN a {
    color: var(--primary);
    display: inline-flex;
    transition: opacity 0.15s ease;
}
.rrssSN a:hover {
    opacity: 0.65;
}

.whatsappSN a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.socialNetworks {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Escritorio (≥992px): Bootstrap expande #navbarNavAltMarkup como fila flex */
@media (min-width: 992px) {
    #navbarNavAltMarkup {
        flex: 1;
        justify-content: flex-end;
        align-items: center;
        gap: 28px;
    }
}

/* Móvil/tablet (<992px): panel desplegable debajo de la cabecera */
@media (max-width: 991.98px) {
    .navbar-toggler {
        border-color: var(--color-border);
        padding: 6px 10px;
    }
    .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(44, 56, 82, 0.2); }

    #navbarNavAltMarkup {
        margin-top: 12px;
        padding: 8px 4px 16px;
        border-top: 1px solid var(--color-border);
    }
    #navbarNavAltMarkup .navbar-nav {
        gap: 2px;
    }
    #navbarNavAltMarkup .nav-link {
        padding: 10px 4px;
    }
    #navbarNavAltMarkup .socialNetworks {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid var(--color-border);
    }
}

*:focus {
    outline: none;
}

section.header {
    padding-bottom: 100px;
}
b{
    color: var(--secondary);
}

section.aboutUs {
    padding: 70px 70px;
}

.card {
    width: 18rem;
    margin: 1%;
}

svg.bi.bi-star-fill {
    color: #ffc107;
}

/* Call US */
.call-us {
    background: linear-gradient(180deg, #05A2FA 0%, #24057C 79.69%, #02055E 100%);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    padding: 40px;
}

.boxCU {
    display: flex;
    width: 170px;
}
svg.bi.bi-telephone{ font-size:3rem }
.leftBCU {
    display: inline;
    vertical-align: top;
    margin-right: 3%;
}
.rightBCU {
    display: inline;
    vertical-align: top;
}
span.txtRBCU {
    display: block;
}
svg.bi.bi-telephone { color: white; }
svg.bi.bi-envelope-fill { color: white; }
svg.bi.bi-telephone-inbound-fill { color: white; }
svg.bi.bi-alarm { color: white; }
span.numRBCU.text-white {
    font-size: .8rem;
    font-weight: bold;
}

/* ---------- Footer ---------- */
.site-footer {
    background: linear-gradient(180deg, #1E2B38 0%, #161f29 100%);
    color: rgba(255, 255, 255, 0.82);
    margin-top: 64px;
}

.footer-top {
    padding: 64px 24px 40px;
    border-top: 3px solid var(--secondary);
}

.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.footer-col-brand .footer-logo { display: inline-block; margin-bottom: 16px; }
.footer-col-brand .footer-logo img { max-height: 48px; width: auto; }

.footer-tagline {
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    max-width: 280px;
    margin-bottom: 20px;
}

.footer-heading {
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}
.footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 3px;
    background: var(--secondary);
    border-radius: 2px;
}

.footer-links, .footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.15s ease, padding-left 0.15s ease;
}
.footer-links li a:hover {
    color: var(--secondary);
    padding-left: 4px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.footer-contact-icon {
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1.5;
}
.footer-contact li a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.15s ease;
}
.footer-contact li a:hover { color: var(--secondary); }

.footer-cta {
    display: inline-block;
    margin-top: 22px;
    font-size: 0.88rem;
    font-weight: 700;
}

.footer-social {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease, color 0.15s ease;
}
.footer-social li a:hover {
    background: var(--secondary);
    color: #1E2B38;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
}
.footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.footer-bottom-inner span {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
    .footer-col-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .footer-top { padding: 48px 20px 32px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-col-brand { grid-column: auto; }
    .footer-tagline { max-width: none; }
}
.carousel-item {
    height: 600px !important;
}
.carousel-caption {
    bottom: 19.25rem;
}
div#abouti {
    height: 500px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    transition: background-image 0.6s ease-in-out;
}
.titleText{
    right: -800px;
    color: var(--primary);
    font-size: 56px;
    font-weight: 700;
    position: absolute;
}
.aboutUs2,.aboutUs{
    overflow: hidden;
}

/* Services */
section.ourServicies {
    background: #21252A;
    padding: 5% 2%;
}
section.ourServicies img {
    display: block;
    margin: 0 auto;
}
.aboutUs2 p {
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: justify;
}
.callToAction {
    padding: 3%;
    background: #ffc107;
}
.callToAction h4{
    color: #2C3852;
    font-size: 34px;
}
.collToAct h4{
   text-align: center;
}
.btnCF{
    display: flex;
    justify-content: center;
}

.nosotrosus {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 160px;
    background: #1E2B38;
    margin-top: 80px;
}
section.nosotrosus h1 {
    text-align: center;
    color: white;
    font-size: 4rem;
    font-weight: 700;
}
.img-box img {
    width: 100%;
}

/* ---------- Breadcrumbs ---------- */
.breadcrumbs {
    background: var(--color-white);
    border-bottom: 1px solid var(--color-border);
    padding: 14px 0;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}
.breadcrumbs li { display: flex; align-items: center; gap: 8px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: var(--color-text-muted); }
.breadcrumbs a { color: var(--color-text-muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--color-primary); }
.breadcrumbs span[aria-current] { color: var(--color-primary); font-weight: 600; }

/* ---------- Formulario de contacto (dentro del diseño del template) ---------- */
.contact-info { margin-bottom: 24px; }
.contact-info-list { list-style: none; padding: 0; margin: 12px 0 24px; }
.contact-info-list li { margin-bottom: 10px; font-size: 1rem; }
.contact-info-list a { color: var(--color-text); text-decoration: none; }
.contact-info-list a:hover { color: var(--color-primary); }
.legal-note { font-size: 0.85rem; color: var(--color-text-muted); margin-top: 16px; }

.contact-form, form#contactForm, form#reclamoForm {
    padding: 20px;
    border-radius: var(--radius);
    background: #FEFEFE;
    box-shadow: var(--shadow-sm);
}

.formTopOne {
    display: flex;
    gap: 16px;
}
.left1FTO, .right1FTO {
    position: relative;
    flex: 1;
}
.left1FTO label, .right1FTO label {
    display: block;
    font-size: 12px;
    color: #555555;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.formTopOne input,
.formTopTwo input,
.formTopTwo select,
.formTopFour textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    font-size: 0.95rem;
    background: var(--color-bg);
}
.formTopTwo, .formTopFour { margin-top: 14px; }
.formTopTwo label, .formTopFour label {
    display: block;
    font-size: 12px;
    color: #555555;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.formTopFour textarea { resize: vertical; min-height: 110px; }
.formTopFive { margin-top: 16px; }

.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 0 18px; }
.form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    font-size: 0.95rem;
    background: var(--color-bg);
}
.form-group textarea { resize: vertical; min-height: 100px; }

.form-group-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 14px 0;
    font-size: 0.88rem;
    color: var(--color-text-muted);
}
.form-group-checkbox input { width: auto; margin-top: 3px; }
.form-group-checkbox a { color: var(--color-primary); }

.field-error {
    display: block;
    min-height: 1.1em;
    margin-top: 4px;
    color: #b3261e;
    font-size: 0.82rem;
}
.has-error input, .has-error select, .has-error textarea,
.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
    border-color: #b3261e !important;
}

/* Honeypot: oculto para humanos, visible para bots */
.form-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.form-message {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    display: none;
}
.form-message.show { display: block; }
.form-message.success { background: #e3f8ec; color: #146c43; border: 1px solid #b6ecc9; }
.form-message.error { background: #fdecec; color: #b3261e; border: 1px solid #f6c4c1; }

.form-disclaimer {
    font-size: 0.78rem;
    color: var(--color-text-muted);
    margin-top: 14px;
}
.form-disclaimer a { color: var(--color-primary); }

.btn.enviar { width: 100%; }

/* ---------- Legal (privacidad / términos) ---------- */
.legal-content { max-width: 780px; margin: 40px auto; padding: 0 16px; }
.legal-content h2 { margin: 28px 0 12px; font-size: 1.35rem; color: var(--color-primary); }
.legal-content p, .legal-content li { color: var(--color-text-muted); margin-bottom: 12px; }
.legal-content ul { padding-left: 20px; list-style: disc; }

/* ---------- Catálogo de servicios (servicios.php) ---------- */
.cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
}
@media (min-width: 720px) {
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
.card-servicio {
    background: var(--color-white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--color-border);
    height: 100%;
}
.card-servicio img { width: 100%; height: 180px; object-fit: cover; }
.card-servicio .card-body { padding: 24px; }
.card-servicio h3 { color: var(--color-primary); font-size: 1.2rem; margin-bottom: 8px; }
.card-servicio p { color: var(--color-text-muted); font-size: 0.95rem; }
.card-servicio ul { margin: 14px 0; padding-left: 18px; }
.card-servicio ul li { font-size: 0.88rem; color: var(--color-text-muted); margin-bottom: 4px; }
.card-tag {
    display: inline-block;
    background: var(--color-bg);
    color: var(--color-primary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    color: var(--color-accent-dark);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

/* ---------- Utilidades ---------- */
.text-center { text-align: center; }
.mt-32 { margin-top: 32px; }

/* ---------- WhatsApp flotante ---------- */
.whatsapp-float {
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 58px;
    height: 58px;
    background: var(--color-whatsapp);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 200;
    transition: transform 0.15s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ---------- Bot de preguntas frecuentes ---------- */
.chatbot-widget {
    position: fixed;
    bottom: 22px;
    left: 22px;
    z-index: 200;
}
.chatbot-toggle {
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 50%;
        background: linear-gradient(135deg, var(--bot) 0%, var(--bot-2) 100%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.15s ease;
}
.chatbot-toggle:hover { transform: scale(1.08); }

.chatbot-panel {
    position: absolute;
    bottom: 72px;
    left: 0;
    width: min(340px, calc(100vw - 44px));
    max-height: min(480px, calc(100vh - 140px));
    background: var(--color-white);
    border-radius: 18px;
    box-shadow: var(--shadow);
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform-origin: bottom left;
    opacity: 0;
    transform: translateY(12px) scale(0.97);
    transition: opacity 0.18s ease, transform 0.18s ease;
}
.chatbot-panel.open { opacity: 1; transform: translateY(0) scale(1); }
.chatbot-panel[hidden] { display: none; }

@media (prefers-reduced-motion: reduce) {
    .chatbot-panel { transition: none; }
}

.chatbot-header {
    background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary-dark) 100%);
    color: var(--color-white);
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.chatbot-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.chatbot-header-text { flex: 1; min-width: 0; }
.chatbot-header-text strong { display: block; font-size: 0.95rem; }
.chatbot-header-text span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.85);
}
.chatbot-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ade80;
    animation: chatbotPulse 2s infinite;
    flex-shrink: 0;
}
@keyframes chatbotPulse {
    0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6); }
    70% { box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}
@media (prefers-reduced-motion: reduce) {
    .chatbot-status-dot { animation: none; }
}
.chatbot-close {
    flex-shrink: 0;
    background: none;
    border: none;
    color: var(--color-white);
    font-size: 1.1rem;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
}
.chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 120px;
    scrollbar-width: thin;
    scrollbar-color: var(--color-border) transparent;
}
.chatbot-message {
    max-width: 85%;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.88rem;
    line-height: 1.4;
}
.chatbot-message.bot {
    align-self: flex-start;
    background: var(--color-bg);
    color: var(--color-text);
    border-bottom-left-radius: 4px;
}
.chatbot-message.user {
    align-self: flex-end;
    background: var(--color-primary);
    color: var(--color-white);
    border-bottom-right-radius: 4px;
}
.chatbot-typing { display: flex; align-items: center; gap: 4px; padding: 12px 14px; }
.chatbot-typing span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-text-muted);
    animation: chatbotTyping 1s infinite ease-in-out;
}
.chatbot-typing span:nth-child(2) { animation-delay: 0.15s; }
.chatbot-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes chatbotTyping {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
    30% { transform: translateY(-4px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .chatbot-typing span { animation: none; opacity: 0.7; }
}
.chatbot-suggestions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 16px 14px;
    max-height: 168px;
    overflow-y: auto;
}
.chatbot-chip {
    border: 1px solid rgba(44, 56, 82, 0.25);
    background: rgba(44, 56, 82, 0.06);
    color: var(--color-primary-dark);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.76rem;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.chatbot-chip:hover { background: rgba(44, 56, 82, 0.12); border-color: var(--color-primary-light); }
.chatbot-input-row {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    border-top: 1px solid var(--color-border);
}
.chatbot-input-row input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    font-size: 0.88rem;
    background: var(--color-bg);
}
.chatbot-input-row button {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary-dark) 100%);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding-left: 2px;
    transition: transform 0.15s ease;
}
.chatbot-input-row button:hover { transform: scale(1.06); }
.chatbot-branding {
    text-align: center;
    font-size: 0.72rem;
    color: var(--color-text-muted);
    margin: 0;
    padding: 6px 16px 2px;
}
.chatbot-contact { display: flex; gap: 8px; padding: 8px 16px 14px; }
.chatbot-contact a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--color-border);
    transition: background 0.15s ease;
}
.chatbot-contact-call { color: var(--color-primary); border-color: var(--color-primary-light); }
.chatbot-contact-call:hover { background: var(--color-primary); color: var(--color-white); }
.chatbot-contact-whatsapp { color: var(--color-whatsapp-dark); border-color: var(--color-whatsapp); }
.chatbot-contact-whatsapp:hover { background: var(--color-whatsapp); color: var(--color-white); }

@media (max-width: 480px) {
    .whatsapp-float, .chatbot-toggle { width: 50px; height: 50px; }
    .chatbot-widget { bottom: 16px; left: 16px; }
}

/* ================= Responsive (heredado del prototipo) ================= */
@media only screen and (max-width: 768px) {
    .carousel-item { height: auto !important; }
    input { width: 80%; }

    .formTopOne { display: block; }
    .formTopOne .left1FTO, .formTopOne .right1FTO { margin-bottom: 12px; }
}

@media only screen and (max-width: 426px) {
    img.sgs { height: 26px; }
    button.owl-next { display: none; }
    .espacioSeparador { width: 25%; margin: 0 auto; border-top: 4.7px solid #F5B800; }
    section.ourServicies img { width: 100%; }
}
