.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
	overflow: hidden;
}

#container-tudo {
    float: left;
    height: 1080px;
    clear: none;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0%;
}

#container-quiz {
    float: left;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 40%;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}

#box-vermelho {
    float: left;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 59%;
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 0px;
    background-color: rgb(222, 0, 34);
    background-image:url("../img/foto-bg.jpg");
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

/* #mapa {
    float: none;
    height: 782px;
    margin-left: auto;
    margin-top: 136px;
    clear: none;
    width: 48.05%;
    /* background-image:url("../img/mapa.svg");
    background-attachment: scroll;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
} */



#logo-inter {
    float: left;
    height: 85px;
    margin-left: 7.942708%;
    margin-top: 147px;
    clear: none;
    width: 11.435954%;
    background-image:url("../img/logo-inter.jpg");
    background-attachment: scroll;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
}

#PINTE_A_AMÉRICA_DE_VERMELHO {
    float: left;
    font-size: 5em;
    width: 59.061278%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 23.199153%;
    margin-top: 94px;
    clear: both;
    min-height: 280px;
    font-family: 'League Gothic', sans-serif;
}

#box-rolinho {
    float: left;
    height: 157px;
    margin-left: 25.594735%;
    margin-top: 0px;
    clear: none;
    width: 51.200028%;
    background-image:url("../img/rolinho-2.jpg");
    background-attachment: inherit;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#botao {
    float: left;
    height: 72px;
    margin-left: 14.664274%;
    margin-top: 67px;
    clear: none;
    width: 300px;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    background-color: rgb(255, 0, 0);
	transition: all ease-out 333ms;
	-webkit-transition: all ease-out 333ms;
	-moz-transition: all ease-out 333ms;
	-ms-transition: all ease-out 333ms;
	-o-transition: all ease-out 333ms;
	cursor: pointer;
}
#botao:hover{
	background-color: rgb(186,0,0);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*transition: all ease-out 333ms;
	-webkit-transition: all ease-out 333ms;
	-moz-transition: all ease-out 333ms;
	-ms-transition: all ease-out 333ms;
	-o-transition: all ease-out 333ms; */
}

#text1 {
    float: left;
    font-size: 2em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 16px;
    clear: none;
    min-height: 37px;
    font-family: 'League Gothic', sans-serif;
    color: rgb(255, 255, 255);
}

#text {
    float: none;
    font-size: 1em;
    width: 48.867466%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: auto;
    margin-top: 40px;
    clear: none;
    min-height: 88px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    min-width: 300px;
    max-width: 358px;
}

#box-rolinho-maior {
    float: left;
    height: 136px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 51.188201%;
    position: absolute;
    top: 92px;
    left: 69.11315%;
    -webkit-transition: all linear 340ms;
	-moz-transition: all linear 340ms;
	-ms-transition: all linear 340ms;
	-o-transition: all linear 340ms;
	transition: all linear 340ms;
	transition: all linear 340ms;
	z-index:99;
}

#box_texto {
    float: none;
    height: 574px;
    margin-left: auto;
    margin-top: 92px;
    clear: none;
    width: 81.764241%;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    margin-right: auto;
}

#text2 {
    float: left;
    font-size: 0.8em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 21px;
    clear: both;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    font-family: 'League Gothic', sans-serif;
}

