.mobile {
	display: none !important;
}
.nomobile {
	display: flex !important;
}

/* MAIN */

html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background: #0c0c0e;
	color: #f2f1ee;
	font-family: Archivo, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #f2f1ee;
	text-decoration: none;
}
a:hover {
	color: #e8351b;
}
input, button, textarea {
	font-family: inherit;
}
::placeholder {
	color: #6b6b6b;
}
@keyframes ufo-bob {
	0%,100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(9px);
	}
}
@keyframes ufo-blink {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: .25;
	}
}

/* FORM */
.wpcf7-form-control.wpcf7-text {
	padding: 14px;
	background: rgb(12, 12, 14);
	border: 1px solid rgb(43, 43, 49);
	color: rgb(242, 241, 238);
	font-size: 15px;
	outline: none;
	width: 100%;
}
.span_label_form {
	font-family: "Space Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.18em;
	color: rgb(139, 139, 147);
	text-transform: uppercase;
}
.wpcf7-form.init {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.input_form7 .input_form7_box {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	border: 1px dashed rgb(58, 58, 66);
	background: rgb(12, 12, 14);
}
.input_form7 .wpcf7-form-control.wpcf7-file, .input_form7 .text_input_form7 {
	font-family: "Space Mono", monospace;
	font-size: 11px;
	line-height: 1.6;
	color: rgb(169, 169, 163);
}

.input_form7 .wpcf7-form-control-wrap {
	border: 1px solid rgb(43, 43, 49);
	padding: 5px 10px;
}
.wpcf7-form-control.wpcf7-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 17px;
	border: 0px;
	background: rgb(232, 53, 27);
	color: rgb(255, 255, 255);
	font-weight: 800;
	font-stretch: 112%;
	font-size: 15px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
}
.wpcf7-list-item {
	margin: 0 !important;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-family: "Space Mono", monospace;
	font-size: 10px;
	line-height: 1.7;
	color: rgb(139, 139, 147);
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent !important;
	border-bottom: 1px solid #f2f1ee !important;
	font-family: 'Space Mono',monospace;
	font-size: 11px;
	letter-spacing: .2em;
	color: #f2f1ee;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}

#filme {
	display: flex !important;
	padding: 110px 24px !important;

	.video-tag {
		display: flex !important;
		width: min(1160px, 92vw) !important;
	}
}

#premio {
	grid-template-columns: 1fr auto 1fr !important;
	justify-content: inherit !important;
	gap: 44px !important;

	h3, p {
		text-align: inherit !important;
		margin: 0 !important;
	}
	.img-phone {
		margin: 0 !important;
	}
}

	.s-pages{
		padding: 5% 2% !important;
	}
.t-pages {
		font-size: 50px !important;
	}


@media (width <= 64rem) {
	.mobile {
		display: block !important;
	}
	.nomobile {
		display: none !important;
	}
	
	.s-pages{
		padding: 5% 6% !important;
	}
	.t-pages {
		font-size: 30px !important;
	}
	
.header-mobile {
  align-items: center;
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  z-index: 9;
	padding: 2% 6%;
  position: absolute;

  .s-class {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .logo {
    width: 70px;
  }

  nav {
    display: none;

    a {
      color: #fff;
      font-size: 1.4rem;
      padding: .5rem;
      text-transform: uppercase;
    }
  }

  .menu-toggle {
    height: 30px;
    width: 40px;

    .one,
    .two,
    .three {
      background-color: #fff;
      border-radius: 3px;
      cursor: pointer;
      height: 4px;
      margin: 6px auto;
      transition-duration: .3s;
      width: 90%;
    }
  }

  .menu-lista {
    flex-direction: column;
    gap: 0;
  }

  .on {
    align-items: center;
    background-color: #141417;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;

    nav {
      display: block;
    }

    ul {
      padding: 0;
      text-align: center;
    }

    a {
      display: block;
    }

    .sub-menu {
      height: 160px;
      overflow: scroll;
      position: relative;
    }

    .menu-toggle {
      position: absolute;
      right: 25px;
      top: 15px;
    }

    .one {
      background-color: #fff;
      transform: rotate(45deg) translate(7px, 7px);
    }

    .two {
      background-color: #fff;
      opacity: 0;
    }

    .three {
      background-color: #fff;
      transform: rotate(-45deg) translate(8px, -9px);
    }
  }
}

	#filme {
		display: inherit !important;
		padding: 0px 24px !important;
		
		.video-tag {
			display: inherit !important;
			width: 100% !important;
		}
		
		h2 {
			margin-bottom: 30px !important;
		}
	}
	
	#premio {
		grid-template-columns: auto !important;
		justify-content: center !important;
		gap: 15px !important;
		
		h3, p {
			text-align: center !important;
			margin: 0 auto !important;
		}
		.img-phone {
			margin: 0 auto !important;
		}
	}
	
}