@import url(font.css);

body {
    background-color: #002b50;
}

.pre_inscricao {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 525px;
    margin: 0 auto;
}

/* Boxes de form ou contato */

.pre_inscricao__boxes--title {
    font-size: 1.875rem;
    font-family: MullerExtrabold;
    margin-top: 1.3125rem;
    margin-left: 1.875rem;
}

.pre_inscricao__boxes {
    color: white;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 19.1875rem;
}

.pre_inscricao__row {
    display: flex;
    width: 100%;
    gap: 2.25rem;
    flex-direction: column;
    gap: 1.5rem;
}

.pre_inscricao__boxes--form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    gap: 1.5rem;
    justify-content: center;
}

.pre_inscricao__row > div {
    flex: 1;
}

/* Configurando toda a form */

.pre_inscricao__boxes--form_border1 {
    height: 3.4375rem;
}

.pre_inscricao__boxes--form_border2 {
    height: 8.6875rem;
}

.pre_inscricao__boxes--form_border3 {
    height: 8.6875rem;
}

.pre_inscricao__boxes--form_border-space1 {
    background-color: #053f72;
    border: 1px solid rgb(0, 162, 255, 0.3);
    width: 100%;
    height: 3.4375rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
}

.pre_inscricao__boxes--form_border-space2 {
    background-color: #053f72;
    border: 1px solid rgb(0, 162, 255, 0.3);
    width: 100%;
    height: 8.6875rem;
    border-radius: 0.75rem;
    display: flex;
}

.pre_inscricao__boxes--form_border-space3 {
    background-color: #053f72;
    border: 1px solid rgb(0, 162, 255, 0.3);
    width: 100%;
    height: 8.6875rem;
    border-radius: 0.75rem;
    display: flex;
}

.pre_inscricao__boxes--form_border-space__icon1 {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/site/contact/profile.webp);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1.25rem;
}

.pre_inscricao__boxes--form_border-space__icon2 {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/site/contact/mail.webp);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1.25rem;
}

.pre_inscricao__boxes--form_border-space__icon3 {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/site/contact/wpp.webp);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1.25rem;
}

.pre_inscricao__boxes--form_border-space__icon4 {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/site/contact/message.webp);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1.25rem;
}

.pre_inscricao__boxes--form_border-space__icon5 {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/site/contact/celular.webp);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1.25rem;
}

.pre_inscricao__boxes--form_border-space__icon6 {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/site/contact/modalidade.webp);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1.25rem;
}

.pre_inscricao__boxes--form_border-space__icon7 {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/site/contact/cursos.webp);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1.25rem;
}

.pre_inscricao__boxes--form_border-space__icon8 {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/site/contact/investimento.webp);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1.25rem;
}

.pre_inscricao__boxes--form_border-space__icon9 {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/site/contact/cupom.webp);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1.25rem;
}

.pre_inscricao__boxes--form_border-space__text {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    margin-right: 0.5rem;
}

.pre_inscricao__boxes--form_border-space__text input, .pre_inscricao__boxes--form_border-space__text select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0.75rem;
    border: none;
    background-color: transparent;
    outline: none;
    color: white;
}

.pre_inscricao__boxes--form_border-space__text select option {
    color: #003059;
}

.pre_inscricao__boxes--form_border-space__text::before {
    content: "";
    display: inline-block;
    width: 20px;
  }

/* Início do checkbox */

.pre_inscricao__boxes--form_border-space__checkboxes{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 5px;
}

.container {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkmark {
    position: absolute;
    top: -11px;
    left: 5px;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 162, 255, 0.3);
  }

  .container:hover input ~ .checkmark {
    background-color: rgba(0, 162, 255, 0.3);
  }


  .container input:checked ~ .checkmark {
    background-color: transparent;
  }


  .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    scale: 0;
    transition: 200ms all;
  }

  .container input:checked ~ .checkmark:after {
    display: block;
    border: 1px rgba(0, 162, 255, 0.3);
    width: 6px;
    height: 14px;
    left: 6px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    transition: 200ms all;
    scale: 1;
    opacity: 1;
  }

/* Fim do checkbox */

.pre_inscricao__boxes--form_border-space__text textarea {
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    resize: none;
    color: white;
    height: 100%;
    border-radius: 0.75rem;
}

.pre_inscricao__boxes--form_border-space__text input::placeholder,
.pre_inscricao__boxes--form_border-space__text textarea::placeholder {
    color: white;
}

