body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa; 
    color: #343a40;
}


.text-primary {
    color: #007bff !important; 
}

.text-warning {
    color: #ffc107 !important; 
}

.text-success {
    color: #28a745 !important; 
}

.text-danger {
    color: #dc3545 !important; 
}

.bg-gradient-light-blue {
    background: linear-gradient(145deg, #e0f2f7 0%, #ffffff 100%); 
}

.section-title {
    font-size: clamp(24px, 4vw, 28px);
    font-weight: 700;
    color: #004085; 
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #007bff;
    border-radius: 2px;
}


header {
    z-index: 1050;
}

.site-logo {
    height: 40px;
    width: auto;
}

.site-name {
    font-weight: 600;
}

.nav-link {
    font-weight: 600;
    padding: 0.5rem 1rem;
    position: relative;
}

.nav-link:hover {
    color: #007bff !important;
}


.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -50px; 
    padding-top: 100px; 
    padding-bottom: 40px; 
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.hero-section h2 {
    font-size: 3.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-section p {
    font-size: 1.25rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}


.platform-card {
    border-radius: 1rem;
    overflow: hidden;
    background-color: #ffffff;
}

.platform-card .platform-logo {
    max-width: 200px;
    max-height: 120px;
    object-fit: contain;
    border-radius: 0.5rem;
}

.platform-card .card-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0056b3; 
}

.platform-card .rating i {
    font-size: 1.2rem;
}

.platform-card .features-list li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.platform-card .license-link {
    font-weight: 600;
}

.platform-card .play-btn {
    background-color: #007bff;
    border-color: #007bff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
}

.platform-card .play-btn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}


#por-que-nosotros .card {
    border-radius: 1rem;
}


#editor-rating .p-4 {
    background-color: #e9f7fe !important; 
    border: 1px solid #cce5ff;
}


#criterios .list-group-item {
    border: none;
    border-bottom: 1px solid #eee; 
    padding: 1.5rem 1rem;
}

#criterios .list-group-item:last-child {
    border-bottom: none;
}

#criterios .list-group-item h5 {
    font-weight: 600;
    color: #0056b3;
}


#comparacion .table thead th {
    background-color: #004085;
    color: #ffffff;
    border-color: #004085;
}

#comparacion .table tbody tr:nth-of-type(odd) {
    background-color: #f3f9fb; 
}

#comparacion .table th, #comparacion .table td {
    padding: 1rem;
    border-color: #dee2e6;
}


.bonus-card {
    border-radius: 1rem;
    overflow: hidden;
    background-color: #ffffff;
}

.bonus-card .card-title {
    font-weight: 700;
    color: #0056b3;
}

.bonus-card .play-btn {
    background-color: #007bff;
    border-color: #007bff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
}

.bonus-card .play-btn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}


.review-card {
    border-radius: 1rem;
    overflow: hidden;
    background-color: #ffffff;
}

.review-card .card-header {
    border-bottom: 1px solid #e9ecef;
    background-color: #f8f9fa !important;
}

.review-card .avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.review-card .rating i {
    font-size: 1rem;
}


#general-disclaimer {
    background-color: #fff3cd; 
    border-top: 2px solid #ffc107;
    border-bottom: 2px solid #ffc107;
    color: #664d03; 
}

#general-disclaimer h3 {
    color: #856404 !important;
    font-weight: 700;
}

#general-disclaimer a {
    font-weight: 600;
}


footer {
    background-color: #1a2a3a !important; 
    color: #e9ecef;
}

footer .site-logo-footer {
    height: 30px;
    width: auto;
}

footer .text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

footer .text-white-50:hover {
    color: #ffffff !important;
}

.footer-logos {
    margin-top: 1.5rem;
}

.footer-img {
    max-width: 120px; 
    height: auto;
    display: block;
}

.footer-18-plus-icon {
    height: 90px;
    width: 90px;
    object-fit: contain;
}


#ageVerificationModal .modal-content {
    border: none;
}

#ageVerificationModal .modal-header {
    background-color: #004085;
    border-bottom: 1px solid #0056b3;
}

#ageVerificationModal .modal-title {
    color: #ffc107;
}

#ageVerificationModal .modal-body p {
    font-size: 1.1rem;
}

#ageVerificationModal .btn-lg {
    padding: 0.75rem 2rem;
    font-size: 1.2rem;
    border-radius: 0.5rem;
}


.cookie-banner {
    z-index: 1055; 
    background-color: #004085 !important;
    border-bottom: 1px solid #0056b3;
}

.cookie-banner p {
    margin-right: 1rem;
}

.cookie-banner .btn-sm {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
}

