* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

html,
body {
    /*display: grid;*/
    padding: 40px 0px;
    place-items: center;
    height: 125vh;
    background-size: cover;
    font-family: sans-serif;
}

.logo2 {
    display: flex;
    align-items: center;
}

header {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 25px 0 black;
    z-index: 999;
}

header img {
    height: 80px;
    margin-left: 40px;
}

header * {
    display: inline;
}

header li {
    margin: 5px;
    cursor: pointer;
}

header li a {
    color: black;
    text-decoration: none;
}

h1 {
    display: flex;
    justify-content: center;
}

.centralizar {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wrapper .title {
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: rgb(0 51 101);
    font-weight: 500;
    font-size: 12px;
    border-radius: 10px 10px 0 0;
}

.wrapper .box {
    padding: 15px 30px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border: 1px solid lightgrey;
}

.wrapper .box2 label {
    display: flex;
    height: 45px;
    width: 100%;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 50px;
    margin: 10px 0;
    padding-left: 20px;
    cursor: default;
    transition: all 0.3s ease;
}

.radio-select,
#option-1:checked~.option-1,
#option-2:checked~.option-2,
#option-3:checked~.option-3,
#option-4:checked~.option-4 {
    background: #333;
    border-color: #333;
}

.wrapper .box2 label .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.radio-select,
#option-1:checked~.option-1 .dot,
#option-2:checked~.option-2 .dot,
#option-3:checked~.option-3 .dot,
#option-4:checked~.option-4 .dot {
    background: #fff;
}

.box label .dot::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.radio-select,
#option-1:checked~.option-1 .dot::before,
#option-2:checked~.option-2 .dot::before,
#option-3:checked~.option-3 .dot::before,
#option-4:checked~.option-4 .dot::before {
    background: #333;
    transform: translate(-50%, -50%) scale(1);
}

.wrapper .box2 label .text {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    transition: color 0.3s ease;
}

.radio-select,
#option-1:checked~.option-1 .text,
#option-2:checked~.option-2 .text,
#option-3:checked~.option-3 .text,
#option-4:checked~.option-4 .text {
    color: #fff;
}

.wrapper .box2 input[type="radio"] {
    display: none;
}

.input {
    height: 45px;
    width: 40%;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 20px;
    margin: 10px 0;
    padding: 20px;
    cursor: default;
    transition: all 0.3s ease;
}

textarea {
    height: 45px;
    width: 100%;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 20px;
    margin: 10px 0;
    padding: 10px;
    cursor: default;
    transition: all 0.3s ease;
    resize: none;
    overflow: hidden;
}


.select-input {
    display: flex;
    height: 45px;
    width: 40%;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 20px;
    margin: 10px 0;
    padding: 20px;
    cursor: default;
    transition: all 0.3s ease;
}


/*BUTTON*/


/*
button.selected {
    color: red;
}
*/

.multipleSelection.selected {
    background: #333;
    border-color: #333;
    color: #fff;
    transition: all 0.3s ease;
}

.dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    /*position: relative;*/
    transition: all 0.3s ease;
}


/*.insidedot {}*/

.multipleSelection.selected .insidedot {
    background: rgb(0 51 101);
    /* width: 9px; */
    border-radius: 50%;
    /* height: auto; */
    margin: 0 auto;
    padding: 7px;
    /* border: 3px; */
    /* position: relative; */
    margin: 3px;
}

.optionButton {
    background: white;
    display: flex;
    height: 45px;
    width: 100%;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 50px;
    margin: 10px 0;
    padding-left: 20px;
    cursor: default;
    transition: all 0.3s ease;
}

.text {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    transition: color 0.3s ease;
}

.multipleSelection.selected .text {
    color: #fff;
}


/* Style the buttons that are used to open and close the accordion panel */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 2;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 12px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.resultado {
    width: 95%;
}


/*TABLE*/

table {
    width: 100%;
    table-layout: fixed;
}

.col-1 {
    width: 20px;
}

.col-2 {
    width: 50px;
}

.tbl-header {
    background-color: rgba(177, 14, 14, 0.3);
}

.tbl-content {
    height: 200px;
    overflow-x: auto;
    margin-top: 0px;
    border: 1px solid rgba(30, 164, 18, 0.3);
}