.pre_inscricao__boxes--form_border-back {
    width: auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.pre_inscricao__boxes--form_border-back__image1 {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../img/site/contact/Icon.webp);
    background-size: 1.25rem;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0.3125rem 0.5rem;
    transform: rotate(180deg);
}

.pre_inscricao__boxes--form_button {
    width: 100%;
    height: 3.4375rem;
    border-radius: 0.9375rem;
    padding: 0;
    background-color: transparent;
    transition: 300ms;
}

.pre_inscricao__boxes--form_button:hover {
    background-color: rgb(0, 162, 255, 0.3);
}

.pre_inscricao__boxes--form_button-border {
    background-color: #00a2ff;
    width: 100%;
    height: 3.4375rem;
    border-radius: 0.625rem;
    border: none;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 1.875rem;
}

#textoFonte{
    font-family: "Roboto", sans-serif;
    font-size: .9375rem;
}

.sucesso{
    width: 100vw;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sucesso__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sucesso__container a{
    text-decoration: none;
    color: inherit;
}

.sucesso__container--title {
    color: white;
    max-width: 82vw;
    text-align: center;
    font-family: MullerBold;
    font-size: 1.625rem;
    line-height: auto;
}

.sucesso__container--text {
    color: white;
    max-width: 82vw;
    line-height: 1.45;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    margin-top: 1.625rem;
}

.sucesso__container--border{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11.125rem;
    height: 3.6875rem;
    background-color: transparent;
    transition: 0.3s;
    border-radius: .9375rem;
    margin-top: 3.375rem;
    padding: .4375rem .4063rem;
}

.sucesso__container--border:hover{
    background-color: rgba(0, 162, 255, 0.3);
    transition: 0.3s;
}

.sucesso__container--border button{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.42;
    width: 11.125rem;
    height: 3.6875rem;
    background-color: #00a2ff;
    border: none;
    border-radius: .625rem;
    cursor: pointer;
}

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

    .pre_inscricao__boxes--form_button-border{
        margin-top: 0;
    }

    .pre_inscricao {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        align-items: flex-start;
        max-width: 680px;
    }

   .pre_inscricao__row {
        flex-direction: initial;
    }

    .pre_inscricao__row > div {
        margin-left: 30px;
        margin-right: 30px;
    }
    .pre_inscricao__boxes--title {
        font-size: 3.125rem;
        font-family: MullerExtrabold;
        margin-top: 3rem;
        margin-left: 30px;
    }
    /* Boxes de form ou contato */

    .pre_inscricao__boxes {
        width: 100%;
    }

    .pre_inscricao__boxes--title {
        font-size: 3.125rem;
        margin-top: 3rem;
    }

    .pre_inscricao__boxes--form {
        padding: 50px 30px;
        border: 1px solid rgb(0, 162, 255, 0.3);
        background-color: #003059;
        border-radius: 1.875rem;
        position: relative;
        padding: 50px 30px;
    }

    /* Formulário */

    .pre_inscricao__boxes--form_border1 {
        height: 3.4375rem;
    }

    .pre_inscricao__boxes--form_border2 {
        height: 3.4375rem;
    }

    .pre_inscricao__boxes--form_border3 {
        height: 8.6875rem;
    }

    .pre_inscricao__boxes--form_border-space1 {
        background-color: #053f72;
        border: 1px solid rgb(0, 162, 255, 0.3);
        height: 3.4375rem;
        border-radius: 0.75rem;
        display: flex;
        align-items: center;
    }

    .pre_inscricao__boxes--form_border-space2 {
        background-color: #053f72;
        border: 1px solid rgb(0, 162, 255, 0.3);
        height: 3.4375rem;
        border-radius: 0.75rem;
        display: flex;
        transition: 300ms;
    }

    .pre_inscricao__boxes--form_border-space3 {
        background-color: #053f72;
        border: 1px solid rgb(0, 162, 255, 0.3);
        height: 8.6875rem;
        border-radius: 0.75rem;
        display: flex;
        position: relative;
        z-index: 3;
        transition: 300ms;
    }

    .pre_inscricao__boxes--form_buttonContainer {
        display: flex;
        height: auto;
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .pre_inscricao__boxes--form_border-space__text--label1 {
        position: absolute;
        margin-top: 20px;
        transition: 300ms;
        font-family: "Roboto", sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .pre_inscricao__boxes--form_border-space__text--label2 {
        position: relative;
        margin-top: 0.3125rem;
        color: #00a2ff;
        font-size: 0.75rem;
        font-weight: 500;
        transition: 300ms;
    }
}

@media screen and (min-width: 1150px) {
    .pre_inscricao {
        max-width: 1067px;
    }
}
