@charset "UTF-8";

body {
	background-color: #002a4f;
	overflow-y: hidden;
}

.cabecera {
	height: 92vh;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.coluna1 {
	height: 100vh;
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	text-align: right;
}

.coluna1 img {
	height: 100%;
	width: 100%;	
	object-fit: cover;
	object-position: center top;
}

.coluna2 {
	height: 100vh;
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: left;
}

.coluna2 img {
	height: 100%;
	width: 100%;	
	object-fit: cover;
	object-position: center;
}

.coluna-meio {
	height: 100vh;
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	background-size: cover;
}

.coluna-meio img {
	height: 100%;
	width: 100%;	
	object-fit: scale-down;
	object-position: center;
}

.footer {
	font-size: 80%;
	padding: 0.5em 2em;
	text-align: center;
	height: 7vh;
	position: relative;
	bottom: 0;
	}

.neio-mustafa {
	font-size: 200%;
	font-weight: 200;
	letter-spacing: 1px;
	text-align: right !important;
	font-family: 'Roboto', sans-serif;
	color: #2690FF;
}

.artista {
	font-weight: 300;
	letter-spacing: 2.2px;
	text-align: left;
	font-size: small;
}

.cinza {
	color: darkgray;
}

.vertical-menu {
	width: 200px;
	padding: 1em;
	height: 1px;
}

.vertical-menu a {
	color: darkgray;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: 300;
	letter-spacing: 7px;
}

.vertical-menu a:hover {
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	background: linear-gradient(146deg, #00000082, #206EBFE6, #00000082);
	border-bottom: solid .12em #5C411D;
}

.vertical-menu a.active {
/*  background-color: #4CAF50;*/
/*  color: white;*/
}

.modal {
  padding: 0 !important;  /*override inline padding-right added from js*/
}
.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-body {
  overflow-y: auto;
	background:#000000;
	padding-right: 0px;
}

.modal-backdrop {
    opacity:0.5 !important;
	background-color: rgba(0,0,0,.0001) !important;
}

.btn-block > .btn:hover, .btn-primari-outline {
	color: #D8D8D8;
	background-color: rgba(128, 128, 128, 0.34);
	border-radius: 20px 0px 0px 20px;
	margin-right: 0px;
	padding-right: 0px;
	font-weight: 300; 
	letter-spacing: 2px;
}

.btn-primari-outline:hover {
	color: red;
	background-color: #E0E0E0;
	border-radius: 20px 0px 0px 0px;
	font-weight: 500;
	border-bottom: solid 3px #707070;
}

.btn-menu-cor {
	color: darkgrey;
	margin-right: 0px;
	padding-right: 0px;
}


button {
	color: darkgray;
}

.btn {
	color: darkgray;
	text-decoration: none;
	display: flex;
	padding: 0.375rem 1.05rem;
}

.btn:hover {
	color: #DC9B46;
	text-decoration: none;
}

.articulo {
  max-width: 40em;
  margin: 5em auto;
  padding: 0 3em;
}

h1 {
	font-size: 5vw;
	color: darkgray;
	font-family: 'Roboto', sans-serif;
}
h3 {
	font-size: 5vw;
	color: #ffffff;
	text-align: left;
}

p {
  font-size: 1em;
	line-height: 2.4em;
	color: #000000;
}

a {
	color: #f1f1f1 !important;
}
a:hrover {
	color: #ea9b10 !important;
	scale: 1em;
}



/* Correção para ipad e celular abaixo de 600px */

@media (max-width: 37.5em) {
/*
	.body {
	background-color: #000000;
}
*/
  
/*
	.alinhar-esquerda {
		text-align: left;
	}
*/
	.vertical-menu a {
		text-align: center;
	}
	
	.cabecera {
		flex-direction: column;
		justify-content: flex-start;
  }

  .coluna1 {
	  width: auto;
	  height: auto;
	  justify-content: left;
	  margin-top: 2em;
  }

.coluna2 {
	width: 100%;
	height: 50%;
	display: grid;
	align-items: end;
	justify-content: center;
	padding: 0em;
	text-align: center;
	}
	
 .coluna-meio {
	 width: 100%;
	 height: 45%;
	 margin-top: -7vh;
	 padding: 1em;
	 margin-bottom: -3em;	 
	}
	
 .cabecera img {
    width: 100%;
    height: 80%;
  }
	
h1 {
  font-size: 8vw;
	display: grid;
	justify-content: center;
	line-height: 0em;
}
	
.neio-mustafa {
	font-size: 200%;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center!important;
	font-family: 'Roboto', sans-serif;
	display: grid;
	justify-content: center;
	line-height: 0em;
}


.artista {
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center !important;
	align-content: center !important;
	justify-content: center;
	display: grid;
	margin-top: -1em;
	font-size: small;
}
	
.footer {
	background-color: #000b11;
	color: #004e92;
	font-size: 80%;
	padding: .5em 2em;
	align-items: center;
	justify-content: center;
	height: 5%;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	}
	
#animation_container, #_preload_div_ {
position: absolute;
margin-top: 0%!important;
left: 0;
right: 0;
top: 0;
bottom: 0;
	}

#canvas {
    position: absolute;
    display: block;
	width: 50%!important;
	height: auto!important;
	left: 0;
	right: 0;
	margin: auto;
	scale: 0.8;
	}
.vertical-menu a:hover {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    linear-gradient: (146deg, #00000082, #2690FF5C, #00000082);
    border-bottom: solid .12em #5C411D;
	}
	.pt-130 {
		padding-top: 90% !important;
		margin-bottom: 5%;
	}	
}

/* FIM @MEDIA 37.5%*/

@media (max-width: 66.7em) {
	#canvas {
	  position: absolute;
	  width: 60% !important;
	  height: 60% !important;
		margin-top: 20%;
		left: 10%;
	  right: 10%;
	  top: 10%;
	  bottom: 10%;
	}
}



