@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
:root {
    --border: 0.2rem solid var(--border-color);
    --border-color:#7a9cc6;
    --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.navigation{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
}
.navigation img{
    width: 200px;
}
.banner {
    background: linear-gradient(rgba(17, 17, 17, 0.4), rgba(17, 17, 17, 0.4)),url(../img/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 40px 20px 60px;
    text-align: center;
}
.banner .content {
    max-width: 1200px;
}
.banner .content h2 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.banner .content p {
    font-size: 16px;
    margin: 15px;
    color: #fff;
}

.progress{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}
.container{
    display: flex;
    width: 110px;
    padding: 10px 0;
    row-gap: 10px;
    flex-direction: column;
    align-items: center;
}
.circular-progress{
    position: relative;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background: conic-gradient(#018249 3.6deg, #ededed 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.circular-progress::before{
    content: "";
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #fff;
}
.progress-value{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #018249;
}

form{
    padding-bottom: 50px;
}
.form-tittle {
    color: #444;
    font-size: 26px;
    margin-top: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.form-text {
    font-size: 15px;
    text-align: center;
    margin-bottom: 25px;
}
.form-content{
    max-width: 500px;
    margin: auto;
}
.field {
    width: 100%;
    padding: 0.8rem 1rem;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 2px 2px 7px 0 rgb(0, 0, 0, 0.2);
    background-color: rgba(230, 230, 230, 0.3);
    font-size: 0.8rem;
    margin-bottom: 22px;
    transition: .3s;
}
.field:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.field:focus {
    background-color: #fff;
    border: 2px solid #018249;
}
.field option{
    height: 30px !important;
    background-color: #f2f2f2;
    border: 1px solid #c4c4c0;
    line-height: 1.5 !important;
    font-size: 1rem;
}
.btn{
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    color: #f2f2f2;
    background: #018249;
    border-color: #1E3932;
    position: relative;
    padding: 0.8rem 1rem;
}
.btn:hover{
    border-bottom: 3px solid #1E3932;
}
.btn:focus{
    background: #1E3932;
}
.btn span{
    text-align: end;
}
.form-certificado{
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
.form-content-ul{
    width: 100%;
    display: flex;
    list-style: none;
    font-size: 0.8rem;
    margin-bottom: 22px;
    transition: .3s;
}
.field2{
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    box-shadow: 2px 2px 7px 0 rgb(0, 0, 0, 0.2);
    border-radius: 5px;
}
.field2 input[type="radio"], .field2 input[type="checkbox"] {
    display: none;
}
.field2 label{
    position: relative;
    width: 100%;
    font-weight: 500;
    line-height: 30px;
    padding: 0.8rem 1rem;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(230, 230, 230, 0.3);
}
.field2 label:hover{
    background: #018249 !important;
}
.field2 input[type="radio"]:checked + label{
    background: #1E3932;
    color: #f2f2f2;
}

.completed{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
} 
.completed img{
    width: 200px;
}
.alert-invalid{
    color: red;
    font-size: 14px;
    padding-bottom: 10px;
}

footer {
    border-top: 1px solid #ddd;
    background-color: #eee;
    color: gray;
    padding-top: 48px;
    padding-bottom: 56px;
    font-size: 14px;
    text-align: center;
}
.footer-text{
    font-size: 12px !important;
    text-align: center !important;
    line-height: 1.3 !important;
    font-weight: lighter !important;
    margin-bottom: 20px;
    margin-top: 0px !important;
}
.footer-site {
    font-weight: normal !important;
    margin-bottom: 15px;
}
.footer-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
}
.footer-list{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    list-style: none;
}
footer ul {
    margin-bottom: 15px;
}
.footer-list li {
    margin: 0 0 5px 0 !important;
    line-height: 1;
    padding: 1px;
}
.footer-list li >a{
    color: inherit !important;
    text-transform: capitalize !important;
    font-size: 12px;
    text-decoration: none !important;
}


@media (max-width: 768px) {
    .banner{
    background: linear-gradient(rgba(17, 17, 17, 0.4), rgba(17, 17, 17, 0.4)),url(../img/banner-bg.jpg) no-repeat;
    background-position: center;
    }
}

.display-none{
    display: none;
}