*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
.navbar-brand{
    font-size:2rem;
    color: black;
}
.navbar-brand:hover{
    color: black;
}
.nav-link{
    margin-right: 10px;
    margin-left: 10px;
    color: rgb(129, 127, 127);
    font-size: 17px;
   } 
.nav-link:hover{
    color: black;
    font-weight: bold;
}
.search{
    height: 40px;
    width: 80%;
    border-radius: 60px;
    outline: none;
    border: 2px solid darkgray;
}
.btn0 {
    height: 40px;
    width: 40%;
    outline: none;
    border: none;
    background-color:darkgray;
    color: white;
    border-radius: 60px;
    font-weight: 700;
}
.btn0:hover{
    color: black;
}



.carousel-item::before{
    content:"";
    display: block;
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    opacity: 0.5;
}

.carousel-caption h5{
    font-size: 30px;
    font-weight: 300;
}

.card-footer {
    background: transparent;
    border-top: 0px;
}
.section_title{
    margin-bottom: 7px;
    padding-left: 7px;
    font-size: 16px;
    line-height: 1px;
    text-align: center;
    text-transform: uppercase;
    border-left: 3px darkgray;
    font-family: Tahoma;
}
.about-item{
    text-align: center;

}




#registo h4{
	padding: 20px;
	width: 100%;
	text-align: center;
}
#pergunta{	
  	margin: auto;
  	padding: 10px 30px 50px 20px;
}

.img-fluid{
        display: block;
        width: inherit;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        background-size: cover;
        background-position: 50% 50%;
}
.img-thumbnail1{
    margin-left: 50px;
    margin-top: 30px;
    width: 500px;
    height: 350px;
}

.table{
    width: 25%;
    text-align: center;
    margin-left: 37%;
}
.direcao{
    text-align: inherit;
    margin-left: 150px;
    font-size: 20px;
}
.docs1{
    text-align: inherit;
    margin-left: 150px;
    font-size: 20px;
}
.manuais1{
    text-align: inherit;
    margin-left: 150px;
    font-size: 20px;
}
.cg{
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 20px;
}
.ed1{
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 20px;
}
.cp1{
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 20px;
}
.rodape1{
padding: 35px;
text-align: center;
right: 0;
left: 0;
bottom: 0;
}

.info1{
    text-align: center;
}