@font-face {
    font-family: 'rawson';
    font-style: normal;
    font-weight: normal;
    src: local('Rawson-Regular'), url('Rawson-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'rawson-bold';
    font-style: normal;
    font-weight: normal;
    src: local('Rawson-Pro'), url('RawsonPro-Black (1).otf') format('truetype');
}

body {
    font-family: rawson, serif;
    font-weight: 600;
}

.logo-1 {
    margin-top: -0.15em;
    float: left;
    width: 180px;
    margin-left: 1.5em;
    min-height: 55px;
    max-height: 55px;
}

.logo-2 {
    margin-top: -0.15em;
    float: right;
    width: 180px;
    margin-right: 1.5em;
    min-height: 55px;
    max-height: 55px;
}

.btn-info {
    color: white;
    font-weight: 600;
}

.btn-info:hover {
    color: #f9be00;
    font-weight: 800;
}

.btn-votar {
    padding: 0rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.5em;
    width: 100%;
    background-color: #FFA500;
    transition: .3s ease-out;
    align-items: center;

}

.btn-votar:hover {
    background-color: #00539B;
    color: white;
}

/* .bg-white{
    min-height: 500px;
} */



.row {
    --bs-gutter-x: 0;
}

.text-primary {
    color: #FFA500 !important;
    font-size: 2.0em;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.766);
}

.header-text {
    font-size: 3.0em;
    color: #FFA500;
    font-family: rawson-bold, serif !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.subheader-text {
    font-size: 2.3em;
    color: black
    font-family: rawson-bold, serif !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.yellow-andes {
    background-color: #f9be00;
}

.header-button {
    width: 200px;
    font-size: 2em;
    margin-left: 3.35em !important;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 22px;
    transition: .3s ease-out;
}

.header-button:hover {
    border: 3px black solid;
    transform: scale(1.1);
}

.header-button:focus {
    box-shadow: none !important;
}

.low-header-text {
    font-size: 3em;
    font-weight: 800;
}

.mt-6 {
    margin-top: 75px;
}

.margin-left-h {
    margin-left: 2.5em;
}

.btn-body {
    background: #00539B;
    padding: 0.5em 1.2em !important;
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
    border-radius: 9px !important;
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 1.4em !important;
    font-family: rawson, serif;
    font-weight: 900 !important;
    transition: .4s !important;
    text-decoration: none !important;
}

.btn-body-acc {
    background: #00539B;
    padding: 0.5em 1.2em !important;
    margin-top: 1.5em !important;
    margin-bottom: 1em !important;
    border-radius: 9px !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 0.8em !important;
    font-family: rawson, serif !important;
    font-weight: 900 !important;
    transition: .4s !important;
    text-decoration: none !important;
    display: flow-root !important;
    text-transform: uppercase;
}

.row>* {
    padding-left: unset !important;
    padding-right: unset !important;
}

.btn-body:hover {
    transform: scale(1.05);
    box-shadow: #00539B 3px 3px 3px;
    text-decoration: none !important;
    color: white;
}

.btn-body-acc:hover {
    transform: scale(1.05);
    box-shadow: #00539B 3px 3px 3px;
    text-decoration: none !important;
    color: white;
}

.btn-body-acc span {
    background: #FFA500;
    padding: 2px 15px;
    color: #222;
    border-radius: 5px;
    font-size: 21px;
    text-decoration: none;
    margin-left: 0.3em;
}

.btn-body span {
    background: #FFA500;
    padding: 2px 15px;
    color: #222;
    border-radius: 5px;
    font-size: 21px;
    text-decoration: none;
    margin-left: 0.3em;
}


.accordion-button:not(.collapsed) {
    background: #00539B;
}

.accordion-button::after {
    background-image: none !important;
}

.footer {
    background-color: #00539B;
    color: #FFFFFF;
    text-align: center;
}

.justify-all-text {
    text-align: justify !important;
}


.line-height-footer {
    line-height: 1.6em;
}

/* Contador*/
.contador {
    background-color: #00539B;
    border-radius: 10px;
    margin-left: 6.5em;
}

.count-h1 {
    color: black;
    font-weight: 400;
    font-size: 1.8em;
    padding: 8px;
}

.header-section {
    display: flex;
    align-items: center;
    /* centra vertical */
    justify-content: flex-start;
    /* lo manda a la izquierda */

}

.bg-whiteheader {
    background-color: #ffffff52;
    border-radius: 20px;
    margin-left: 30px;
    margin-top:70px;
    height: 100%;
    width: 50%;
    padding: 50px;
    text-align: justify;

}
.list-candidatos {
    column-count: 1;
    column-gap: 40px;
}
.list-candidatos .list-group-item {
    display: inline-block;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {

    .btnvotardiv {
        margin-left: 2rem;
    }

    .margin-left-h {
        margin-left: 3rem;
        font-size: 3em;
    }

    .logo-1 {
        max-width: 130px;
        min-height: 35px;
    }

    .logo-2 {
        max-width: 130px;
        min-height: 35px;
    }

    .btn-body {
        width: 82% !important;
    }

    .btn-body-acc {
        width: 82% !important;
        line-height: 1.6em !important;
        font-size: 0.95em !important;
    }

    .contador {
        margin-left: 2em;
        border-radius: 0;
    }

    .candidatos h4 {
        font-size: 1.2rem;
        padding-top: 1rem;
    }

    .list-candidatos {
        column-count: 2;
    }
}



@media (max-width: 450px) {

    .header-section {
        display: flex;
        align-items: center;
        justify-content: center
    }


    .bg-whiteheader {
        margin-left: 0px !important;
        margin-top: 0px !important;
        align-items: center;
        width: 90% !important;
        text-align: center !important;
    }


    .btnvotardiv {
        margin-left: 2rem;
    }

    .margin-left-h {
        margin-left: 3rem;
        font-size: 3em;
    }

    .contador {
        margin-left: 0em;
    }


}