/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
/*
header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}*/

/*
#aboutbigtext h3.ani {
  overflow: hidden; 
  border-right: .15em solid #ed1c4d; 
  white-space: nowrap; 
  margin: 0 auto; 
  animation: 
    typing 4s steps(14, end),
    blink-caret 1s step-end infinite;
}


@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #ed1c4d; }
}*/

body{
    background-color: #f6f6f6;
    font-family: 'Montserrat', sans-serif !important;
    color: #545454;    
}

section h1{
	font-weight: bold;
	color: #ed1c4d;
	font-size: 54px;
	line-height: 1;
	margin-bottom: 20px;
}

div h3{
	font-weight: bold;
	color: #ed1c4d;
	font-size: 108px;
}

div h1{
	font-weight: bold;
	color: #ed1c4d;
	font-size: 54px;
}

div.customer-logos {
  padding: 150px 0;
}


#greativitytext h1{
	font-size: 148px;
}

p.lead{
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 30px;
}

p#textoAnim {
    margin-top: 50px;
    font-weight: 500;
    font-size: 32px;
}

.navbar a {
    color: #ed1c4d;
    text-transform: uppercase;
}

.bg-gray{
	background-color: #f7f7f7;
}
/*
section p.lead{
	font-size: 13px;
}*/

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.greativitybg{
	background-color: #ed1c4d !important;
}

section.atleta, section.john, section.gladiador, section.astronauta, section.greativity, div.contact, div.aboutbig{
	/*margin-bottom: 70vh;*/
  	padding: 0;
}

section.atleta, section.john, section.gladiador, section.astronauta, section.greativity, div.contact, div.aboutbig{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f7f7;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
}

div.customer-logos{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.greativity span{
	display: inline-block;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

footer p{
	font-size: 14px;
}

 .johnimg, .gladiadorimg, .atletaimg, .etimg{
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: fixed;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.astronautaimg{
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
}

#atletatext, #johntext, #gladiadortext, #astronautatext, #contacttext, #aboutbigtext{
	transform : translate(0px, 0px);	
}

#greativitytext{
	position: relative;
}

#left {
    position: relative;
}

section .col-md-5, section .col-md-4, section .col-md-3{
	justify-items: center;
    align-self: center;
}

#header{
	position:fixed;
	display:block;
	width: 100%;
	z-index:9;
	text-align:center;
	color: #fff;
	top: 0;
}

#footer{
	position:fixed;
	display:block;
	width: 100%;
	background: #ed1c4d;
	z-index:9;
	text-align:center;
	color: #fff;
	padding: 20px;
	bottom: -82px;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

#footer p{
	font-size: 14px;
}

body.fp-viewing-contacts #footer{
	bottom: 0px;
	/*transition: all 0.8s 1.9s ease;*/
	transition: all 0.8s 1s ease;
}

body.fp-viewing-logos #footer{
	bottom: 0px;
}

.nav-link:hover{
	font-weight: bold;
}

#myVideo{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	background-size: 100% 100%;
	background-color: #ed1c4d; /* in case the video doesn't fit the whole page*/
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
}

#lapis{
	background: url("../images/lapis_2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
    width: 100%;
    height: 100vh;
	position: absolute;
    left: 0;
    bottom: 0;
}

#lemons{
	background: url("../images/lemons.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    width: 100%;
    height: 100vh;
	position: absolute;
    left: 0;
    top: 0;
/*    left: -40px;
    top: 40px;*/
}

#rato{
	background: url("../images/rato.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
    width: 100%;
    height: 100vh;
	position: absolute;
    left: 0;
    top: 0;
}

#bolacha{
	background: url("../images/bolacha.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
    width: 100%;
    height: 100vh;
	position: absolute;
    left: 0;
    top: 0;
}

#lampada{
	background: url("../images/lampada.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
    width: 100%;
    height: 100vh;
	position: absolute;
    left: 0;
    top: 0;
}

#lampada_acessa{
	background: url("../images/lampada_acessa.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
    width: 100%;
    height: 100vh;
	position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

section {
  padding: 150px 0;
}

footer{
	background: #ed1c4d;
}


.customer-logos img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100px;
}

.customer-logos img:hover{
	-webkit-filter: none;
    filter: none;
}

.customer-logos .row{
	margin-bottom: 20px;
}

.mouse{
	width: 30px;
	height: 50px;
	border: 1px solid #545454;
	border-radius: 60px;
    position: absolute;
    bottom: 20px;
}

.mouse::before{
    content: "";
    width: 3px;
    height: 14px;
    position: absolute;
    top: 2px;
    background: #ed1c4d;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 7px;
    opacity: 1;
    animation: mouse 2s infinite;
}

@keyframes mouse{
	from{
		opacity: 1;
		top: 5px;
	}
	to{
		opacity: 0;
		top: 30px;
	}
}

.customer-logos .row{
    position: relative;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.customer-logos .row.is-showing {
    opacity: 1;
    transform: translateX(0px);
}


@media (min-width: 576px){
	.container {
	    min-width: 540px;
	}
}

@media (min-width: 768px){
	.container {
	    min-width: 720px;
	}
}

@media (min-width: 992px){
	.container {
	    min-width: 960px;
	}
}

@media (min-width: 1200px){
	.container {
	    min-width: 1140px;
	}
}