body {
    margin: 0;
    background-color: #FAFAFA;
}

.mobile {
    display: none;
}

.container {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    font-family: "Verdana";
}

/* ---------------------------------------------------------- */
/* Seção 1 */
.box {
    margin-left: 5%;
}

.title {
    width: 100%;
    background: url('assets/kids1.png');
    background-position-y: 50%;
    background-position-x: 60%;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
}

.box-title {
    margin-top: 22px;
    padding: 10px 14px;
    width: fit-content;
}

h1 {
    text-align: left;
    font-size: 50px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 3px 0;
    padding: 4px;
}

h2 {
    text-align: left;
    font-size: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
}

h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    max-width: 630px;
}

h3:not(:last-child) {
    margin: 15px 0px;
}

.box .container-blue {
    max-width: 640px;
    margin-top: 15px;
}

h3.bg-blue {
    /*background: #1F4F9D;*/
    background: #1F4F9DC9;
    display: inline;
    font-size: 20px;
    padding: 5px;
    text-align: left;
    line-height: 38px;
}

.container .bg-blue a {
    background: none;
    font-size: 20px;
    line-height: normal;
    text-decoration: underline;
}

.box-title.blue:nth-child(3) {
    margin-top: 3px;
}

.button-container {
    align-self: end;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    width: 50%;
}

.button-benefit {
    box-shadow: 1px 1px 6px #1c4b9780;
    padding: 0px 30px;
    width: auto !important;
    color: #1F4F9D !important;
}

.button-benefit:hover {
    box-shadow: 1px 1px 12px #40b8e8;
    color: #008ACF !important;
}

/* ---------------------------------------------------------- */
/* Seção 2 */
.description {
    padding: 80px calc(5% + 14px);
    display: flex;
    justify-content: space-between;
}

.text-description {
    flex: 1;
    margin-right: 100px;
    font-size: 16px;
}

.image-description {
    width: 640px;
    height: 371px;
    border-radius: 10px;
    background: url('assets/kids2.png');
    overflow: hidden;
    max-width: 40%;
}

#img-fluid {
    max-width: 100%;
    height: auto;
}

.align-center {
    align-self: center;
}

.align-left {
    align-self: left;
}

.align-right {
    align-self: right;
}

.justify-center {
    justify-self: center;
}

.justify-left {
    justify-self: left;
}

.justify-right {
    justify-self: right;
}

.row {
    display: grid;
    flex-flow: row;
    grid-column-gap: 50px;
    width: 100%;
    align-content: center;
    grid-template-columns: 50% 50%;
    justify-items: center;
    align-items: center;
}

.mt-5 {
    margin-top: 50px;
}

@media (max-width:768px) {
    .row {
        grid-template-columns: 100%;
    }

    .justify-right,
    .justify-left,
    .justify-center,
    .align-right,
    .align-left,
    .align-center {
        align-self: center;
        justify-self: center;
    }

    .title {
        height: auto;
    }

    .title .box {
        margin-bottom: 30px;
    }

    .title h1 {
        display: inline-block;
        font-size: 24px;
    }

    .title h3 {
        font-size: 14px;
        line-height: 28px;
    }

    .container .bg-blue a {
        font-size: 14px;
        margin: 0;
    }

    .box {
        width: 100% !important;
    }
}

