¿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

html,
body {
    font-family: 'Montserrat', sans-serif;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    background: #ecf0f1;
    overflow-x: hidden;
    overflow-y: auto;
    user-select: none;
    -webkit-user-select: none;
    scroll-behavior: smooth;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 720px;
    height: auto;
}

a {
    outline: 0;
    color: inherit;
    text-decoration: underline;
}

p {
    display: block;
    float: left;
    margin: 0;
}

    p + p {
        margin: 20px 0 0 0;
    }

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0;
    margin: 0;
    background: #fff;
}

.logo {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    float: left;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -1px;
    word-spacing: 4px;
    margin: 0 0 20px 0;
}

    .logo b {
        margin: 0 4px 0 0;
        color: #2ecc71;
    }

    .logo i {
        color: #2ecc71;
        font-size: 26px;
        margin: 0 8px 0 0;
    }

.brand {
    display: flex;
    align-items: center;
    float: left;
    outline: 0;
    text-decoration: none;
}

    .brand span {
        color: #ccc;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        margin: 0 10px 0 0;
    }

    .brand img {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: 20px;
        margin: 0;
    }

header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.completion {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #b7e9d6;
}

.bar {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    background: #2ecc71;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    opacity: 0;
    animation: show .3s ease forwards;
    animation-delay: .5s;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.question {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 100%;
    height: 350px;
    padding: 0;
    margin: 0;
}

.question-1 {
    height:450px;
}


    .question select,
    .question input {
        position: relative;
        display: block;
        float: left;
        width: 400px;
        height: 50px;
        line-height: 1;
        margin: 0;
        padding: 0 20px;
        background: #fff;
        border-width: 2px;
        border-style: solid;
        outline: 0;
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all .3s ease;
    }

    .question input {
        border-color: #ddd;
    }
        .question input[type=checkbox] {
            border-color: #ddd;
            -webkit-appearance: auto;
            -moz-appearance: auto;
            width:20px;
            height:20px;
        }
.question .NewGutterGroup label.disclosure {
    width: auto;
    margin: 2px 10px;
}
.question label.disclosureIntro {
    display: block;
    float: left;
    width: 60%;
    height: auto;
    margin: 10px 0 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-align: justify;
    text-justify: inter-word;
}

.question label.check-box-intro-label {
    width: 57%;
    margin-left: 10px;
    margin-top: 5px;
}
    .question select {
        color: #2ecc71;
        background: transparent;
        border-color: #2ecc71;
    }

    .question input::placeholder {
        color: #ccc;
    }

.error {
    color: #fb5455;
    border-color: #fb5455 !important;
}

    .error::placeholder {
        color: #fb5455;
    }

.question label {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    line-height: 1;
    margin: 0 0 40px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.choose {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

    .choose div {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        float: left;
        width: 140px;
        height: 140px;
        line-height: 18px;
        padding: 0 15px;
        margin: 10px;
        outline: 0;
        color: #999;
        font-size: 14px;
        font-weight: 700;
        border-width: 2px;
        border-style: solid;
        border-color: #999;
        border-radius: 10px;
        cursor: pointer;
        text-align: center;
        transition: all .3s ease;
    }

        .choose div:hover,
        .choose div:active {
            color: #fff;
            border-color: #2ecc71;
            background: #2ecc71;
        }

    .choose p {
        font-weight: 500;
        line-height: 40px;
    }

    .choose p,
    .choose div i {
        font-size: 40px;
        margin: 0 0 15px 0;
    }

.selected {
    color: #fff !important;
    border-color: #2ecc71 !important;
    background: #2ecc71 !important;
}

    .selected:hover,
    .selected:active {
        color: #2ecc71;
        border-color: #2ecc71 !important;
        background: #2ecc71 !important;
    }

.buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 0;
    margin: 40px 0 0 0;
}

    .buttons button {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        padding: 0 20px;
        margin: 0;
        width: auto;
        height: 40px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        outline: 0;
        text-decoration: none;
        text-transform: uppercase;
        background: #2ecc71;
        border-radius: 5px;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

#back {
    left: 0;
    color: #999;
    background: transparent;
    border: 1px solid #999;
}

    #back i,
    #show i,
    #send i {
        margin: 0 5px 0 0;
    }

#next,
#show,
#send {
    right: 0;
}

    #next i {
        margin: 0 0 0 5px;
    }

button:disabled,
button[disabled] {
    color: rgba(255,255,255,0.5) !important;
    background: #666 !important;
}

.info {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.send {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
    background: #2ecc71;
    border-radius: 5px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button.send {
    width: 100%;
}

button:disabled,
button[disabled] {
    color: rgba(255,255,255,0.5) !important;
    background: #666 !important;
}

.info input {
    width: calc(50% - 5px);
}

    .info input + input {
        margin-top: 10px;
    }

    .info input:nth-child(2) {
        margin-top: 0;
    }

    .info input:nth-child(1) {
        margin-right: 5px;
    }

    .info input:nth-child(2) {
        margin-left: 5px;
    }

    .info input:nth-child(3),
    .info input:nth-child(4),
    .info input:nth-child(5) {
        width: 100%;
    }

.question label.disclosure {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    text-justify: inter-word;
}

div.NewGutterGroup {
    width: 100%;
    margin-top: 10px;
}


main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
}

    main label {
        font-size: 26px;
        font-weight: 600;
        line-height: 1;
    }

    main span {
        display: block;
        float: left;
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: 600;
        color: #ccc;
        text-transform: uppercase;
    }

    main p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        text-justify: inter-word;
    }

    main img {
        display: block;
        float: left;
        vertical-align: middle;
        width: 100%;
        height: auto;
        margin: 40px 0;
        overflow: hidden;
        border-radius: 10px;
    }

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    border-top: 1px solid #fff;
}

    footer b {
        font-weight: 600;
    }

    footer p {
        text-align: justify;
        text-justify: inter-word;
    }

    footer label {
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        width: 100%;
        height: auto;
        margin: 40px 0;
    }

        footer label a {
            display: block;
            float: left;
            width: auto;
            outline: 0;
            margin: 0 10px;
        }

