.navbar-brand>img {
    width: 100%;
    max-width: 100px;
    position: relative;
    top: -4px;
}

.navbar-fixed-top {
  transition: background-color 0.2s ease;
}

.custom-navbar {
    padding: 10px 0 7px 0;
}

.nombre-proces,
.nombre-ia,
.nombre-360 {
    font-weight: 900;
}

.nombre-proces {
    color: #0D9488;
}

#home .custom-slider-container .item .caption .container div h3,
#home .custom-slider-container .item .caption .container div h1
{
    text-shadow: 1px 1px 10px #000000;
}

.main-logo-footer {
    max-width: 95px;
}

footer a {
    color:#0D9488;
    cursor: pointer;
    font-weight: bold;
}

footer b {
    color: white;
}

.flex {
    display: flex;
}

.copyright-text {
    align-items: center;
    justify-content: center;
    gap:20px;
}

.container-copyright {
    margin-top: 2rem;
    background-color:#000;
    padding: 2rem 0;
}

#footer {
    padding: 5rem 0 !important;
    background-color: #f9f9f9;
}

.pricing-section {
    padding: 80px 0;
    background: #fdfdfd;
}

.promo-badge {
    display: inline-block;
    background: #0D9488;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    margin-top: 10px;
}

.pricing-table {
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.pricing-table.featured {
    border: 2px solid #0D9488;
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(45, 90, 39, 0.1);
}

.plan-title { 
    color: #0D9488;
    margin-bottom: 5px; 
}

.plan-subtitle { 
    font-size: 11px; 
    text-transform: uppercase; 
    color: #666; 
    letter-spacing: 1px; 
    font-weight: bold; 
}

.price .currency { font-size: 42px; font-weight: bold; color: #333; }

.features { list-style: none; padding: 0; margin: 25px 0; line-height: 2.2; color: #555; }
.features del { color: #ccc; }

/* Botones con color corporativo */
.pricing-table .section-btn {
    background: #0D9488;
    border: none;
    color: white !important;
}

.pricing-table .section-btn:hover {
    background: #000;
}

@media only screen and (max-width: 767px) {
    .pricing-table.featured {
        margin-top:2rem;
        margin-bottom: 2rem;
    }
}

/* Estilos del Switch */
.pricing-switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.switch-label {
    font-weight: bold;
    color: #666;
    font-size: 14px;
}

.switch-label.active { color: #0D9488; }

.badge-discount {
    background: #ffae00;
    color: #000;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input { opacity: 0; width: 0; height: 0; }

.pricing-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.pricing-slider:before {
    position: absolute;
    content: "";
    height: 18px; width: 18px;
    left: 4px; bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked + .pricing-slider { background-color: #0D9488; }
input:checked + .pricing-slider:before { transform: translateX(24px); }
.pricing-slider.round { border-radius: 34px; }
.pricing-slider.round:before { border-radius: 50%; }

/* Lógica de visibilidad de precios */
.currency-monthly { display: none; }
.currency-yearly { display: inline-block; }

.show-monthly .currency-monthly { display: inline-block; }
.show-monthly .currency-yearly { display: none; }

@media (max-width: 1200px) {
    .about-image {
        position: relative !important;
        padding-top: 30px;
    }
}

#home.slider {
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.custom-slider-container {
    position: relative;
    width: 100%;
    height: 650px; /* Altura que ya tenías */
}

.custom-slider .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex !important; /* Para que el caption funcione */
    align-items: center;
    z-index: 1;
}

.custom-slider .item.active {
    opacity: 1;
    z-index: 2;
}

/* Fix para el fondo de los items que ya tenías definidos */
.item-first, .item-second, .item-third {
    background-size: cover;
    background-position: center;
}

/* Contenedor principal */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

/* Efecto Hover */
.whatsapp-btn:hover {
    transform: scale(1.1);
    background-color: #128c7e;
    color: #fff;
}

/* Tooltip (opcional) */
.whatsapp-btn .tooltip {
    visibility: hidden;
    width: 140px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    right: 110%;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
}

.whatsapp-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* Animación de pulso */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.whatsapp-btn {
    animation: pulse 2s infinite;
}

#presupuestos {
    margin-top: 4rem;
}
