:root{
	--white:  #ffffff;
	--darkGreen: #2D4226;
	--lightGreen: #61894D;
	--textColor: #4a4a4a;
	--shadowColor:  rgba(0,0,0,0.25);
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-size: 20px;
}
body {
	line-height: 1;
	font-family: 'Dosis', sans-serif;
	color: #4a4a4a;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b{
	font-weight: 700;
}
.containerReview{
	height: 100vh;
	min-height: 985px;
	display: flex;
	align-items: center;
    justify-content: center;    
    position: relative;
    flex-direction: column;

}

.containerBoxQuestion h1{
	    background-color: #f5f5f5;
    padding: 16px;
    text-align: center;
    margin-bottom: 16px;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
}


h2.secondTitle{
	margin: 16px 0px;
}
p.privacy-text{
	font-size: 0.65rem;
	margin-bottom: 16px;
}

p.textInfoRegiter{
	font-size: 0.9rem;
	line-height: 28px;
}
.bgColor{
	position: absolute;
	width: 100%;
    height: 100%;
}
.containerColorOne{
	background-color: var(--darkGreen);
	height: 60%;
}
.containerColorTwo{
	background-color: var(--lightGreen);
	height: 40%;
}
#imgSalad{
	position: absolute;
	width: 85%;
	max-width: 900px;
	margin-top: 3.125rem;
	transform: scale(0.5);
	transition: transform .7s; /* Animation */
}

#imgSalad.expand{
	transform: scale(1);
}

.titlePage{
    z-index: 100;
    height: 70px;
    width: 65%;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 4px;
}

.titlePage img{
	max-width: 66px;
	margin-bottom: 0.85rem;
}

.titlePage h1{
	color: var(--white);
	font-size: 2rem;
}

.containerBoxQuestion{
    background-color: var(--white);
    width: 65%;
    z-index: 100;
    max-width: 650px;
    box-shadow: 2px 2px 10px var(--shadowColor);
    padding: 1rem;
	margin-top: 50px;
}

.containerBoxQuestion input.textInput{
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--textColor);
    padding: 0.5rem 0;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

.containerBoxQuestion input.textInput:hover{
	border-bottom: 1px solid var(--lightGreen);
}

.containerBoxQuestion input.textInput:focus{
	outline: none;
	border-bottom: 1px solid var(--lightGreen);
}

.containerBoxQuestion label{
	font-size: 0.85rem;
	color: var(--darkGreen);
}

.inputContainer{
	flex: 1;
}

.oneLineMultiple{
	display: flex;
}

.oneLineMultiple .inputContainer:first-child{
	margin-right: 0.5rem;
}

.oneLineMultiple .inputContainer:last-child{
	margin-left: 0.5rem;
}

.buttonList ul {
    list-style: none;
}
.buttonList li {
    display: inline-block;
    margin-left: 0.85rem;
}
.buttonList input {
    opacity:0;
    position: absolute;
    width: 35px;
    height: 35px;
    margin: 0px;
    cursor: pointer;
}
.buttonList label {
    cursor: pointer;
    display: inline-block;
    line-height: 50px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #eeeeee;
        display: flex;
    align-items: center;
    justify-content: center;
}

.buttonList input:checked + label {
    color: white;
    background: var(--darkGreen);
}

.selectorContainer{
	box-shadow: 2px 2px 10px var(--shadowColor);
/*	margin-bottom: 1rem;*/
}

.lineQuestion{
	display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #eee;
        font-size: 0.9rem;
}
.lineQuestion .titleIcon{
	display: flex;
	align-items: center;
}

.lineQuestion .titleIcon img{
width: 25px;
margin-right: 0.85rem;
}

p.labelInfo{
	    text-align: right;
    margin-top: 0.55rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
}

button#buttonSubmitForm{
float: right;
    padding: 8px 32px;
    border: none;
    background: var(--darkGreen);
    color: #ffffff;
    border-radius: 2px;
    box-shadow: 2px 2px 10px var(--shadowColor);
}

/*.buttonList input:checked + label.1level {
    background: #FF7043;
}
.buttonList input:checked + label.2level {
    background: #FFA726;
}
.buttonList input:checked + label.3level {
    background: #FFEE58;
}
.buttonList input:checked + label.4level {
    background: #D4E157;
}
.buttonList input:checked + label.5level {
    background: #66BB6A;
}*/

@media(max-height: 900px){
.containerReview {

    justify-content: flex-start;

}
}

@media(max-width: 768px){

	.lineQuestion .titleIcon{
		margin-bottom: 1rem;
	}
	.lineQuestion .titleIcon img{
	}
.containerBoxQuestion {
    background-color: var(--white);
    width: calc(100% - 2rem);
}
.lineQuestion{
	    flex-direction: column;
	    align-items: flex-start;
}

.buttonList li {
    display: inline-block;
    margin-left: 0rem;
    margin-right: 0.85rem;
}
}
