@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root{
    --font-oswald: 'Oswald', sans-serif;
    --font-outfit: 'Outfit', sans-serif;
    --color-white: #FFFFFF;
    --color-text: #f8f7f7;
    --destaque: #f6a019;
    --destaque02: #ffe3b3;
}
  
* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
    margin: 0;
    padding: 0;
    background: rgba(34, 28, 61);
    background: linear-gradient(90deg, rgba(79, 51, 210) 0%, rgba(34, 28, 61) 100%);
    color: var(--color-text);
    word-wrap: normal;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: var(--font-outfit);
}

.header-box{
    padding: 30px 30px 0px 30px;
    
    display: flex;
    gap: 20px;
    align-items: center;
    
    img{
        padding: 15px;
        width: 7%;
    }
}

.i8{
    width: 8% !important;
}

.i10{
    width: 10% !important;
}

.titulo img{
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    margin: auto;
    display: block;
}
.topo-imagem img{
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: auto;
    display: block;
}
.topo{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-top: 5%;
}
.titulo{
    width: fit-content;
    padding: 20px;
}
.topo-imagem{
    width: 50%;
}

.content{
    padding: 0 10% 10%;
    text-align: center;
}
.texto{
    margin: 0 10%;    
}
p{
    text-align: justify;
    font-size: large;
}

.info-box, .profissoes-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5% 0;
    gap: 20px;
}

.info-box{
    justify-content: space-around;
}

.profissoes-box{
    justify-content: center;
}
.box{
    width: 35%;
    padding: 1rem 2rem;
    background: var(--destaque);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: x-large;

    font-family: var(--font-oswald);
}
.box span{
    font-size: xx-large;
    font-weight: 800;
    color: #fae9cd;
}
.box a, .box a:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.profissoes{
    width: 45%;
}
.inscricao{
    width: 100%;
    margin-top: 5%;
}

.card{
    background-color: #f3aa36;
    color: #4f418d;
    width: 300px;
    padding: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;

    span{
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        color: #4f418d;
    }
    p{
        text-align: center;
        margin-bottom: 0;
        color: #706997;
        font-weight: 400;
    }    
}

.card-instituicoes{
    width: 400px;
    padding: 15px;
    border: 1px solid #f3aa36;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;

    span{
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        color: #f3aa36;
    }

    p{
        text-align: center;
        margin-bottom: 0;
        color: #e4bf8f;
        font-weight: 400;
    }
}

h1{
    color: var(--destaque);
    text-transform: uppercase;
    font-weight: 700;
    font-size: x-large;
    margin-top: 5rem;
    font-family: var(--font-oswald);

    small{
        color: var(--color-white);
    }
}

footer{
    color: white;
    padding: 2% 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}
footer i{
    color: #FFFFFF;
    font-size: x-large;
    margin: 0px 5px;
}
footer a, footer a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.footer-box{
    width: 30%;
    text-align: center;
    margin: 2% 0 4%;
}
.line{
    width: 100%;
    text-align: center;
    font-size: x-small;
}

.i70{
    max-width: 70%;
}

.i60{
    max-width: 60%;
}
.i50{
    max-width: 50%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h2{
    font-family: var(--font-oswald);
}

li {
    background-color: var(--destaque);
    color: #4f418d;
    font-weight: 600;
    text-align: center;
    padding: 0.3rem 1rem;
    margin: .2rem 0;
}

.btn-inscricao {
    background: var(--destaque);
    padding: 5px 20px;
    border-radius: 50px;
    position: fixed;
    top: 10px;
    right: 30px;
    color: var(--color-white);
    z-index: 9;
}
.btn-inscricao:hover {
    background: var(--color-blue);
    border-radius: 50px;
    color: var(--color-white);
}
.btn-inscricao::after{
    content: "Inscreva-se";
    padding-left: .5rem;
}

.btn-profissoes {
    background: var(--destaque);
    padding: 5px 20px;
    border-radius: 50px;
    position: fixed;
    top: 50px;
    right: 30px;
    color: var(--color-white);
    z-index: 9;
}
.btn-profissoes:hover {
    background: var(--color-blue);
    border-radius: 50px;
    color: var(--color-white);
}
.btn-profissoes::after{
    content: "Profissões confirmadas";
    padding-left: .5rem;
}

@media screen and (max-width: 1024px){
    .header-box{
        img{
            width: 10%;
        }
    }
    .i8{
        width: 12% !important;
    }
    
    .i10{
        width: 13% !important;
    }
}


@media screen and (max-width: 769px){
    .content{
        padding: 0 5% 10%;
    }
    .topo-line{
        font-size: 15pt;
    }
    .topo-imagem{
        width: 90%;
    }
    .titulo{
        width: fit-content;
        display: block;
    }
    
    .header-box{
    
        img{
            width: 15%;
        }
    }
    
    .i8{
        width: 17% !important;
    }
    
    .i10{
        width: 19% !important;
    }
}

@media screen and (max-width: 575.98px){
    .topo-line{
        font-size: small;
        padding: 0px 5%;
    }
    .footer-box, .profissoes, .box{
        width: 100%;
    }
    .btn-inscricao {
        padding: 10px 18px!important;
        top: 20px;
        right: 1%;
        transform: translateX(-50%);
        width: auto;
        font-size: larger;
        text-align: center;
        z-index: 20;
    }
    .btn-inscricao::after{
        content: none;
        padding-left: 0;
    }
    
    .btn-profissoes {
        padding: 10px 16px!important;
        top: 20px;
        right: 18%;
        transform: translateX(-50%);
        width: auto;
        font-size: larger;
        text-align: center;
        z-index: 20;
    }
    .btn-profissoes::after{
        content: none;
        padding-left: 0;
    }

    h2{
        margin-top: 50px;
    }
    
    .header-box{
        padding-top: 70px;
    
        img{
            width: 30%;
        }
    }
    
    .i8{
        width: 32% !important;
    }
    
    .i10{
        width: 34% !important;
    }
}
