
    body{
        overflow-x: hidden;
        font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
    }
    
    .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .header-logos {
        background-color: #f8f9fa;
        padding: 2rem 0;
    }
    .logo-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .logo-item {
        max-width: 150px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logo-item img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    .logo-item a {
        text-decoration: none;
        color: #000;
    }
    .logo-item h2 {
        margin-top: 10px;
        font-size: 14px;
        color: #000;
        text-decoration: none;
    }
    .lottery-card {
        background: white;
        border-radius: 0px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        border: 1px solid rgba(0, 0, 0, 0.05);
        padding:0px;
    }
    .lottery-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }
    .lottery-image {
        max-width: 100px;
        height: auto;
        margin-bottom: 10px;
    }
    .numbers-container {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .number-ball {
        width: 50px;
        height: 50px;
        background-color: white;
        color: #333;
        border: 3px solid #f78735;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.2em;
    }
    .swiper {
        width: 100%;
        padding: 20px 0;
        position: relative;
    }
    .swiper-slide {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .swiper-button-next, .swiper-button-prev {
        color: #f78735;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .swiper-button-next {
        right: -5px;
    }
    .swiper-button-prev {
        left: -5px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
    }
    .swiper-wrapper {
        margin: 0 3px;
    }
    .lottery-header {
        border-bottom: none;
        padding-bottom: 15px;
    }
    .lottery-header img {
        border-radius: 12px;
        padding: 8px;
        background: linear-gradient(145deg, #ffffff, #f0f0f0);
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        width: 100%;
    }
    
    .lottery-header i {
        border-radius: 12px;
        padding: 8px;
        background: linear-gradient(145deg, #ffffff, #f0f0f0);
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        width: 100%;
    }
    .lottery-title {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .lottery-date {
        color: #666;
        font-size: 0.7em;
    }
    .share-button {
        background: none;
        border: none;
        color: inherit;
        padding: 5px;
        cursor: pointer;
        position: relative;
    }
    .share-menu {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        border: 1px solid rgba(255,255,255,0.2);
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1000;
        min-width: 180px;
    }
    .share-menu a {
        display: block;
        padding: 12px 20px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease;
        border-radius: 8px;
        margin: 5px;
    }
    .share-menu a:hover {
        background: rgba(0,123,255,0.1);
        transform: translateX(5px);
    }
    .col-2.align-self-center {
        position: relative;
    }
    .match-list {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        margin: 0;
    }
    .match-item {
        margin: 0;
        padding: 0;
    }
    .match-result {
        width: 40px;
        height: 40px;
        /*background: rgba(255, 255, 255, 0.9);*/
        background:#51b52f;
        border-radius: 50%;
        font-size: 1em;
        color: #2c3e50;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        margin: 0 5px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .match-teams {
        flex-grow: 1;
    }
    .team {
        display: block;
        margin: 2px 0;
    }
    .altura-div-nombre-loteria {
        min-height: 20px;
        display: flex;
        align-items: center;
    }


    .titulo-loteria {
        font-size: 2rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .linea-decorativa {
        width: 150px;
        height: 4px;
        background: linear-gradient(to right, #4a4a4a, #8a8a8a);
        margin: 0 auto;
        border-radius: 2px;
        opacity: 0.8;
    }

    .lottery-row {
        display: flex;
        flex-wrap: wrap;
    }

    .lottery-row > .col {
        flex: 0 0 33.333333%;
        padding: 10px;
    }

    .lottery-row > .col > a {
        height: 100%;
    }

    .lottery-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    article {
        height: 100%;
    }

    main.mainBox {
        min-height: 80px;
        max-height: 245px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar {
        padding: 0.8rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-brand {
        font-weight: bold;
        color: #333;
        width: 20%;
    }

    .nav-link {
        color: #666;
        font-weight: 500;
        padding: 0.4rem 0.8rem;
        transition: color 0.3s ease;
        font-size: 0.9rem;
    }

    .nav-link:hover {
        color: white;
    }

    .header-logos {
        padding-top: 1rem;
    }

    .footer-link {
        position: relative;
        transition: color 0.3s ease;
    }

    .footer-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        bottom: -2px;
        left: 0;
        background-color: #fff;
        transition: width 0.3s ease;
    }

    .footer-link:hover::after {
        width: 100%;
    }

    .social-icon {
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .social-icon:hover {
        transform: translateY(-3px);
        color: #0d6efd !important;
    }

    .btn-volver-arriba {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #f78735;
        color: white;
        border: none;
        cursor: pointer;
        display: none;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        z-index: 1000;
        transition: all 0.3s ease;
    }

    .btn-volver-arriba:hover {
        background-color: #0056b3;
        transform: translateY(-3px);
    }

    .btn-volver-arriba.visible {
        display: flex;
    }

    

    .blog-card {
        transition: all 0.3s ease;
        border: none;
    }

    .blog-card:hover {
        transform: translateY(-5px);
    }

    .card-img-wrapper {
        position: relative;
        overflow: hidden;
        background-color: #f8f9fa;
    }

    .image-aspect-ratio {
        position: relative;
        width: 100%;
        padding-top: 56.25%; 
        
    }

    .image-aspect-ratio img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; 
        background-color: #f8f9fa;
        padding: 10px; 
    }

    
    .card:hover .image-aspect-ratio img {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }

    
    .card-img-wrapper::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
        z-index: 1;
    }

    .card-img-overlay {
        z-index: 2;
    }

    .divider-custom {
        margin: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .divider-custom-line {
        height: 3px;
        background: linear-gradient(90deg, transparent, #f78735, transparent);
        border-radius: 3px;
        opacity: 0.5;
        flex: 1;
        max-width: 100px;
    }

    .divider-custom-icon {
        color: #f78735;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.5rem;
    }

    .transition-300 {
        transition: all 0.3s ease;
    }

    
    .blog-card .btn-outline-primary {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        z-index: 1;
        border-radius: 25px;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding: 10px 20px;
    }

    .blog-card .btn-outline-primary::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: 0.5s;
    }

    .blog-card .btn-outline-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,123,255,0.3);
        background-color: #f78735;
        color: white;
    }

    .blog-card .btn-outline-primary:hover::before {
        left: 100%;
    }

    .blog-card .btn-outline-primary .fa-arrow-right {
        transition: transform 0.3s ease;
    }

    .blog-card .btn-outline-primary:hover .fa-arrow-right {
        transform: translateX(5px);
    }

    
    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(0,123,255,0.4);
        }
        70% {
            box-shadow: 0 0 0 10px rgba(0,123,255,0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(0,123,255,0);
        }
    }

    .blog-card .btn-outline-primary:active {
        animation: pulse 0.3s;
    }

    
    .blog-single {
        background-color: #f8f9fa;
    }

    .blog-title {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        color: #2d3436;
    }

    .sidebar-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: #2d3436;
    }

    .prose {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #2d3436;
    }

    .prose p {
        margin-bottom: 1.5rem;
    }

    .prose h2, .prose h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .sidebar-post-item .image-aspect-ratio {
        padding-top: 66.67%; 
    }

    .blog-content-wrapper {
        max-width: 800px;
        margin: 0 auto;
    }

    .share-section .btn {
        padding: 0.5rem 1.5rem;
        border-radius: 50px;
        transition: all 0.3s ease;
    }

    .share-section .btn:hover {
        transform: translateY(-2px);
    }

    
    .blog-navigation .card {
        transition: transform 0.3s ease;
    }

    .blog-navigation .card:hover {
        transform: translateY(-5px);
    }

    
    @media (max-width: 991.98px) {
        .blog-title {
            font-size: 2rem;
        }
        
        .prose {
            font-size: 1rem;
        }
    }

    
    .sidebar-content {
        font-size: 0.95rem;
    }

    .author-section img {
        object-fit: cover;
    }

    .newsletter-form .form-control {
        border-radius: 20px 0 0 20px;
    }

    .newsletter-form .btn {
        border-radius: 0 20px 20px 0;
    }

    .popular-post-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .popular-post-item img {
        height: 70px;
        object-fit: cover;
    }

    .category-item {
        transition: all 0.2s ease;
    }

    .category-item:hover {
        background-color: #f8f9fa;
        transform: translateX(5px);
    }

    .tags-cloud .btn {
        border-radius: 20px;
        font-size: 0.85rem;
        transition: all 0.2s ease;
    }

    .tags-cloud .btn:hover {
        background-color: #f78735;
        color: white;
        transform: translateY(-2px);
    }

    .hover-bg-light:hover {
        background-color: #f8f9fa;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] .sm\:hidden {
        display: none !important;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] .hidden.sm\:flex {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 1rem;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] .sm\:flex {
        flex-direction: column-reverse;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] .sm\:flex > div:first-child {
        order: 2;
        text-align: center;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] .text-gray-700 {
        color: #666;
        font-size: 0.9rem;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] .inline-flex {
        display: flex;
        gap: 0.25rem;
        align-items: center;
        justify-content: center;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] .inline-flex > * {
        min-width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50% !important;
        border: none !important;
        font-weight: 500;
        transition: all 0.3s ease;
        background-color: #fff;
        color: #666;
        padding: 0 !important;
        margin: 0 2px;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] a:hover {
        background-color: #e9ecef;
        color: #f78735;
        transform: translateY(-2px);
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] [aria-current="page"] span {
        background-color: #f78735 !important;
        color: white !important;
        box-shadow: 0 4px 10px rgba(0,123,255,0.3);
    }

    
    nav[aria-label="Navegación por los enlaces de paginación"] [aria-disabled="true"] span {
        background-color: #f8f9fa;
        color: #adb5bd;
        cursor: not-allowed;
    }

    
    @media (max-width: 640px) {
        nav[aria-label="Navegación por los enlaces de paginación"] .sm\:hidden {
            display: flex;
        }
        
        nav[aria-label="Navegación por los enlaces de paginación"] .sm\:flex {
            display: none;
        }
        
        nav[aria-label="Navegación por los enlaces de paginación"] .inline-flex > * {
            min-width: 35px;
            height: 35px;
            font-size: 0.9rem;
        }
    }

    

    .featured-news-card {
        border: none;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }

    .featured-news-card:hover {
        transform: translateY(-5px);
    }

    .featured-image-wrapper {
        height: 100%;
        min-height: 400px;
        overflow: hidden;
    }

    .featured-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-card {
        border: none;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
    }

    .news-card:hover {
        transform: translateY(-5px);
    }

    .news-image-wrapper {
        position: relative;
        overflow: hidden;
        height: 200px;
    }

    .news-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .news-card:hover .news-image-wrapper img {
        transform: scale(1.05);
    }

    .news-date {
        position: absolute;
        top: 15px;
        right: 15px;
        background: rgba(255,255,255,0.9);
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        line-height: 1.2;
    }

    .news-date span {
        display: block;
        color: #333;
        font-weight: bold;
    }

    .news-date span:first-child {
        font-size: 1.2em;
    }

    .news-meta {
        color: #666;
        font-size: 0.9em;
    }

    .divider-custom-line.bg-primary {
        background-color: #f78735 !important;
    }

    
    .news-single {
        background-color: #f8f9fa;
    }

    .news-title {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.3;
        color: #1a1a1a;
        margin-bottom: 2rem;
    }

    .news-content-wrapper {
        overflow: hidden;
    }

    .news-content {
        color: #333;
    }

    .news-content .prose {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .news-content .prose p {
        margin-bottom: 1.5rem;
    }

    .news-meta {
        font-size: 0.95rem;
    }

    .share-section .btn-outline-secondary {
        border-color: #dee2e6;
        color: #495057;
    }

    .share-section .btn-outline-secondary:hover {
        background-color: #f8f9fa;
        color: #1a1a1a;
        border-color: #495057;
    }

    .related-news .card-title {
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.4;
    }

    .related-news .btn-link {
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .related-news .btn-link:hover {
        transform: translateX(5px);
    }

    @media (max-width: 768px) {
        .news-title {
            font-size: 1.8rem;
        }
        
        .news-content .prose {
            font-size: 1rem;
        }
    }

    .contenedor-blogs-home .card {
        border-radius: 15px;
        overflow: hidden;
        border: none;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        margin: 10px;
        transition: transform 0.3s ease;
        background: none;
        border: none !important;
        box-shadow: none !important;
    }

    .contenedor-blogs-home .card a{
        text-decoration: none;
        color: inherit;
    }

    .contenedor-blogs-home .card:hover {
        transform: translateY(-5px);
    }
    .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.9) !important;
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .owl-prev {
        left: -20px;
    }
    .owl-next {
        right: -20px;
    }

    .broken-image-container {
        position: relative;
        background-color: #f8f9fa;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
    }
    .broken-image-container i {
        font-size: 3rem;
        color: #6c757d;
    }

    .share-button {
        background: none;
        border: none;
        color: inherit;
        padding: 5px;
        cursor: pointer;
    }
    
    .dropdown-menu {
        min-width: 200px;
        background: black;
        margin-left: -100px;
    }

    .dropdown-menu li a {
        color: white;
    }
    
    .dropdown-item {
        padding: 8px 15px;
    }
    
    .dropdown-item i {
        width: 20px;
    }

    .dropdown.show .dropdown-menu {
        display: block; 
    }
    
    .contenedor-blogs-home .card {
        border-radius: 0px;
        overflow: hidden;
        border: none;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }

    .card-img-container {
        position: relative;
        overflow: hidden;
    }

    .card-img-top {
        transition: transform 0.5s ease;
    }

    .card:hover .card-img-top {
        transform: scale(1.05);
    }

    .card-body {
        padding: 7px;
    }

    .texto-blog{
        text-align: justify;
    }
    
    .btn {
        padding: 0.6rem 1.5rem;
        border-radius: 10px;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .btn-primary {
        background: linear-gradient(45deg, #017dc3, #3498db);
        border: none;
        box-shadow: 0 4px 15px rgba(0,123,255,0.3);
    }

    .btn-outline-primary {
        border: 2px solid #f78735;
    }

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,123,255,0.4);
    }

    
    .divider-custom {
        margin: 2rem 0;
    }

    .divider-custom-line {
        height: 3px;
        background: linear-gradient(90deg, transparent, #f78735, transparent);
        border-radius: 3px;
        opacity: 0.5;
    }

    .divider-custom-icon {
        color: #f78735;
        font-size: 1.2rem;
    }

    
    .h3 {
        font-size: 2.2rem;
        font-weight: 700;
        background: #e05c10 ;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 1rem;
    }

    .lead {
        font-size: 1.1rem;
        color: #6c757d;
        font-weight: 400;
    }

    
    @media (max-width: 768px) {
        .lottery-card {
            padding: 15px;
        }
        
        .match-result {
            width: 40px;
            height: 40px;
            font-size: 1em;
        }
        
        .h3 {
            font-size: 1.8rem;
        }
    }

    
    .lottery-container {
        padding: 2rem 0;
    }

    .lottery-group {
        position: relative;
        padding: 2rem 0;
    }

    .lottery-group-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 1.5rem;
        position: relative;
        padding-left: 1rem;
        display: inline-block;
    }

    .lottery-group-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 70%;
        background: linear-gradient(to bottom, #f78735, #00c6ff);
        border-radius: 2px;
    }

    
    @media (max-width: 768px) {
        .lottery-container {
            padding: 1rem 0;
        }

        .lottery-group {
            padding: 1rem 0;
        }

        .lottery-group-title {
            font-size: 1.3rem;
        }
    }

    
    .lottery-link {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .lottery-link:hover {
        color: inherit;
        opacity: 0.8;
    }

    .lottery-title .lottery-link strong {
        color: #2c3e50;
    }

    .lottery-title .lottery-link:hover strong {
        color: #f78735;
    }

    .lottery-date {
        color: #666;
        font-size: 0.7em;
    }

    .lottery-link:hover .lottery-date {
        color: #f78735;
    }

    .lottery-link img {
        transition: transform 0.3s ease;
    }

    .lottery-link:hover img {
        transform: scale(1.05);
    }

    
    .navbar {
        transition: all 0.3s ease;
        padding: 0.5rem 0;
        background:#e05c10 !important;
    }

    .navbar.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 20px rgba(0,0,0,0.1);
        padding: 10px 0;
        z-index: 1000;
        animation: slideDown 0.5s ease;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }

    .navbar-brand img {
        transition: all 0.3s ease;
        width: 30%;
        margin: 0 auto;
    }

    .img-logo-menu-movile{
        margin-left: 30px !important;
    }

    .navbar.fixed-header .navbar-brand img {
        width: 20%;
    }

    .nav-link {
        position: relative;
        padding: 0.4rem 0.8rem;
        font-weight: 500;
        color: white;
    }

    .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 20px;
        height: 2px;
        background: #f78735;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .nav-link:hover::after {
        width: 100%;
        color:white;
    }

    
    .header-logos {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        padding: 3rem 0;
    }

    .header-title-section {
        margin-bottom: 2rem;
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 0.8s ease forwards;
    }

    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .display-4 {
        font-weight: 700;
        background: linear-gradient(45deg, #6b2d0a, #e05c10);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0.5rem;
        font-size: 2rem;
    }

    .lead {
        color: #666;
        font-size: 1rem;
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .divider-custom {
        margin: 1rem auto;
        max-width: 200px;
    }

    
    .swiper {
        padding: 1rem 0;
    }

    .logo-item {
        background: white;
        padding: 1rem;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .logo-item:hover {
        transform: translateY(-5px) scale(1.03); 
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .logo-item img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        margin-bottom: 0.8rem;
        transition: transform 0.3s ease;
    }

    .logo-item:hover img {
        transform: scale(1.08); 
    }

    .logo-item h2 {
        margin: 0;
        font-size: 0.85rem;
        text-align: center;
        line-height: 1.2;
        max-height: 2.4em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: color 0.3s ease;
    }

    .logo-item:hover h2 {
        color: #f78735; 
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
        background: black;
        border-radius: 50%;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        margin-right: 13px;
        margin-left: 13px;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: #f78735;
        color: white;
        transform: scale(1.1);
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1rem;
    }

    .share-section {
        margin-top: 2rem;
        padding-top: 1.5rem;
        border-top: 1px solid #dee2e6;
    }

    .share-section .d-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    .share-section .btn {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 120px;
        max-width: 200px;
    }

    
    @media (max-width: 576px) {
        .share-section .btn:last-child {
            flex: 0 1 100%;
            max-width: 200px;
            margin-top: 0.5rem;
        }
    }

    .navbar-toggler-icon{
        width: 1em;
    }
    
    .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 1px 1px 3px 2px !important;
}

    .navbar-toggler{
        border: none;
    }

    
    @media (max-width: 768px) {
        .navbar-collapse {
position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        background-color: #140700fa;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;
        padding: 0px 20px 10px 0px;
        backdrop-filter: blur(3px);
        }

        .navbar-collapse.show {
            transform: translateX(0);
        }

        .nav-link {
            position: relative;
            padding: 0.5rem 2.5rem;
            color: #fff;
        }

        .nav-link::before {
            content: '';
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            border-radius: 20%;
            background-color: #e05c10 !important;
        }
        
        .nav-link-2::before {
            content: '';
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            border-radius: 20%;
            background-color: #00ff7b !important;
        }

        .nav-item-personalizado:nth-child(1) .nav-link::before {
            background-color: #ff5733; /* Rojo */
        }
        .nav-item-personalizado:nth-child(2) .nav-link::before {
            background-color: #33ff57; /* Verde */
        }
        .nav-item-personalizado:nth-child(3) .nav-link::before {
            background-color: #3357ff; /* Azul */
        }
        .nav-item-personalizado:nth-child(4) .nav-link::before {
            background-color: #ff33a1; /* Rosa */
        }
        .nav-item-personalizado:nth-child(5) .nav-link::before {
            background-color: #ffcc00; /* Amarillo */
        }
        
        .nav-item-personalizado:nth-child(5) .nav-link::before {
            background-color: #ffcc00; /* Amarillo */
        }

        .menu-overlay {
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(211, 211, 211, 0.5);
            display: none;
            z-index: 999;
        }

        .menu-overlay.show {
            display: block;
        }

        .close-menu {
            position: absolute;
            top: 20px;
            right: 20px;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
        }
    }

    .btn-close-menu {
        background: none;
        border: none;
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0.5rem;
        display: none;
        z-index: 1001;
    }

    @media (max-width: 768px) {
        .btn-close-menu {
            display: block;
        }

        .navbar-collapse {
            padding-top: 1rem; 
        }

        .btn-close-menu:hover {
            color: #f78735;
            transform: rotate(90deg);
            transition: all 0.3s ease;
        }

        .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
            justify-content: flex-start;
        }

        .navbar {
            background-color: #e05c10 !important;
            padding: 10px 10px 10px 10px;
        }
        
        .navbar i{
            color: white;
        }

        .navbar-brand img {
            width: 55px;
            transition: all 0.3s ease;
            float: left;
            margin-right: -60px;
        }

        .navbar-nav{
            margin-top: 20px;
        }
        .nav-item{
            /*border-bottom: 1px solid gray;*/
            background:#ff7a7a0d;
            border-radius:6px;
            width: 105%;
            margin-bottom: 10px;
            padding-left: 16px;
        }

        .navbar-brand{
            width: 70%;
        }

        .navbar.fixed-header .navbar-brand img {
            width: 13%;
        }
    }
    
    .no-scroll {
        overflow: hidden;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
    }

    .nav-item {
        margin: 0 10px;
    }
    
    
    .navbar-nav.flex-column {
        width: 100%; 
    }

    .navbar-nav.flex-column .nav-item {
        width: 100%; 
    }

    
    @media (min-width: 992px) {
        .navbar-nav.d-none.d-lg-flex {
            display: flex; 
        }
    }

    .contenedor-blogs-home{
        background-color: #212529;
    }

    .text-white{
        color: white !important;
        background: linear-gradient(45deg, white, white);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .background-white{
        background: linear-gradient(45deg, white, white);
    }
    
    .background-alterno{
        background: linear-gradient(90deg, transparent, #017dc3, transparent);
    }

    .text-color-alterno{
        color: #017dc3;
    }

    .btn-outline-color-alterno{
        border: 2px solid #017dc3;
    }
    
    .btn-outline-color-black{
        border: 2px solid black;
        background-color: #f78735;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        background: black !important;
        color: white !important;
    }

    .score {
        background: #51b52f;
        /* background: -moz-linear-gradient(-45deg, #52b231 0%, #52b231 50%, #1d8c10 51%, #1d8c10 100%);
        background: -webkit-linear-gradient(-45deg, #52b231 0%, #52b231 50%, #1d8c10 51%, #1d8c10 100%);
        background: linear-gradient(135deg, #52b231 0%, #52b231 50%, #1d8c10 51%, #1d8c10 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52b231', endColorstr='#1d8c10', GradientType=1);
        text-shadow: 0 0 5px #fff; */
    }

    .score-disabled {
        color: #666;
        /*background: #f6f8f9;*/
        /*background: -moz-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);*/
        /*background: -webkit-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);*/
        /*background: linear-gradient(135deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=1);*/
    }

    .score.special2 {
        background: #ef6e6e;
        /*background: -moz-linear-gradient(-45deg, #ef6e6e 0%, #ed5555 50%, #ef3737 51%, #dd1f1f 100%);*/
        /*background: -webkit-linear-gradient(-45deg, #ef6e6e 0%, #ed5555 50%, #ef3737 51%, #dd1f1f 100%);*/
        /*background: linear-gradient(135deg, #ef6e6e 0%, #ed5555 50%, #ef3737 51%, #dd1f1f 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef6e6e', endColorstr='#dd1f1f', GradientType=1);*/
    }


    .score.special3 {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: auto;
        padding: 0 10px;
    }

    .score-disabled.special2 {
        background: #f4ebeb;
        /*background: -moz-linear-gradient(-45deg, #f4ebeb 0%, #edaaaa 50%, #ea8a8a 51%, #ea8a8a 51%, #f9d4d4 100%);*/
        /*background: -webkit-linear-gradient(-45deg, #f4ebeb 0%, #edaaaa 50%, #ea8a8a 51%, #ea8a8a 51%, #f9d4d4 100%);*/
        /*background: linear-gradient(135deg, #f4ebeb 0%, #edaaaa 50%, #ea8a8a 51%, #ea8a8a 51%, #f9d4d4 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4ebeb', endColorstr='#f9d4d4', GradientType=1);*/
    }

    .score.special1 {
        background: #6db3f2 !important;
        /* background: -moz-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%) !important;
        background: -webkit-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%) !important;
        background: linear-gradient(135deg, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=1); */
    }

    .score-disabled.special1 {
        background: #ebf1f6;
        /*background: -moz-linear-gradient(-45deg, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);*/
        /*background: -webkit-linear-gradient(-45deg, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);*/
        /*background: linear-gradient(135deg, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf1f6', endColorstr='#d5ebfb', GradientType=1);*/
    }

    @media (max-width: 768px) { 
        .nav-link::after {
            display: none; 
        }

        .navbar-nav-movile{
            margin-top: 0px !important;
        }
    }

    
    .estadisticas .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #212529; 
        border-collapse: collapse;
        background-color: white; 
    }

    .estadisticas .table th,
    .estadisticas .table td {
        padding: 0.75rem;
        vertical-align: top;
        border: 1px solid #dee2e6;
        text-align: center; 
        color: #333; 
        background-color: white; 
    }

    .estadisticas .table thead th {
        background-color: #f78735; 
        color: white; 
        font-weight: bold;
    }

    .estadisticas .table tbody tr:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.9); 
    }

    .estadisticas .table tbody tr:hover {
        background-color: rgba(255, 215, 0, 0.3); 
    }

    .estadisticas .table-responsive {
        overflow-x: auto; 
    }

    @media (max-width: 768px) {
        .estadisticas .table th,
        .estadisticas .table td {
            font-size: 0.9rem; 
            padding: 0.5rem; 
        }
    }

    
    .estadisticas .text-white {
        color: white !important; 
    }

    .estadisticas .text-muted {
        color: rgba(255, 255, 255, 0.6); 
    }

    
    .table>:not(caption)>*>* {
        color: inherit; 
        background-color: transparent; 
    }

    .custom-title  {
        font-size: 1.5rem; 
        font-weight: 600; 
        color: black !important; 
        margin-bottom: 0.5rem; 
    }
    
    .custom-subtitle {
        font-size: 1.2rem; 
        color: black !important; 
        text-align: left;
    }

    .game-scores.ball-mode {
        text-align: center;
        max-height: 325px;
        overflow-y: auto;
    }

    .ball {
        color: #fff;
        line-height: 45px;
        font-size: 22px;
        width: 45px;
        margin: 2px;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        position: relative;
    }

    .ball.orange {
        background: #ffb76b;
        background: -moz-linear-gradient(-45deg, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
        background: -webkit-linear-gradient(-45deg, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
        background: linear-gradient(-45deg, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=1);
    }
    
    .ball.green {
        background: #51b52f;
    }

    .game-block:not(.past) .game-scores.ball-mode .score {
        background: #51b52f;
    }

    .game-block .game-scores.ball-mode .score.past {
        color: #666;
        background: #d7d7d7;
    }

    .game-block > div .game-scores.ball-mode .score {
        color: #fff;
        line-height: 45px;
        font-size: 22px;
        width: 45px;
        margin: 2px;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative;
    }

    .score .cnt, .ball .cnt {
        position: absolute;
        top: -8px;
        right: -8px;
        font-size: 14px;
        width: 24px;
        line-height: 24px;
        border-radius: 50%;
        border: 1px solid #333333;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
    }

    .company-title{
        background-color: rgba(247, 135, 53, 0.8); 
        border-radius: 5px;
        padding: 10px;
        color:white;
        margin-bottom: 10px;
    }

    /*.text-section {*/
    /*    background-color: rgba(0, 116, 186, 0.5); */
    /*    padding: 20px; */
    /*    border-radius: 8px; */
    /*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    /*}*/
    
    .text-section p {
        font-size: 1.1rem; 
        line-height: 1.6; 
        color: #343a40; 
    }

    .banner-monedas {
        display: flex;
        overflow-x: hidden;
        white-space: nowrap;
        background-color: #f8f9fa; 
        border-top: 1px solid #e9ecef; 
        font-size: 14px; 
        color: #333; 
        width: 100%;
        position: relative; 
        height: 40px;
    }
    
    .banner-monedas span {
        flex: 0 0 auto;
        text-align: center;
        margin: 0 10px;
    }

    .header-logos i {
        font-size: 40px;
        color: #f5762e;
    }
    

    .header-background-loterry{
        width: 100%;
        padding: 6px 20px 0px 20px;
    }

    .scroll-container {
        overflow-x: scroll; /* Permite el desplazamiento horizontal */
        scrollbar-width: none; /* Para navegadores Firefox */
    }
    
    .scroll-container::-webkit-scrollbar {
        display: none; /* Para navegadores WebKit (Chrome, Safari) */
    }
    
    
    
    
    
    
    
    
    
    
    
    

    /* Estilos para el scroll horizontal */
    .scroll-container {
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
        padding: 1rem 0;
        margin: 0 -1rem;
    }

    .scroll-container::-webkit-scrollbar {
        height: 8px;
    }

    .scroll-container::-webkit-scrollbar-track {
        background: transparent;
    }

    .scroll-container::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 4px;
    }

    .scroll-container::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

    /* Estilos para las tarjetas de blogs y noticias */
    .card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        border-color: rgba(255, 255, 255, 0.4);
    }

    .card-img-container {
        position: relative;
        overflow: hidden;
    }

    .card-img-container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .card:hover .card-img-container::after {
        opacity: 1;
    }

    .img-blog {
        transition: transform 0.5s ease;
    }

    .card:hover .img-blog {
        transform: scale(1.1);
    }

    .card-body {
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 49%));
        padding: 1.5rem;
    }

    .card-title {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
        transition: color 0.3s ease;
    }

    .card:hover .card-title {
        color: #fff !important;
    }

    .card-text {
        font-size: 0.9rem;
        line-height: 1.6;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

    .card:hover .card-text {
        opacity: 1;
    }

    .broken-image-container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.2);
    }

    .broken-image-container i {
        font-size: 2rem;
        color: rgba(255, 255, 255, 0.3);
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        

.text-section {

    max-width: 100%;

    margin: 0 auto;

    padding: 30px;

    line-height: 1.7;

    color: #2c3e50;

    font-family: 'Segoe UI', Arial, sans-serif;

    background: linear-gradient(to bottom, #ffffff, #f8f9fa);

    border-radius: 15px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.05);

    position: relative;

    overflow: hidden;

}



.text-section::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 5px;

    background: linear-gradient(120deg, rgb(237 158 44 / 12%) 0%, rgb(238 140 0 / 11%) 100%);

}



.text-section h2 {

    color: #2c3e50;

    font-size: 32px;

    margin: 35px 0 25px;

    padding-bottom: 15px;

    position: relative;

    font-weight: 600;

    letter-spacing: -0.5px;

}



.text-section h2::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 60px;

    height: 4px;

    background: linear-gradient(to right, #745835, #999279);

    border-radius: 2px;

    transition: width 0.3s ease;

}



.text-section h2:hover::after {

    width: 100px;

}



.text-section p {

    margin-bottom: 1.5em;

    font-size: 16px;

    line-height: 1.8;

    color: #34495e;

    padding: 10px;

    border-radius: 8px;

    transition: all 0.3s ease;

}



.text-section p:hover {

    background-color: rgba(52, 152, 219, 0.05);

    transform: translateX(5px);

}



.text-section strong {

    color: #412500;

    font-weight: 600;

    padding: 2px 5px;

    border-radius: 4px;

    background: linear-gradient(120deg, rgb(237 158 44 / 12%) 0%, rgb(238 140 0 / 11%) 100%);

    transition: all 0.3s ease;

}



.text-section strong:hover {

    background: linear-gradient(120deg, rgb(237 158 44 / 12%) 0%, rgb(238 140 0 / 11%) 100%);

}



.text-section ul {

    padding-left: 0;

    margin: 25px 0;

}



.text-section li {

    margin-bottom: 20px;

    position: relative;

    list-style: none;

    padding: 15px 15px 15px 50px;

    background-color: rgba(255,255,255,0.8);

    border-radius: 10px;

    box-shadow: 0 3px 15px rgba(0,0,0,0.03);

    transition: all 0.3s ease;

}



.text-section li:before {

    content: "✓";

    color: #fff;

    font-size: 14px;

    position: absolute;

    left: 15px;

    top: 50%;

    transform: translateY(-50%);

    width: 25px;

    height: 25px;

    background: linear-gradient(135deg, #614115, #a18e74);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: all 0.3s ease;

}



.text-section li:hover {

    transform: translateX(10px);

    box-shadow: 0 5px 20px rgba(0,0,0,0.08);

}



.text-section li:hover::before {

    transform: translateY(-50%) rotate(360deg);

}



.text-section a {

    color: #6d5029;

    text-decoration: none;

    position: relative;

    padding: 2px 5px;

    font-weight: 500;

    transition: all 0.3s ease;

}



.text-section a::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 2px;

    background: linear-gradient(to right, #684f2d, #af936c);

    transform: scaleX(0);

    transform-origin: right;

    transition: transform 0.3s ease;

}



.text-section a:hover {

    color: #2c3e50;

}



.text-section a:hover::after {

    transform: scaleX(1);

    transform-origin: left;

}



/* Animación de entrada para elementos */

@keyframes fadeInUp {

    from {

        opacity: 0;

        transform: translateY(20px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}



.text-section h2,

.text-section p,

.text-section li {

    animation: fadeInUp 0.6s ease forwards;

}



/* Estilos responsive */

@media (max-width: 768px) {

    .text-section {

        padding: 20px;

        margin: 15px;

    }

    

    .text-section h2 {

        font-size: 26px;

    }

    

    .text-section p {

        font-size: 15px;

    }

    

    .text-section li {

        padding: 12px 12px 12px 45px;

    }

}



@media (max-width: 480px) {

    .text-section {

        padding: 15px;

        margin: 10px 0px;

    }



    .text-section h2 {

        font-size: 22px;

    }

    

    .text-section p {

        font-size: 14px;

    }

    

    .text-section li {

        padding: 10px 10px 10px 40px;

    }

    

    .text-section li:before {

        width: 20px;

        height: 20px;

        font-size: 12px;

    }

}
