#container-principal {
    font-family: Outfit, sans-serif;
    overflow: visible !important;
    max-width: 1160px;
}
.contenido{
    overflow: visible !important;
}

#container-body {
    padding-top: 5%;
    background-color: var(--color-navbar);
    border-radius: 25px;

}

#componente-audio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: visible !important;
}

#botones-compartir {
    width: 312px;
    height: 215px;
    border: 2px solid !important;
    padding: 20px;
    border-radius: 24px;
    border-color: var(--color-bordergris) !important;
}

#boton-facebook {
    margin-block: 10px;
    width: 263px !important;
    height: 40px;
    padding: 7px, 15px, 7px, 15px;
    gap: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    text-align: left;
    background-color: var(--color-azulfacebook);
    color: var(--color-textwhiteButtons);
    font-weight: 500;
}

#boton-x {
    width: 193px !important;
    height: 40px;
    padding: 7px, 15px, 7px, 15px;
    gap: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    text-align: left;
    font-weight: 500;
    background-color: var(--color-buttonX);
    color: var(--color-textwhiteButtons);
}

#link-titulo {
    padding: 15px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
}

#links-comp a {
    display: block;
    color: var(--color-violetaSecondary);
    text-decoration: underline;
    margin-bottom: 5px;
    padding-left: 20px;
}

#card-img {
    background-image: url("../images/felicesfiestas.png") !important;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 460px;
}

#felices-img {
    width: 312px;
    height: 509px;
    background: #1A100D;
    color: white;
    text-align: center;
    margin-top: 20px;
    padding: 25px 0 25px 0;
    border-radius: 20px;
}

#temas-populares {
    padding: 5px 18px 5px 18px;
    border-radius: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: var(--color-violetastrongsecondary);
    color: var(--color-violetaSecondary);
}

#titulo-temas {
    padding: 10px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
    padding-left: 20px;
}

#popular-tem {
    padding-left: 20px;
}

#ver-youtube {
    border-radius: 20px;
    /*padding: 2px 5px 2px 5px;*/
}

#mirar-video {
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    align-items: flex-start;
}

#ver-youtube .btn {
    padding: 7px 20px 7px 20px;
    background-color: var(--color-text-violetaprimario);
    color: var(--color-textwhiteButtons);
    border: none;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;

}

#comparte {
    margin-top: 0rem !important;
    line-height: 30px !important;
    font-size: 24px !important;
    font-weight: 500 !important;

}

#cont {
    margin-top: 10px !important;
}

#icono-compartir {
    margin-right: 8px !important;
    vertical-align: text-top !important;
}

@media(min-width: 360px) and (max-width:500px) {
    .contenido p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.5px;

    }


    #mirar-video {
        text-align: center !important;
    }

    #botones-compartir {
        display: flex !important;
        flex-direction: column !important;
        align-items: left !important;
        gap: 8px !important;
        padding: 2% !important;
        border: none !important;
        height: 167px !important;
    }

    #ver-youtube {
        width: 350px !important;
        height: 60px !important;
        flex-direction: column !important;
        margin-right: 5% !important;
        margin-bottom: 2rem;
    }

    #ver-youtube .btn {
        width: 171px !important;
        height: 40px !important;
        flex-direction: column !important;
        margin-right: 10% !important;
    }

    #boton-facebook,
    #boton-x {
        font-size: 14px;
        padding: 5px 20px 5px 20px;
    }

    #comparte {
        line-height: 30px;
        font-size: 22px;
        font-weight: 500;
    }

    #link-titulo {
        font-size: 22px;
        padding: 10px;
    }

    #mirar-video {
        width: 276px !important;
        height: 28px !important;
        font-size: 22px;
        margin-right: 10%;
    }

    #comparte {
        width: 276px;
        height: 28px;
        margin-top: 0rem !important;
        line-height: 28px;
        font-size: 22px;
        font-weight: 500;
    }

    #card-img {
        background-image: url("../images/felicesfiestas_mobile.png") !important;
        width: 276px !important;
        height: 184px !important;
        border-radius: 24px;
        background-color: none !important;
    }

    #felices-img {
        width: 276px !important;
        height: 184px !important;
        background: none !important;
        color: white;
        margin-top: 20px;
        padding: 10px 20px 20px 20px !important;
    }
    #container-body {
        width: 360px !important; 
    }
    .columna1 {
        width: 360px !important;
    }
}


