section.index{

}



.grupo-cac .display-table-cell{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.RGPD{
	margin-left: 25px;
	cursor:pointer;
}

.RGPD:hover{
	color:black;
}

.great-banner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 25px;
    padding-top: 70px;
}

.great-banner img{
    flex: 0 0 auto;
    max-width: 100%;
}

.great-banner img:last-of-type{
    align-self: flex-end;
}

#myPrivacy button.btn.btn-default{
    height: 30px;
    width: 160px !important;
    padding-top: 4px !important;
    font-size: 15px;
    font-weight: 400 !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px #888888;
    text-transform: uppercase;
    background-color: #ED1846;
    color: #FFFFFF;
}

#myPrivacy button.btn.btn-default:hover{
    background-color: #FFFFFF;
    color: #ED1846 !important;
    border-color: #ED1846;
}

#myPrivacy h4.modal-title{
    color: #ED1846;
    font-size: 25px;
    font-weight: 700;
}

div.modal-body{
    font-size: 13px;
    text-align: left;
}

div.modal-body a{
    color: #ED1846
}

div.modal-body a:hover{
    color:black;
}

div.fill-form{
    padding: 21px 0px;
    text-align: left;
}

div.fill-form h1{
    color: #DA0D23;
    font-size:30px;
    text-align: left;
    font-weight: 600;
}

a.regulam button{
    width: auto!important;
    height: auto;
    font-size: 20px;
    padding: 7px 25px;
    padding-top: 7px!important;
    border-radius: 20px !important;
}

a.regulam{
    margin-top: 45px;
    display: inline-block;
}

img.embalagens{
    max-width: 100%;
    margin-top: 70px;
}

button{
    outline-color: transparent!important;
}

.row.sameheight{
    display: flex;
    align-items: stretch;
}

.textolegal{
    font-size: 13px;
}

.textolegal span{
    color: #DA0D23;
}

.textolegal.isresponsive{
    display: none;
}

.leftsidebox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#form_contest #submit_btn{
    text-align: left;
}

#form_contest input.form-control{
    border-color:black!important;
}

.itsover div.fill-form h1{
    text-align: center;
}

.itsover div.fill-form{
    text-align: center;
}

.itsover .textolegal{
    text-align: center;
}

.itsover img.embalagens{
    display: block;
    margin: auto;
    margin-top: 70px;
}


@media (max-width: 991px) AND (min-width: 768px) {
    #top_section div.lagoa div.lagoa-img div.main-phrase-container{
        position: static;
    }
}

@media (max-width: 991px) {
    #floor .row-eq-height{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .grupo-cac .display-table-cell{
	justify-content: center;
    }
    .RGPD{
	text-align: center;
	margin-top: 20px;
    	margin-bottom: 20px;
    }
    .great-banner img:last-of-type {
        align-self: center;
        transform: scale(0.75);
    }
    .great-banner{
        justify-content: center;
        align-items: center;
		
        padding-bottom: 10px;
        padding-top: 10px;
		padding-bottom: 0px;
        padding-top: 0px;
		/*align-items: flex-start;*/
    }
    .row.sameheight{
        display: block;
    }
    .textolegal.isresponsive{
        display: block;
        padding: 5px;
    }
    .textolegal.noresponsive{
        display: none;
    }
    div.fill-form h1{
        font-size: 25px;
        text-align: center;
    }
    a.regulam button{
        font-size: 18px; 
    }
    a.regulam {
        margin-top: 25px;
    }
    img.embalagens{
        margin-top: 45px;
    }
    div.fill-form {
        text-align: center;
    }
    #form_contest{
        padding-top:0px;
    }
    .RGPD{
        margin-left: 0px;
    }

}

.textolegal span a, .textolegal span a:hover{
    color:#DA0D23;
}

#floor .redes-sociais a:hover, #floor .redes-sociais a:focus{
    color: black;
}

.footer-stuff-box .redes-sociais{
    margin-top: 5px;
}

.redes-sociais{
    margin-left: 25px;
}

#floor .redes-sociais a{
    margin-right: 5px;
}
#like-us-on-facebook{
    color: black!important;
    font-weight: bolder!important;
    font-size: 20px!important;
}

.thankyou{
    text-align: center;
}

a.likeusplease{
    color:#3b5998;
    /*text-decoration-color: #DA0D23;*/
    text-decoration-color: #3b5998;
    margin-top: 0px;
}

h1.likeusplease{
    color:#3b5998;

}

.espacito{
    width: 25px;
    display: inline-block;
}

.dar-like{
    margin-left: 10px;
}

.invertido button.btn{
    background-color: #FFFFFF!important;
    color: #DA0D23!important;
    border-color: #DA0D23!important;
}

.invertido button.btn:hover{
    background-color: #DA0D23!important;
    color: #FFFFFF!important;
}

a.likeusplease button{
    background-color: #3b5998;
}

a.likeusplease:hover button, a.likeusplease button:hover, a.likeusplease button:focus{
    color: #3b5998!important;
    border-color: #3b5998!important;
    background-color: #FFFFFF;
}

section#obrigado{
    display: flex;
    justify-content: center;
    align-items: center;
}

section#obrigado h1{
    font-size: 25px;
}

@media (min-width: 768px) {
    section#obrigado{
        min-height: calc(100vh - 94px);
    }
}

@media (max-width: 470px) {

}
@media (max-width: 767px) {
	.great-banner img:first-of-type {
		/*position: absolute;
		width: 400px;
		max-width: 90vw;
		top: 0px;
		left: 0px;*/
	}
	.great-banner img:last-of-type {
		/*position: absolute;*/
		bottom: 0px;
		/*transform: scale(0.5);
		transform-origin: bottom;*/
		right:0px;
		width: 150px;
	}
}
@media (max-width: 991px) AND (min-width: 768px) {

}
@media (min-width: 992px) AND (max-width: 1209px){

}
@media (min-width: 1210px) {

}

.listavencedores h2, .listavencedores h1, .listavencedores h3, .listavencedores{
    color: black;
}

body .listavencedores h2, body .listavencedores h3, body .listavencedores h1{
    font-weight: 700;
    font-size: 18px;
}

body .listavencedores {
    font-weight: 300;
    font-size: 18px;
}