@font-face {
    font-family: 'fontspring';
    src: url(/fonts/fontspring.TTF);
}

/* section 1 */
* {
    box-sizing: border-box;
}

p {
    font-family: 'fontspring', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    margin-bottom: 0 !important; 
    line-height: 100%;
    /* text-shadow: 2px 3px 7px rgba(0,0,0,0.59); */
}

#form_modal {
    display: none;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#form_modal.active {
    display: grid
}

#form_modal>form {
    margin: 0 auto;
    background-color: black;
    color: white;
    border-radius: 20px;
    border: solid white 6px;
    padding: 10px;
}

#form-btn {
    background-color: white;
    color: black;
    border: none;
    float: right;
}

#form-btn:active {
    background-color: #E5262B;
    color: white;
}

.label_name {
    font-size: 0.9rem;
}

.x-icon {
    float: right;
    cursor: pointer;
}

.x-icon::after {
    clear: both;
}

.form_title {
    border-bottom: 3px solid white;
}

.form-btn::after {
    clear: both;
}

.form-btn-container {
    margin-top: 4px;
    border-top: 4px solid white;
    padding-top: 4px;
}

.form_fields {
    overflow-x: hidden;
    padding-right: 10px;
}

select:disabled {
    opacity: 0.7;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    float: right;
}

.loader::after{
    clear: both;
}

.loader_container {
    display: none;
}

.tyc_container {
    text-align: right;
    padding: 4px 0;
}

