@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ribeye+Marrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,423;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,423;1,500;1,600;1,700&display=swap');
.main,
button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto Mono', monospace;
}

html {
    scroll-padding-top: 90px;
    /* height of sticky header */
}

.logo {
    text-transform: lowercase;
    font-size: 4.5rem;
}

.logo .blue {
    color: #0084CE;
}

.logo .yellow {
    color: #FFD700;
}


/* span.step-number {
    font-family: 'Press Start 2P', cursive;
    font-family: 'Ribeye Marrow', cursive;
    font-size: 80px;
    width: 48px !important;
    display: inline-block;
} */

span.step-number {
    display: none;
}

h2 {
    border-bottom: 8px solid #FFF1CA;
    display: inline-block;
    line-height: 27px;
    font-size: 2.6rem;
    padding: 0 5px;
    box-shadow: -7px 7px 0px #F7E5B3;
    margin-bottom: 40px;
}

.live-form {
    background: #FFF1CA;
    color: #3e5062;
    box-shadow: 10px 10px 0px #F7E5B3;
}

.live-form input.form-control {
    background: #FFF5DB;
    color: #3e5062;
    box-shadow: 3px 3px 0px #F7E5B3;
}

ul.list-unstyled.components li {
    margin-bottom: 10px;
}

.media {
    width: 100%;
}

#content {
    width: calc(100% - 115px);
    margin-left: 115px;
    z-index: 0;
}

.first-note {
    background: #ffffff;
    border: 1px solid #FFF3CD;
    border-color: #F7E5B3;
    display: block;
    margin: 3rem auto !important;
    min-height: auto;
    vertical-align: middle;
    box-shadow: 8px 8px 0px #F7E5B3;
    padding: 2rem 3rem;
    font-size: 1.1rem;
    margin-bottom: 0px !important;
}

h2.lined-title {
    border-bottom: 8px solid #FFF1CA;
    display: inline-block;
    line-height: 27px;
    font-size: 2.6rem;
    padding: 0 5px;
    box-shadow: 7px 7px 0px #F7E5B3;
}

.container {
    max-width: 1600px !important;
    width: 100% !important;
}

#steps .highlighted {
    background: #fff1ca;
}


/*wrapper*/

.wrapper {
    display: flex;
    align-items: stretch;
}

#best-content .card {
    min-height: 180px;
    box-shadow: 8px 8px 0px #F7E5B3;
}

#best-content .card:hover {
    background: #fffbf1;
    cursor: pointer;
}

.small-container {
    max-width: 1200px;
}

#demo form {
    display: inline-grid;
    max-width: 400px;
    width: 100%;
}

#demo a {
    color: #3e5062;
    text-decoration: none;
}

#demo a:hover .first-note {
    background: #fffbf1
}

.great-job>div:hover {
    background: #fdf0c3;
}

#demo form input[type="text"],
#demo form input[type="email"] {
    background: #FFF5DB;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

input[type="submit"],
button[type="submit"] {
    background: #0083CE;
    box-shadow: 3px 3px 0px #bacdd8;
    color: #fff;
}

.form-demo input[type="submit"] {
    color: #fff;
    width: 70%;
    margin: auto;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    box-shadow: 3px 3px 0px #bacdd8;
}

.form-demo input {
    box-shadow: 3px 3px 0px #F7E5B3;
    border: 1px solid rgba(0, 0, 0, .15);
}

form.form-demo {
    max-width: 600px;
    display: grid;
}

.form-demo button {
    margin: auto;
    padding: 1rem 5rem;
}

#hero button,
.form-demo button {
    box-shadow: 3px 3px 0px #b3d4f7;
    font-size: 1rem;
    cursor: pointer;
}


/* Shrinking the sidebar from 250px to 80px and center aligining its content*/

#sidebar {
    min-width: 100px;
    position: fixed;
    z-index: 1;
    background: hsl(210 17% 98% / 0.95);
    height: 100%;
    margin-top: -30px;
    padding-top: 60px;
    left: 0px;
    transition: all 0.2s;
}

