html {
    font-family: 'Inter', sans-serif;
}


.nav-item a {
    background-color: #A3D400;
    transition: 125ms ease-in-out;
}

.nav-item a:hover{
    background-color: #8ab400;
}

.baixar {
    background-color: rgba(59, 39, 9, 0.1);
}

.border-b {
    border-bottom: 8px solid #A3D400;
}

.click-in {
    display: block;
    text-align: center;
    padding: 12px 21px;
    background: #A3D400;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    font-family: 'Arvo', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    transition: 125ms ease-in-out;
}

.click-in img{
    padding-bottom: 4px;
    margin-right: 4px;
}

.click-in:hover{
    background-color: #82a904;
    color: white;
}

.click-container {
    padding: 20px;
    bottom: 0;
    width: 100%;
}

h1,
h2 {
    font-family: 'Arvo', Helvetica, sans-serif;
}

h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    color: #A3D400;
}

h1 {
    color: #696969;
    font-weight: 700 !important;
    font-size: 32px;
    line-height: 35px;
}

p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #696969;
}

#playlist h2 span {
    border: 1px solid #3B2709;
    border-radius: 32px;
    font-size: 16px;
    padding: 8px 14px;
    color: #3B2709;
    position: relative;
    margin-right: 6px;
    bottom: 6px;
}

#invite img {
    border-radius: 6px !important;
}

.watch {
    border: 1px solid #FF0000;
    border-radius: 4px;
    padding: 10px 20px;
    color: #FF0000;
    font-size: 16px;
    text-decoration: none;
    transition: 125ms ease-in-out;
}

.watch:hover {
    background: #FF0000;
    color: white;
}

.video-container img{
    border-radius: 4px;
}

.divisor {
    height: 60%;
    width: 1px;
    background-color: #c0c0c0;
}

.accordion-body p {
    font-size: 18px;
    color: #696969;
}

.accordion-body ul li {
    font-size: 18px;
    color: #696969;
}

.accordion-body img {
    margin: 64px 0;
}

button.accordion-button {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #A3D400 !important;
}

.accordion-button:not(.collapsed) {
    background: rgba(149, 203, 63, 0.2) !important;
}

.accordion-button::after {
    filter: hue-rotate(220deg) brightness(1.5);
}

.accordion-header button[aria-expanded="false"] {
    color: rgba(82, 82, 82, 1) !important;
}

.site-footer {
    background-color: black;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #151515;
    opacity: 1;
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.copyright-text {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {

    p{
        font-size: 16px;
    }

    .site-footer {
        padding-bottom: 0
    }

    .accordion-body img {
        width: 100%;
    }

    .navbar-nav {
        margin-top: 32px;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .watch {
        margin-top: 64px;
    }

    .click-in {
        font-size: 16px;
    }

    #evaluation .content {
        justify-content: space-between;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}