body,
html {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: "Google Sans", Roboto, Arial, sans-serif
}

.container {
    max-width: 1230px;
    width: 100%;
    margin-top: -10px !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

@media (min-width:840px) and (pointer:coarse) {
    .container {
        max-width: 1000px;
        margin: 0 auto
    }
}

.icon-wrapper {
    width: 300px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    order: 1;
    box-sizing: border-box;
    padding: 15px
}

.developer-icon {
    width: 90%;
    height: auto;
    object-fit: cover;
    border-radius: 45px;
    display: block;
    box-shadow: 0 12px 15px rgb(0 0 0 / .568)
}

.main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width:839px) and (max-device-width:600px) {
    .icon-wrapper {
        width: 200px !important;
        height: 200px !important;
        border-radius: 12px
    }
}

@media (max-width:839px) {
    .icon-wrapper {
        position: relative;
        top: 6px;
        left: -12px;
        width: clamp(90px, 28vw, 102px);
        height: clamp(90px, 28vw, 102px);
        border-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex-shrink: 0
    }

    .developer-icon {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 12px;
        margin: 0 !important;
        display: block;
        box-shadow: 0 8px 12px rgb(0 0 0 / .3)
    }

    .main-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding-left: 0;
        margin-left: 0
    }

    .welcome-text {
        position: relative;
        transform: translateY(-98px);
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        font-weight: 600;
        font-size: 25px;
        order: 1;
        flex: 1;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left;
        color: #5f6368
    }

    .welcome-text h1 {
        margin: 0 0 4px 0;
        line-height: 1.2;
        font-size: 20px;
        font-weight: 500;
        color: #222
    }

    .welcome-text p {
        margin: 0;
        font-size: 13px;
        color: #5f6368;
        font-weight: 500;
        padding-left: clamp(60px, 20vw, 100px)
    }

    @media (max-width:839px) {
        .welcome-text {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            margin-right: 10px;
            margin-top: -25px
        }

        .custom-welcome {
            font-size: 21px !important;
            font-weight: 700;
            text-align: right;
            font-family: "Google Sans", Roboto, Arial, sans-serif;
            margin: 0;
            margin-top: -25px;
            padding: 0;
            color: #222;
            position: relative
        }

        .welcome-text .ads-note {
            font-size: 12px;
            font-weight: 400;
            color: #5F6368;
            font-family: "Google Sans", Roboto, Arial, sans-serif;
            margin-top: 2px;
            width: max-content;
            align-self: flex-start;
            margin-right: 0;
            margin-left: 37PX
        }
    }

    .rating-section {
        justify-content: center;
        padding-left: 15px !important;
        margin-left: 0 !important;
        margin-top: 52px !important;
        gap: 1.2rem
    }

    .rating-block {
        min-width: 65px;
        text-align: center
    }

    .botones-top {
        display: flex;
        flex-wrap: nowrap;
        margin-top: 10px;
        margin-left: 10px;
        gap: .6rem;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-bottom: 10px
    }

    .btn-top {
        font-size: 13px;
        padding: 5px 14px;
        border-radius: 30px;
        white-space: nowrap;
        flex-shrink: 0
    }

    .btn-custom {
        font-size: 14px;
        padding: 6px 10px;
        margin-left: 10px;
        margin-top: 15px
    }
}

.rating-section {
    display: flex;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 2rem;
    margin-top: 20px;
    padding-top: 1rem;
    border-top: none;
    font-size: 12px
}

.rating-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 85px
}

.rating-block strong {
    font-size: 1rem;
    color: #333
}

.rating-block i {
    color: #f5c518;
    font-size: .65rem;
    margin-left: 4px
}

.rating-block small {
    font-size: .7rem;
    color: #777;
    margin-top: 4px
}

.rating-block img {
    max-width: 50px;
    height: auto;
    margin-bottom: 5px
}

@media (max-width:839px) {
    .rating-section {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        gap: 1rem;
        padding: 0 10px;
        box-sizing: border-box
    }

    .rating-block {
        flex: 0 0 auto;
        min-width: 90px;
        max-width: 100px;
        text-align: center
    }

    .rating-block small {
        font-size: 11px
    }

    .rating-block strong {
        font-size: 14px
    }

    .rating-block i {
        font-size: 10px
    }

    .rating-block img {
        width: 15px;
        height: auto;
        margin-bottom: 5px
    }
}

.developer-destacado {
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    border-radius: 12px;
    margin-top: -25px !important
}