#sidebar:hover {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#sidebar ul ul {
    display: none;
    font-size: 90%;
    transition: all 0.2s;
}

#sidebar:hover ul ul {
    display: block;
}

.sf {
    position: relative;
    z-index: 1;
}

#best-content a {
    color: #3e5062;
}

#best-content a:hover {
    text-decoration: none;
}


/* .media-body>h2::before {
    content: "";
    background: #FEE5A1;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: -1;
    margin: -50px 0 0px -85px;
} */


/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/

#sidebar .sidebar-header strong {
    display: none;
}

#sidebar.active .sidebar-header h3 {
    display: none;
    margin-left: -55px;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active #sidebarCollapse {
    float: right;
    margin-top: 10px;
}

.great-job,
#download-bundle {
    max-width: 1000px;
    text-align: center;
    margin: auto;
}

@media (max-width: 768px) {
    /* 80px and its content aligned to centre. Pushing it off the screen with the negative left margin*/
    #sidebar.active {
        text-align: center;
    }
    /* Reappearing the sidebar on toggle button click */
    #sidebar {
        margin-left: 0;
    }
    /* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
    #sidebar .sidebar-header strong {
        display: none;
    }
    #sidebar.active .sidebar-header h3 {
        display: none;
    }
    #sidebar.active .sidebar-header strong {
        display: block;
    }
    /* Downsize the navigation links font size */
    #sidebar.active ul li a {
        padding: 20px 10px;
        font-size: 0.85em;
    }
    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }
    /* Adjust the dropdown links padding*/
    #sidebar.active ul ul a {
        padding: 10px !important;
    }
    /* Changing the arrow position to bottom center position, translateX(50%) works with right: 50% to accurately  center the arrow */
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active ul li a {
        padding: 20px 10px;
        font-size: 0.85em;
    }
    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }
    /* Same dropdown links padding*/
    #sidebar.active ul ul a {
        padding: 10px !important;
    }
    /* Changing the arrow position to bottom center position, translateX(50%) works with right: 50% to accurately  center the arrow */
    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active ul.list-unstyled {
        width: fit-content;
        margin: auto;
        text-align: left;
    }
    #sidebar.active .sidebar-header {
        text-align: center;
    }
}


/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #fff;
    border: 1px solid #999;
    height: 5px;
    border-radius: 5px;
}

.animated-icon2 span {
    background: #fff;
}

.animated-icon3 span {
    background: #fff;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Icon 3*/

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}


/* Icon 4 */

.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}


/*ajuste*menu*/

button#sidebarCollapse {
    background: hsl(210 17% 98% / 0.98);
    border: none;
    outline: none;
    float: right;
    padding: 5px;
    z-index: 1;
    margin-right: 5px;
}

#sidebarCollapse:hover .animated-icon1 span {
    background: #fff1ca;
}

button#sidebarCollapse.btn-info.focus,
button#sidebarCollapse.btn-info:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/**/

#steps p.lead {
    font-size: 18px;
}

#steps .media,
.container .media {
    margin-bottom: 6rem;
    align-items: center;
}

#steps .media.secondary-media {
    align-items: baseline;
}

.media.secondary-media {
    width: calc(100% - 100px);
    margin-left: 100px;
    margin-top: -5rem;
}

.ul-second {
    list-style: none;
    padding-left: 20px;
}

#question {
    display: flex;
}

#quest {
    background: #CAE4C7;
    background: #FFF3CD;
    display: block;
    margin-bottom: 10rem;
    min-height: 350px;
    display: inline-table;
    vertical-align: middle;
    box-shadow: 15px 15px 0px #F7E5B3;
}

#quest.quest-ok .question {
    display: none;
}

#quest.quest-ok .congratulation {
    display: table-cell !important;
    vertical-align: middle;
}

#quest img,
.great-job img {
    max-width: 80px;
    box-shadow: 5px 5px 0px #F7E5B3;
}

.great-job h5,
#question h5 {
    font-size: 2rem;
}

