html {
  font-size: 1rem;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    word-spacing: 2px;
    text-rendering: optimizeSpeed;
}

h1,h2,h3 {
    font-weight: 500;
    color: #3b3b3b;
}

h1 {
    font-size: 2.0rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.6rem;
}

h6 {
    color: #1b61a5!important;
}

p {
    color:#515151;
}

.title {
    text-align: center;
    margin-top: 60px;
}

.title-sugestao {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

p.subTitle {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 60px;
}

h1.title:after {
    display: block;
    height: 2px;
    background-color: #1b61a5;
    content: " ";
    width: 70px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*Helpers*/
.margin-top-30 {
    margin-top: 40px;
}

.border-radius-25px {
    border-radius: 25px;
}
/*Bootstrap*/

.nav-tabs{
  background-color:#f3f3f3;
  border: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #3b3b3b;
    border: 0;
    border-bottom: 2px solid #1b61a5;
    background-color: #f3f3f3 !important;
}


.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1rem 1.5rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 2px solid #1b61a5;
}

.nav-tabs a {
    color: #7f7f7f;
}

.navbar {
    padding: 2rem 1rem;
}
.btn-outline-primary {
    color: #1b61a5!important;
    border-color: #1b61a5;
    border-radius: 0;
}

.btn-outline-light {
    border-radius: 0;
}

.btn-outline-primary:hover, .btn-outline-primary:active{
    background-color: #1b61a5!important;
    border-color: #1b61a5!important;
    color: #fff!important;
}

.bg-light {
    background-color: #fff!important;
    border-bottom: 1px solid #eee;
}

.btn-primary {
    border-radius: 0;
    background-color: #1b61a5!important;
    border-color: #1b61a5!important;
    color: #fff!important;
    
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #fff!important;
    border-color: #1b61a5!important;
    color: #1b61a5!important;
    border-radius: 0;
}

/* sections */
#carouselTop h1 {
    margin-bottom: 30px;
    font-size: 3rem;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.54);
}
#carouselTop h1, #carouselTop p {
    color: #fff;
    text-align: center;
}

#empresa .btn {
    margin-top: 60px;
}

#empresa #carouselTop {
    width: 100%;
    height: 80vh;
}

#empresa .carousel-inner {
  height: 100%;
}

#empresa .carousel-item {
    width: 100%;
    height: 100%;
    padding: 5% 25% 5% 25%;
}

#empresa .carousel-item img {
  visibility: hidden;
}

#empresa .imgCover {
       background-size: cover;
       background-position: center;
       background-attachment: fixed;
       padding: 5% 25% 5% 25%;
       height: 80vh;
       width: 100%;
       
}

#empresa .small-imgs img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.4;
    transition: filter 0.5s, opacity 0.5s;
}

#empresa .small-imgs img:hover {
    transition: filter 0.5s, opacity 0.5s;
    opacity: 1;
    filter: grayscale(0);
}



#resultados {
    margin-top: 60px;
    background: rgba(246, 246, 246, 0.8);
    text-align: center;
    padding: 30px 0 30px 0;
    
}
#resultados h1{
    font-size: 3rem;
    text-align: center;
}
#resultados h2{
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

#resultados i {
    display: inline-block;
    color: #3b3b3b;
    font-size: 2rem;
}

.team {
    border: 1px solid #eee;
    background: rgba(246, 246, 246, 0.28);
    padding: 15px;
    text-align: center;
}

.team img{
    display:block;
    margin:auto;
    width: 128px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* Add a hover effect if you want */
.team .fab:hover, .team .fas:hover, .team .far:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.team .fa-facebook-f{
    background: #3b3b3b;
    color: white;
}

/* Twitter */
.team .fa-linkedin-in {
    background: #3b3b3b;
    color: white;
}

/*Phone*/
.team .fa-phone{
    background: #3b3b3b;
    color: white;
}
/*email*/
.team .fa-envelope{
    background: #3b3b3b;
    color: white;
}

.team .fab, .team .fas, .team .far {
    font-size: 24px;
    padding: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}



.team h1 {
    font-size: 1.3rem;
    color: #1b61a5;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.team h3 {
    font-size: 1.0rem;
    color: #515151;
    margin-bottom: 20px;
    font-weight: 400;
}

.servicos {
    text-align: center;
}
.servicos i {
    display: inline-block;
    border-radius: 60px;
    padding: 0.9em;
    background-color: #1b61a5;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.servicos .row h1 {
    font-size: 1.2rem;
    text-align: center;
}

.servicos .row p {
    text-align: center;
}


.servico {
    border: 1px solid #eee;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    -webkit-transition: border 0.6s, background 0.6s;
     -moz-transition: border 0.6s, background 0.6s;
      -ms-transition: border 0.6s, background 0.6s;
    transition: border 0.6s, background 0.6s;
}

.servico:hover {
    -webkit-transition: border 0.6s, background 0.6s;
     -moz-transition: border 0.6s, background 0.6s;
      -ms-transition: border 0.6s, background 0.6s;
    transition: border 0.6s, background 0.6s;
    border: 1px solid #fff;
    background: rgba(246, 246, 246, 0.28);
}

#testemunhos {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(../images/testimonials.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: calc(80vh);
    padding-top: 200px;
    margin: 60px 0 0 0;
}

