.vote-btn img.default,
.vote-btn img.hover {
    transition: opacity 0.3s;
}
.overlay{
    background-color: rgba(0, 0, 0, 0.8);
}
.back-convo-votaciones {
    background-image: url(../images/convocatoria/convocatoria-back.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.votaciones{
    display: flex;
    flex-direction: column;
}
.intro-convo {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 160px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    color: #fff;
}
.intro-inner {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.intro-cover{
    display: flex;
    z-index: 5;
    margin-top: 0;
    margin-bottom: 5rem;
}
.intro-cover-img{
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
}
h3.subsection-title{
    margin-top: 80px;
}
.grupos{
    margin-bottom: 5rem;
}
.tabs-wrapper {
    margin-top: 72px;
    width: 100%;
    overflow-x: hidden;
}
.tabs-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(16px);
    /* padding: 1rem 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.tabs-scroll::-webkit-scrollbar {
    display: none;
}
.tabs {
    display: flex;
    gap: 8px;
    padding: 0 20px;
    list-style: none;
    margin: 0;
    width: fit-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#vote-closed-message,
.tab-content {
    display: none;
}
@media (max-width: 991px) {
    .tabs {
        flex-wrap: nowrap;
        justify-content: flex-start;
        min-width: fit-content;
    }
}
.tabs li a {
    color: #fff;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    transition: 0.3s;
    white-space: nowrap;
}
.tabs li a.active {
    background: #ce0058;
    color: #fff;
}
.tabs li a:hover:not(.active) {
    background-color: #ce0058;
    color: #fff;
}
.tab-content {
    padding: 2.5rem 0 5rem;
}
.tab-content.active {
    display: block;
}
.cards-grid {
    width: 100%;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.vote-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    width: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-bottom: 16px;
}
.vote-img-wrapper {
    position: relative;
    padding: 16px 16px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.vote-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.next-btn,
.vote-btn {
    border: none;
    background: 0 0;
    cursor: pointer;
}
.next-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0;
}
.vote-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}
.vote-name {
    color: #ce0058;
    font-family: Bree, sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}
.vote-desc {
    font-size: 16px;
    color: #333;
    margin-top: 4px;
}
.vote-btn {
    padding: 0;
    position: relative;
}
.vote-btn img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.vote-btn-floating .vote-btn:hover img.hover,
.vote-btn:hover img.hover {
    opacity: 1;
}
.vote-btn-floating .vote-btn:hover img.default,
.vote-btn:hover img.default {
    opacity: 0;
}
@media (max-width: 768px) {
    /* .back-convo-votaciones {
        background: url(../images/votaciones/master-background-banco-mobile.jpg);
        min-height: 1600px;
    } */
    .prev-header-auto {
        height: auto;
        min-height: 100%;
    }
    .votaciones{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .intro-cover{
        margin-top: 2.5rem;
    }
    .participantes{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    h3.subsection-title{
        margin-top: 2.5rem;
    }
    .grupos{
        margin-bottom: 2.5rem;
    }
    .intro-convo{
        padding-top: 7.5rem;
    }
    .tabs-wrapper {
        margin-top: 32px;
    }
    .tabs-contents{
        padding-left: 20px;
        padding-right: 20px;
    }
    .tabs-scroll {
        justify-content: flex-start;
    }
    .vote-card {
        width: 100%;
        max-width: 100%;
    }
    .vote-name {
        font-size: 28px;
    }
    .vote-info {
        align-items: flex-start;
        gap: 8px;
    }
    .vote-btn {
        align-self: flex-end;
    }
}
.next-btn .rotate-hover {
    transition: transform 0.3s;
    transform: rotate(0);
}
.next-btn:hover .rotate-hover {
    transform: rotate(-45deg);
}
.img-next {
    width: 32px !important;
    margin: 16px;
}
.vote-btn-next {
    width: 80px !important;
    margin-bottom: 16px;
}
.modal-content-2 {
    border-radius: 12px;
    max-width: 400px;
    margin: auto;
}
.text-magenta {
    color: #d0006f;
}
.btn-outline-magenta {
    border: 2px solid #d0006f;
    color: #d0006f;
    border-radius: 50px;
    padding: 6px 24px;
    background: 0 0;
    transition: 0.3s;
}
.btn-outline-magenta:hover {
    background-color: #d0006f;
    color: #fff;
}
.btn-close-floating {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1065;
    cursor: pointer;
    background-color: transparent;
}
.modal-stretch {
    flex-direction: column;
}
.modal-text-gracias {
    color: #ce0058;
    text-align: center;
    font-family: Bree;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 24px;
}
.modal-text-gracias-span {
    color: #252a2d;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}
.btn-aceptar-outline {
    width: 320px;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #ce0058;
    color: #ce0058;
    transition: 0.5s;
    font-size: 16px;
}
.btn-aceptar-outline:hover {
    border: 2px solid #910048;
    color: #910048;
}
.lottie-feedback-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10;
}
.vote-check {
    width: 48px !important;
}
@keyframes bounce-in {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}
.vote-check.bounce-in {
    animation: 0.5s bounce-in;
}
.vote-btn[disabled] {
    pointer-events: none;
    cursor: default;
    opacity: 1;
}
.hide,
.vote-btn[disabled] img.hover {
    display: none !important;
}
.vote-alert-message {
    margin: 40px auto 0;
    background-color: #ce0058;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 15px;
}
.btn-back,
.vote-btn-floating .vote-btn {
    background: 0 0;
    padding: 0;
    cursor: pointer;
}
.vote-alert-message-container {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition:
        max-height 0.5s,
        opacity 0.4s;
    margin-top: 0;
    margin-bottom: 0;
}
.vote-alert-message-container.show {
    max-height: 120px;
    opacity: 1;
    margin-top: 16px;
    margin-bottom: 24px;
}
.btn-back {
    border: none;
    font-size: 16px;
    color: #212121;
    display: flex;
    align-items: center;
    margin-left: 170px;
}
.icon-back {
    margin-right: 6px;
}
.nombre-participante {
    color: #ce0058;
    font-weight: 700;
    font-size: 28px;
}
.giro-participante {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}
.descripcion-participante {
    font-size: 16px;
    line-height: 1.6;
}
.img-participante {
    width: 375px;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 24px;
    display: inline-block;
}
.video-container {
    margin: 80px auto 50px;
    overflow: hidden;
}
.no-padding {
    padding: 0 !important;
    display: flex;
    justify-content: end;
}
.participante-name {
    color: #ce0058;
    font-family: Bree, serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}
.alert-voto-exito,
.alerta-voto-exito-custom {
    gap: 12px;
    background-color: transparent;
    color: #6c757d;
    font-size: 15px;
    padding: 8px 0;
    margin-bottom: 32px;
}
.vote-btn-floating {
    position: fixed;
    bottom: 64px;
    right: 151px;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .vote-btn-next {
        margin-bottom: 0 !important;
    }
    .img-participante {
        width: 100%;
        height: auto;
    }
    .h-50vh-mobile {
        height: 58vh !important;
        padding: 0 13px !important;
    }
    .video-container {
        margin: 30px auto 50px;
    }
    .no-padding {
        padding: 16px !important;
        display: block !important;
        justify-content: unset !important;
    }
    .vote-btn-floating {
        bottom: 29px;
        right: 29px;
    }
}
.vote-btn-floating .vote-btn {
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.vote-btn-floating .vote-btn img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s;
}
.vote-btn-floating .vote-btn img.hover {
    opacity: 0;
    pointer-events: none;
}
.vote-btn-floating .vote-btn-wrapper {
    position: relative;
    width: 64px;
    height: 64px;
}
.vote-btn-floating .lottie-feedback-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-voto-exito {
    display: flex;
    align-items: center;
}
.alerta-voto-exito-custom {
    display: flex;
    align-items: center;
    margin-top: 24px;
    position: relative;
}
.icono-alerta {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.texto-alerta {
    font-style: normal;
    color: #5e6a71;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 767px) {
    .vote-alert-message {
        margin-left: 0;
        margin-right: auto;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .vote-alert-message img {
        margin-top: 6px;
    }
    .btn-back {
        margin-left: 16px;
        margin-top: 16px;
    }
    .alerta-voto-exito-custom {
        order: -1;
        margin-bottom: 12px;
    }
}
@media (min-width: 768px) {
    .alerta-voto-exito-custom {
        order: 3;
        margin-top: 16px;
        margin-bottom: 0;
    }
}
.m-120 {
    margin-bottom: 48px;
}
.footer-line {
    background: #f8f8f8;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
    height: 2px;
    margin-bottom: 72px;
}
.porcent-wins {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 146px;
    height: 81px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #ce0058;
}
@media (max-width: 768px) {
    .porcent-wins {
        width: 110px;
        height: 61px;
    }
}
.text-p-wins {
    font-family: "Bree", serif;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 768px) {
    .text-p-wins {
        font-size: 24px;
    }
}
.votos-text-recibidos {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
}
@media (max-width: 768px) {
    .votos-text-recibidos {
        font-size: 12px;
    }
}
.medal-container {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 40px;
    background: #fff;
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 32px;
    left: 32px;
}
.medal-container img {
    width: 40px !important;
    height: 56px !important;
    flex-shrink: 0;
    aspect-ratio: 5/7;
}
.no-margin {
    margin: 0;
}
.wins-medalla {
    color: #5e6a71;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.link-cb {
    color: #fff !important;
    text-decoration: underline;
    font-weight: 500;
}
