@charset "utf-8";
/@charset 'utf-8';
/*FOLHA DE ESTILO MOBILE | POR ALESSANDRO PIAZ*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	line-height: 1.4em;
}

body {
	background-color: #fff;
}

html { scroll-behavior: smooth;}

::selection {
	background: #ff1414;
	color: #fff;
}

@media (min-width: 1024px) {
  .mobile{display: none;}
}

.mobile nav:first-child {
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #002856;
	top: 0px;
	z-index: 9;
}

.mobile nav:first-child img {
	margin-top: 17px;
	margin-left: 30px;
}

.mobile nav:first-child div#btn-menu {
	position: absolute;
	float: right;
	right: 30px;
	top: 6px;
}

.mobile nav:first-child div#btn-menu div.btn {
	position: relative;
	width: 25px;
	height: 70px;
	margin-top: 23px;
	margin-left: -10px;
}

.mobile nav:first-child div#btn-menu div.btn div {
	position: relative;
	float: top;
	margin: 6px 0px 6px 0px;
	width: 100%;
	height: 3px;
	background-color: #ff1414;
	border-radius: 1px;
}

.mobile nav:nth-child(2) {
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #f3f2f2;
	top: 0px;
	z-index: 9;
	display: none;
}

.mobile nav:nth-child(2) img.logo {
	margin-top: 15px;
	margin-left: 30px;
}

.mobile nav:nth-child(2) div#btn-login-mobile {
	position: absolute;
	float: right;
	right: 90px;
	top: 14px;
	width: 80px;
	height: 50px;
	border-radius: 100px;
	background-color: #f3f2f2;
	align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	transition: background-color .4s;
}

.mobile nav:nth-child(2) div#btn-login-mobile:hover {
	background-color: #ff1414;
	transition: background-color .4s;
}

.mobile nav:nth-child(2) div#btn-login-mobile p {
	font-family: 'Roboto', sans-serif;
	font-size: .8em;
	font-weight: 600;
	color: #ff1414;
	transition: color .4s;
}

.mobile nav:nth-child(2) div#btn-login-mobile:hover p {
	color: #fff;
	transition: color .4s;
}

.mobile nav:nth-child(2) div#btn-menu {
	position: absolute;
	float: right;
	right: 30px;
	top: 6px;
}

.mobile nav:nth-child(2) div#btn-menu div.btn {
	position: relative;
	width: 25px;
	height: 70px;
	margin-top: 23px;
	margin-left: -10px;
}

.mobile nav:nth-child(2) div#btn-menu div.btn div {
	position: relative;
	float: top;
	margin: 6px 0px 6px 0px;
	width: 100%;
	height: 3px;
	background-color: #ff1414;
	border-radius: 1px;
}

.mobile header {
	position: relative;
	margin-top: 80px;
	width: 100%;
	height: 100vw;
}

.mobile header section {
	position: relative;
	float: top;
	left: 0px;
	display: block;
	width: 100%;
	height: 75%;
	align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.mobile header section:first-child {
	background-color: #ff1414;
	background: url(../img/raiva.jpg);
	background-attachment: absolute;
	background-position: center;
	background-size: cover;
}

.mobile header section:nth-child(2) {
	background-color: #002856;
	background: url(../img/felicidade.jpg);
	background-attachment: absolute;
	background-position: center;
	background-size: cover;
}

.mobile header section h1 {
	font-family: 'montserratbold';
	font-size: 1.8em;
	line-height: 1.3em;
	color: #fff;
	padding: 0px 50px 0px 50px;
}

.mobile header section:first-child h1 {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
}

.mobile section#sobre-mobile {
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 50px 120px 50px;
	background-color: #ff1414;
	box-sizing: border-box;
	margin-top: 180px;
}

.mobile section#sobre-mobile h2 {
	font-family: 'montserratbold';
	font-size: 1.5em;
	line-height: 1.3em;
	color: #fff;
}

.mobile section#sobre-mobile p {
	font-family: 'robotolight';
	font-size: .9em;
	line-height: 1.6em;
	letter-spacing: .5px;
	color: #fff;
	padding-top: 30px;
}

.mobile div#video-mobile {
	position: relative;
	width: 100%;
	height: 300px;
	background-color: #fff;
	border-radius: 10px;
	margin-top: -10px;
	align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.mobile div#video-mobile img.wiltin {
	position: absolute;
	top: -49px;
	left: 35%;
	margin: 0 auto;
}

.mobile div#video-mobile div.play {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #f3f2f2;
	align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, .0);
	transition: background-color .4s, box-shadow .4s;
}

.mobile div#video-mobile div.play img {
	position: absolute;
}

.mobile div#video-mobile div.play img:last-child {
	position: absolute;
	opacity: 0;
	transition: opacity .4s;
}

.mobile div#video-mobile div.play {
	background-color: #ff1414;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, .0);
	transition: background-color .4s, box-shadow .4s;
}

.mobile div#video-mobile div.play img:last-child {
	opacity: 1;
	transition: opacity .4s;
}

.mobile div.vermelho {
	position: fixed;
	float: top;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: #ff1414;
	z-index: 9999;
	transition: height .6s;
}

.mobile div.azul {
	position: fixed;
	top: 50%;
	width: 100%;
	height: 50%;
	background-color: #002856;
	z-index: 9999;
	transition: height .6s;
}