body {
    background-image:url('../img/bg.png');
    background-repeat:repeat;
}
p {
    margin: 0 0 20px;
	font-size:18px;
}
.texto1{
	font-size:20px;
}
.navbar {
    /*background-image:url('../img/bg.png');*/
    /*background-repeat:repeat;*/
	background-color: #fff;
	font-size:19px;
}
.jumbotron {
    background-color: transparent;
    padding: 70px 0 0 0;
}
.footer {
    margin-top: 30px;
    padding: 70px 0;
	height: 338px;
	background-image: url("../img/Tecnologia-da-Informacao.jpg");
    background-color: #E6E6E6;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
	font-size:20px;
}
.event {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
}
.event + .event {
    padding-top: 30px;
}
.event .date {
    margin-bottom: 7px;
    color: #2a6496;
}
/* Social Icons */
.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
/* Multicoloured Hover Variations */
#social-fb:hover {
    color: #3B5998;
}
#social-tw:hover {
    color: #5CDDFF;
}
#social-gp:hover {
    color: #d34836;
}
#social-em:hover {
    color: #f39c12;
}
#social-insta:hover {
    color: #783BEB;
}
    /* ALUNO - LOGIN */
    .wrapper {	
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .form-signin {
        max-width: 380px;
        padding: 15px 35px 45px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.1);  

        .form-signin-heading,
        .checkbox {
            margin-bottom: 30px;
        }
        .checkbox {
            font-weight: normal;
        }
        .form-control {
            position: relative;
            font-size: 16px;
            height: auto;
            padding: 10px;
            @include box-sizing(border-box);

            &:focus {
                z-index: 2;
            }
        }
        input[type="text"] {
            margin-bottom: -1px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
        input[type="password"] {
            margin-bottom: 20px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
    }	
    /* SUBIR TOPO SITE */
    #subirTopo {
        background: rgba(38,162,216,.9);
        bottom: 12px;
        left: 14px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        padding: 12px;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        position: fixed;
        border-radius: 4px;
        font-family: sans-serif;
        opacity: 0.9;
    }
    #subirTopo:hover {
        opacity:0.6;
    }
 /* ACEITAR COOKIES DO SITE */	
.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: left;
  justify-content: left;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 24px;
  color: #fff;
  font-size: 18px;
}

.box-cookies .btn-cookies {
  background: #1e88e5;
  cursor: pointer;
  align-self: auto;
} 

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: row;
  }
}