.cookie-banner .btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.cookie-banner .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.cookie-banner .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.cookie-banner .btn-outline-info:hover {
    background-color: #17a2b8;
    color: #fff;
}


#cookieConfigModal .modal-content {
    border: none;
}

#cookieConfigModal .modal-header {
    background-color: #004085;
    border-bottom: 1px solid #0056b3;
}

#cookieConfigModal .modal-title {
    color: #17a2b8;
}

#cookieConfigModal .form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

#cookieConfigModal .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

#cookieConfigModal .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}


@media (max-width: 991.98px) {

    .hero-section h2 {
        font-size: 2.5rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .navbar-brand h1 {
        font-size: 1.25rem;
    }

    .nav-link {
        padding: 0.5rem 0.75rem;
    }

    .platform-card .row {
        flex-direction: column;
    }

    .platform-card .col-md-4, .platform-card .col-md-8 {
        width: 100%;
        text-align: center;
    }

    .platform-card .platform-logo {
        margin-bottom: 1rem;
    }

    .platform-card .row.flex-row-reverse {
        flex-direction: column;
    }


    footer .col-md-4.text-end {
        text-align: start !important;
    }

    .footer-logos {
        justify-content: center;
    }

    .cookie-banner .container {
        flex-direction: column;
        text-align: center;
    }

    .cookie-banner p {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767.98px) {


    header nav ul {
        justify-content: center;
    }


    .hero-section h2 {
        font-size: 2rem;
    }

    .hero-section p {
        font-size: 0.9rem;
    }

    .platform-card .card-title {
        font-size: 1.75rem;
    }

    .platform-card .play-btn {
        width: 100%;
    }

    #ageVerificationModal .btn-lg {
        width: 100%;
        margin-bottom: 1rem;
    }

    #ageVerificationModal .modal-footer {
        flex-direction: column;
    }

    .footer-logos img {
        max-width: 100px;
    }
}

.policyScopeWrap {
    padding-top: 2rem;    
    padding-left: 1.5rem; 
    padding-right: 1.5rem;
    padding-bottom: 2rem; 
    max-width: 900px;     
    margin: 0 auto;       
}


.policyScopeWrap h1 {
    font-size: 2em;          
    margin-top: 1.5rem;      
    margin-bottom: 1rem;     
    font-weight: 600;        
    color: #343a40;          
}


.policyScopeWrap h2 {
    font-size: 1.75em;       
    margin-top: 1.25rem;     
    margin-bottom: 0.8rem;   
    font-weight: 600;
    color: #343a40;
}


.policyScopeWrap h3 {
    font-size: 1.5em;        
    margin-top: 1rem;        
    margin-bottom: 0.7rem;   
    font-weight: 600;
    color: #343a40;
}


.policyScopeWrap h4 {
    font-size: 1.25em;       
    margin-top: 0.8rem;      
    margin-bottom: 0.6rem;   
    font-weight: 600;
    color: #343a40;
}


.policyScopeWrap h5 {
    font-size: 1.1em;        
    margin-top: 0.6rem;      
    margin-bottom: 0.5rem;   
    font-weight: 600;
    color: #343a40;
}


.policyScopeWrap p {
    font-size: 1em;          
    line-height: 1.6;        
    margin-bottom: 1rem;     
    color: #343a40;          
}


.policyScopeWrap ul {
    list-style: disc;        
    margin-top: 0.5rem;      
    margin-bottom: 1rem;     
    padding-left: 1.5rem;    
    color: #343a40;
}


.policyScopeWrap li {
    font-size: 1em;          
    line-height: 1.5;        
    margin-bottom: 0.5rem;   
}


.policyScopeWrap ol {
    list-style: decimal;     
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    color: #343a40;
}

.policyScopeWrap ol li {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.age-img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 30px auto 0;
}

#cookieConsentBanner{
    top: auto;
    bottom: 0;
}

header{
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.card-body.text-center{
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.navbar-toggler {
  box-shadow: none !important;
}

.offcanvas{
    z-index: 9999;
}

#mobileMenu ul{
    text-align: center;
}

    .mobile-table{
        display: none;
    }

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

    .mobile-table {
        display: block;
    }

    .mobile-card {
        border: 1px solid #dee2e6;
        border-radius: 8px;
        margin-bottom: 1rem;
        padding: 1rem;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .mobile-card h5 {
        margin-bottom: 0.5rem;
        font-size: 1rem;
        font-weight: 600;
    }

    .feature-status {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.3rem 0;
    }

    .feature-status span {
        font-weight: 500;
    }
}

.modal-body .text-muted{
    color: #fff !important;
}

@media (max-width: 575px){
    .age-img{
        width: 70px;
        height: 70px;
        margin-top: 10px;
    }
}