@import "fonts.css";

html,
body {
	font-family: 'Ridley';
}

body {
	margin-top: 15px;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: none !important;
}

a,
button {
	transition: all ease 400ms;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.marg-menu-a.active {
	color: #000;
	font-weight: 700;
}

.marg-menu-a,
.marg-menu-a:hover,
.marg-menu-a:focus {
	color: #888;
}

.marg-go-back {
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 40px solid #000;
	border-left: 50px solid transparent;
	border-right: 0 solid transparent;
	height: 0;
	width: 250px;
	margin: auto;
	transition: all ease 400ms;
}

.marg-go-back-a {
	color: #fff !important;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: block;
}

.m-r-font,
.m-r-font p {
	font-family: 'Roboto', sans-serif!important;
}

.n-pad {
	padding-left: 0px; padding-right: 0px;
}

.magictime {
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}

/* MENU */

#first {
	animation-delay: 1.5s;
}

#second {
	animation-delay: 1s;
}

header .marg-logo {
	width: 350px;
}

header .marg-icon-menu {
	background-color: #000;
    color: #fff;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}

header .marg-icon-menu-a {
	outline: 0 !important;
}

.marg-responsive-title {
	animation-delay: 1s;
}

#modalP {
	padding-right: 0 !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#modalP.menu-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

#modalP.menu-modal .modal-content .modal-body {
    padding: 160px 0;
}

#modalP.menu-modal .modal-dialog {
	max-width: 100%;
    margin: 0;
    min-height: 100%;
    height: 100%;
}

#modalP.menu-modal .close {
	width: 46px;
    height: 46px;
	background-color: #000;
	cursor: pointer;
	opacity: 1;
	transition: all ease 400ms;
	z-index: 200;
	margin-top: 15px;
	margin-right: 15px;
	padding: 10px;
}

#modalP.menu-modal .close:hover {
	opacity: 0.3;
}

#modalP.menu-modal .close .lr {
	height: 28px;
	width: 2.5px;
	margin: auto;
	margin-top: -2px;
	background-color: #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1051;
}

#modalP.menu-modal .close .lr .rl {
	height: 28px;
	width: 2.5px;
	background-color: #fff;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 1052;
}

#modalP.menu-modal .modal-backdrop {
	opacity: 0;
	display: none;
}

#modalP.menu-modal .modal-body .modal-menu-parent a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	position: relative;
}

#modalP.menu-modal .modal-body .modal-menu-parent a:hover::after {
	content: "";
	border-bottom: 3px solid #666;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100px;
	height: 5px;
}

#modalP.menu-modal .modal-content .marg-menu-lang {
	background-color: #000;
	width: 120px;
	height: 100%;
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 150;
}

.active2,
.active2:hover,
.active2:focus {
	color: #fff;
}

#modalP.menu-modal .modal-content .marg-menu-lang a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}

#modalP.menu-modal .modal-content .marg-menu-lang .marg-menu-lang-child {
	position: absolute;
	top: 40px;
	left: 30px;
}

#modalP.menu-modal .marg-menu-pipe {
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    margin-top: 10px;
	margin-bottom: 10px;
    display: inline-block;
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: -4px;
    margin-right: -4px;
}

/* SLIDESHOW */

#slideshow {
	position: relative;
}

#slideshow .slick-slide {
	outline: 0;
}

#slideshow .single-item .marg-slideshow-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 750px;
	width: 100%;
	cursor: move;
}

#slideshow .single-item button.slick-prev {
	position: absolute;
	bottom: -12px;
	right: 130px;
	font-size: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: 0;
}

#slideshow .single-item button.slick-prev:before {
	position: relative;
	display: inline-block;
	font-family: "Ionicons";
	content: "\f3d5";
	font-size: 45px;
}

#slideshow .single-item button.slick-next {
	position: absolute;
	bottom: -12px;
	right: 90px;
	font-size: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: 0;
}

#slideshow .single-item button.slick-next:before {
	position: relative;
	display: inline-block;
	font-family: "Ionicons";
    content: "\f3d6";
	font-size: 45px;
}

#slideshow .marg-slideshow-pipe {
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    margin-top: 20px;
	margin-bottom: 15px;
    display: inline-block;
	font-size: 16px;
	color: #000;
}

#slideshow .marg-slideshow-text,
#slideshow .marg-slideshow-description {
	text-align: right;
	color: #fff;
}

#slideshow .marg-slideshow-text h3 {
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 0;
}

#slideshow .marg-slideshow-description p {
	font-size: 18px;
}

