<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #f3f3f3;
}
.nav-wrapper{
    background-color: white !important;
}
.nav-wrapper a{
    color: rgb(0, 69, 160)!important;
}
.sidenav a {color: red;}
.afasta { margin: 0 0px 3px 20px;}
.call-to-action {border-radius: 10px;}
.redes-sociais{padding: 55px 0px 50px 0px; margin-bottom: 25px;}

.banner {margin: 50px;}
.banner h1{font-size: 45px; line-height: 70px;}

.grey-text.text-darken-4:hover {color:red !important;;}

.quemsomos {font-size: 125%;}

.analises {
  background-image: url("img/analises.jpg");
}

.collab {
  background-image: url("img/collaboration.jpg");
}

.steelpipe {
  background-image: url("img/steelpipe.jpg");
}

.architect {
  background-image: url("img/architect.jpg");
}

.nature {
  background-image: url("img/nature.jpg");
}
.collab, .steelpipe, .architect, .nature {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #810000;
}
.collab h2{color: red;}


.btn-form {
border:1px solid #42a5f5;
}


.fecha-modal {display:block; padding: 20px 25px;}

section#members{
    width:100%;
    background-image:initial;
    background-position-x:initial;
    background-position-y:initial;
    background-size:initial;
    background-attachment:initial;
    background-origin:initial;
    background-clip:initial;
    background-color:rgb(246, 247, 249);
    padding-top:40px;
    padding-right:0px;
    padding-bottom:40px;
    padding-left:0px;
  }
  .single-member .profile-img{
    width:80px;
    height:80px;
    border-top-left-radius:100%;
    border-top-right-radius:100%;
    border-bottom-right-radius:100%;
    border-bottom-left-radius:100%;
  }
  .single-member h5{
    font-size:16px;
  }
  .single-member p{
    font-size:12px;
    color:rgb(119, 119, 119);
  }
  ul.social-icons{
    width:100%;
  }
  ul.social-icons li{
    display:inline-block;
  }
  ul.social-icons li a{
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    margin-left:10px;
  }
  ul.social-icons li a img{
    width:20px;
    height:20px;
  }
  .badge-icon{
    font-size:30px;
  }
  .icon-block{
    padding-top:0px;
    padding-right:15px;
    padding-bottom:0px;
    padding-left:15px;
  }

  /* Media Queries */

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 600px) {} 

@media only screen and (max-width: 768px) {
  .banner h1 {font-size: 30px; line-height: normal !important; letter-spacing: 2px;}
  .banner h2 {font-size: 13px; line-height: normal !important}
  .banner {margin: 15px;}
  .analises {background-image: url("img/analises-mobile.jpg");  }
} 

@media only screen and (max-width: 992px) {
  .desk{display:none;}
} </pre></body></html>