/* Estilos CSS */
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* Para IE8 and anterior */
}

a:active {
    opacity: 0.7;
    filter: alpha(opacity=70); /* Para IE8 and anterior */
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
    font-family: "Lato";
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #262626;
}
p {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    background-color: #262626;
    width: 100%;
}
.navbar{
    background-color: #262626;
}

#logoRodape {
    color:#ffffff;
}

#rodape {
    font-size:15px;
    font-family: "Lato";
    color: #ffffff;
    padding-right: 10%;
    padding-left: 10%;
}

#quemsomostitle {
    background-color:transparent;
    font-family: "Raleway";
    color:#ffffff;
    font-size:45px;
    color:#ffffff;
    padding-top: 70px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}
#quemsomoscontent {
    font-size:15px;
    color:#ffffff;
    text-align:justify;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 10%;
    padding-right: 10%;
}

#trabalhos {
     padding: 0px 0px 0px 0px;
}

#trabalhoscontent {
    background-color:#ffffff;
    padding:70px 5% 70px 5%;
}

#trabalhostitle {
    padding-top:70px;
    font-family: "Raleway";
    color:#000000;
    text-align:center;
    font-size: 45px;
}

#contatodiv {
    align-content: center;
    background-color:#ededed;
    padding-top:70px;
    padding-bottom:70px;
    padding-left: 10%;
    padding-right: 10%;
}

#contatotitle {
    font-size: 45px;
    padding-top: 70px;
    font-family: "Raleway";
}

#contatotext {
    background-color:transparent;
    color:#2f2e2e;
    font-size:15px;
    
}

.verticalLine {
  border-right: thin solid #2f2e2e;
}