#slideshow .marg-slideshow-number {
	writing-mode: inherit;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #666;
}

#slideshow .marg-scroll-down {
	margin-top: -60px;
}

#slideshow .marg-scroll-down p {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
}

#slideshow .marg-scroll-down div a {
	color: #333;
	box-shadow: 0 0 0 rgba(51, 51, 51, 0.9);
	animation: pulse 2s infinite;
	border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
    padding-left: 1px;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(51, 51, 51, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.4);
		box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(51, 51, 51, 0);
		box-shadow: 0 0 0 10px rgba(51, 51, 51, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(51, 51, 51, 0);
		box-shadow: 0 0 0 0 rgba(51, 51, 51, 0);
	}
}

/* SINOPSE */

#sinopse .m-l-title {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
}

.m-b-title {
	color:#000;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 55px;
}

#sinopse .m-description {
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 35px;
	word-break: keep-all;
}

#sinopse article {
	padding-left: 25px;
	padding-right: 25px;
}

#sinopse p {
	color: #666666;
	word-break: keep-all;
	line-height: 30px;

}

#sinopse .m-description + p {
	color: #333;
}

#sinopse .gamma-area {
	min-height: 550px;
}

#sinopse .gamma-area .m-v-title {
	color: #333;
	text-transform: uppercase;
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	font-size: 18px;
	top: 42%;
	position: absolute;
	left: 0;
}

#sinopse .gamma-area .brand-block {
	position: relative;
	width: 413px;
	height: 370px;
	margin: auto;
	background-color: #fff;
	box-shadow: 25px 25px 25px -7px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

#sinopse .gamma-area .b-line {
	height: 180%;
	width: 6px;
	background-color: #000;
	-ms-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	position: absolute;
	z-index: -1;
}

#sinopse .gamma-area .brand-block img {
	margin: auto;
	display: block;
}

#sinopse .gamma-area .brand-block img:first-child {
	margin-bottom: 60px;
}

#sinopse .marg-sinopse-description p {
	color: #333;
}

/* PRIZE */

#prize {
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}

#prize .marg-box-prize {
	background-color: #fff;
	box-shadow: 25px 25px 25px -7px rgba(0, 0, 0, 0.2);
	padding: 60px 15px 70px 15px;
}

#prize .marg-box-prize .marg-box-prize-text {
	display: table;
	margin-left: 50px;
	margin-right: auto;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 50px;
	font-family: 'Ridley';
	color: #000;
}

#prize .marg-box-prize .marg-box-prize-text div p {
	display: inline-block;
	margin-bottom: 0;
}

#prize .marg-box-prize .marg-box-prize-text div p span {
	font-family: 'Ridley';
}

#prize .marg-box-prize .marg-box-prize-text div p span:first-child {
	font-size: 25px;
	text-transform: lowercase;
}

#prize .marg-box-prize .marg-box-prize-text div p span:last-child {
	font-weight: 900;
	font-size: 50px;
	display: block;
    margin-top: -10px;
}

#prize .marg-prize-title {
	text-transform: uppercase;
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
}

#prize .marg-text p {
	color: #333;
}

/* REGULATION */

#regulation .marg-regulation-pdf {
	text-decoration: none;
    text-transform: uppercase;
    border-bottom: 60px solid #000;
    border-left: 0 solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 350px;
    margin-right: 100px;
    margin-left: 0;
	transition: all ease 400ms;
}

#regulation .marg-regulation-pdf:hover {
	border-bottom: 60px solid #555;
}

#regulation .marg-regulation-pdf .marg-regulation-link {
	color: #fff;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	display: block;
}

#regulation .marg-box-regulation {
	position: relative;
}

#regulation .marg-box-regulation .marg-regulation-title {
	text-transform: uppercase;
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	text-align: center;
	position: absolute;
	bottom: 35px;
	left: 40px;
	font-family: 'Roboto', sans-serif;
	color: #333;
}

#regulation .marg-box-regulation .marg-regulation-img {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
}

#regulation .marg-icon-regulation {
	font-size: 40px;
	vertical-align: middle;
}

/* registration */

#registration {
	position: relative;
	background-image: url(../../u-files/bg-grey.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}

#registration .marg-registration-title {
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	margin: 0;
	margin-top: -110px;
	margin-left: -7px;
}

#registration .marg-registration-img {
	background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -75px;
    width: 100%;
    z-index: 0;
    height: 670px;
}

#registration #contact-form {
	position: relative;
	z-index: 1000;
}

#registration #contact-form p {
	margin-bottom: 0;
}

