@charset "UTF-8";

html, body {
    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
	background: #3c5790;
}
body.admin {
    background: #fff;
}
h1 {
	font-size: 32px;
}
h3 {
	font-size: 25px;
}
h5 {
	font-size: 11px;
	padding-top: 5px;
}
#container {
    margin: 50px;
}
#container .brasao-login {
    text-align: center;
    margin: 0 0 30px 0;
}
#container .brasao-login .brasao {
    height: 180px;
}
#container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#container #username {
    color: #000;
}
#container #password {
    color: #000;
}
#container #_submit {
    width: 172px;
    color: #000;
}
#backimage{
    height: 100%;
    width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.swiper-container {
    width: 600px;
    height: 300px;
}
#welcome {
	margin: 0 auto;
	display:flex;
    flex-direction: column;
    align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
	color: #fff;
}
#welcome .brasao-container {
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 25px;
	margin: 0 auto;
}
#welcome .brasao {
	width: 100%;
	max-width: 307px;
	margin: 0 auto;
}
#welcome .text-container {
	margin: 0 auto;
    padding: 0 15px;
}
#welcome .text-container ul {
  	list-style: none;
  	padding: 0;
}
#welcome .download-container .btn-google-play {
    margin-left: -10px;
	padding-top: 5px;
	padding-bottom: 10px;
	width:165px;
}
#features {
    padding: 0 30px;
    width:100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content:center;
}
#features .text-center {
    text-align: center;
    margin: 35px 15px;
    flex: 0 0 calc(25% - 10px);
}
#features i {
    padding: 8px;
    margin: 10px;
    font-size: 32px;
    border: 3px solid black;
    border-radius: 50px;
    border-color: #3c5790;
    color: #3c5790;
}
#features .feature-heading {
    font-size: 20px;
    color: #3c5790;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px;
}
#features p {
    font-size: 16px;
}
#details {
    padding: 0 30px;
    width:100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#details .detail-heading {
    font-size: 20px;
    color: #3c5790;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px;
}
#details .detail {
    margin: 35px 15px;
    flex: 0 0 calc(25% - 10px);
}
#details li {
    padding: 5px 0;
    font-size: 16px;
}
#download {
    padding: 30px;
    width:100%;
    background-color: #fff;
}
#download .download-heading {
    font-size: 20px;
    color: #3c5790;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none;
    padding: 15px;
}
#download p {
    font-size: 16px;
}
#download a {
    color: #fff;
    background: #3c5790;
}
#footer {    
    color: #fff;
    padding: 30px;
    text-align: center;
}
.navbar {
	width:100%;
	height:90px;
	border-bottom: 1px solid #c2c2c2;
}
.navbar-container {
	width: 70%;
	margin: 0 auto;
	margin-top: 5px;
	height:80px;
}
.navbar-toggle {
	margin-top: 20px;
}
.navbar-right {
    margin-top: 17px;
}
.navbar-default .navbar-collapse {
	border-color: #fff;
}
.brand-logo{
   	width:50px;
}
.navbar-static-top {
	margin-top: 0px;
}
.navbar-header {
   	margin-bottom: 5px;
}
.navbar-default .navbar-inverse>li>a {
   	color: #fff;
}
.navbar-default .navbar-inverse>li>a:hover {
   	color: #ffb412;
}
.navbar-default .navbar-inverse>li>a:focus {
   	color: #ffb412;
}
.navbar-default .navbar-inverse {
   	background-color: #3c5790;
   	background-image: linear-gradient(to bottom,#3c5790 0,#3c5790 100%);
}
.admin #footer {
    color: #000;
}
.admin.wrapper {
	padding: 0 15px;
}
.admin .list-menu {
    text-align: center;
    margin-bottom: 20px;
}
.admin .list-menu a {
    color: #ffffff;
    background-color: #3c5790;
    padding: 10px;
    display: block;
}
.admin .list-menu a.active {
    color: #ffb412;
}
.admin .entry {
    display: flex;
    flex-direction: column;
    margin: 0 auto 10px;
    padding: 12px 5px;
    max-width: 900px;
    border: 1px solid black;
    border-radius: 5px;
}
.admin .entry .details {
    position: relative;
    margin-top: 12px;
    max-width: 465px;
    list-style-type: none;
}
.admin .entry .details li:first-of-type {
    position: absolute;
    top: -24px;
    width: 243px;
    background-color: #3c5790;
    color: #fff;
    text-align: center;
    border-radius: 0px 0px 3px 3px;
}
.admin .entry .details li {
    margin: 0px -35px;
}
.admin .entry .options button {
	display: block;
  	background-color: #3c5790;
  	border: none;
    border-radius: 4px;
  	color: white;
 	padding: 8px 25px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	margin: 4px 2px;
  	cursor: pointer;
}
.admin .register form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.admin .register div {
    width: 300px;
}
.admin .register label {
    margin: 10px;
}

/* The Modal (background) */
.modalUpdate {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 1; /* Sit on top */
  	padding-top: 100px; /* Location of the box */
  	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
  	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalUpdate .modal-content {
	position: relative;
  	margin: auto;
  	width: 60%;
  	border: 1px solid #fff;
  	text-align: center;
}
.modalUpdate .modal-content h3 {
    color: #3c5790;
    text-shadow: 0px 0px 0px;
}
.modalUpdate .modal-content .details {
	margin: 0px auto;
	text-align: left;
}
.modalUpdate .modal-content .details li:first-of-type {
	position: relative;
	top: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: left;
    border-radius: 0px;
}


/* The Close Button */
.modalUpdate .close {
    color: #3c5790;
    float: right;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 0px 2px #333;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 5px;
}

.modalUpdate .close:hover,
.modalUpdate .close:focus {
 	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}

/* The Modal (background) */
.modalImage {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 1; /* Sit on top */
  	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
  	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalImage .modal-content {
	position: relative;
  	margin: 35px auto 0px;
  	width: 60%;
  	border: 1px solid #fff;
  	text-align: center;
}	

.modalImage .modal-content img {
	max-width: 100%;
}

/* The Close Button */
.modalImage .close {
  	color: #fff;
  	float: right;
    font-size: 40px;
  	font-weight: bold;
  	text-shadow: 0px 0px 10px #333;
  	opacity: 1;
    position: absolute;
    right: 5px;
    top: 5px;
}

.modalImage .close:hover,
.modalImage .close:focus {
 	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}

@media only screen and (min-width: 768px) {
	#welcome {
		width: 80%;
        flex-direction: row;
        align-items: center;
	}
	h1 {
		font-size: 52px;
	}
	h5 {
		font-size: 14px;
		padding-top: 10px;
	}
	#welcome .text-container li {
	  	display: inline;
	}
    #features {
        flex-direction: row;
    }
    #details {
        flex-direction: row;
    }
    .admin .entry {
        flex-direction: row;
        justify-content: space-between;
    }
    .admin .list-menu a {
        display: inline-block;
    }
    .modalImage .modal-content {
      	width: 35%;
    }	
} 