.home-image {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 400px;
    height: 190px;
    padding: 0;
    overflow: hidden;
    margin: 0 0 20px 0;
    background: #fff;
    border-radius: 10px;
}

.op {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px;
    border: 2px solid #ddd;
    border-radius: 10px;
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
}

.thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 600px;
    height: 373px;
    padding: 0 40px;
    margin: 0;
    color: #fff;
    background: #2ecc71;
}

    .thumbnail label {
        font-size: 42px;
        line-height: 1;
        font-weight: 600;
    }

        .thumbnail label i {
            margin-left: 10px;
        }

        .thumbnail label:nth-child(2) {
        }

        .thumbnail label:nth-child(3) {
            font-size: 30px;
        }

        .thumbnail label + label {
            margin: 10px 0 0 0;
        }

    .thumbnail p {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        margin: 10px 0 30px 0;
    }


    .thumbnail .brand {
        padding: 10px 20px;
        background: #fff;
        border-radius: 10px;
    }

        .thumbnail .brand span {
            color: #333;
        }

    .thumbnail .logo {
        margin: 0 0 30px 0;
    }

        .thumbnail .logo i,
        .thumbnail .logo b {
            color: #fff !important;
        }

.me {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    line-height: 1;
    margin: 0 0 40px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.whats-next {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .whats-next div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        float: left;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .whats-next i {
        color: #2ecc71;
        font-size: 50px;
        margin: 0 0 10px 0;
    }

@media only screen and (max-width: 1000px) {

    .container {
        width: 100%;
    }

    .question {
        height:350px;
    }

    .question-1 {
        height:450px;
    }

    .question label.disclosure {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        margin: 10px 0 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        text-align: justify;
    }

    .question label.disclosureIntro {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        margin: 10px 0 0;
        font-size: 10px;
        font-weight: 400;
        line-height: 10px;
        text-align: justify;
    }

    .question label.check-box-intro-label {
        margin-left:10px;
    }
        footer {
        padding: 10% 5%;
    }

    .logo {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

        .logo i {
            font-size: 20px;
        }

    footer .logo {
        margin: 0 0 20px 0;
    }

    footer p {
        font-size: 12px;
        line-height: 18px;
    }

    footer label {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 20px 0 0 0;
    }

        footer label a {
            font-size: 12px;
            margin: 0 0 20px;
        }

            footer label a:last-child {
                margin: 0 0 20px;
            }

    nav {
        padding: 5%;
        height: auto;
    }

    .brand img {
        height: 18px;
    }

    .brand span {
        display: none;
    }

    main {
        padding: 10% 5%;
    }

        main span {
            font-size: 14px;
        }

        main label {
            font-size: 20px;
            line-height: 24px;
            text-align: center;
        }

        main img {
            width: 100%;
            height: auto;
            margin: 20px 0;
        }

        main p {
            width: 100%;
            font-size: 14px;
            line-height: 20px;
        }

    header {
        padding: 10% 5%;
    }

    .title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        font-size: 24px;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .subtitle {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        font-size: 14px;
        margin: 0 0 30px 0;
    }

    .question select,
    .question input {
        height: 40px;
        width: 100%;
        font-size: 14px;
    }

    .me,
    .question label {
        height: auto;
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .choose {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 20px);
    }

        .choose div {
            font-size: 12px;
            line-height: 16px;
            width: calc((100% / 3) - 20px);
            height: 100px;
        }

        .choose p {
            line-height: 34px;
        }

        .choose p,
        .choose div i {
            font-size: 34px;
            margin: 0 0 8px 0;
        }

    .home-image {
        width: 100%;
        height: 190px;
    }

    .info {
        width: 100%;
    }

        .info input:nth-child(1),
        .info input:nth-child(2) {
            width: calc(50% - 5px);
        }

    .buttons {
        width: 100%;
        margin: 30px 0 0 0;
    }

        .buttons button {
            padding: 0 15px;
            font-size: 12px;
        }

    .send {
        font-size: 12px;
    }

    .disclosure {
        margin: 20px 0 0;
        width: 100%;
        font-size: 10px;
        line-height: 18px;
    }

    .disclosureIntro {
        margin: 20px 0 0;
        width: 100%;
        font-size: 10px;
        line-height: 18px;
    }


    .thanks {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .whats-next {
        width: 100%;
        background: #fff;
        padding: 30px;
    }

        .whats-next i {
            font-size: 40px;
        }

        .whats-next div {
            font-size: 14px;
            line-height: 20px;
        }
}