.developer-banner {
    width: 100%;
    max-width: 1230px;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin: 0 auto
}

@media (max-width:839px) {
    .developer-banner {
        height: 155px;
        width: 100%;
        object-fit: cover
    }
}

@media (max-width:839px) {
    .developer-destacado img {
        max-height: 100px
    }

    .developer-banner {
        width: 100%;
        height: 100px;
        object-fit: cover
    }
}

.botones-top {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: 70px;
    gap: 1rem
}

.btn-top {
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 14px;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: none;
    background-color: #fff0
}

.btn-top span {
    white-space: nowrap
}

.btn-activo {
    background-color: rgb(5 100 73 / .07)
}

.btn-activo span {
    color: rgb(5 100 73 / .8)
}

.btn-inactivo {
    border: 1.5px solid rgb(95 99 104 / .2)
}

.btn-inactivo span {
    color: rgb(95 99 104 / .8)
}

.btn-custom {
    color: #01875F;
    font-weight: 500;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
    font-size: 15px;
    padding: 8px 12px;
    transition: background-color 0.2s, box-shadow 0.2s;
    margin-top: 15px
}

.btn-custom:hover {
    margin-left: -15px;
    background-color: rgb(1 135 95 / .08);
    box-shadow: 0 1px 3px rgb(1 135 95 / .06);
    border-radius: 12px
}

.d-flex.align-items-center a.btn-custom:last-child {
    margin-left: 2px !important
}

.btn-custom svg {
    width: 20px;
    height: 20px;
    fill: #01875f
}

@media (max-width:839px) {
    .btn-custom {
        font-size: 15px;
        gap: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 12px;
        padding-bottom: 4px
    }

    .btn-custom span {
        display: inline;
        margin-left: 6px;
        white-space: nowrap;
        margin-top: 4px
    }

    .d-flex.align-items-center.gap-2.mt-3.flex-wrap {
        flex-wrap: nowrap !important;
        justify-content: center !important
    }
}

.info-compacta {
    font-size: 13px
}

.contenedor-bienvenida {
    height: 100vh;
    padding-top: -10px;
    text-align: left
}

.custom-welcome {
    font-size: 55px;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-weight: 600;
    margin-top: 18px;
    padding-top: 6px;
    color: #222
}

@media (pointer:coarse) {
    .custom-welcome {
        font-size: clamp(45px, 9vw, 50px);
        font-weight: 500;
        margin-top: 18px;
        padding-top: 4px;
        text-align: right
    }
}

.device-btn {
    border: 1px solid rgb(60 64 67 / .15);
    border-radius: 9999px;
    background-color: #fff;
    color: rgb(60 64 67 / .75);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 13.2px;
    padding: 6px 16px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-shadow: none
}

.device-btn i.material-icons {
    font-size: 14px;
    color: inherit
}

.device-btn i {
    font-size: 15px
}

.device-btn span {
    color: inherit;
    line-height: 1
}

.device-btn.active {
    background-color: #e9f5ef;
    color: #01875F;
    font-weight: 500;
    box-shadow: inset 0 0 0 1px #01875F20
}

.google-material-icons {
    font-family: 'Material Icons' !important;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

@media (max-width:839px) {
    .device-btn {
        margin-top: -75px
    }
}

.btn {
    cursor: pointer
}

.btn[onclick="return false;"] {
    pointer-events: none
}

.btn[onclick="return false;"]:hover {
    background-color: rgb(1 135 95 / .1)
}

.btn[onclick="return false;"]:active {
    background-color: rgb(1 135 95 / .3)
}

.horizontal-scroll {
    overflow-x: auto;
    padding-bottom: 10px
}

.radio-column {
    flex: 0 0 auto
}

.radio-card {
    background-color: #fff;
    transition: transform 0.2s
}

.radio-card:hover {
    transform: scale(1.02)
}

.card {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

h2.mb-4 {
    font-size: 23px
}

.col-md-6.mb-4 {
    margin-top: 12px
}

.radio-column {
    flex: 0 0 328px
}

.radio-card {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .05);
    transition: transform 0.2s
}

.radio-card:hover {
    transform: scale(1.02)
}

.horizontal-scroll {
    display: flex;
    overflow-x: hidden;
    position: relative;
    padding-right: 60px;
    scroll-behavior: smooth
}

.scroll-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    z-index: 10
}