@media only screen and (min-width: 320px) {
    #logo-inter {
        width: 49.265625px;
        height: 50px;
        margin-top: 13px;
        margin-left: auto;
        clear: none;
        position: relative;
        top: 0px;
        left: 0px;
        float: none;
        margin-right: auto;
    }

    #box-vermelho {
        width: 100vw;
		min-width: 100vw;
		max-width: 100vw;
		min-height: 100vh;
		max-height: 100vh;
		height: 100vh;
        display: block;
		overflow: hidden;
		background-image: none;
		background-color: #fff;
		
    }

    #container-quiz {
		overflow: hidden;
        width: 100%;
        height: 760px;
		min-height: 760px;
		max-height: 760px;
        display: block;
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
		/* transition: all linear 555ms;
		-webkit-transition: all linear 555ms;
		-moz-transition: all linear 555ms;
		-ms-transition: all linear 555ms;
		-o-transition: all linear 555ms; */
    }

    #PINTE_A_AMÉRICA_DE_VERMELHO {
        float: none;
        font-size: 3.2em;
        width: 80%;
        height: auto;
        text-align: center;
        font-weight: normal;
        line-height: 1em;
        margin-left: auto;
        margin-top: 22px;
        clear: none;
        min-height: 112px;
        font-family: 'League Gothic', sans-serif;
        min-width: 0px;
        position: relative;
        top: 0px;
        left: 0px;
        margin-right: auto;
    }

    #container-tudo {
        height: auto;
		position: relative;
    }

    #box-rolinho {
        float: none;
        height: 117px;
        margin-left: auto;
        margin-top: 0px;
        clear: none;
        width: 31.419742%;
        background-image:url("../img/rolinho-mob.png");
        background-attachment: inherit;
        -webkit-background-size: contain;
        background-size: contain;
        position: relative;
        top: 0px;
        left: 0px;
        margin-right: auto;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #botao {
        float: none;
        height: 61px;
        margin-left: auto;
        margin-top: 30px;
        clear: none;
        width: 275px;
        border-top-left-radius: 55px;
        border-bottom-left-radius: 55px;
        border-top-right-radius: 55px;
        border-bottom-right-radius: 55px;
        background-color: rgb(255, 0, 0);
        position: relative;
        top: 0px;
        left: 0px;
        margin-right: auto;
    }

    #text1 {
        float: left;
        font-size: 1.8em;
        width: 100%;
        height: auto;
        text-align: center;
        font-weight: 400;
        line-height: 1em;
        margin-left: 0%;
        margin-top: 16px;
        clear: none;
        min-height: 37px;
        font-family: 'League Gothic', sans-serif;
        color: rgb(255, 255, 255);
    }

    /* #mapa {
        display: none;
    } */

    #text {
        float: none;
        font-size: 1em;
        width: 80%;
        height: auto;
        text-align: center;
        font-weight: normal;
        line-height: 1em;
        margin-left: auto;
        margin-top: 12px;
        clear: none;
        min-height: 88px;
        position: relative;
        top: 0px;
        left: 0px;
        min-width: 0px;
        max-width: 500px;
        margin-right: auto;
    }

    #textspan {
        float: none;
        font-size: 1.2em;
        line-height: 1.2em;
        font-family: 'League Gothic', sans-serif;
        font-weight: 200;
    }

    #box-rolinho-maior {
        display: none;
    }

    #box_texto {
        width: 100%;
        margin: 0px 0px 10px;
        height: auto;
    }

    #text2 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        width: 60%;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.2em;
        margin-top: 55px;
        text-align: center;
    }

    #textspan1 {
        font-size: 1em;
    }
}

@media only screen and (min-width: 768px) {
    /* #mapa {
        display: block;
        margin-top: 41px;
        clear: none;
        max-width: none;
        width: 350px;
        height: 533px;
        margin-left: auto;
        margin-right: auto;
    } */

    #box-vermelho {
        display: block;
        opacity: 1;
        background-image:url("../img/foto-bg-2.png");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(222, 0, 34);
        height: 694.671875px;
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #container-tudo {
        height: auto;
    }

    #logo-inter {
        width: 49.265625px;
        height: 50px;
        margin-top: 6px;
        clear: none;
    }

    #PINTE_A_AMÉRICA_DE_VERMELHO {
        font-size: 3.8em;
        width: 79.998683%;
        margin-top: 11px;
        clear: none;
    }

    #botao {
        margin-top: 30px;
        margin-left: auto;
        clear: none;
        height: 46px;
        width: 215px;
        margin-right: auto;
    }

    #box-rolinho {
        margin-top: 0px;
        clear: none;
        width: 19.230005%;
        height: 134px;
        margin-left: auto;
        background-image:url("../img/rolinho-mob.png");
        background-attachment: inherit;
        -webkit-background-size: auto 130%;
        background-size: auto 130%;
        margin-right: auto;
        background-position: 50% 80%;
        background-repeat: no-repeat no-repeat;
    }

    #container-quiz {
        margin-left: auto;
        float: none;
        clear: none;
        position: relative;
        margin-top: 0px;
        width: 100%;
        z-index: 1;
        display: block;
        top: 0px;
        left: 0px;
        margin-right: auto;
    }

    #text1 {
        font-size: 1.4em;
        margin-top: 12px;
        margin-left: 0%;
        clear: none;
        height: auto;
        min-height: 34px;
        width: 100%;
    }

    #text {
        height: auto;
        margin-top: 29px;
        margin-left: auto;
        clear: none;
        width: 52.687039%;
        margin-right: auto;
        min-height: 54px;
    }

    #box-rolinho-maior {
        display: none;
    }

    #box_texto {
        margin-top: 9px;
        margin-left: 0px;
        clear: none;
        height: 458px;
    }
}