/* ---------------------------------------------------------- */
/* Seção 3 */
.container-steps {
    background: #008ACF 0% 0% no-repeat padding-box;
    padding: 96px calc(5% + 14px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps {
    display: flex;
    justify-content: space-between;
    overflow: auto;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container img {
    width: 380px;
}

.container img:first-of-type {
    margin-left: -30px;
}

.container img:last-of-type {
    margin-right: -30px;
}

.step-title {
    text-align: center;
    font: Bold 16px/22px Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-right: 35px;
    margin-top: -20px;
    margin-bottom: 30px;
}

.step-description {
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-right: 35px;
    max-width: 250px;
}

.logo-picpay {
    width: 150px !important;
    margin: 90px 0 30px !important;
}

.container a {
    width: 190px;
    height: 56px;
    border-radius: 40px;
    text-align: center;
    line-height: 56px;
    text-decoration: none;
    background-color: #FFFFFF;
    margin-top: 30px;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.link-picpay {
    color: #008ACF !important;
}

.text-covid {
    color: #1F4F9D !important;
}

/* ---------------------------------------------------------- */
/* FAQ */

.container-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 75px calc(5% + 14px);
}

.title-faq {
    font-size: 55px;
    font-weight: bold;
    color: #000;
    opacity: 1;
    width: 100%;
    margin-top: 75px;
    margin-bottom: 35px;
}

.box-question {
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    line-height: 90px;
    padding: 0 40px;
    position: relative;
    margin: 24px 0;
    overflow: hidden;
    transition: all .25s ease-in-out;
    width: calc(100% - 80px);
}

/* Pergunta */
.question {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    line-height: 30px;
    color: #000;
    padding: 20px 25px 20px 0;
    position: relative;
}

/* Resposta */
.answer {
    font-size: 19px;
    line-height: 28px;
    transition: all .25s ease-in-out;
    color: #000;
    padding-top: 20px;
}

.box-question:not(.open) .answer {
    height: 0;
    padding-top: 0;
}

.question:before,
.question:after {
    content: '';
    cursor: pointer;
    background: #707070;
    position: absolute;
    transition: all .2s ease-in-out;

    right: 0px;
    top: 50%;

    height: 1px;
    width: 30px;
}

/* vertical */
.box-question:not(.open) .question:after {
    transform: rotate(-90deg);
}

.answer a {
    font-size: 19px;
    line-height: 28px;
    transition: all .25s ease-in-out;
    color: #1F4F9D;
    background: transparent;
    border: none;
    width: unset;
    height: unset;
    text-decoration: underline;
    line-height: 19px;
    font-family: "Verdana";
}

.open {
    padding-bottom: 40px;
}

/* ---------------------------------------------------------- */
/* Itens: */
.blue {
    background-color: #1F4F9D !important;
}

.fit {
    width: fit-content;
}

.faq {
    background-color: darkgoldenrod;
    height: 2000px;
    width: 100%;
}

.rodape {
    position: fixed;
    left: 0;
    bottom: 0;
}

/* Responsividade */

@media screen and (max-width: 1430px) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 24px;
    }

    .box {
        margin-top: 0%;
    }

    .container-steps {
        padding: 50px 14px;
    }

    .text-description {
        font-size: 14px;
    }

    .container img {
        width: 100%;
    }

    .step-title {
        font-size: 14px;
        padding-right: 10px;
        max-width: 200px;
        margin-bottom: 20px;
    }

    .step-description {
        font-size: 11px;
        padding-right: 10px;
        max-width: 85%;
    }
}

/* Tablet */
@media screen and (max-width: 990px) {
    .box {
        margin-top: 0%;
        width: 50%;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 18px;
    }
}

/* Celular */
@media screen and (max-width: 768px) {

    .mobile {
        display: block;
        margin: 22px 0;
    }

    .desktop {
        display: none;
    }

    .title {
        align-items: flex-end;
        height: auto;
        display: flex;
        flex-direction:column;
        background-position-x: 60%;
    }

    .title .button-container{
        width:100%;
    }

    .title .box{
        margin:30px 15px;
        width:auto !important;
    }

    .box {
        margin-top: 0;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 12px;
        max-width: 240px;
    }

    .box-title {
        margin-top: 12px;
    }

    .description {
        flex-direction: column;
        padding: 50px calc(5% + 14px);
    }

    .text-description {
        max-width: 100%;
        margin: 0;
    }

    .image-description {
        width: 100%;
        max-width: 100%;
        height: 260px;
        background-size: cover;
    }

    .steps {
        flex-direction: column;
        align-items: center;
    }

    .step {
        max-width: 80%;
        margin-bottom: 40px;
    }

    .step-description {
        font-size: 12px;
        max-width: 60%;
    }

    .step-description,
    .step-title {
        padding: 0;
    }

    .container img,
    .container img:last-of-type,
    .container img:first-of-type {
        margin-left: 4%;
        margin-right: 0;
    }

    .logo-picpay {
        margin: 45px 0 30px !important;
    }

    h3 {
        font-size: 20px;
    }

    .question,
    .answer {
        font-size: 14px;
        line-height: 20px;
    }

    .question:before,
    .question:after {
        width: 18px;
        height: 2px;
    }

    .box-question {
        margin: 5px 0;
        padding: 0 20px;
        width: calc(100% - 20px);
    }

    .open {
        padding-bottom: 20px !important;
    }

    .title-faq {
        margin-bottom: 20px;
    }

    .answer a {
        font-size: 14px;
    }
}

/* -----------------------------------------
Modal
--------------------------------------------*/

.modal {
    will-change: visibility, opacity;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: $modal-delay;
    transition-delay: $modal-delay;
}

.modal--active {
    visibility: visible;
    opacity: 1;
}

.modal--align-top {
    -webkit-box-align: start;
    align-items: flex-start;
}

.modal__bg {
    background: rgba(0,0,0 ,0.5);
}

.modal__dialog {
    max-width: 600px;
    padding: 1.2rem;
}

.modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__content--active {
    opacity: 1;
}

.modal__content h1 {
    color: #1f4f9d;
    font-size: 22px;
    margin-right: 50px;
    padding:0;
}

.modal__content form {
    font-size: 1rem;
    color: #626262;
    margin:40px 0px;
}

.modal__content p.info{
    color: #757575;
    font-size:.8rem;
    margin-top:5px;
}

.modal__content form input {
    border:#ccc 1px solid;
    border-radius: 5px;
    display: block;
    font-size:1rem;
    margin: 5px 0px;
    padding:10px;
    width: 120px;
}

.modal__content .blue{
    border:0;
    cursor:pointer;
    padding: 11px 20px;
    font-size: 1rem;
    width: 190px;
    height: 56px;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #fff;
}

.modal__content .blue:hover{
    background:#3867B5 !important;
}

.modal__content label:not(:first-child){
    margin-top:15px;
}

.modal__close {
    cursor: pointer;
    z-index: 1100;
}

.modal__trigger {
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__trigger--active {
    z-index: 10;
}

.modal__trigger:hover {
    background: #fff;
}

#modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem;
    padding: 0.6rem;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 24px !important;
    width: 24px !important;
}

.close-button svg {
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

.close-button:hover {
    background: rgba(0, 0, 0, 0.6);
}

#result .positive, #result .positive a{
    color:green;
    font-weight:normal;
}

#result .negative, #result .negative a{
    color:darkred;
    font-weight:normal;
}

#result,
#result a{
    font-size:.9rem;
    line-height:normal;
}

#result a{
    text-decoration:underline;
}

label.error{
    color:darkred;
    display: block;
    font-size:0.9rem;
    margin-bottom:15px;
    margin-top:5px;
}

input.error{
    border-color: darkred !important;
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.5);
}