@media (max-width:839px) {
    .btn-outline-secondary {
        display: block;
        width: 90%;
        margin-left: 2px;
        margin-bottom: 10px;
        padding: 6px 12px;
        border: 2px solid rgb(0 0 0 / .1);
        border-radius: 15px
    }

    .btn-outline-secondary i {
        width: 20px;
        height: 20px;
        padding: 3px;
        font-size: 14px;
        border-radius: 10px;
        background-color: #fff0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: -126px
    }

    .horizontal-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding-right: 0;
        scrollbar-width: none
    }

    .horizontal-scroll::-webkit-scrollbar {
        display: none
    }

    .radio-column {
        flex: 0 0 85%;
        scroll-snap-align: start
    }

    .radio-card {
        width: 100%
    }

    .scroll-btn {
        display: none
    }
}

@media (max-width:839px) {
    section.mb-5.position-relative {
        margin-top: -40px;
        position: relative;
        z-index: 10
    }

    section.mb-5.position-relative h2,
    section.mb-5 h2 {
        font-size: 18px !important
    }
}

.btn-outline-secondary:nth-of-type(1) i,
.btn-outline-secondary:nth-of-type(1) span {
    color: #4a7a3e
}

.btn-outline-secondary:nth-of-type(2) i,
.btn-outline-secondary:nth-of-type(2) span {
    color: #5F6368
}

.btn-outline-secondary:nth-of-type(2) {
    margin-left: 10px
}

.btn-outline-secondary:hover {
    background-color: transparent !important;
    border-color: #056449
}

.btn-outline-secondary:nth-of-type(1):hover i,
.btn-outline-secondary:nth-of-type(1):hover span {
    color: #3f622f
}

.btn-outline-secondary:nth-of-type(2):hover i,
.btn-outline-secondary:nth-of-type(2):hover span {
    color: #4b4e52
}

@media (max-width:840px) {
    .info-compacta {
        font-size: 12.5px
    }
}

@media (max-width:839px) {
    .solo-pc {
        margin-top: -75px;
        position: relative;
        z-index: 100;
        display: flex;
        padding-right: 30px
    }

    .device-btn {
        position: relative;
        z-index: 99
    }

    .solo-pc::after {
        content: "";
        flex: 0 0 20px;
        background: linear-gradient(to right, transparent, white)
    }
}

.radio-logo {
    width: 70px;
    height: 70px;
    object-fit: cover;
    background-color: #202124;
    border-radius: .85rem;
    margin-left: -20px;
    margin-right: 1rem
}

.radio-logo-sm {
    width: 60px;
    height: 60px
}

.radio-logo-lg {
    width: 70px;
    height: 70px
}

@media (max-width:839px) {
    .radio-logo {
        width: 50px !important;
        height: 50px !important;
        border-radius: 12px !important;
        margin-left: 0
    }
}

@media (max-width:839px) {
    .radio-card {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 100%
    }

    .radio-card img {
        border-radius: 40px !important;
        width: 60px;
        height: 60px;
        object-fit: cover
    }
}

@media (max-width:839px) {
    img.rounded-3 {
        border-radius: 15px !important;
        width: 60px !important;
        height: 60px !important;
        object-fit: cover !important;
        display: block;
        margin: 0 auto
    }

    img.rounded-5 {
        border-radius: 8px !important;
        width: 75px !important;
        height: 75px !important;
        object-fit: cover !important;
        display: block;
        margin: 0 auto
    }
}

@media (max-width:839px) {
    .radio-card img.radio-logo {
        width: 60px !important;
        height: 60px !important;
        border-radius: 12px !important;
        object-fit: cover !important;
        background-color: #202124;
        margin-right: 10px;
        flex-shrink: 0
    }
}

.name {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 4rem;
    font-size: 3.5rem;
    letter-spacing: 0;
    font-weight: 500
}

@media (max-width:839px) {
    .Fd93Bb {
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 2rem;
        font-size: 1.5rem;
        letter-spacing: 0;
        font-weight: 500;
        display: flex;
        align-items: flex-end;
        overflow-wrap: anywhere;
        width: 100%;
        word-break: keep-all;
        padding-left: 100px
    }

    .Fd93Bb+.mb-2,
    .Fd93Bb+.mb-2+p {
        padding-left: 100px
    }
}

.category-button {
    display: inline-block;
    background-color: #fff;
    color: #5f6368;
    padding: 6px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    border: 2px solid rgb(95 99 104 / .4);
    transition: color 0.3s ease, border-color 0.3s ease
}

.category-button:hover {
    color: #000;
    border-color: rgb(95 99 104 / .4)
}

.custom-link {
    color: #01875f !important;
    font-size: 1.4rem;
    font-weight: 900;
    text-decoration: none
}

