@font-face {
    font-family: "DidactGothic-regular";
    src: url("../font/DidactGothic-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'DidactGothic-regular', 'Roboto', sans-serif;
}

/* Tamanhos de fontes */

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.3rem;
}

h3 {
    font-size: 1.1rem;
}

h4 {
    font-size: 1.3rem;
}
p, #content-6 h6{
    font-size: 0.9rem;
}
.text-small{
    font-size: 0.8rem;
}
/* Cores gerais de textos e backgrounds */


.bg-dark-section {
    background-color: #2C2C2C;
}
.bg-dark-green{
    background-color: #4B6F25;
}
.bg-yellow {
    background-color: #FDC62F;
}

.text-green-dark {
    color: #009A44;
}

.text-green-light {
    color: #A4CA62;
}
.text-green-dry {
    color: #4B6F25;
}
.text-yellow {
    color: #FDC62F;
}

.text-gray-dark {
    color: #2C2C2C;
}

.text-gray-light {
    color: #9EA2A1;
}
.border-green{
    border: 1px solid #A4CA62;
}
.border-green2{
    border: 2px solid #009A44;
}
.rounded-15{
    border-radius: 15px;
}
/* Botoes */

.btn-default {
    background-color: #FDC62F;
    color: #2C2C2C;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-default:hover {
    background-color: #cfa020;
    color: #2C2C2C;
    transition: 0.3s;
}

.btn-gray {
    background-color: #2C2C2C;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
}
.btn-gray:hover {
    background-color: #2C2C2C;
    color: #FDC62F;
    transition: 0.3s;
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 0.8rem;
}

.btn {
    border-radius: 0.6rem;
}


/* Banner e conteudos */


.section-bg-paper, .bg-content-cursos, .bg-content-5 {
    background-image: url(../img/bg_sections.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-content-cursos {
    background-image: url(../img/bg-content-cursos.webp);
}

.bg-content-5 {
    background-image: url(../img/bg-content.webp);
}
.border-rounded {
    border-radius: 30px;
}

figure {
    margin: 0;
}

/* Arrow do Collapse */
#content-3 .btn-link {
    background-image: url(../img/arrow-up.webp);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 14px;
    font-size: 0.85rem;
    text-decoration: none;
}

#content-3 .btn-link:hover {
    color: #A4CA62;
}

.btn:focus {
    box-shadow: none;
}

#content-3 .collapsed {
    background-image: url(../img/arrow-down.webp) !important;
}

.border-rounded-collapse {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.border-rounded-collapse-content {
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

/* Arrow do Collapse */



/* Slick */


/* mudar cor dos 'pontos' */
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #A4CA62 !important;
}


/* Media queries */

@media screen and (min-width:992px) {

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    #content-3 .btn-link {
        font-size: 1.1rem;
    }

    .text-small{
        font-size: 0.9rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    .border-right-light{
        border-right: 1px solid #9EA2A1;
    }
}

@media screen and (min-width:1200px) {

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.7rem;
    }
    p, #content-6 h6{
        font-size: 1rem;
    }
    #content-4 p, #content-1.bg-content-cursos p{
        font-size: 0.9rem;
    }
    #content-3 .btn-link {
        font-size: 1.3rem;
    }

}