.email {
	background-color: #1ab4db;
    border: none;
    padding: 7px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px;
    cursor: pointer;
    border-radius:5px;
}

.cinza-escuro {
	border-color:  rgba(128, 128, 128, 0.69);
}

.contatos {
	font-weight: 300;
	letter-spacing: 3px;	
	color: darkgray;
	border-bottom: #DC9B46 1px solid;
	padding-top: 0.3em;
	text-align: left !important;
}

.na-linha {
	width: 100%;
	display: block;
	justify-content: left;
}

.vertical-menu {
	width: 100%;
	height: 90%;	
	z-index: 1;
	padding: 1em 0em;
/*	justify-content: center;*/
	transition: 600s;
	transition-timing-function: ease-in-out;
	align-content: center;
	display: grid;

}
.vertical-menu a {
	display: block;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 0.25em;
/*	padding-left: 30px;*/
	border: none !important; 
	transition: width 2s;
	border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
border-bottom-right-radius: 0em;
border-bottom-left-radius: 0em;
		font-size: 80%;
}

.reduzir-margin-bottom {
	margin-bottom: -0.2em;
}

#entrelinha-neio {
	line-height: .9em;
}

.margem-bt-contatos {
	padding: 0.4em 0.9em;
}


.pt-100 {
	padding-top: 100%;
}

.pt-130 {
	padding-top: 130%;
	font-size: 80%;
}

.pt-50 {
	padding-top: 50%;
}

.bt-border-circular {
	border: #23aeff 2px solid;
	border-radius: 2em;
	width: 2.5em;
	height: 2.5em;
/*	font-size: 1vw;*/
	justify-content: center !important;
	display: inline-flex;
	align-items: center;
	background-color: #002a4f;
	transition: .7s ease-in-out;
}
.bt-borda-circular:hover {
  background-color: #ea9b10;
  border: #ea9b10 2px solid;
  cursor: pointer;
		transition: .7s ease-in-out;
}
.azul {
  color: #23aeff;
}

a.azul:hover {
  color: #ea9b10 !important;
	background-color: brown;
	border-radius: 100%;
	box-shadow: 0px 0px 10px 5px;
}
a:link {
  color: #f1f1f1;
}

.laranja {
	  color: #f18e00;
}
.display-table {
	display: table;
}
