*{
    margin: 0;
    padding: 0;
  }

body {
    background-color: #F7F7F7;
    color: #139BD0;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    margin: 0px;
        min-height: 100vh
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo-image {
    width: 110px;
    margin: 0.5em 0em 0em 1.5em;
}

#nav-buttons {
    padding: 1% 2% 1% 0%;
    margin-right: 1em;
}

.nav-button {
    font-size: 0.9em;
    margin: 0em 0em 0em 2em;
    color: #139BD0;
    font-weight: 500;
    text-decoration: none;
}

#login {
    background-color: #69CF67;
    border-radius: 30px;
    padding: 8px 35px 8px 35px;
    color: #F7F7F7;
    font-weight: bold;
}

#header-division {
    background-color: #9CD2E7;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0em 2em 0em 2em;
}

#videos-conteiner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

#video-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 5vh;
    margin: auto;
    font-weight: 800;
}

#videos-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-buttons {
    font-size: 4em;
    margin: 0.1em;
}

#video {
    width: 40vw;
}

#start-button {
    background-color: #F3E184;
    font-size: 1.5em;
    text-decoration: none;
    font-weight: 500;
    color:#F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 23px 17px 23px;
    margin: 1.2em 0em 1em 0em;
    border-radius: 30px;
    letter-spacing: 2px;
    box-shadow: 0px 2px 15px rgba(128, 128, 128, 0.412);
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;   
    margin-top: 1.5em;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#contact-infos {
    display: flex;
    flex-direction: column;
}

#social-midia {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em 0em 0.7em 0em;
}

.social-icons {
    width: 30px;
    height: 30px;
    padding: 0px 30px 0px 30px;
}

#contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#phone-conteiner {
    display: flex;
    justify-content:space-between;
    margin-right: 10px;
}

#email-conteiner {
    display: flex;
    justify-content:space-between;
    margin-left: 10px;
}

.contact-icons {
    margin-right: 6px;
}

#end-page {
    display: flex;
    background-color: #139BD0;
    color: #F7F7F7;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    padding: 6px 0px 6px 0px;
}

#developer {
    margin-left: 2em;
    font-size: 12px;
}

#privacy-terms {
    margin-right: 2em;
    font-size: 12px;
}


/*-----------------------------------------------------#*/
/*TESTE#*/

#title-test-conteiner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.5em;
}

#title-test {
    font-size: 3.5em;
    font-weight: bolder;
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 3px;
}

#subtitle-test {
    font-size: 18px;
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #ffd000;
    letter-spacing: 1px;
}

#instructions-conteiner{
    display: block;
}

#title-instructions {
    display: flex;
    justify-content: center;
    font-size: 45px;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: 400;
}

#instructions {
    margin: 3em 10% 2em 10%;
    font-size: 20px;
}

#options {
    margin: 3em auto 2em 10%;
    font-size: 20px;
}


#question {
    margin: 1em 18% 2em 18%;
    font-size: 25px;
    font-weight: 500;
    word-wrap: break-word;
    text-align: left;
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.question-video {
    width: 65%;
    border-radius: 30px;
    margin: 1em 18% 2em 18%;
    display: block;
}


.test-division {
    background-color: #139BD0;
    margin: 4em 8em 4em 8em;
    height: 4px;
    width: 80%;
    display: block;
    justify-content: center;
    align-items: center;
}


#footer-test {
    display: flex;
    flex-direction: column;
    align-items: center;   
    margin-top: 1em;
    left: 0;
    bottom: 0;
    width: 100%;
}

.app {
    background-color: #f8f8f8;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1250px;
    margin: auto;
    border-radius: 50px;
    padding: 30px;    
    box-shadow: 0px 2px 15px rgba(196, 196, 196, 0.412);
}

#answer-conteiner{
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn {
    color: #f8f8f8;
    margin: 1em;
    margin-bottom: 1.5em;
    padding: 40px 50px 40px 50px;
    border-radius: 100%;
    background-color: #dadada;
    font-size: 2em;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
}

.btn:hover{
    background-color: #69CF67;
}

#next-previous-conteiner{

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#button-previous {
    background-color: #F3E184;
    font-size: 1.4em;
    color: #f8f8f8;
    font-weight: 600;
    width: 350px;
    height: 75px;
    border: None;
    box-shadow: 0px 2px 15px rgba(196, 196, 196, 0.412);
    border-radius: 50px;
    margin: 20px auto 60px auto;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    display: block;
    margin-right: 10%;
}

#button-next {
    background-color: #F3E184;
    font-size: 1.4em;
    color: #f8f8f8;
    font-weight: 600;
    width: 350px;
    height: 75px;
    border: None;
    box-shadow: 0px 2px 15px rgba(196, 196, 196, 0.412);
    border-radius: 50px;
    margin: 20px auto 60px auto;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    display: block;
    margin-left: 10%;
}

.button-selected {
    background-color: #69CF67;
}
