/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.maping .datacenters.paris {
    top: 41%;
    left: 47.5%;
}

.maping .datacenters.madrid {
    top: 45%;
    left: 45%;
}

.maping .datacenters.frankfurt {
    top: 40%;
    left: 50%;
}

.maping .datacenters.sidney {
    top: 82%;
    left: 90%;
}

/* Botón Mas Servidores */
#loadMore {
    margin: 20px auto; /* Centrar el botón */
    display: block; /* Hacer que ocupe su propia línea */
    /* otros estilos... */
}

.alert-newsletter-mailchimp {
    padding: 15px;
    margin: 10px 0;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.alert-newsletter-mailchimp.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-newsletter-mailchimp.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* Servidores Dedicados Administrados */
.gamas-servidores-info {
    padding: 20px 15px;
}

.gamas-servidores-item {
    margin-bottom: 20px;
    text-align: left;
}

.gamas-servidores-item h4 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700; /* Cambiado a negrita */
}

.gamas-servidores-content {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 10px;
}

.gamas-servidores-content i {
    font-size: 18px;
    margin-right: 10px;
}

/* FILTROS DEDICADOS */
/* Contenedor principal con fondo tipo hoja */
.filtros-servidores-contenedor {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin: 40px 0;
    padding: 40px;
}

/* Estilos para los títulos de gama */
.filtros-servidores-gama-titulo {
    margin: 30px 0 20px;
}

.filtros-servidores-gama-titulo h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.filtros-servidores-gama-descripcion {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Estilos de la tabla */
.filtros-servidores-tabla {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.filtros-servidores-tabla th {
    background: #f8f9fa;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #dee2e6;
}

.filtros-servidores-tabla td {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

/* Estilos específicos para cada columna */
.filtros-servidores-nombre {
    font-weight: 600;
    margin-top: 5px;
}

.filtros-servidores-cpu {
    display: flex;
    flex-direction: column;
}

.filtros-servidores-cpu-modelo {
    font-weight: 600;
}

.filtros-servidores-cpu-specs {
    color: #666;
    font-size: 13px;
}

.filtros-servidores-precio {
    display: flex;
    flex-direction: column;
}

.filtros-servidores-precio-principal {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.filtros-servidores-precio-iva {
    font-size: 13px;
    color: #666;
}

.filtros-servidores-caracteristicas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 10px 0;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.filtros-servidores-caracteristica {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #808080;
    transition: all 0.3s ease;
    font-weight: normal;
}

.filtros-servidores-caracteristica i {
    font-size: 1.1rem;
    margin-right: 8px;
}

.filtros-servidores-caracteristica:hover {
    transform: translateY(-2px);
    font-weight: 700;
}

.filtros-servidores-icon-orbital,
.filtros-servidores-icon-stellar {
    color: #e56399;
}

.filtros-servidores-icon-lunar {
    color: #e56399;
}

.filtros-servidores-gama-badge.orbital,
.filtros-servidores-gama-badge.stellar {
    background: linear-gradient(45deg, #e56399, #d44982);
    color: white;
}

.filtros-servidores-gama-badge.lunar {
    background: linear-gradient(45deg, #e56399, #d44982);
    color: white;
}

.filtros-servidores-gama-header {
    margin-bottom: 20px;
}

.filtros-servidores-gama-header h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.filtros-servidores-gama-badge {
    font-size: 1rem;
    padding: 5px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.filtros-servidores-gama-name {
    background: linear-gradient(45deg, #fff, #808080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(255,255,255,0.1);
}

.filtros-servidores-gama-header h3:hover .filtros-servidores-gama-name {
    background: linear-gradient(45deg, #e56399, #d44982);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Responsive */
@media (max-width: 1200px) {
    .filtros-servidores-caracteristicas {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .filtros-servidores-caracteristica {
        flex: 1 1 calc(33.333% - 10px);
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .filtros-servidores-caracteristica {
        flex: 1 1 calc(50% - 10px);
    }
    
    .filtros-servidores-gama-header h3 {
        font-size: 2rem;
    }
    
    .filtros-servidores-gama-badge {
        font-size: 0.9rem;
        padding: 4px 12px;
    }
}



/* Asegurar responsividad */
@media (max-width: 992px) {
    .filtros-servidores-contenedor {
        padding: 20px;
    }
    
    .table-responsive {
        margin: 0;
        padding: 0;
    }
}

/* Banner personalizado */
.custom-banner-full {
    background: linear-gradient(45deg, #1b1d2a, #2b2d3a);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    margin: 60px 0 -60px 0;
}

.custom-banner-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/patterns/pattern.svg');
    opacity: 0.03;
}

.custom-banner-full h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #ffffff;
}

.custom-banner-full p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 0;
    color: #ffffff;
}

.custom-banner-full .btn {
    padding: 12px 25px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.custom-banner-full .chat-trigger {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.custom-banner-full .chat-trigger:hover {
    background: #ffffff;
    color: #1b1d2a;
}

@media (max-width: 991px) {
    .custom-banner-full {
        padding: 40px 0;
        margin: 40px 0;
    }
    
    .custom-banner-full .text-lg-end {
        text-align: left !important;
        margin-top: 20px;
    }
    
    .custom-banner-full .btn {
        margin-bottom: 10px;
    }
}

.title-adjust-usuarios {
    margin-left: -80px;
}

@media (max-width: 768px) {
    .title-adjust-usuarios {
        margin-left: 0;
    }
}