body {
  height: 100%;
  /*background: url('../images/1.%20Home.jpg') rgb(255, 255, 255);*/
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 52% 0%;
  font: normal 1em 'oswald-regular';
  color: rgb(0, 0, 0);
  color: #666666;
}
input[type=text],
input[type=email],
select {
  border-radius: 0 !important;
  font-size: 1.2em !important;
  border: 1px solid #999999 !important;
  padding: 0em 0.7em !important;
  height: 42px !important;
}
textarea {
  border-radius: 0 !important;
  font-size: 1.2em !important;
  border: 1px solid #999999 !important;
  padding: 0.3em 0.7em !important;
}
a{
    color: #FFF;
    text-decoration: none;
}
a:hover{
    color: #FFF;
    text-decoration: underline;
}
.div-outras-info {
    display: none;
}
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */

.row-ver-mais {
    margin-top: -50px;
    margin-bottom: 50px;
}
.btn-ver-mais {
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.001)),color-stop(65%,#fff));
    background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,.001),#fff 65%);
    background-image: -o-linear-gradient(top,hsla(0,0%,100%,.001) 0,#fff 65%);
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.001) 0,#fff 65%);
    bottom: 0;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: -30px;
}
.row-button{
  margin: 20px 0;
}
.btn-azul {
  color: #fff;
  background-color: #016798;
  border: 2px solid #016798;
}
.btn-azul:hover {
  color: #016798;
  background-color: #FFF;
  border: 2px solid #016798;
}
.btn-site {
  padding: 10px 40px;
  border-radius: 0;
}
.btn-sendmessage {
  float: right;
  margin-top: 38px;
}
.img-logo {
  width: 450px;
}
.col-divisor-cabecalho {
  padding-top: 10px;
}
.col-dados-cabecalho {
  margin-top: 30px;
  font-size: 1.5em;
}
.span-divisor {
  margin: 0px 20px;
}
.col-cabecalho-rgpd {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
}
.img-rgpd {
  width: 100%;
}
.container-home {
  margin-top: 30px;
  color: #6D6E71;
}
.row-contents {
  margin: 30px 0;
}
.titulo-home {
  font-family: 'oswald-semibold', sans-serif;
  font-size: 2rem;
  margin-bottom: 30px;
  padding: 0 50px;
  padding: 0 20%;
}
.subtitulo-home {
  font-family: 'oswald-semibold', sans-serif;
  font-weight: 800;
  font-size: 1.7rem; 
}
.sub-dados {
  margin-bottom: 40px;
}
.sub-autorizacao {
  margin: 40px 0;
}
.texto-home {
  font-family: 'oswald-regular';
  font-size: 1.8rem; 
}
.parag-titulo-home {
  padding-top: 20px;
  font-family: 'oswald-light';
  font-size: 1.5rem;  
}
.parag-home {
  padding-top: 0px;
  font-family: 'oswald-light';
  font-size: 1.5rem;  
}

.link-site,
.link-site:hover {
    color: #6D6E71;
    text-decoration: none;
}

.container-form {
  margin: 30px 0;
}
.container-rodape {
  margin-top: 100px;
  color: #6D6E71;
}
.col-divisor-rodape {
  padding-top: 5px;
}
.col-dados-rodape {
  margin-top: 30px;
  font-size: 1.6em;
  font-family: 'oswald-light';
}
.contactos-rodape{
  padding-right: 30px;
}
.titulo-rodape {
  font-family: 'oswald-semibold', sans-serif;
  font-size: 1.9rem;
  margin-bottom: 30px;
  padding: 0 50px;
  padding: 0 20%;
}

.container-copyright {  
  margin-top: 40px;
  color: rgb(0, 170, 231);
  color: #FFF;
  background-color: #016798;
  padding: 20px;
}
.texto-copyright {
  font-family: 'oswald-regular', sans-serif;
  font-size: 0.9rem;
}

.row-form {
  margin-top: 30px;
}
.row-form label {
  font-size: 1.4rem;
}

.recaptcha-form {
    margin-top: 10px;    
}
.error-recaptcha {
    color: red;
    display: none;
    font-size: 1.3rem;
}

/* INICIO STYLE CHECKBOX */
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border: 1px solid #999999;
}
.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}
.container-check input:checked ~ .checkmark {
    background-color: #016798;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-check input:checked ~ .checkmark:after {
    display: block;
}
.container-check .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* FIM STYLE CHECKBOX */

@media (max-width: 480px) { 
    .img-logo{
        width: 100%;
    }
}