.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

#get-pogifit{
    color: #ffffff;
}

#textos-principales{
    min-height: 28.5vw;
}

#h4_presen_1,
#h4_presen_2,
#h4_presen_3,
#h4_presen_4 {
  --font-size: 1.25rem;
  --typography-spacing-vertical: 1.874rem;
  text-align: center !important;
}

#p_h2_cambiante{
    padding: 5px;
    margin: 0px;
    margin-bottom: 10px !important;
    color: rgb(225, 230, 235);
    background-color: rgb(89, 107, 120);
    border-radius: 4px;
}

#h2_cambiante{
    padding: 0px;
    margin: 0px;
    position: relative;
    text-align: center;
    height: 3em;
    width: 80%;
    overflow: hidden;
}

#h2_cambiante span{
    text-align: center !important;
    max-width: 100%;
    white-space: pre-line;
    word-break: break-all;
}

.keyword {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s;
  white-space: nowrap;
}

.keyword.active {
  opacity: 1;
}

#barra-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px !important;
    background-color: rgb(28, 28, 28) !important;
}

#logo-nav{
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
}

#izq-barra-nav{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    width: 50%;
}

#dch-barra-nav{
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 20px;
    align-items: center;
    width: 50%;
}

#barra-nav a{
    color: #1095C1;
}

#barra-nav a:hover{
    color: #1daddd;
    text-decoration: underline;
}

#logo-nav:hover{
    cursor: pointer;
}

#h1_principal,
#texto_explicativo_principal{
    text-align: center;
}

.light-container{
    padding: 40px 0px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.light-container h1,
.light-container h2,
.light-container h3,
.light-container h4,
.light-container h5,
.light-container h6{
    color: rgb(36, 51, 62);
}

.light-container p{
    color: var(--muted-color);
}

.light-container table,
.light-container th,
.light-container tr,
.light-container td{
    color: rgb(36, 51, 62);
    text-align: center;
}

#screen_1,
#screen_2{
    height: 700px;
    border-radius: 12px;
}

#as-cont{
    transform: scale(0.9);
    transform-origin: top left;
}

#download-app-img-container{
    margin-bottom: 100px;
}

#td-sin-anuncios,
#td-sin-limites,
#td-pack-recetas,
#td-pack-rutinas,
#td-pack-completo,
#td-guias-food,
#td-guias-workout,
#td-guias-completo,
#td-futuro{
    text-align: left !important;
}

#th-ancho-ajustable{
    width: 400px;
    max-width: 400px;
}

#tabla-comparativa{
    display: table;
}

#div-comparativo{
    display: none;
}

#footer-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.pseudo-link{
    color: #1095C1;
}

.pseudo-link:hover{
    color: #1daddd;
    text-decoration: underline;
    cursor: pointer;
}

#seccion-legal{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#language-sel{
    width: 25vw;
}

#tabla-comparativa thead th{
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
    box-shadow: 0 var(--border-width) 0 0 var(--table-border-color);
}

#ps-cont:hover{
    cursor: pointer;
}

@media (max-width: 600px) {
    #barra-nav{
        display: flex;
        flex-direction: column;
    }

    #izq-barra-nav{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    #dch-barra-nav{
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 15px 0px;
    }

    #get-pogifit{
        margin-bottom: 10px;
    }

    #textos-principales{
        min-height: 148.6vw;
        text-align: center;
        padding: 0px 20px;
    }

    #h2_cambiante{
        width: 100%;
        height: 6em;
    }

    .light-container{
        padding: 40px 15px;
    }

    .light-container h1,
    .light-container h2,
    .light-container h3,
    .light-container h4,
    .light-container h5,
    .light-container h6,
    .light-container p{
        text-align: center;
    }

    #screen_1,
    #screen_2{
        height: 450px;
        border-radius: 8px;
    }

    #h4_presen_1,
    #h4_presen_2,
    #h4_presen_3,
    #h4_presen_4{
        margin-bottom: 10px !important;
    }

    #download-app-container{
        padding: 60px;
        text-align: center;
    }

    #download-app-img-container{
        width: 50%;
        gap: 10px;
        margin-left: 25%;
    }

    #as-cont{
        transform: scale(1);
        transform-origin: top left;
    }

    #tabla-comparativa{
        display: none;
    }

    #div-comparativo{
        display: block;
    }

    .widget-comparativo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: var(--muted-color);
        color: #ffffff;
        margin: 0px 40px 20px 40px;
        padding: 10px 0px;
        border-radius: 8px;
    }

    .div-tit{
        font-weight: 700;
    }

    .div-cuerpo{
        padding: 10px 20px;
    }

    .span-por-separado,
    .span-pogifit-plus,
    .span-pogifit-premium{
        text-align: left !important;
    }

    #seccion-legal{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    #language-sel{
        width: 50vw;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .zoom-wrapper{
        transform: scale(0.6);
        transform-origin: top left;
        width: 166.67%;
        overflow-x: hidden;
    }

    article{
        transform: scale(0.6);
        transform-origin: center;
        width: 166.67%;
    }
}

@media screen and (min-width: 876px) and (max-width: 1024px) {
    .zoom-wrapper{
        transform: scale(0.65);
        transform-origin: top left;
        width: 154%;
        overflow-x: hidden;
    }

    article{
        transform: scale(0.65);
        transform-origin: center;
        width: 154%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1350px) {
    .zoom-wrapper{
        transform: scale(0.7);
        transform-origin: top left;
        width: 142.86%;
        overflow-x: hidden;
    }

    article{
        transform: scale(0.7);
        transform-origin: center;
        width: 142.86%;
    }
}

@media screen and (min-width: 1350px) and (max-width: 1600px) {
    .zoom-wrapper{
        transform: scale(0.8);
        transform-origin: top left;
        width: 125%;
        overflow-x: hidden;
    }

    article{
        transform: scale(0.8);
        transform-origin: center;
        width: 125%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1768px) {
    .zoom-wrapper{
        transform: scale(0.9);
        transform-origin: top left;
        width: 111.11%;
        overflow-x: hidden;
    }

    article{
        transform: scale(0.9);
        transform-origin: center;
        width: 111.11%;
    }
}