.tyc_link {
    color: white;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main {
    width: 100%;
    height: 100vh;
    background-image: url('/images/panaplatinum8va/fondo_web.jpg');
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: repeat;
    /* background-attachment: fixed; */


    .section_1{
        width: 100%;
        height: 100%;

        .sub_section_1 {
            height: 25.5%;
            
            .pana_platinum_logo {
                width: 51.3%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto;

                img {
                    height: 100%;
                    width: 100%;
                    object-fit: contain;
                }
            }
        }

        .sub_section_2 {
            width: 100%;
            /* height: 38.3%; */
            height: 51%;
            display: flex;
            align-items: center;
            justify-content: center;
            
            .texto_container, .premio_container {
                height: 100%;
            }
            
            .texto_container {
                width: 46.9%;
                color:  white;
                font-size: 3rem;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .premio_container {
                width: 40.9%;
                display: flex;
                align-items: center;
                justify-content: center;
                img {
                    height: 100%;
                }
            }
        }

        .sub_section_3 {
            height: 23%;
            width: 100%;

            .btn_container {
                width: 24%;
                /* height: 100%; */
                margin: 0 auto;
                display: flex;
                align-items: flex-start;
                cursor: pointer;

                img {
                    width: 100%;
                };
            
                .btn_dorado {
                    display: block;
                }

                .btn_plateado {
                    display: none;
                }

                
            }

            .btn_container:hover {
                .btn_dorado {
                    display: none;
                }

                .btn_plateado {
                    display: block;
                }
            }
        }

        .sub_section_4 {
            width: 100%;
            position: relative;
            height: 13%;
            display: flex;
            align-items: center;
            justify-content: center;

            ::after{
                content: "";
                position: absolute;
                width: 100%;
                height: 8px;
                left: 0;
                top: 0;
                background-color: #DBB558;
                background-image: linear-gradient(180deg, #dbb65870 0%, #DBB558 30% , #DBB558 70%, #DBB55870 100%);
            }

            .url_container {
                width: 49.9%;
                color: white;
                font-size: 2.5rem;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding-left: 40px;

                p {
                    margin: 0;
                }
            }

            .social_container {
                width: 49.9%;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                padding-right: 40px;
                
                a {
                    text-decoration: none;
                    color: white;
                    font-size: 1.5rem;
                    margin: 0 6px;
                    border: solid white 4px;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
    }

    .section_2 {
        background-image: url('/images/panaplatinum8va/fondo_web.jpg');
        background-size: 100% 100%;
        background-position: top center;
        /* background-repeat: repeat; */
        background-attachment: fixed;
        width: 100%;
        min-height: 100vh;
        overflow: auto;
        /* padding-top: 40px; */

        .header {
            height: 15%;
            display: flex;
            align-items: center;
            justify-content: center;
            /* margin-bottom: 40px; */
            .logo_container {
                width: 30%;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                };
            }

            .texto_vota_container {
                width: 40%;
                color: white;  
                font-size: 3rem;
                text-align: center;
            }
        }

        .categorias_band {
            background-color: #DBB558;
            background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%);
            color: black;
            font-size: 1.7rem;
            padding: 9px 0;
            font-weight: bolder;
            text-align: center;
            margin-bottom: 15px;
        }

        .candidatos_container {
            .accordion {
                .accordion-item {
                    margin-bottom: 10px;
                    background-color: rgba(0, 0, 0, 0.5);
                    border: none;
                    .accordion-header {
                        .accordion-button {
                            background-color: rgba(0, 0, 0, 0.5);
                            color: white;
                            font-size: 1.5rem;
                            font-weight: bolder;
                            font-family: 'fontspring', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;

                        }
                        .accordion-button.collapsed:focus {
                            border-bottom: none;
                        }

                        .accordion-button:focus {
                            z-index: 3;
                            border-bottom: solid white 1px;
                            outline: none;
                            box-shadow: none;
                        }

                        .accordion-button:not(.collapsed)::after {
                            background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
                        }
                    }
                    .accordion-collapse {
                        .accordion-body {
                            /* display: grid; */
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            gap: 20px;
                            /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
                            .candidato_card {
                                /* background-color: #DBB558; */
                                /* background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%); */
                                border-radius: 7px;
                                padding: 20px;
                                width: 24%; 
                                cursor: pointer;
                                transition: all 0.2s ease;
                                

                                .candidato_portada {
                                    width: 100%;
                                }

                                .card_texto_primario {
                                    font-size: 1.5rem;
                                    text-align: center;
                                    color: white;
                                    line-height: 100%;
                                    padding: 7px 0;
                                    margin-bottom: 0;
                                    text-transform: uppercase;
                                }

                                /* .card_texto_primario.active {
                                    font-size: 1rem;
                                } */

                                .card_texto_secundario {
                                    text-align: center;
                                    color: white;
                                    font-size: 0.9rem;
                                    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
                                    margin-bottom: 0;
                                    text-transform: uppercase;
                                }
                            }

                            .candidato_card:hover {
                                background-color: #DBB558;
                                background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%);
                                
                                .card_texto_primario {
                                    color: black;
                                }

                                .card_texto_secundario {
                                    color: black;
                                }
                            }
                            
                            .candidato_card.picked {
                                background-color: #DBB558;
                                background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%);
                                transform: scale(0.98);

                                .card_texto_primario {
                                    color: black;
                                }

                                .card_texto_secundario {
                                    color: black;
                                }
                            }
                        }
                    }
                } 
            }
        }

        .btn_votar_container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            .btn_container {
                width: 20%;
                cursor: pointer;

                img {
                    width: 100%;
                };

                .btn_dorado {
                    display: block;
                }

                .btn_plateado {
                    display: none;
                }
            }

            .btn_container:hover {
                .btn_dorado {
                    display: none;
                }

                .btn_plateado {
                    display: block;
                }
            }
        }
        
        .section2_social_container {
            width: 100%;
            padding: 10px 0;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;

            

            .url_container {
                width: 49.9%;
                color: white;
                font-size: 2rem;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding-left: 40px;

                p {
                    margin: 0;
                }
            }

            .social_container {
                width: 49.9%;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                padding-right: 40px;
                
                a {
                    text-decoration: none;
                    color: white;
                    font-size: 1.2rem;
                    margin: 0 6px;
                    border: solid white 4px;
                    border-radius: 50%;
                    width: 40px;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }

        .section2_social_container::after{
            content: "";
            position: absolute;
            width: 100%;
            height: 8px;
            left: 0;
            top: 0;
            background-color: #DBB558;
            background-image: linear-gradient(180deg, #dbb65870 0%, #DBB558 30% , #DBB558 70%, #DBB55870 100%);
        }
    }

    .section_3 {
        width: 100%;
        height: 100%;
        display: flex;
        padding-top: 1%;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        
        .logo_container {
            width: 30%;
            
            img {
                width: 100%;
            }
        }
        
        .texto_despedida_container {
            color: white;
            text-align: center;

            .texto_1 {
                line-height: 100%;
                font-size: 12rem;
                margin-bottom: 0;
            }
            .texto_2 {
                font-size: 4rem;
                margin-bottom: 0;
            }
        }

        .web_info_container {
            width: 100%;
            position: relative;
            height: 13%;
            display: flex;
            align-items: center;
            justify-content: center;

            ::after{
                content: "";
                position: absolute;
                width: 100%;
                height: 8px;
                left: 0;
                top: 0;
                background-color: #DBB558;
                background-image: linear-gradient(180deg, #dbb65870 0%, #DBB558 30% , #DBB558 70%, #DBB55870 100%);
            }

            .url_container {
                width: 49.9%;
                color: white;
                font-size: 2.5rem;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding-left: 40px;

                p {
                    margin: 0;
                }
            }

            .social_container {
                width: 49.9%;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                padding-right: 40px;
                
                a {
                    text-decoration: none;
                    color: white;
                    font-size: 1.5rem;
                    margin: 0 6px;
                    border: solid white 4px;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
    }

}

@media screen and (max-width: 992px) {  
    .main {
        width: 100%;
        height: 100vh;
        background-image: url('/images/panaplatinum8va/fondo_web.jpg');
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
    
        .section_1{
            width: 100%;
            height: 100%;
            
            .sub_section_1 {
                height: 25.5%;
                
                .pana_platinum_logo {
                    width: 51.3%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0 auto;
    
                    img {
                        height: 100%;
                    }
                }
            }
    
            .sub_section_2 {
                width: 100%;
                height: 38.3%;
                display: flex;
                align-items: center;
                justify-content: center;
                
                .texto_container, .premio_container {
                    height: 100%;
                }
                
                .texto_container {
                    width: 47%;
                    color:  white;
                    font-size: 2rem;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
    
                .premio_container {
                    width: 53%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
    
            .sub_section_3 {
                height: 23%;
                width: 100%;
    
                .btn_container {
                    width: 34%;
                    /* height: 100%; */
                    margin: 0 auto;
                    display: flex;
                    align-items: flex-start;
                    cursor: pointer;
    
                    img {
                        width: 100%;
                    };
                
                    .btn_dorado {
                        display: block;
                    }
    
                    .btn_plateado {
                        display: none;
                    }
    
                    
                }
    
                .btn_container:hover {
                    .btn_dorado {
                        display: none;
                    }
    
                    .btn_plateado {
                        display: block;
                    }
                }
            }
    
            .sub_section_4 {
                width: 100%;
                position: relative;
                height: 13%;
                display: flex;
                align-items: center;
                justify-content: center;
    
                ::after{
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 8px;
                    left: 0;
                    top: 0;
                    background-color: #DBB558;
                    background-image: linear-gradient(180deg, #dbb65870 0%, #DBB558 30% , #DBB558 70%, #DBB55870 100%);
                }
    
                .url_container {
                    width: 49.9%;
                    color: white;
                    font-size: 1.5rem;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    padding-left: 40px;
                }
    
                .social_container {
                    width: 49.9%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    padding-right: 40px;
                    
                    a {
                        text-decoration: none;
                        color: white;
                        font-size: 1.2rem;
                        margin: 0 6px;
                        border: solid white 4px;
                        border-radius: 50%;
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
        }

        .section_2 {
            background-image: url('/images/panaplatinum8va/fondo_movil.jpg');
            padding-top: 10px;
    
            .header {
                height: 20%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 10px;

                .logo_container {
                    width: 50%;
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    };
                }
    
                .texto_vota_container {
                    width: 50%;
                    color: white;  
                    font-size: 2rem;
                    text-align: center;
                }
            }
    
            .categorias_band {
                background-color: #DBB558;
                background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%);
                color: black;
                font-size: 1.7rem;
                padding: 9px 0;
                font-weight: bolder;
                text-align: center;
                margin-bottom: 15px;
            }
    
            .candidatos_container {
                .accordion {
                    .accordion-item {
                        margin-bottom: 10px;
                        background-color: rgba(0, 0, 0, 0.5);
                        border: none;
                        .accordion-header {
                            .accordion-button {
                                background-color: rgba(0, 0, 0, 0.5);
                                color: white;
                                font-size: 1.5rem;
                                font-weight: bolder;
                            }
                            .accordion-button.collapsed:focus {
                                border-bottom: none;
                            }
    
                            .accordion-button:focus {
                                z-index: 3;
                                border-bottom: solid white 1px;
                                outline: none;
                                box-shadow: none;
                            }
    
                            .accordion-button:not(.collapsed)::after {
                                background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
                            }
                        }
                        .accordion-collapse {
                            .accordion-body {
                                /* display: grid; */
                                display: flex;
                                flex-wrap: wrap;
                                justify-content: center;
                                gap: 20px;
                                /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
                                .candidato_card {
                                    /* background-color: #DBB558; */
                                    /* background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%); */
                                    border-radius: 7px;
                                    padding: 20px;
                                    width: 40%; 
                                    cursor: pointer;
                                    transition: all 0.2s ease;
                                    
    
                                    .candidato_portada {
                                        width: 100%;
                                    }
    
                                    .card_texto_primario {
                                        font-size: 1.5rem;
                                        text-align: center;
                                        color: white;
                                        line-height: 100%;
                                        padding: 7px 0;
                                        margin-bottom: 0;
                                    }
    
                                    .card_texto_secundario {
                                        text-align: center;
                                        color: white;
                                        font-size: 1rem;
                                        margin-bottom: 0;
                                    }
                                }
    
                                .candidato_card:hover {
                                    background-color: #DBB558;
                                    background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%);
                                    
                                    .card_texto_primario {
                                        color: black;
                                    }
    
                                    .card_texto_secundario {
                                        color: black;
                                    }
                                }
                                
                                .candidato_card.picked {
                                    background-color: #DBB558;
                                    background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%);
                                    transform: scale(0.98);
    
                                    .card_texto_primario {
                                        color: black;
                                    }
    
                                    .card_texto_secundario {
                                        color: black;
                                    }
                                }
                            }
                        }
                    } 
                }
            }
    
            .btn_votar_container {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
    
                .btn_container {
                    width: 40%;
                    cursor: pointer;
    
                    img {
                        width: 100%;
                    };
    
                    .btn_dorado {
                        display: block;
                    }
    
                    .btn_plateado {
                        display: none;
                    }
                }
    
                .btn_container:hover {
                    .btn_dorado {
                        display: none;
                    }
    
                    .btn_plateado {
                        display: block;
                    }
                }
            }
            
            .section2_social_container {
                width: 100%;
                padding: 20px 0 10px 0;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
    
                
    
                .url_container {
                    width: 49.9%;
                    color: white;
                    font-size: 1.2rem;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    padding-left: 40px;
    
                    p {
                        margin: 0;
                    }
                }
    
                .social_container {
                    width: 49.9%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    padding-right: 40px;
                    
                    a {
                        text-decoration: none;
                        color: white;
                        font-size: 1.2rem;
                        margin: 0 6px;
                        border: solid white 4px;
                        border-radius: 50%;
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
    
            .section2_social_container::after{
                content: "";
                position: absolute;
                width: 100%;
                height: 8px;
                left: 0;
                top: 0;
                background-color: #DBB558;
                background-image: linear-gradient(180deg, #dbb65870 0%, #DBB558 30% , #DBB558 70%, #DBB55870 100%);
            }
        }

        .section_3 {
            padding-top: 9%;
            
            .logo_container {
                width: 70%;
                
                img {
                    width: 100%;
                }
            }
            
            .texto_despedida_container {
                color: white;
                text-align: center;
                .texto_1 {
                    font-size: 6rem;
                }
                .texto_2 {
                    font-size: 3rem;
                }
            }
    
            .web_info_container {
                width: 100%;
                position: relative;
                height: 13%;
                display: flex;
                align-items: center;
                justify-content: center;
    
                ::after{
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 8px;
                    left: 0;
                    top: 0;
                    background-color: #DBB558;
                    background-image: linear-gradient(180deg, #dbb65870 0%, #DBB558 30% , #DBB558 70%, #DBB55870 100%);
                }
    
                .url_container {
                    width: 49.9%;
                    color: white;
                    font-size: 1.5rem;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    padding-left: 40px;
    
                    p {
                        margin: 0;
                    }
                }
    
                .social_container {
                    width: 49.9%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    padding-right: 40px;
                    
                    a {
                        text-decoration: none;
                        color: white;
                        font-size: 1rem;
                        margin: 0 6px;
                        border: solid white 4px;
                        border-radius: 50%;
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .main {
        width: 100%;
        height: 100svh;
        background-image: url('/images/panaplatinum8va/fondo_movil.jpg');
        
        .section_1{
            padding: 70px 0 40px 0;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;

            .sub_section_1 {
                height: 15.3%;
                
                .pana_platinum_logo {
                    width: 95%;
                    margin: 0 auto;

                    img {
                        height: auto;
                        width: 70%;
                    }

                }
            }
    
            .sub_section_2 {
                height: 50%;
                display: flex;
                flex-direction: column;

                .texto_container {
                    height: 30%;
                    width: 100%;
                    font-size: 1.75rem;
                    padding: 0 10px;
                }
    
                .premio_container {
                    height: 70%;
                    width: 100%;
                }
            }
    
            .sub_section_3 {
                height: 12.2%;
                
                .btn_container {
                    width: 60%;
    
                    img {
                        width: 100%;
                    };
                
                    .btn_dorado {
                        display: block;
                    }
    
                    .btn_plateado {
                        display: none;
                    }
    
                    
                }
    
                .btn_container:hover {
                    .btn_dorado {
                        display: none;
                    }
    
                    .btn_plateado {
                        display: block;
                    }
                }
            }
    
            .sub_section_4 {
                height: 18.2%;
                display: flex;
                flex-direction: column;
                align-items: center;
                position: relative;
                justify-content: flex-end;
                padding-bottom: 10px;

                ::after{
                    content: "";
                    display: none;
                }
    
                .url_container {
                    width: 100%;
                    color: white;
                    font-size: 1.2rem;
                    display: flex;
                    padding: 20px 0 0 0;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    margin-bottom: 10px;
                
                    ::after{
                        content: "";
                        position: absolute;
                        display: block;
                        width: 100%;
                        height: 8px;
                        left: 0;
                        top: 0;
                        background-color: #DBB558;
                        background-image: linear-gradient(180deg, #dbb65870 0%, #DBB558 30% , #DBB558 70%, #DBB55870 100%);
                    }
                }
    
                .social_container {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding-right: 0;
                    
                    a {
                        text-decoration: none;
                        color: white;
                        font-size: 1rem;
                        margin: 0 6px;
                        border: solid white 3px;
                        border-radius: 50%;
                        width: 35px;
                        height: 35px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
        }

        .section_2 {
    
            .header {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                margin-bottom: 10px;

                .logo_container {
                    width: 80%;
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    };
                }
    
                .texto_vota_container {
                    width: 100%;
                    color: white;  
                    font-size: 2rem;
                    text-align: center;
                }
            }
    
            .categorias_band {
                background-color: #DBB558;
                background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%);
                color: black;
                font-size: 1.2rem;
                padding: 9px 0;
                font-weight: bolder;
                text-align: center;
                margin-bottom: 15px;
            }
    
            .candidatos_container {
                .accordion {
                    .accordion-item {
                        margin-bottom: 10px;
                        background-color: rgba(0, 0, 0, 0.5);
                        border: none;
                        .accordion-header {
                            .accordion-button {
                                background-color: rgba(0, 0, 0, 0.5);
                                color: white;
                                font-size: 1.2rem;
                                font-weight: bolder;
                            }
                            .accordion-button.collapsed:focus {
                                border-bottom: none;
                            }
    
                            .accordion-button:focus {
                                z-index: 3;
                                border-bottom: solid white 1px;
                                outline: none;
                                box-shadow: none;
                            }
    
                            .accordion-button:not(.collapsed)::after {
                                background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
                            }
                        }
                        .accordion-collapse {
                            .accordion-body {
                                /* display: grid; */
                                display: flex;
                                flex-wrap: wrap;
                                justify-content: center;
                                gap: 5px;
                                /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
                                .candidato_card {
                                    /* background-color: #DBB558; */
                                    /* background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%); */
                                    border-radius: 7px;
                                    padding: 7px;
                                    width: 48%; 
                                    cursor: pointer;
                                    transition: all 0.2s ease;
                                    
    
                                    .candidato_portada {
                                        width: 100%;
                                    }
    
                                    .card_texto_primario {
                                        font-size: 1.2rem;
                                        text-align: center;
                                        color: white;
                                        line-height: 100%;
                                        padding: 7px 0;
                                        margin-bottom: 0;
                                        font-weight: bolder;
                                    }

                                    .card_texto_primario.active {
                                    font-size: 1rem;
                                }
    
                                    .card_texto_secundario {
                                        text-align: center;
                                        color: white;
                                        font-size: 1rem;
                                        margin-bottom: 0;
                                    }
                                }
    
                                .candidato_card:hover {
                                    background-color: #DBB558;
                                    background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%);
                                    
                                    .card_texto_primario {
                                        color: black;
                                    }
    
                                    .card_texto_secundario {
                                        color: black;
                                    }
                                }
                                
                                .candidato_card.picked {
                                    background-color: #DBB558;
                                    background-image: linear-gradient(180deg, #FEEDC6 0%, #F8CE77 25% , #AF8945 75%, #D2BA5E 100%);
                                    transform: scale(0.98);
    
                                    .card_texto_primario {
                                        color: black;
                                    }
    
                                    .card_texto_secundario {
                                        color: black;
                                    }
                                }
                            }
                        }
                    } 
                }
            }
    
            .btn_votar_container {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
    
                .btn_container {
                    width: 60%;
                    cursor: pointer;
    
                    img {
                        width: 100%;
                    };
    
                    .btn_dorado {
                        display: block;
                    }
    
                    .btn_plateado {
                        display: none;
                    }
                }
    
                .btn_container:hover {
                    .btn_dorado {
                        display: none;
                    }
    
                    .btn_plateado {
                        display: block;
                    }
                }
            }
            
            .section2_social_container {
                width: 100%;
                padding: 20px 0 10px 0;
                position: relative;
                display: flex;
                flex-direction: column;
                gap: 10px;
                align-items: center;
                justify-content: center;
    
                
    
                .url_container {
                    width: 90%;
                    color: white;
                    font-size: 1.2rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding-left: 0px;
    
                    p {
                        margin: 0;
                    }
                }
    
                .social_container {
                    width: 90%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding-right: 0px;
                    
                    a {
                        text-decoration: none;
                        color: white;
                        font-size: 1.2rem;
                        margin: 0 6px;
                        border: solid white 4px;
                        border-radius: 50%;
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
    
            .section2_social_container::after{
                content: "";
                position: absolute;
                width: 100%;
                height: 8px;
                left: 0;
                top: 0;
                background-color: #DBB558;
                background-image: linear-gradient(180deg, #dbb65870 0%, #DBB558 30% , #DBB558 70%, #DBB55870 100%);
            }
        }

        .section_3 {
            padding-top: 15%;
            
            .logo_container {
                width: 98%;
                
                img {
                    width: 100%;
                }
            }
            
            .texto_despedida_container {
                color: white;
                text-align: center;
                .texto_1 {
                    font-size: 4rem;
                }
                .texto_2 {
                    font-size: 2rem;
                }
            }
    
            .web_info_container {
                width: 100%;
                position: relative;
                height: 13%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
    
                ::after{
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 8px;
                    left: 0;
                    top: 0;
                    background-color: #DBB558;
                    background-image: linear-gradient(180deg, #dbb65870 0%, #DBB558 30% , #DBB558 70%, #DBB55870 100%);
                }
    
                .url_container {
                    width: 100%;
                    color: white;
                    font-size: 1.25rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding-left: 0px;
    
                    p {
                        margin: 0;
                    }
                }
    
                .social_container {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding-right: 0px;
                    
                    a {
                        text-decoration: none;
                        color: white;
                        font-size: 1rem;
                        margin: 0 6px;
                        border: solid white 4px;
                        border-radius: 50%;
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
        }
    }
}

#section_1.inactive {
    display: none;
}

#section_2.inactive {
    display: none;
}

#section_3.inactive {
    display: none;
}

#form_modal.active {
    display: flex;
}