.custom-link:hover {
    color: #01875F !important;
    text-decoration: underline
}

.custom-container {
    margin-top: 30px
}

.custom-container strong {
    font-weight: 400;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    color: #5f6368;
    font-size: .9rem
}

.custom-container a {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .85rem;
    color: #5f6368;
    font-weight: 400;
    text-decoration: none
}

.custom-container a:hover {
    text-decoration: underline
}

@media (min-width:840px) and (pointer:coarse) {
    .container {
        max-width: 900px
    }
}

.lb-overlay {
    background-color: rgb(0 0 0 / .85) !important;
    opacity: 1 !important;
    z-index: 1040 !important
}

.lb-image {
    max-height: 80vh
}

.lb-arrow {
    z-index: 1050 !important
}

.info-logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap
}

.logo-container {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1rem 0
}

.logo-img-radio {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .2)
}

@media (min-width:839px) and (max-device-width:600px) {
    .logo-img-radio {
        width: 160px !important;
        height: 160px !important
    }
}

@media (max-width:839px) {
    .info-logo-wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px
    }

    .logo-container {
        flex-shrink: 0;
        justify-content: flex-start;
        padding: 0;
        display: flex;
        align-items: flex-start
    }

    .logo-img-radio {
        width: 70px;
        height: 70px;
        align-items: flex-start;
        border-radius: 15px;
        margin-top: -400px;
        margin-left: 10px
    }

    .Fd93Bb {
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 2rem;
        font-size: 1.5rem;
        letter-spacing: 0;
        font-weight: 500;
        align-items: flex-end;
        display: block;
        overflow-wrap: anywhere;
        width: 100%;
        word-break: keep-all
    }

    .Fd93Bb+.mb-2,
    .Fd93Bb+.mb-2+p {
        padding-left: 100px
    }

    .Fd93Bb {
        position: relative;
        top: 5px
    }

    .name+p {
        margin: 0;
        font-size: .95rem
    }

    .name+p+p {
        font-size: .8rem;
        color: #5F6368;
        margin-top: 0
    }
}

.btn-custon {
    color: #01875F;
    font-weight: 600;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    padding: 8px 12px;
    border-radius: 25px;
    transition: background-color 0.2s, box-shadow 0.2s;
    margin-top: 15px
}

.btn-custon:hover {
    background-color: rgb(1 135 95 / .08);
    box-shadow: 0 1px 3px rgb(1 135 95 / .06);
    border-radius: 12px
}

.btn-custon svg {
    width: 25px;
    height: 25px;
    fill: #01875f
}

@media (max-width:839px) {
    #installButtonWrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 12px
    }

    #installButtonWrapper>button#installButton {
        flex-basis: 100% !important;
        max-width: 310px;
        margin: 40px auto 20px auto !important;
        padding: 6px 28px !important;
        font-size: 16px !important;
        height: auto !important;
        border-radius: 7px !important
    }

    #installButtonWrapper>a.btn-custon {
        flex: 0 1 auto !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 0 !important
    }

    h1.mb-0 {
        font-size: 32px !important
    }
}

@media (min-width:839px) and (max-width:1058px) {
    .btn-custon {
        gap: 0;
        font-size: 0;
        padding-left: 8px;
        padding-right: 8px
    }
}

.rating-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    max-width: 500px;
    margin: 20px auto;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / .1)
}

.rating-box h3 {
    margin-bottom: 10px
}

.stars {
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.star {
    font-size: 28px;
    cursor: pointer;
    color: #ccc
}

.star.selected {
    color: #fbc02d
}

.comentario-titulo {
    display: inline-block;
    background-color: #3494fd;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: default;
    box-shadow: 0 2px 5px rgb(0 0 0 / .2);
    text-align: center;
    margin-bottom: 10px
}

.boton-iphone {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: rgb(12 110 82 / .137);
    color: #056449;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 30px;
    margin-top: 10px
}

.boton-iphone:hover {
    background-color: rgb(5 100 73 / .08)
}

.rating-container-horizontal {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0
}

.rating-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px
}

.rating-score {
    font-size: 65px;
    font-weight: 700;
    color: #07090c;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1
}

.stars-row {
    margin-top: 5px;
    color: #fbc02d
}

.rating-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.rating-bars {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: -2px;
    margin-bottom: -4px
}

.rating-number {
    font-size: 10px;
    font-weight: 700;
    width: 10px;
    text-align: right;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    color: #5F6368;
    margin-right: 0
}

