/*!
 * Start Bootstrap - 4 Col Portfolio (https://startbootstrap.com/template-overviews/4-col-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-4-col-portfolio/blob/master/LICENSE)
 */

@font-face {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-style: normal;
}

html, body{
  height: 100%;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  padding-top: 54px; 
  background-image: url("../images/fundo2claro.png") ;
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size:  cover;
}

.div-opacity {
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size:  cover;
}

.bg-dark {
  background: #ffa726 !important;
  -webkit-box-shadow: 0px 4px 7px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 7px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 7px 2px rgba(0,0,0,0.15);
}

.nav-item a{
  color: white !important;
}

.container {
  z-index: 999 !important;
}



@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.row {
  padding-top: 70px;
  
}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}

.card.h-100 {
  color: black !important;
  background: transparent;
  border: none;
  text-align: center;
}

.card-body {
  color: black !important;
  text-align: center;
}

.card-title {
  font-size: 1.2em !important;
  color: black !important;
}

.card-img-top{
  padding: 16px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.15);
  background: white !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 5px;
}

/* --------------
	MODAL PROFILE
	---------------*/

.modal-profile .row{
	padding: 0px !important;
}

.modal-profile h6{
	font-weight: bold;
}

.modal-profile .image-profile{
	display: flex;
}

.modal-profile .image-profile img{
	margin: 0 auto;
}

.modal-profile .flex-col {
	display: flex;
    flex-direction: column;
    justify-content: center;
}


/* -------------
	NAVBAR*
	-------------*/

.labels-school {
  padding-left: 90px;
  color: white !important;
}

.labels-school a{
  font-weight: bold;
  font-size: 1.4em;
}

.dropdown-student .dropdown-toggle::after {
	display: none !important;
}

.dropdown-student a{
	color: #aaa !important;
}

.btn-sign-out {
    display: flex;
    align-items: center;
	background: transparent !important;
	border: solid 1.5px transparent !important;
	transition: all .5s ease;
}

.btn-sign-out:focus{
	box-shadow: none !important;
}

.btn-sign-out:hover{
	background: transparent !important;
	border-bottom: solid 1.5px white !important;
}

.btn-sign-out svg{
	margin-left: 10px !important;
}	

.dropdown-student button{
	background: transparent !important;
	border: solid 1.5px transparent !important;
	transition: all .5s ease;
}

.dropdown-student button:focus{
	box-shadow: none !important;
}

.dropdown-student button:hover{
	background: transparent !important;
	border-bottom: solid 1.5px white !important;
}
.navbar .container {
	margin: 0 auto;
	max-width: none;
} 
	
.left-nav-bar{
	display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row; /* Safari 6.1+ */
    display: flex;
    flex-direction: row; 
	align-items: center;
}

.left-nav-bar svg{
	font-size: 1.4em;
	margin-right: 40px;
	cursor: pointer;
	visibility: hidden;
}

.left-nav-bar.back-menu-on svg{

	visibility: visible !important;
}

.left-nav-bar .labels-school{
	/*margin-left: 40px;*/
}

.logo{
  width: auto;
  height: 90px;
  position: absolute;
  /*margin-top: 26px;*/
  margin-left: 44px !important;
  align-self: normal;
}

/* --------- 
	UTILS
	----------*/
.margin-0-auto {
	margin: 0 auto;
}	
	
.margin-top-32{
	margin-top: 32px;
}

.margin-top-16{
	margin-top: 16px;
}