.great-job>div {
    background: #FFF3CD;
    display: block;
    margin-bottom: 10rem;
    min-height: auto;
    vertical-align: middle;
    box-shadow: 15px 15px 0px #F7E5B3;
}

#download-bundle>div {
    background: #ffffff;
    border: 1px solid #FFF3CD;
    display: block;
    margin: 10rem auto !important;
    min-height: 150px;
    vertical-align: middle;
    box-shadow: 15px 15px 0px #F7E5B3;
}

.congrats-buttons button {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 1rem 3rem;
    box-shadow: 5px 5px 0px #F7E5B3;
    cursor: pointer;
}

.congrats-buttons button:hover {
    background: #fffbf1;
}

#quest.quest-tip {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 7px 7px 0px #F7E5B3;
}

#quest.quest-tip .question {
    display: none !important
}

#quest.quest-tip .tip {
    vertical-align: middle;
    display: table-cell !important;
}

span.hilighted {
    background: #fff1ca;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 1.3rem;
}

.media img,
.media .embed-responsive {
    max-width: 60%;
}

.boxed {
    box-shadow: 8px 8px 0px #F7E5B3;
    border: 1px solid #FFF1CA;
}

#hero .media img,
#hero .media .embed-responsive {
    border: none;
    box-shadow: none;
}

.media.secondary-media img,
.media.secondary-media .embed-responsive {
    max-width: 60%;
}

#download-bundle a {
    color: #292b2c
}

#download-bundle a:hover {
    color: #676c6f;
    text-decoration: none;
}

.preview {
    cursor: pointer;
    z-index: 1;
}

.preview.active .embed-responsive {
    display: block !important;
}

.note {
    background: #ffffff;
    border: 1px solid #FFF3CD;
    border-color: #F7E5B3;
    display: block;
    margin: 2rem auto !important;
    min-height: auto;
    vertical-align: middle;
    box-shadow: 5px 5px 0px #F7E5B3;
    padding: 2rem 3rem;
    font-size: 1.1rem;
    margin-bottom: 0px !important;
}

@media (min-width: 1200px) {}

@media (max-width: 1200px) {
    #content {
        width: 100%;
        margin: auto;
    }
    /* #sidebar #menu-mobile {
        display: block !important;
    } */
    #sidebar .sidebar-header,
    #sidebar .components {
        display: none;
    }
    #sidebar {
        min-width: auto;
        width: auto;
        position: fixed;
        z-index: 1;
        height: auto;
        background: none;
        margin-top: -30px;
        padding-top: 40px;
        right: -15px;
    }
    #sidebar.active {
        min-width: 250px;
        position: fixed;
        background: hsl(210 17% 98% / 0.98);
        height: 100%;
        margin-top: -30px;
        right: 0px;
        text-align: center;
    }
    .animated-icon1 span {
        background: #3e5062;
        border: 1px solid #000;
    }
    #sidebar.active .sidebar-header,
    #sidebar.active .components {
        display: block;
    }
}

@media (max-width: 768px) {
    #sidebar.active {
        width: 100%;
        font-size: 1.2rem;
    }
    #sidebar.active h3 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .media {
        display: block;
    }
    section {
        margin: 0px;
    }
    section img {
        width: 100%;
    }
    #hero img {
        display: none !important;
    }
    .media img,
    .media .embed-responsive {
        max-width: 100%;
    }
    .media.secondary-media img,
    .media.secondary-media .embed-responsive {
        max-width: 100%;
    }
    #hero {
        margin: 0 !important;
        text-align: center;
    }
    .logo {
        font-size: 1.9rem;
        letter-spacing: 0px;
    }
    .first-note {
        padding: 1rem 2rem;
    }
    .media-body {
        padding-right: 1rem !important;
    }
    .step-2 .media .media-body p a img {
        max-width: 20px;
    }
    h2 {
        font-size: 2rem;
    }
    .great-job .preview img {
        max-width: 30px;
    }
    .great-job>div {
        box-shadow: none;
    }
    hr {
        display: none;
    }
    section {
        text-align: center;
    }
}