/*Estilos para pantallas pequeñas (máx. 600px) */

@media (min-width:500px) and (max-width: 600px) {
    #container-body {
        width: 600px !important; 
    }
    #card-img {
        background-image: url("../images/felicesfiestas_mobile.png") !important;
        width: 480px !important;
        height: 252px !important;
        border-radius: 24px;
        background-color: none !important;

    }

    #botones-compartir {
        justify-content: space-between;
        gap: 10px;
        padding: 5%;
        border: none;
    }

    #botones-compartir .btn {
        width: auto;
        flex: 1;
    }


    #comparte {
        width: 276px;
        height: 28px;
        margin-top: 0rem !important;
        line-height: 28px;
        font-size: 22px;
        font-weight: 500;

    }

    #mirar-video {
        width: 276px;
        height: 28px;
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
    }

    .columna1 {
        max-width: 520px !important;
        width: 100% !important;
    }

    .columna2 {
        max-width: 520px !important;
        width: 100% !important;
        margin-left: 10px;
    }

    #botones-compartir {
        width: 312px;
        height: 215px;
        display: contents !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        border: none !important;
    }

    #comparte {
        width: 100% !important;
        height: 0% !important;
        margin-bottom: 3rem !important;
    }

    #felices-img {
        width: 480px !important;
        height: 252px !important;
        background: none !important;
        color: white;
        text-align: center;
        margin-top: 20px;
        padding: 25px 0 25px 0;
        border-radius: 20px;
        margin-bottom: 2rem !important;
    }

    #ver-youtube {
        width: 100% !important;
        height: 0% !important;
        flex-direction: row;
    }

    #ver-youtube .btn {
        width: 171px !important;
        height: 40px !important;
        border-radius: 50px !important;
        padding-top: 7px !important;
        padding-right: 20px !important;
        padding-bottom: 7px !important;
        padding-left: 20px !important;
        gap: 10px;
    }

    #mirar-video {
        width: 56% !important;
        height: 0% !important;
    }

    #boton-facebook,
    #boton-x {
        font-size: 18px;
        padding: 7px 15px 7px 10px !important;
    }
}


@media (max-width: 900px) {
    #container-body {
        width: 900px;
    }
    #container-body .row {
        display: flex;
        flex-wrap: wrap;
    }

    #container-principal {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    .columna1 {
        width: 373px;
    }

    .columna2 {
        width: 312px;
        margin-left: 10px;
    }

    #botones-compartir {
        width: 312px;
        height: 215px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 10px;
    }

    #comparte {
        width: 263px;
        height: 60px;
    }

    #boton-facebook,
    #boton-x {
        font-size: 18px;
        padding: 0px 11px !important;
    }

    #boton-facebook {
        width: 263px !important;
        height: 40px;
        gap: 10px;
        padding: 7px, 15px, 7px, 15px;
        gap: 10px;
        margin: 0px;
    }

    #boton-x {
        width: 193px !important;
        height: 40px;
        padding: 7px, 15px, 7px, 15px;
        gap: 10px;
        margin: 0px;
    }

    #ver-youtube .btn {
        width: 175px;
        height: 40px;
        border-radius: 50px;
        padding-top: 7px;
        padding-right: 20px;
        padding-bottom: 7px;
        padding-left: 20px;
        gap: 10px;
        margin-right: 20px;
    }

    #popular-tem {
        padding: 0px;
    }

    #ver-youtube {
        width: 373px;
        height: 60px;
        flex-direction: row;
    }

    #mirar-video {
        text-align: left;
        height: 61px;
        width: 200px;
    }

    #felices-img {
        width: 312px;
        height: 509px;
        background: #1A100D;
        color: white;
        text-align: center;
        margin-top: 20px;
        padding: 25px 0 25px 0;
        border-radius: 20px;
    }
}

@media (max-width:1440px) {

    #boton-facebook,
    #boton-x {
        font-size: 18px;
        padding: 0 11px !important;
    }

    #container-principal {
        padding-left: 5%;
        padding-right: 5%;
    }
}