#testemunhos h1{
    color: #fff;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.54);
    font-size: 200%;
    font-weight: 500;
    word-spacing: 2px;
    text-align: center;
    display: block;
}

#testemunhos .carousel-inner, .carousel-item-left, .carousel-item-left {
    padding: 0 20% 0 20%;
}

#testemunhos p {
    text-align: center;
    color: #fff;
    margin: 0 0 20px 0;
    
}

#testemunhos h2 {
    font-size: 1rem;
    text-align: center;
    color: #fff;
}

#testemunhos h3 {
    font-size: 1rem;
    text-align: center;
    color: #bababa;
    font-weight: 500;
}
#testemunhos h1:after {
    display: block;
    height: 1px;
    background-color: #fff;
    content: " ";
    width: 70px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}





#contactos {
    margin-top: 60px;
}

#three-step-section, #three-step-section p, #three-step-section h1{
    text-align: center;
    margin: 0;
    font-weight: 300;
}

#three-step-section i{
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1b61a5;
}

#three-step-section h1{
    margin: 0 0 20px 0;
}

#three-step-section p{
    margin-bottom: 120px;
}


#contactos li {
    border: 0;
}




.formulario-contacto {
    background: rgba(246, 246, 246, 0.9);
    padding: 10% 0;
    margin-top: 60px;
}

.formulario-contacto h1{
    margin: 0 0 30px 0;
}

.formulario-contacto h3{
    margin: 0 0 15px 0;
    font-size: 1.3rem;
    font-weight: 400;
}

.form-control{
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
          color: #495057;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 0.8rem;
    border-radius: 0;
}


input[type=text]:focus {
    outline: none;
    border: 1px solid #1b61a5;
}

.custom-select {
    height: auto !important;
    padding: 0.8rem !important;
    border-radius: 0;
    transition: none !important;
    color: #495057!important;
}

#footer {
    background: #103962;
    padding: 5% 0 0 0;
    margin-top: 60px;
}

#footer p .short-text {
    display: none;
}

#newsletter-section {
    padding: 0 20% 0 0;
}

#footer h1 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

#footer p{
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
}

#footer ul {
    padding: 0;
    list-style: none;
}

#footer li a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

#footer .copyright {
    width:100%;
    margin: 0;
    padding: 2%;
    background: #05121e;
    text-align: center;
}

#footer .copyright p {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 200;
    margin: 0;
}

#footer .fab {
    padding: 3px;
    font-size: 34px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: 0.5;
}

#footer .fa-linkedin-in, #footer .fa-facebook-f, #footer .fa-instagram {
    background: #1b61a5;
    color: white;
}

#footer .fab:hover {
    opacity: 1.0;
    transition: opacity 0.3s;
}

/*paginas*/

.nav-lateral select {
    display: none;
}

#particulares .top, #empresas .top {
    background-size: cover;
    background-position: center bottom 110px;
    background-attachment: fixed;
    padding: 10%;
    filter:grayscale(0);
    transition: filter 0.4s;
    margin-bottom: 60px;
}

#particulares .top:hover, #empresas .top:hover {
    transition: filter 0.7s;
    filter: grayscale(100%);
}


#particulares .top h1, #empresas .top h1 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.54);
}

#particulares .top{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/particulares.jpg);
}

#empresas .top{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/empresas.jpg);
}



.nav-lateral h1 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.nav-lateral h1:after {
    display: block;
    height: 3px;
    background-color: #1b61a5;
    content: " ";
    width: 70px;
    margin-top: 10px;
    margin-bottom: 15px;
}


.nav-lateral ul {
    padding: 0;
    list-style: none;
}

.nav-lateral li{
    margin-bottom: 10px;
}

.nav-lateral a {
    text-decoration: none;
    color: #7f7f7f;
    font-weight: 400;
    transition: color 0.1s;
}

.nav-lateral a:hover {
    color: #3b3b3b;
    transition: color 0.3s;
}

.nav-lateral .active{
    color: #3b3b3b;
}

.titulo {
    margin-bottom: 30px;
}

.titulo h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
}

.titulo i {
    font-size: 3rem;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    color: #1b61a5;
    padding: 1.5rem;
    border: 4px solid #1b61a5;
}

#pagina-conteudo ul {
  margin-left:0; 
  padding-left:0;
  list-style-position: inside;
  color: #515151;
  font-size: .9rem;
}

#pagina-conteudo .tab-pane {
    margin-top: 1.5rem;
}

.sub-title:after {
    display: block;
    height: 3px;
    background-color: #1b61a5;
    content: " ";
    width: 70px;
    margin: 15px 0 60px 0;
}

#politicaPrivacidade h3, #termosCondicoes h3 {
    margin-bottom: 15px;
    font-weight: 400;
}

#termosCondicoes h6, #termosCondicoes li {
    color: #515151!important;
}

#politicaPrivacidade p, #termosCondicoes p {
    margin-bottom: 40px;
}