.success{
    color:green;
    font-size:17px;
    margin-top:15px;
    margin-bottom:15px;
} 
.bg-up {
    height: auto;
}
.bg_color {
    background: #580000;
}
 
.single-testimonial {
  
    background: #580000;
}
.home-button a {
 
    background: linear-gradient(110deg, rgb(94 0 0) 0%, rgb(249 36 36) 100%);
}
.home-button a:hover {
 
    background: linear-gradient(110deg, rgb(249 36 36) 100%, rgb(94 0 0) 0%);
}
.button a {
    background: rgb(143, 0, 0) ;
}
.button a:before {
  
    background: rgb(249 36 36);
   
}
.button.two a {
    color:white;
}
.team_style_three_content:before {
    background: #580000;
}
.service-section {
    background-image: url(../imagenes/fondos/fondo1.jpg);
}
.portfolio-section {
    background-color: #580000;
}
.section_main_title h1 span {
    color: #ff0000;
}
.home-title h1 span {
    color:#ff0000;
}
.color-full {
    color: #ff0000;
}
.section_sub_title h6 {
 
    color: #ff0000;
}
li.current a {
    background: #ac0000;
}
.mission-section .accordion a.active {
 
    color: #db0c0c !important;
}
.pricing_style_four_button a {
    background: #580000;
}
.pricing_style_four_button a:before {
 
    background: #d70000;
}
.skill-section {
    background-image: url(../imagenes/fondos/habilidades.png); 
}
.call-do-section {
    background-image: url(../imagenes/fondos/comencemos.png);
}
.portfolio-section {
    background-image: url(../imagenes/fondos/portafolio.png);
    background-repeat: no-repeat;
    background-size: cover; /* Ajusta la imagen al tamaño del contenedor */
}
.mean-container .mean-bar::before {
 
	content: ""!important;

    display: block;
    width: 50px;  /* Ajusta el tamaño */
    height: 50px;
    background-image: url('https://presticorp.com/landings/presticorp.com/imagenes/logo/logo.png');
    background-size: cover;
    background-position: center;
 
 
}
.mean-container .mean-bar {
    background: #040404; 
    padding-top:10px;
    padding-bottom:10px;
}

.pricing_style_four_body ul li {
 
    color: black;
}
.botonbuscar{
    border:1px solid rgb(224, 224, 224);
    border-radius: 0px 7px 7px 0px;
}
.image img{
    width: 100%;
    margin-top:15px;
    margin-bottom:15px;
}
.verde{
    background: #00913f!important;
    color:white!important;    
}
.rojo{
    background: #AE2029!important;
    color:white!important;    
}
.azul{
    background: #0000FF!important;
    color:white!important;    
}
.amarillo{
    background: #FFFF00!important;
    color:green!important;    
}
.naranja{
    background: #FFA500!important;
    color:white!important;    
}
.negro{
    background: black!important;
    color:white!important;    
}
.gris{
    background: #2f2f2f!important;
    color:white !important;    
}

.blanco{
    background: white !important;
    color:black !important;    
}