#registration #contact-form .marg-form-control {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	font-family: 'Roboto', sans-serif;
	padding: .75rem .75rem;
	background-color: transparent;
}

#registration #contact-form .input-group-addon {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	color: #000;
}

#registration #contact-form .marg-btn {
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	padding: .75rem 1.5rem;
	cursor: pointer;
	background-color: #aaa;
}

#registration #contact-form .marg-btn:hover,
#registration #contact-form .marg-btn:focus,
#registration #contact-form .marg-btn:visited {
	color: #000;
	background-color: #fff;
}

#registration #contact-form input::-webkit-input-placeholder {
	color: #000;
	text-transform: uppercase;
}

#registration #contact-form input::-moz-placeholder {
	color: #000;
	text-transform: uppercase;
}

#registration #contact-form input:-ms-input-placeholder {
	color: #000;
	text-transform: uppercase;
}

#registration #contact-form input:-moz-placeholder {
	color: #000;
	text-transform: uppercase;
}

/* CLARIFICATIONS */

#clarifications {
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}

#clarifications .marg-clarifications-email {
	text-decoration: none;
    border-bottom: 40px solid #000;
    border-left: 50px solid transparent;
    border-right: 0 solid transparent;
    height: 0;
    width: 400px;
    margin-left: auto;
	text-align: center;
	margin-bottom: 40px;
}

#clarifications .marg-clarifications-email .marg-clarifications-link {
	color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
	font-family: 'Ridley';
}

#clarifications .marg-clarifications-number {
	text-transform: uppercase;
	font-weight: 700;
}

/* WINNERS */

#winners .marg-winners-subtitle p {
	margin-top: -15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
}

#winners .marg-title-content {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

#winners .marg-pipe {
	font-weight: 700;
	-ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
	margin-right: 10px;
	display: inline-block;
}

#winners .marg-text-content p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
}

#winners .marg-text-content p:first-child {
	margin-bottom: 5px;
}

#winners .marg-img-content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#winners .nav-item {
	margin-left: 40px;
	margin-right: 40px;
}

#winners .marg-nav-link {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	border-radius: 0;
	border: 0;
	box-shadow: 25px 25px 25px -7px rgba(0, 0, 0, 0.2);
	padding: 8px 40px;
	color: #000;
	margin-left: 40px;
    margin-right: 40px;
}

#winners .marg-nav-link.active {
	background-color: #000;
	color: #fff;
	margin-top: -10px;
	margin-bottom: 10px;
}

#winners .marg-nav-link:hover {
	background-color: #000;
	color: #fff;
}

#winners .nav-tabs {
	border-bottom: 0;
}

#winners .marg-slash {
	color: #ddd;
	font-weight: 700;
}

#winners .marg-a-panel {
	text-transform: uppercase;
	color: #ccc;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

#winners .marg-a-panel:hover {
	color: #000;
}

/* CONTACTS */

#contacts {
	position: relative;
}

#contacts .marg-contacts-bg {
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 500px;
	z-index: 10;
}

#contacts .map-canvas {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

#contacts #map-canvas {
	width: 100%;
	height: 450px;
}

#contacts img {
	vertical-align: text-top;
}

#contacts .marg-contacts-content p {
	margin-bottom: 0;
}

#contacts .marg-contacts-content p,
#contacts .marg-contacts-content p a {
	color: #fff;
}

#contacts .marg-contacts-content p span {
	font-weight: 700;
	text-transform: uppercase;
}

#contacts .marg-contacts-content p a.marg-site-url {
	font-weight: 700;
	text-transform: uppercase;
}

#contacts .marg-contacts-content p a,
#contacts .marg-contacts-content p a:hover,
#contacts .marg-contacts-content p a:focus,
#contacts .marg-contacts-content p a:visited {
	text-decoration: none;
}

#contacts .marg-contacts-content p a.marg-contacts-a {
	text-transform: lowercase;
	font-weight: 400;
}

/* SOCIAL */

#social {
	margin-top: -2px;
	background-color: #555;
	width: 100%;
}

#social .marg-social-content {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

#social .marg-social-content a.marg-social-share {
	color: #ccc;
	font-size: 26px;
	width: 35px;
	height: 35px;
	display: inline-block;
	background-color: transparent;
	border-radius: 50%;
}

#social .marg-social-content a .fa {
	color: #555;
	font-size: 22px;
	background-color: #ccc;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 35px;
	padding: 6px;
	transition: all ease 400ms;
}