th {
    padding: 20px 15px;
    font-weight: 500;
    font-size: 12px;
    color: rgb(132, 29, 29);
    text-transform: uppercase;
}

.th-center {
    text-align: center;
}

.th-left {
    text-align: left;
}

td {
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    color: rgb(132, 29, 29);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.td-center {
    text-align: center;
}

.td-left {
    text-align: left;
}



/*Toggle button*/

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(18px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 23px;
}

.slider.round:before {
    border-radius: 50%;
}

.centerButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 30px;
}

.buttonStart {
    background-color: #4CAF50;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    padding: 15px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
}

.buttonStart:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}





.flex-container {

    background: white;
    padding: 0px;
    border: 0px;
    height: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}


.box-title {
    min-width: 13rem;
    width: 100%;
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: center;
    background-color: #dcb011;
}

.caracteristicas-preenchidas {
    min-width: 13rem;
    width: 50%;
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: center;
    background-color: rgb(3 60 120);
    color: white;
}

.caracteristicas-doencas {
    min-width: 13rem;
    width: 50%;
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: center;
    background-color: rgb(5 80 140);
    color: white;
}


.result-row {
    display: flex;
}




.row {
    display: flex;
    /* equal height of the children */
}

.col {
    flex: 1;
    /* additionally, equal width */

    padding: 1em;
    border: 0px;
    background: greenyellow;

}




/*SCREEN*/

@media (min-width: 25rem) {
    body {
        font-size: 15px;
        padding: 10px 0px;
    }


    header li {
        margin: 7px;
    }

    .wrapper .title {
        font-size: 20px;
    }

    .wrapper {
        width: 90%;
    }

    .resultado {
        width: 80%;
    }




}

@media (min-width: 40rem) {
    body {
        font-size: 25px;
        padding: 10px 50px;
    }

    .center {
        width: 25%;
    }

    header li {
        margin: 10px;
    }

    .wrapper {
        width: 60%;
    }

    .wrapper .title {
        font-size: 12px;
    }

    .resultado {
        width: 60%;
    }


}

@media (min-width: 80rem) {
    body {
        font-size: 25px;
        padding: 20px 120px;
    }

    .center {
        width: 12%;
    }

    header li {
        margin: 12px;
    }

    .wrapper {
        width: 40%;
    }

    .wrapper .title {
        font-size: 12px;
    }

    .resultado {
        width: 30%;
    }

    .box-title {
        width: 33.3%;
    }

    .caracteristicas-preenchidas {
        width: 33.3%;
    }

    .caracteristicas-doencas {
        width: 33.3%;
    }

    #sobre {
        padding: 0px 200px;
    }
}


.container {
    /*margin: 20px;*/
    display: grid;
    grid-template-columns: 50%;
    grid-template-rows: 2.5rem minmax(2.5rem, auto);
}


.el1 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 3;
    background: rgb(210 210 210);
    padding: 2px;
    border: rgb(200, 200, 200);
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

.el2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(230 230 230);
    padding: 8px;
    border: rgb(200, 200, 200);
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

.el3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(245 245 245);
    padding: 8px;
    border: rgb(200, 200, 200);
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

@media (min-width: 25rem) {
    .container {
        grid-template-columns: 33.33333333% 33.33333333% 33.33333334%;
        grid-template-rows: minmax(3rem, auto);
    }

    .el1 {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}


@media (min-width: 40rem) {
    .dataContent {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: minmax(3.5rem, auto);
    }

    .el1 {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}


@media (min-width: 80rem) {
    .dataContent {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: minmax(4rem, auto);
    }

    .el1 {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}






/*Animação três pontos*/

.jumping-dots span {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    animation: jump 1s infinite;
    display: inline-block;
}

.jumping-dots .dot-1 {
    background-color: #888;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    animation-delay: 200ms;
}

.jumping-dots .dot-2 {
    background-color: #777;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    animation-delay: 400ms;
}

.jumping-dots .dot-3 {
    background-color: #666;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    animation-delay: 600ms;
}

@keyframes jump {
    0% {
        bottom: 0px;
    }

    20% {
        bottom: 5px;
    }

    40% {
        bottom: 0px;
    }
}