.salmon{
    background: rgb(238,92,88) !important;
    background: -moz-linear-gradient(90deg, rgba(238,92,88,1) 0%, rgba(237,106,80,1) 35%, rgba(245,120,101,1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(238,92,88,1) 0%, rgba(237,106,80,1) 35%, rgba(245,120,101,1) 100%) !important;
    background: linear-gradient(90deg, rgba(238,92,88,1) 0%, rgba(237,106,80,1) 35%, rgba(245,120,101,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee5c58",endColorstr="#f57865",GradientType=1) !important;
    color:white !important;
}
.salmon label,.salmon p,.salmon h2,.salmon h4{
    
    color:white !important;
}
.dorado{
  background: rgb(171,129,0);
background: -moz-linear-gradient(90deg, rgba(171,129,0,1) 0%, rgba(168,134,7,1) 35%, rgba(228,184,69,1) 100%)!important;
background: -webkit-linear-gradient(90deg, rgba(171,129,0,1) 0%, rgba(168,134,7,1) 35%, rgba(228,184,69,1) 100%)!important;
background: linear-gradient(90deg, rgba(171,129,0,1) 0%, rgba(168,134,7,1) 35%, rgba(228,184,69,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab8100",endColorstr="#e4b845",GradientType=1)!important;
    color:white !important;
}
.dorado label,.dorado p,.salmon h2,.dorado h4,.dorado h2{
    
    color:white !important;
}
.rosa{
    background: #FFC0CB;
    color:black;    
}

.recordar{
    color:black!important;
  
}
/*CONFIGURACION*/
#txt_nuestra_historia,#txt_mision,#txt_vision,#txt_politica_privacidad,#txt_terminos_condiciones{
    width: 100%;
    padding: 20px;
}
.configuracion label,.body-inner label{
    color:black;
}
@media (max-width: 600px) {
    .home-thumb img {
        margin: 0px;
    }
    .our-contact {
        display: block;
        margin-top: 10px;
    }
    .our-contact img {
        display: none;
    }
    .our-contact p {
        margin-top: 10px;
    }
    .home-button {
        margin-bottom: 20px;
    }
    .skill-thumb img {
   
        margin: 0 auto;
    }
}
/* Encabezados modernos de administracion */
.admin-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    flex-wrap: wrap;
    gap: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.admin-header-modern .admin-title-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.admin-header-modern .admin-icon {
    width: 50px;
    height: 50px;
    background-color: #f4f7fc;
    border: 1px solid #e2e8f0;
    color: #2b5fe8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.admin-header-modern .admin-title-text {
    display: flex;
    flex-direction: column;
}

.admin-header-modern .admin-title {
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1e29 !important;
    line-height: 1.2 !important;
    padding-bottom: 0 !important;
    border: none !important;
}

.admin-header-modern .admin-subtitle {
    margin: 0;
    font-size: 13px;
    color: #6c757d;
    margin-top: 4px;
}

.admin-header-modern .admin-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.admin-header-modern .admin-actions .btn {
    border-radius: 4px;
    font-weight: 500;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    font-size: 14px;
}

@media (max-width: 768px) {
    .admin-header-modern {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .admin-header-modern .admin-actions {
        width: 100%;
    }
}

/* Estilos Modernos para Tablas de Administracion */
.table-responsive, .leads-table-wrapper {
    background: #fff;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;
    border: 1px solid #eaeaea !important;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
}

table.table {
    margin-bottom: 0 !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

table.table thead th {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    padding: 16px 20px !important;
    border-bottom: 1px solid #eaeaea !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    white-space: nowrap;
}

table.table tbody td {
    padding: 16px 20px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    color: #1a1e29 !important;
    border-bottom: 1px solid #f4f7fc !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

table.table tbody tr {
    transition: all 0.2s ease;
    background-color: #fff !important;
}

table.table tbody tr:hover {
    background-color: #f8faff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02) !important;
    transform: translateY(-1px);
    z-index: 10;
    position: relative;
}

/* Para ocultar bordes en tablas "bordered" de bootstrap */
table.table-bordered {
    border: none !important;
}

/* Ajustes DataTables */
.dataTables_wrapper {
    padding: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px 14px !important;
    margin-left: 5px;
    border-radius: 8px !important;
    border: 1px solid #eaeaea !important;
    background: #fff !important;
    color: #1a1e29 !important;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #2b5fe8 !important;
    color: #fff !important;
    border-color: #2b5fe8 !important;
    box-shadow: 0 4px 10px rgba(43, 95, 232, 0.2);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.current) {
    background: #f4f7fc !important;
    color: #2b5fe8 !important;
    border-color: #dbe4f9 !important;
}

.dataTables_filter input {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 16px;
    margin-left: 8px;
    outline: none;
    transition: all 0.2s;
    font-size: 13px;
    color: #1a1e29;
}

.dataTables_filter input:focus {
    border-color: #2b5fe8;
    box-shadow: 0 0 0 3px rgba(43, 95, 232, 0.1);
}

.dataTables_length select {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 6px 12px;
    outline: none;
    font-size: 13px;
}

.dataTables_info {
    font-size: 13px;
    color: #6c757d !important;
    padding-top: 15px !important;
}

/* --- TABLA LIMPIA Y MODERNA --- */
.leads-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    margin-bottom: 20px;
}

.leads-table {
    table-layout: fixed;
    width: 100%;
    min-width: 900px;
    border: none !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.leads-table thead {
    background-color: #f8f9fa;
}

.leads-table th {
    color: #6c757d !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 0.5px;
    padding: 16px 15px !important;
    border-bottom: 1px solid #eaeaea !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    white-space: nowrap;
    background-color: transparent !important;
}

.leads-table th i, 
.leads-table th::before {
    color: #adb5bd !important;
    margin-right: 6px;
}

.leads-table td {
    padding: 16px 15px !important;
    vertical-align: middle !important;
    font-size: 13px !important;
    color: #333 !important;
    border-bottom: 1px solid #f4f7fc !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.leads-table tbody tr {
    transition: all 0.2s ease;
    background-color: #fff !important;
}

.leads-table tbody tr:hover {
    background-color: #f8faff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02) !important;
    transform: translateY(-1px);
}

.leads-table .col-nombre { width: 14%; min-width: 120px; }
.leads-table .col-email { width: 18%; min-width: 160px; color: #2b5fe8 !important; font-weight: 500; }
.leads-table .col-telefono { width: 14%; min-width: 120px; }
.leads-table .col-landing { width: 12%; min-width: 110px; }
.leads-table .col-info { width: 16%; min-width: 130px; }
.leads-table .col-ip { width: 14%; min-width: 120px; }
.leads-table .col-fecha { width: 12%; min-width: 110px; color: #6c757d !important; }

.leads-table td:nth-child(5), 
.leads-table td:nth-child(6) {
    word-break: break-word;
    overflow-wrap: break-word;
}

.leads-table td:nth-child(6) small {
    display: block;
    font-size: 11px;
    color: #adb5bd;
    margin-top: 4px;
}

/* Badges estilo pastel */
.badge {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    border: none !important;
}
.badge-info { background-color: #e0f2fe !important; color: #0369a1 !important; }
.badge-secondary { background-color: #f1f5f9 !important; color: #475569 !important; }
.badge-primary { background-color: #e0e7ff !important; color: #4338ca !important; }
.badge-success { background-color: #dcfce7 !important; color: #15803d !important; }