#social .marg-social-content a:hover .fa {
	background-color: transparent;
	color: #ccc;
}

#social .marg-developer a {
	background-color: transparent;
	width: 65px;
	height: auto;
	border-radius: 0;
	display: block;
	margin-top: 5px;
	margin-left: auto;
}

.datepicker {
	font-family: 'Roboto', sans-serif !important;
	border: none !important;
}

/* MEDIA */

@media screen and (max-width: 1759px) {
	#registration {
		background-size: cover;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1653px) {
	#prize .marg-box-prize .marg-box-prize-text {
		margin-left: auto;
	}

	#prize .marg-box-prize .marg-box-prize-text,
	#prize .marg-box-prize .marg-box-prize-text div p span:last-child {
		font-size: 32px;
		margin-top: 0;
	}
}

@media screen and (max-width: 1620px) {
	#clarifications {
		background-size: 50%;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1479px) {
	#regulation .marg-box-regulation .marg-regulation-title {
		left: 40px;
	}
}

@media screen and (max-width: 1280px) {
	#winners .marg-text-content {
		min-height: 101px;
	}

	#winners .marg-text-content p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1199px) {
	#sinopse .gamma-area .brand-block {
		margin-top: 0;
		margin-bottom: 0;
	}

	#prize {
		background-image: none !important;
	}

	#clarifications {
		background: none !important;
	}

	#registration .marg-registration-img {
		display: none;
	}

	#contacts .marg-contacts-bg {
		background-image: none !important;
		background-color: #222;
		z-index: 0;
		height: 100%;
	}

	#contacts .map-canvas {
		position: relative;
		z-index: 0;
	}
}

@media screen and (min-width: 320px) {
	#slideshow .marg-slideshow-title {
		writing-mode: inherit;
	    -webkit-transform: rotate(0);
	    -moz-transform: rotate(0);
	    -o-transform: rotate(0);
	    -ms-transform: rotate(0);
	    transform: rotate(0);
		left: 0;
		color: #000;
		font-size: 14px;
		text-transform: uppercase;
		white-space: nowrap;
		position: absolute;
		z-index: 100;
		bottom: -42px;
		display: flex;
	}

	#slideshow .marg-slideshow-title .marg-slideshow-prize {
		margin-left: 40px;
		padding: 10px 0;
	}

	#slideshow .marg-slideshow-pipe {
		margin-top: 8px;
	    margin-bottom: 10px;
	    margin-left: 10px;
	    margin-right: 10px;
	    color: #000;
	    font-size: 16px;
	}

	#slideshow .marg-slideshow-number {
		-webkit-transform: rotate(0);
	    -moz-transform: rotate(0);
	    -o-transform: rotate(0);
	    -ms-transform: rotate(0);
	    transform: rotate(0);
		padding-top: 10px;
		font-weight: 700;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	#regulation .marg-box-regulation .marg-regulation-title {
		left: 25px;
	}
}

@media screen and (max-width: 991px) {
	#slideshow .marg-scroll-down {
		margin-top: -45px;
	}

	#registration .marg-registration-title {
		writing-mode: inherit;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		margin-top: 0;
		margin-left: 0;
	}

	#regulation .marg-regulation-pdf {
		margin-left: 0;
		margin-right: auto;
		border-bottom: 40px solid #000;
		width: 250px;
	}

	#regulation .marg-regulation-pdf:hover {
		border-bottom: 40px solid #555;
	}

	#regulation .marg-regulation-pdf .marg-regulation-link {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	#regulation .marg-box-regulation .marg-regulation-title {
		position: static;
		left: 0;
		right: 0;
    	writing-mode: inherit;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		margin-bottom: 60px;
	}

	#regulation .marg-box-regulation .marg-regulation-title p {
		margin-top: 60px;
	}

	#regulation .marg-box-regulation .marg-regulation-img {
		background-position: 50% 15%;
	}

	#clarifications {
		background: none !important;
	}

	#winners .marg-text-content p {
		font-size: 16px;
	}
}

@media screen and (max-width: 895px) {
	#prize .marg-box-prize .marg-box-prize-text {
		margin-left: auto;
	}
}

@media screen and (min-width: 622px) and (max-width: 837px) {
	#winners .marg-nav-link {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 835px) {
	.marg-responsive-title,
	#registration .marg-registration-title {
		font-size: 40px;
	}
}