@media only screen and (min-width: 1024px) {
    #container-quiz {
        width: 45%;
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        margin-top: 0px;
        clear: none;
        height: 100%;
        min-height: 0px;
    }

    #box-vermelho {
        width: 55%;
        height: 100%;
        min-height: 0px;
        margin-left: 0px;
        margin-right: 0%;
        float: right;
        margin-top: 0px;
        clear: none;
		text-align: center;
    }

    #container-tudo {
        height: 100%;
        top: 0px;
        bottom: auto;
    }

    #box-rolinho {
        margin-top: 60px;
        clear: none;
        background-image:url("../img/rolinho-mob.png");
        background-attachment: inherit;
        -webkit-background-size: contain;
        background-size: contain;
        display: none;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #botao {
        margin-top: 25px;
        margin-left: 0px;
        clear: none;
        height: 38px;
        width: 169.75px;
        margin-right: 0px;
        float: left;
    }

    #text1 {
        font-size: 1.6em;
        height: auto;
        min-height: 30px;
        margin-top: 8px;
        margin-left: 0%;
        clear: none;
        width: 100%;
    }

    #logo-inter {
        margin-top: 155px;
        clear: none;
        margin-left: 0px;
        margin-right: 0px;
        float: left;
        width: 49.265625px;
        height: 50px;
    }

    #PINTE_A_AMÉRICA_DE_VERMELHO {
        margin-top: 228px;
        clear: none;
        text-align: left;
        height: auto;
        margin-left: 0px;
        width: 344.50319588343746px;
        margin-right: auto;
        padding-left: 0px;
    }

    /* #mapa {
        margin-top: 145px;
        clear: none;
    } */

    #text {
        text-align: left;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 12px;
        clear: none;
        height: auto;
        width: 390.077644978125px;
        margin-right: auto;
        max-width: 358px;
    }

    #textspan {
        font-size: 1.6em;
    }

    #box-rolinho-maior {
        float: left;
        height: 8%;
        margin-left: 0px;
        margin-top: 0px;
        clear: none;
        width: auto;
        position: absolute;
        top: 6%;
        left: 5%;
        display: block;
		
    }

    #box_texto {
        float: none;
        height: 621px;
        margin-left: auto;
        margin-top: 20px;
        clear: none;
        width: 80%;
        position: relative;
        top: 0px;
        left: 0px;
        display: block;
        margin-right: auto;
    }

    #text2 {
        margin-top: 45px;
        clear: both;
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        text-align: left;
    }

    #textspan1 {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 1700px) {
    #box_texto {
        margin-top: 92px;
        margin-left: auto;
        clear: none;
        width: 53.856309%;
        margin-right: auto;
        height: 636px;
    }

    #text2 {
        float: left;
        font-size: 1em;
        width: 100%;
        height: auto;
        text-align: left;
        font-weight: normal;
        line-height: 1em;
        margin-left: 0%;
        margin-top: 48px;
        clear: both;
        min-height: 0px;
        position: relative;
        top: 0px;
        left: 0px;
    }

    #textspan1 {
        float: none;
        font-size: 0.8em;
        line-height: 1em;
        font-family: 'League Gothic', sans-serif;
    }

    #botao {
        margin-top: 33px;
    }
}

