@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

:root {
    --margem: 100px;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    width: 100vw;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

p {
    font-size: 20px;
    font-weight: 500;
}

#bgImage {
    width: 100%;
    background-image: url("../images/background.png");
    opacity: 0.15;
    background-blend-mode: multiply;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

header,
footer {
    background-color: #0099A8;
    height: 100px;
    padding: 0 var(--margem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer {
    color: white;
    justify-content: space-between;
}

.socialLogos {
    display: flex;
    gap: 20px;
}

.socialLogos a {
    color: transparent;
}

.fixedOrb {
    position: fixed;
    bottom: 10%;
    right: 3%;
    width: 7%;
    z-index: 999;
}

.secIntro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 0 var(--margem);

}

h1 span {
    font-size: 96px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

h1 span:nth-child(3) {
    font-size: 48px;
}

.chamadaIntro {
    font-size: 32px;
    font-weight: 300;
    max-width: 880px;
    margin: 150px 0 30px;
}

.introImg {
    position: absolute;
    top: 80px;
    right: 0;
}

.btnPreInscricao {
    background-color: #EE7623;
    border-radius: 76px;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.secDescricao {
    background-color: #0099A8;
    padding: 80px var(--margem);
    margin: 60px 0;
    display: flex;
    align-items: center;
    gap: 32px;
    color: white;
}

.pDesc {
    margin: 33px 0 86px;
}

.pChamada {
    padding-bottom: 10px;
}

.descImages {
    position: relative;
    max-width: 100%;
}

.devIcons {
    position: absolute;
}

.devIcons:nth-child(2) {
    top: 10%;
    left: 28%;
}

.devIcons:nth-child(3) {
    top: 78%;
    left: 28%;
}

.devIcons:nth-child(4) {
    top: 60%;
    left: 80%;
}

.secDetalhes {
    padding: 0 var(--margem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.secDetalhes p {
    text-align: center;
}

.detalheRow {
    display: flex;
    align-items: center;
}

.rowTxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.secProfessores {
    background-color: #0099A8;
    color: white;
    padding: 40px var(--margem);
}

.professor {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profsTxt {
    max-width: 80%;
}

.secFormulario {
    padding: 20px var(--margem);
}

.secFormulario h2 {
    margin-bottom: 20px;
}

form {
    display: flex;
    gap: 16px;
}

fieldset {
    width: 375px;
    display: flex;
    flex-direction: column;

    border-color: #004C54;
    border-radius: 8px;
    padding: 8px 16px;
    gap: 0px;
}

textarea {
    resize: none;
}

.selectWrapper {
    width: 375px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selectWrapper select {
    width: 100%;
}

.formRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pMensalidade {
    max-width: 400px;
}

table {
    text-align: center;
    border: #004C54 solid 3px;
    border-radius: 26px;
    overflow: hidden;
    border-spacing: 0;
}

th {
    padding: 10px;
    background-color: #089CAB;
    color: white;
}

.thAmarelo {
    background-color: #F4B223;
}

th p:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
}

th p {
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
}

th,
td {
    width: 250px;
}

td {
    padding-top: 10px;
}

.formCol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.precoContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: fit-content;
}

.pPreco {
    font-size: 24px;
    font-weight: 600;
    width: max-content;
}

.pPreco span {
    font-size: 64px;
    font-weight: 700;
}

input,
textarea {
    border: none;
}

label {
    color: #5E6366;
    font-weight: 600;
}

input {
    height: 20px;
    font-size: 16px;
}

select {
    border: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.borderless {
    border: none;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;

    font-size: 14px;
    font-weight: 300;
}

.borderless span {
    font-weight: 700;
    text-decoration-line: underline;
}

.secDetalhesEstruturaDestaque {
    font-size: 1.2em;
    font-weight: 600;
}

@media (width>=1750px) {
    :root {
        --margem: 200px;
    }
}

@media (width>=1990px) {
    :root {
        --margem: 300px;
    }
}

@media (width>=2190px) {
    :root {
        --margem: 400px;
    }
}

@media (width>=2390px) {
    :root {
        --margem: 450px;
    }
}

@media (width>=2490px) {
    :root {
        --margem: 550px;
    }
}

/*---------------------*/


@media (width <=1424px) {
    :root {
        --margem: 50px;
    }
}

@media (width <=1324px) {
    :root {
        --margem: 4%;
    }

    fieldset,
    .selectWrapper {
        width: auto;
        max-width: 325px;
    }

    .formRow {
        gap: 1%;
    }
}

@media (width<=1302px) {
    table p {
        font-size: 16px;
    }

    th,
    td {
        width: 220px;
    }
}

@media (width <=1288px) {

    .introImg,
    .descImg,
    .detalheImage {
        width: 400px;
    }

    .secDetalhes {
        padding-bottom: 60px;
        gap: 20px;
    }

    .professor img {
        width: 150px;
    }

    .devIcons {
        transform: scale(0.8);
    }

    .devIcons:nth-child(2) {
        top: 6%;
        left: 27%;
    }

    .devIcons:nth-child(4) {
        top: 60%;
        left: 72%;
    }

    .introImg {
        top: 0;
    }
}

@media (width <=1206px) {
    .formRow p:nth-child(1) {
        font-size: 18px;
    }
}

@media (width<=1176px) {
    .introImg {
        width: 350px;
        top: 36px;
    }

    th,
    td {
        width: 200px;
    }

    .pMensalidade {
        max-width: 355px;
    }
}

@media (width<=1085px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }

    h1 span {
        font-size: 80px;
    }

    h1 span:nth-child(3) {
        font-size: 40px;
    }

    .chamadaIntro {
        font-size: 24px;
        font-weight: 300;
        max-width: 880px;
        margin: 150px 0 30px;
    }

    .introImg {
        width: 300px;
        top: 20px;
    }

    .info p:first-child {
        font-size: 14px;
    }

    .pPreco:nth-child(1) span {
        font-size: 56px;
    }

}

@media (width<=880px) {
    .btnPreInscricao {
        font-size: 14px;
    }

    .secIntro {
        justify-content: flex-start;
        padding-top: 20px;
    }

    .chamadaIntro {
        margin: 40px 0 20px;
    }

    .introImg {
        width: 256px;
        transform: rotateY(180deg);
        position: relative;
        align-self: flex-start;
        top: 0;
        /*redefinição do css padrão*/
    }



    .secFormulario,
    .formRow {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .secFormulario h2,
    .info p {
        text-align: center;
    }

    .info p:first-child {
        font-size: 16px;
    }

    form {
        margin-top: 20px;
        flex-direction: column;
    }

    .formRow {
        flex-direction: column;
        padding: 40px 0 0;
        width: 90%;
    }

    form,
    .formCol {
        width: 100%;
    }

    fieldset,
    select,
    .selectWrapper {
        max-width: none;
    }

    .borderless {
        width: max-content;
    }

    label,
    input {
        font-size: 14px;
    }

    .precoContainer {
        width: 100%;
    }

    .pPreco {
        text-align: justify;
        width: 100%;
    }

    .pPreco:nth-child(2) {
        text-align: right;
    }

    .pMensalidade {
        text-align: right;
        width: fit-content;
    }

    #formRow1 {
        flex-direction: row;
        justify-content: center;
    }

    #capi5 {
        height: 300px;
    }

    th,
    td {
        width: unset;
    }

    table {
        width: 100%;
    }

    .fixedOrb {
        display: none;
    }
}

@media (width <=850px) {
    :root {
        --margem: 30px;
    }

    h2 {
        font-size: 20px;
        font-weight: 700;
    }

    h3 {
        font-size: 18px;
        font-weight: 600;
    }

    p {
        font-size: 12px;
    }

    h1 span {
        font-size: 40px;
    }

    h1 span:nth-child(3) {
        font-size: 20px;
    }

    .secIntro {
        justify-content: flex-start;
        padding-top: 20px;
    }

    .chamadaIntro {
        font-size: 20px;
        margin: 40px 0 20px;
    }

    .introImg {
        max-height: 256px;
        transform: rotateY(180deg);
        position: relative;
        align-self: flex-start;
        top: 0;
        /*redefinição do css padrão*/
        left: -10%;
    }

    .btnPreInscricao {
        font-size: 12px;
    }

    .secDescricao {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
        align-items: flex-start;
        gap: 15px;
    }

    .descImages {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .descImages img:nth-child(1) {
        max-height: 230px;
        width: unset;
    }

    .devIcons {
        transform: scale(58.85%);
    }

    .devIcons:nth-child(2) {
        top: 2%;
        left: 24%;
    }

    .devIcons:nth-child(4) {
        top: 60%;
        left: 68%;
    }

    .pDesc {
        margin: 0 0 30px;
        font-size: 16px;
        max-width: 300px;
    }

    .pChamada {
        font-size: 14px;
    }

    .secDetalhes {
        align-items: center;
        text-align: left;
        justify-content: space-between;
    }

    .secDetalhes h2 {
        align-self: flex-start;
    }

    .secDetalhes p {
        text-align: left;
    }

    .detalheRow {
        position: relative;
        display: block;
        width: 100%;
    }

    .detalheImage {
        width: 250px;
    }

    .detalheImage1 {
        float: right;
        shape-outside: url("../images/capi3.png");
    }

    .detalheImage2 {
        float: left;
        shape-outside: url("../images/capi4.png");
    }

    .row2 {
        margin-top: 16%;

    }

    .rowTxt {
        display: block;
    }

    #rowTxt2 p,
    #rowTxt2 h3 {
        text-align: right;
        hyphens: auto;
    }

    .secDetalhes p,
    .rowTxt,
    .detalheRow {
        max-width: 100%;
    }

    .secProfessores {
        margin-top: 60px;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .secProfessores img {
        width: 88px;
    }

    .secFormulario,
    .formRow {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .secFormulario h2,
    .info p {
        text-align: center;
    }

    form {
        flex-direction: column;
    }

    .formRow {
        flex-direction: column;
        padding: 40px 0 0;
    }

    fieldset,
    select,
    .selectWrapper,
    table {
        width: 90%;
    }

    .borderless {
        width: max-content;
    }

    label,
    input {
        font-size: 14px;
    }
}

@media (width <=618px) {
    .formRow {
        padding-top: 50px;
    }

    table p {
        font-size: 14px;
    }

    td p {
        font-size: 16px;
    }

    .formRow p:nth-child(1) {
        font-size: unset;
    }

    .socialLogos {
        gap: 10px;
    }

    .socialLogos img {
        width: 35px;
    }
}

@media (width <=470px) {
    table p {
        font-size: 12px;
    }

    td p {
        font-size: 13px;

    }

    .formRow p:nth-child(1) {
        font-size: 12px;
    }

    table {
        width: 100%;
    }

    tr th {
        width: 45%;
        padding: 4px;
    }

    #capi5 {
        width: 150px;
        height: unset;
    }
}


@media (width <=386px) {
    .borderless {
        width: 90%;
        text-align: center;
    }

    table {
        width: 120%;
    }
}