@media screen and (max-width: 775px) {
	#prize .marg-box-prize .marg-box-prize-text,
	#prize .marg-box-prize .marg-box-prize-text div p span:last-child {
		font-size: 40px;
	}

	#prize .marg-box-prize .marg-box-prize-text div p span:first-child {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	header .marg-logo {
		width: 250px;
	}

	#modalP.menu-modal .modal-content .marg-menu-lang {
		writing-mode: inherit;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		width: 100%;
		background-color: transparent;
		top: 100%;
		z-index: 0;
		height: auto;
	}

	#modalP.menu-modal .modal-content .marg-menu-lang .marg-menu-lang-child {
		position: absolute;
		top: initial;
	    left: 0;
	    bottom: 20px;
	    right: 0;
	}

	#modalP.menu-modal .marg-menu-pipe {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
	}

	#modalP.menu-modal .modal-body .modal-menu-parent a {
		font-size: 20px;
	}

	#modalP.menu-modal .modal-body .modal-menu-parent a:hover::after {
		width: 70px;
	}
}

@media screen and (max-width: 746px) {
	#social .marg-developer a {
		margin: auto;
	}
}

@media screen and (max-width: 625px) {
	#registration .marg-marT {
		margin-top: 15px;
		display: block;
	}
}

@media screen and (max-width: 621px) {
	#winners .marg-nav-link {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		text-align: center;
	}

	#winners .marg-nav-link.active {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 595px) {
	#prize .marg-box-prize .marg-box-prize-text,
	#prize .marg-box-prize .marg-box-prize-text div p span:last-child {
		font-size: 25px;
		margin-top: 0;
	}

	#prize .marg-box-prize .marg-box-prize-text div p span:first-child {
		font-size: 14px;
	}
}

@media screen and (max-width: 575px) {
	#slideshow .marg-slideshow-title {
		font-size: 12px;
	}

	#slideshow .marg-slideshow-pipe {
		margin-top: 10px;
		color: #fff;
	}

	#slideshow .marg-slideshow-title .marg-slideshow-prize {
		padding: 15px 0;
	}

	#slideshow .marg-slideshow-prize {
		margin-right: 5px;
	}

	#slideshow .marg-slideshow-number {
		padding: 15px 0;
		margin-left: 5px;
	}

	#slideshow .single-item button.slick-next {
		right: 0;
	}

	#slideshow .single-item button.slick-prev {
		left: 0;
	}

	#slideshow .marg-slideshow-title {
		bottom: -1px;
		right: 0;
		background-color: #000;
		color: #fff;
	}

	.marg-H-none {
		display: none;
	}

	#winners .marg-nav-link {
		font-size: 20px;
	}

	#social .marg-developer a {
		margin: auto;
	}
}

@media screen and (max-width: 524px) {
	#sinopse .gamma-area .b-line {
		height: 160%;
	}
}

@media screen and (max-width: 475px) {
	.marg-responsive-title,
	#registration .marg-registration-title {
		font-size: 26px;
	}

	#winners .marg-winners-subtitle p {
		margin-top: -10px;
	}

	#sinopse .gamma-area .b-line {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	header .marg-logo {
		width: 200px;
	}

	header .marg-icon-menu {
		width: 35px;
		height: 35px;
		background-size: 20px;
	}

	#modalP.menu-modal .close {
		width: 34px;
	    height: 34px;
		padding: 5px;
	}

	#modalP.menu-modal .modal-content .modal-body {
		padding: 120px 0;
	}

	#clarifications .marg-clarifications-email {
		width: 350px;
	}

	#winners .marg-text-content p {
		font-size: 14px;
	}
}

@media screen and (max-width: 410px) {
	#contacts .marg-contacts-content p,
	#contacts .marg-contacts-content p a {
		font-size: 13px;
	}

	#sinopse .gamma-area .brand-block img {
		width: 175px;
		margin: auto;
	}
}

@media screen and (max-width: 395px) {
	#clarifications .marg-clarifications-email .marg-clarifications-link,
	#registration #contact-form .marg-btn {
		font-size: 12px;
	}

	#clarifications .marg-clarifications-email {
		width: 275px;
		text-align: left;
	}

	#registration #contact-form .marg-btn {
		padding: .75rem 1.15rem;
	}
}

@media screen and (max-width: 340px) {
	header .marg-logo {
		width: 180px;
	}

	header .marg-menu-a {
		font-size: 12px;
	}
}

@media screen and (max-width: 332px) {
	#prize .marg-box-prize .marg-box-prize-text,
	#prize .marg-box-prize .marg-box-prize-text div p span:last-child {
		font-size: 20px;
	}

	#sinopse .gamma-area .brand-block img {
		width: 140px;
		margin: auto;
	}
}
