/* 
    Created on : Apr 14, 2021, 11:30:35
    Updated on : Apr 26, 2023, 17:30:05
    Author     : jcullen
*/

/* Define general characteristics */

#termos-e-condicoes-de-acesso {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #000000;
}

/* Define specific characteristics */

/* Links */
#termos-e-condicoes-de-acesso a {
    color: #0000FF;
    text-decoration: underline;
}

/* Headings */
#termos-e-condicoes-de-acesso h1,
#termos-e-condicoes-de-acesso h3,
#termos-e-condicoes-de-acesso h4 {
    color: #FDA100;
}

#termos-e-condicoes-de-acesso .header {
    margin-bottom: 9px;
}

/* Page title */
#termos-e-condicoes-de-acesso .header h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 13px;
}

/* Accordion item title (h3) */
.card-title .btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
}

/* Accordion body text */
.card-body {
    font-size: 12px;
    line-height: 18px;
    padding: 0; /* Override the Bootstrap default */
}

/* Padding around the body text */
.card-body div {
    padding: 20px 15px 15px 15px;
}

/* Headings within the body text */
.card-body h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

/* Replace the dot after ordered list items with a parenthesis */
ol.legal-list {
    counter-reset: list;
}

li.legal-item {
    list-style: none;
}

li.legal-item:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
}

.footer {
    margin-top: 18px;
}

/* Override Bootstrap defaults for the accordion itself */
.accordion .card {
    border-top:1px solid #fda100;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-bottom: 0px;
    border-radius: 0px;
}

/* The last card also needs the bottom border */
.accordion .card:last-of-type {
    border-bottom:1px solid #fda100;
}

/* Override Bootstrap defaults */
.accordion .card-header {
    border: none;
    padding: 0;
    background-color: white;
}

/* Override Bootstrap defaults */
.accordion .card-title {
    padding: 0;
    margin-bottom: 0px;
}

/* Card body is a lighter grey */
.accordion .card-body {
    background-color: #F7F7F7;
}

/* Override Bootstrap defaults */
.accordion .btn {
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 30px 0 0;
}

/* First level icon, the "minus" symbol when the collapsible content is shown */
.accordion .btn::after {
    background-image: url(/images/ico_-.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    color: #fda100;
    content: "";
    height: 20px;
    position: absolute;
    right: 5px;
    width: 20px;
}

/* First level icon, the "plus" symbol when the collapsible content is hidden */
.accordion .btn.collapsed::after {
    background-image: url(/images/ico_+.svg) ;
}

/* Define the cursor (pointing finger) shown when passing over the accordion items */
.accordion .toggle {
    cursor: pointer;
}

@media(min-width: 992px) {
    #termos-e-condicoes-de-acesso {
        font-size: 18px;
        line-height: 24px;
    }

    /* Define specific characteristics */

    /* Links */
    #termos-e-condicoes-de-acesso a {
    }

    /* Headings */
    #termos-e-condicoes-de-acesso h1,
    #termos-e-condicoes-de-acesso h3,
    #termos-e-condicoes-de-acesso h4 {
    }

    #termos-e-condicoes-de-acesso .header {
        margin-bottom: 17px;
    }

    /* Page title */
    #termos-e-condicoes-de-acesso .header h1 {
        font-size: 30px;
        line-height: 34px;
    }

    /* Accordion item title (h3) */
    .card-title .btn {
    }

    /* Accordion body text */
    .card-body {
        font-size: 14px;
        line-height: 20px;
    }

    /* Padding around the body text */
    .card-body div {
        padding: 15px 20px 13px 12px;
    }

    /* Headings within the body text */
    .card-body h4 {
    }

    /* Replace the dot after ordered list items with a parenthesis */
    ol.legal-list {
    }

    li.legal-item {
    }

    li.legal-item:before {
    }

    .footer {
        margin-top: 24px;
    }

    /* Override Bootstrap defaults for the accordion itself */
    .accordion .card {
    }

    /* The last card also needs the bottom border */
    .accordion .card:last-of-type {
    }

    /* Override Bootstrap defaults */
    .accordion .card-header {
    }

    /* Override Bootstrap defaults */
    .accordion .card-title {
    }

    /* Card body is a lighter grey */
    .accordion .card-body {
    }

    /* Override Bootstrap defaults */
    .accordion .btn {
    }

    /* First level icon, the "minus" symbol when the collapsible content is shown */
    .accordion .btn::after {
    }

    /* First level icon, the "plus" symbol when the collapsible content is hidden */
    .accordion .btn.collapsed::after {
    }

    /* Define the cursor (pointing finger) shown when passing over the accordion items */
    .accordion .toggle {
    }
}    