.navbar {
  border-radius: 0px;
  padding: 20px;
  border: none;
  background-color: #0d4e88;
  opacity: 0.9;
  color: white; }

.home {
  padding-bottom: 130px; }

.text-home {
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px; }

.brand {
  color: white;
  width: 70px;
  height: auto; }

.menu-icon {
  width: 25px;
  height: auto;
  cursor: pointer;
  margin-right: 20px; }

.btn-home {
  width: 90%;
  height: 60px;
  background-color: white;
  text-transform: uppercase;
  color: #0d4e88;
  font-size: 20px; }
  .btn-home:hover {
    background-color: #0d4e88;
    color: white;
    transition: 0.4s; }

.gly-login {
  cursor: pointer; }

.navbar-nav li a:hover {
  background-color: #246b9a !important; }

.gly-login a {
  color: white; }

.glyphicon-user {
  color: white; }

.modal-content {
  border-radius: 0px;
  padding: 40px;
  margin-top: 100px; }

.modal {
  background-color: rgba(0, 0, 0, 0.64); }

.evento {
  background-color: #ecf0f1; }

.evento-icons {
  padding-top: 70px;
  padding-bottom: 70px; }

.agenda {
  background-color: white;
  padding-bottom: 60px; }

.inscricao {
  background-color: #ecf0f1;
  padding-bottom: 60px; }

.inscri-title {
  padding-top: 60px;
  padding-bottom: 60px; }

.form-inscricao {
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 60px; }

.inscricao-input {
  border: none;
  border-radius: 0px;
  box-shadow: none !important;
  background-color: transparent;
  border-bottom: 2px solid #0d4e88; }

.inscricao-input::-moz-placeholder {
  color: #757575; }

.inscricao-input:-ms-input-placeholder {
  color: #0d4e88; }

.inscricao-input::-webkit-input-placeholder {
  color: #0d4e88; }

.btn-me-inscrever {
  margin-top: 40px;
  background-color: #2980b9;
  color: white;
  border-radius: 0px;
  border-bottom: 4px solid #246b9a;
  padding: 10px 90px 10px 90px;
  font-size: 17px; }
  .btn-me-inscrever:hover {
    background-color: #246b9a;
    color: white;
    transition: 0.4s; }

.equipe {
  padding-bottom: 60px;
  background-color: white; }

.equipe-text-size {
  font-size: 17px;
  text-align: center; }

.equipe-icons {
  padding-top: 50px; }

.fa {
  color: #c0392b; }

.patrocionio {
  background-color: #335c7f;
  padding-bottom: 60px; }

.img-patrocionio {
  width: 60%;
  height: auto; }

.img-patrocionio-dasi {
  width: 80%;
  height: auto; }

.footer {
  background-color: #203b52;
  color: white;
  padding: 30px; }

.icon-footer {
  width: 50%;
  height: auto; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #203b52;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s; }

.bg-hover:hover {
  background-color: white;
  color: #203b52; }

.login {
  background-color: #13222f; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

body {
  background-image: url(../images/bg-home.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #343333; }

.title {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 70%;
  height: auto; }