.bar-bg {
    flex: 1;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden
}

.bar-fill {
    height: 100%;
    background-color: gold;
    border-radius: 5px
}

#comentarioSection {
    display: none;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1);
    border-radius: 10px;
    background-color: rgb(255 255 255 / .85);
    text-align: center;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    ;
    position: relative;
    overflow: hidden
}

#comentarioSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / .75);
    z-index: 0;
    border-radius: 10px
}

#comentarioSection>* {
    position: relative;
    z-index: 1
}

.EGFGHd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px
}

#imagenuser {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover
}

.X5PpBb {
    font-weight: 700;
    font-size: 1rem
}

#starContainer .star {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s ease
}

#starContainer .estrella-activa {
    color: gold
}

textarea,
#comentario {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 2px solid #ccc;
    border-radius: 10px;
    resize: vertical;
    box-sizing: border-box;
    outline: none;
    margin-top: 10px;
    background-color: #fff;
    font-family: "Google Sans", Roboto, Arial, sans-serif
}

#btnValorar {
    background-color: #3494fd;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease
}

#btnValorar:hover {
    background-color: #2c7eea
}

.comecms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #fff0;
    padding-left: 9px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 4px
}

@media (max-width:768px) {
    .comecms {
        display: block;
        text-align: center
    }

    .comecms button,
    .comecms #goog {
        width: 100%;
        margin: 10px 0
    }

    #comentarioSection {
        max-width: 95%;
        padding: 15px
    }
}

#goog {
    list-style: none;
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

#goog:hover {
    box-shadow: 0 4px 8px rgb(0 0 0 / .2)
}

#goog:active {
    transform: scale(.95);
    box-shadow: 0 2px 5px rgb(0 0 0 / .2)
}

#goog span {
    display: inline-flex;
    align-items: center
}

* {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Google Sans", Roboto, Arial, sans-serif
}

#mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1050;
    border-bottom: none !important;
    box-shadow: none !important
}

.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit
}

.navbar-brand img {
    height: 50px
}

.project-name {
    font-size: 25px;
    font-weight: 500;
    color: #5F6368;
    margin-left: 10px
}

nav.nav-menu {
    display: flex;
    gap: 20px;
    margin-left: 40px;
    flex-grow: 1
}

nav.nav-menu span {
    font-size: 14px;
    color: #5F6368;
    cursor: pointer;
    font-weight: 500;
    position: relative
}

nav.nav-menu span.active {
    color: #01875F;
    font-weight: 700
}

nav.nav-menu span.active::after {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -23px;
    width: 100%;
    background-color: #01875F;
    border-radius: 2px
}

.iconos-derecha {
    display: flex;
    align-items: center;
    gap: 16px
}

.iconos-derecha i,
.iconos-derecha a {
    font-size: 24px;
    color: #5F6368;
    text-decoration: none
}

.icono-login {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.contenido-principal {
    margin-top: 70px;
    padding: 0 24px
}

.login-dropdown {
    position: relative;
    display: inline-block
}

.menu-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 120%;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 0;
    width: 220px;
    z-index: 999;
    box-shadow: 0 4px 12px rgb(0 0 0 / .15);
    font-family: 'Roboto', sans-serif;
    pointer-events: auto
}

.login-dropdown:hover .menu-dropdown,
.login-dropdown:focus-within .menu-dropdown {
    display: block
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
    color: #202124;
    cursor: pointer;
    transition: background 0.2s
}

.menu-item:hover {
    background-color: #f1f3f4
}

.menu-icon {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.menu-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 4px 0
}

.material-icons {
    font-size: 18px
}

#userIcon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer
}

@media (max-width:839px) {
    #mainHeader {
        padding: 6px 16px;
        border-bottom: none !important;
        box-shadow: none !important
    }

    .navbar-brand img {
        height: 36px
    }

    .project-name {
        font-size: 22px;
        margin-left: 6px
    }

    nav.nav-menu {
        display: none
    }

    .iconos-derecha i,
    .iconos-derecha a {
        font-size: 20px
    }

    .icono-login {
        width: 26px;
        height: 26px
    }
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / .8);
    width: 100%;
    height: 100vh;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center
}

#iosInstallGuide {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 10px;
    right: 10px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 8px 24px rgb(0 0 0 / .15);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    z-index: 9999;
    text-align: center;
    animation: fadeInUp 0.4s ease-out
}

#iosInstallGuide strong {
    display: block;
    font-size: 16px;
    margin-bottom: 6px
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

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