@charset "UTF-8";

/* Main styles */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
.virtualtour {
  width: 100%;
  height: 640px;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
.virtualtour {
  height: 530px;
}}

@media screen and (max-width: 991px) {
.virtualtour {
  height: 410px;
}}

@media screen and (max-width: 772px) {
.virtualtour {
  height: 370px;
}}
@media screen and (max-width: 680px) {
.virtualtour {
  height: 300px;
}}
@media screen and (max-width: 500px) {
.virtualtour {
  height: 200px;
}}

.jc{
  padding:20px;
  height: 20px;
  background-color: red
}
.text {
  font-size: 80px;
  fill: #1890a0;
  stroke-width: 3;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear;
  background: #111;
  background-size: .2em 100%;
  font: 5em/1 Open Sans, Impact;
  padding: 20px;
}
.text:nth-child(5n + 1) {
  stroke: #e94b35;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
  stroke: #F5A503;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
.text:nth-child(5n + 3) {
  stroke: #E9F1DF;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}
.text:nth-child(5n + 4) {
  stroke: #fff;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.text:nth-child(5n + 5) {
  stroke: #ffffff;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
/* Other styles */
html, body {
  height: 100%;
}


/*
svg {
  position: absolute;
  width: 100%;
  height: 100%;
}*/


  @import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
.fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.2s infinite linear;
  animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media screen and (max-width: 1170px) {
.timeline{
   padding-top: 20px!important;
}}
@media screen and (max-width: 1029px) {
.timeline{
   padding-top: 20px!important;
}}
@media screen and (max-width: 991px) {
.timeline{
   padding-top: 60px!important;
}
.black-half{
   padding-bottom: 1px!important;
}
.section-title {
    margin-bottom: 0px!important;
}}
@media screen and (max-width: 500px) {
.timeline{
   padding-top: 1px!important;
}
}


.margin-top-20 {
  margin-top: 20px;
}
.material-card {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 6.6em;
}

.material-card .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -40px;
  left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-btn-action {
    position: relative;
    padding: 15px;
    right: -165px;
    top: 300px;
    border-radius: 50%;
    border: 2px solid;
    width: 176px;
    height: 193%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
  top: 8px;
}
.material-card .mc-description {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  bottom: 29px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

.material-card .mc-description p {
margin-bottom: 0px;
font-size: 17px;
    line-height: 25.9px;
}
@media screen and (max-width: 1199px) {
.material-card .mc-description p{
    line-height: 35px;
}}
@media screen and (max-width: 991px) {
.material-card .mc-description p{
    line-height: 22px;
}}
@media screen and (max-width: 638px) {
.material-card .mc-description p{
    line-height: 5.5px;
    font-size: 15.9px;
}}
@media screen and (max-width: 736px) {
.material-card .mc-description p{
    line-height: 21px;
    font-size: 15.9px;
}}
@media screen and (max-width: 718px) {
.material-card .mc-description p{
    line-height: 26px;
    font-size: 17px;
}}
@media screen and (max-width: 560px) {
.material-card .mc-description p{
    line-height: 21px;
    font-size: 16.5px;
}}
@media screen and (max-width: 344px) {
.material-card .mc-description p{
    line-height: 21px;
    font-size: 15px;
}}
@media screen and (max-width: 325px) {
.material-card .mc-description p{
    line-height: 13px;
    font-size: 15px;
}}


.material-card .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .img-container {
display: none;
}
.material-card.mc-active .mc-content {
  padding-top: 5.6em;
}
@media screen and (max-width: 1199px) {
  .material-card {
    margin-bottom: 5.6em;
}
.material-card.mc-active .mc-content {
    padding-top: 0em;
  }

.active-with-click .col-md-4 {
    width: 50%;
  }
}

.material-card.mc-active .mc-description {
  top: 20px;
  padding-top: 2.6em;
  opacity: 1;
  filter: alpha(opacity=100);
}



.material-card.Red .mc-btn-action {
  background-color: #dd7c2f;
}

.material-card.Red.mc-active .mc-content {
  background-color:rgba(221, 124, 47, 0.25);
  background-image: url('../images/bas.png');
  background-repeat: round;
}

.material-card.Red.mc-active .mc-btn-action {
  border-color: #FFEBEE;
}

.material-card.Blue .mc-btn-action {
  background-color: #a6badd;
}

.material-card.Blue .mc-footer a {
  background-color: #0D47A1;
}
.material-card.Blue.mc-active .mc-content {
  background-color: rgba(166, 186, 221, 0.37);
}
.material-card.Blue.mc-active .mc-footer {
  background-color: #BBDEFB;
}
.material-card.Blue.mc-active .mc-btn-action {
  border-color: #E3F2FD;
}

.material-card.Cyan .mc-btn-action {
  background-color: #f8c9af;
}

.material-card.Cyan .mc-footer a {
  background-color: #006064;
}
.material-card.Cyan.mc-active .mc-content {
      background-color: rgba(248, 201, 175, 0.32);
}
.material-card.Cyan.mc-active .mc-footer {
  background-color: #B2EBF2;
}
.material-card.Cyan.mc-active .mc-btn-action {
  border-color: #E0F7FA;
}
.material-card.Light-Green .mc-btn-action {
  background-color: #cc9bf7;
}

.material-card.Light-Green .mc-footer a {
  background-color: #33691E;
}
.material-card.Light-Green.mc-active .mc-content {
  background-color: rgba(204, 155, 247, 0.32);
}
}
.material-card.Light-Green.mc-active .mc-footer {
  background-color: #DCEDC8;
}
.material-card.Light-Green.mc-active .mc-btn-action {
  border-color: #F1F8E9;
}

.material-card.Amber .mc-btn-action {
  background-color: #dcac2c;
}

.material-card.Amber .mc-footer a {
  background-color: #FF6F00;

}
.material-card.Amber.mc-active .mc-content {
      background-color: rgba(220, 172, 44, 0.29);
         background-image: url('../images/exec.png');
    background-repeat: round;
}
.material-card.Amber.mc-active .mc-footer {
  background-color: #FFECB3;
}
.material-card.Amber.mc-active .mc-btn-action {
  border-color: #FFF8E1;
}

.material-card.Deep-Orange .mc-btn-action {
  background-color: #c0c0c0;
}
.material-card.Deep-Orange .mc-footer a {
  background-color: #BF360C;
}
.material-card.Deep-Orange.mc-active .mc-content {
      background-color: rgba(192, 192, 192, 0.32);
      background-image: url('../images/fix.png');
      background-repeat: round;
}
.material-card.Deep-Orange.mc-active .mc-footer {
  background-color: #FFCCBC;
}
.material-card.Deep-Orange.mc-active .mc-btn-action {
  border-color: #FBE9E7;
}


.mc-btn-action i:hover{
  color: white;
}

@media screen and (max-width: 1199px) {
  .material-card .mc-btn-action {
    right:-205px;
    top:385px;
  }  }
  @media screen and (max-width: 991px) {
  .material-card .mc-btn-action {
    right:-150px;
    top:280px;
  }
  .material-card.mc-active .mc-content {
    padding-top: 24.8em;
}
    .material-card .mc-description{
    bottom: 29px;
}
}
@media screen and (max-width: 718px) {
.active-with-click .col-md-4 {
    width: 70%;
    margin-left: 15%;
  }  

.material-card .mc-btn-action {
    right: -212px;
    top: 375px;
}
}
@media screen and (max-width: 675px) {

.material-card .mc-btn-action {
    right: -195px;
    top: 360px;
}
}
@media screen and (max-width: 640px) {
.material-card .mc-btn-action {
    right: -185px;
    top: 348px;
}
}
@media screen and (max-width: 610px) {
.material-card .mc-btn-action {
    right: -175px;
    top: 327px;
}
}

@media screen and (max-width: 580px) {
.material-card .mc-btn-action {
    right: -166px;
    top: 305px;
}
}
@media screen and (max-width: 550px) {
.material-card .mc-btn-action {
    right: -155px;
    top: 280px;
}
}

@media screen and (max-width: 520px) {
.material-card .mc-btn-action {
    right: -145px;
}
}

@media screen and (max-width: 510px) {
.active-with-click .col-md-4 {
    width: 100%;
    margin-left: 0%;
  }  
.material-card.mc-active .mc-content {
    padding-top: 29em;
}
.material-card {
    margin-bottom: 10.6em;
}
.material-card .mc-btn-action {
    padding: 12px;
}
.material-card .mc-btn-action {
    right: -210px;
    top:360px;
}
}

@media screen and (max-width: 470px) {
.material-card .mc-btn-action {
    right: -195px;
}
}
@media screen and (max-width: 445px) {
.material-card .mc-btn-action {
    right: -185px;
    top:310px;
}
}
@media screen and (max-width: 425px) {
.material-card .mc-btn-action {
    right: -170px;
    top:300px;
}
}
@media screen and (max-width: 395px) {
.material-card .mc-btn-action {
    right: -155px;
    top:280px;
}
}
@media screen and (max-width: 360px) {
.material-card .mc-btn-action {
    right: -135px;
    top:260px;
}
}

  @media screen and (max-width: 330px) {
.material-card .mc-btn-action {
    top:225px;
}
}
@media screen and (max-width: 315px) {
.material-card .mc-btn-action {
    right: -120px;
    top:200px;
}
}
@media screen and (max-width: 315px) {
.material-card .mc-btn-action {
    right: -120px;
    top:200px;
}
}
@media screen and (max-width: 280px) {
.material-card .mc-btn-action {
    right: -110px;
    top:185px;
}
}




.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal4 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal5 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal6 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.modal-content2 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.modal-content3 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.modal-content4 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.modal-content5 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.modal-content6 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close4 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close5 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close6 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close4:hover,
.close4:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close5:hover,
.close5:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close6:hover,
.close6:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

button#myBtn {
    background-color: transparent;
    border-color: transparent;
    width: 300px;
    padding-left: 0px;
}

button#myBtn2 {
    background-color: transparent;
    border-color: transparent;
    width: 300px;
    padding-left: 0px;
}

button#myBtn3 {
    background-color: transparent;
    border-color: transparent;
    width: 300px;
    padding-left: 0px;
}

button#myBtn4 {
    background-color: transparent;
    border-color: transparent;
    width: 300px;
    padding-left: 0px;
}

button#myBtn5 {
    background-color: transparent;
    border-color: transparent;
    width: 300px;
    padding-left: 0px;
}

button#myBtn6 {
    background-color: transparent;
    border-color: transparent;
    width: 300px;
    padding-left: 0px;
}

.col-lg-4 {
    width: 100%;
}

body {
  position: relative;
}

.mapa {
    height: 300px;
    width: 100%;
}




.morada > .col-md-6 {
	padding-right: 0;
}

.black-half .timeline:before, .black-section .timeline:before, .pricing-box-a {
    margin-top: 0px;
    height: 420px;
    margin-left: 4px;
}

.pricing-box-a {
    margin-top: 100px;
}


/*caracteristicas*/

.box-left > .fa.fa-briefcase {
    color: #01b6b0;
    font-size: 48px;
}

.box-left > .fa.fa-rss {
	   color:#01b6b0;
       font-size: 48px;
}

.box-left > .fa.fa-cogs {
    color: #01b6b0;
    font-size: 48px;
}

.box-left > .fa.fa-bicycle {
	   color: #01b6b0;
       font-size: 48px;
}

.box-left > .fa.fa-phone {
    color: #01b6b0;
    font-size: 48px;
}

.box-left > .fa.fa-connectdevelop {
	   color: #01b6b0;
       font-size: 48px;
}


/*morada*/

i.fa.fa-facebook,i.fa.fa-instagram, i.fa.fa-linkedin, .tm-icon i.fa.fa-map-marker {
    color: #01b6b0;
    margin-top: 15px;

}

i.fa.fa-train {
    color: #01b6b0;
    margin-top: 15px;
}

i.fa.fa-tint {
    color: #01b6b0;
    margin-top: 15px;
}

i.fa.fa-road {
    color: #01b6b0;
    margin-top: 15px;
}

.pricing-box .pricing-head .fa.fa-users{
    position: absolute;
    right: 0px;
    font-size: 90px;
    color: #9d9d9d;
    opacity: .2;
    bottom: -12px;
}

.container.top-container .row {
    text-align: center;
}

a.cima {
    margin-left: 50%;
}

div#slide-70-layer-4 {
    font-size: 16px;
}

.navbar-brand img {
    height: 140px;
    margin-top: -55px;
    margin-left: 0px;
    display: none;
}

.body-scrolled .navbar-brand img {
    display: block;
}

.xpto img {
    height: 300px;
    
}

.circle {
    width: 360px;
    height: 360px;
    background: #f6f6f6;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 200px;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
}

 .circle i {
    font-size: 40px;
    display: block;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
}

.compartihar {
    text-align: center;
    margin-top: -35px;
}


.compartilhar2 {
    text-align: center;
    padding: 15px;
}


th {
    text-align: left;
    color: #686864;
}

.circle:hover {
    background: #323232;
    color: #fff;
}

.compartilhar2:hover {
    color: #fff;
}


.circle:hover >.compartihar h4{
    color: #fff;
}

@media screen and (max-width: 1199px) {
.circle {
    margin-bottom: 10px;
    width: 315px;
    height: 315px;
}
.circle p{
    font-size: 15px;
}
}
@media screen and (max-width: 991px) {
.circle {
    margin-bottom: 10px;
    width: 305px;
    height: 305px;
}
.circle p{
    font-size: 16px;
}
}
@media screen and (max-width: 332px) {
.circle {
    width: 250px;
    height: 250px;
}
.circle p{
    font-size: 14px;
}
.compartihar {
    margin-bottom: -20px;
}
}
@media screen and (max-width: 270px) {
.circle {
    width: 100%;
    height: auto;
    border-radius: 0px;
}
}

.active {
    border-bottom: 3px solid #01b6b0;

}

.tp-bgimg.defaultimg {
        background-size: initial;
        width: 100%
        height: auto;
}



.titulo {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
/*fim da popup*/

.teste i.fa.fa-briefcase {
    font-size: 20px;
    margin-right: 5px;
}

.teste i.fa.fa-rss {
    margin-right: 5px !important;
}

.teste i.fa.fa-hand-o-up {
    font-size: 20px;
    margin-right: 5px;
}

.teste i.fa.fa-paint-brush {
    font-size: 20px;
    margin-right: 5px;
}

.teste i.material-icons {
    font-size: 20px;
    margin-right: 5px;
}

ul.teste li {
    font-size: 19px;
    text-align: left;
}

span.glyphicon.glyphicon-home {
    margin-right: 5px;
    font-size: 20px;
}

i.fa.fa-bicycle {
    margin-right: 10px;
    font-size: 20px;
}

i.fa.fa-chain {
    margin-right: 10px;
    font-size: 20px;
}

i.fa.fa-bullhorn {
    margin-right: 10px;
    font-size: 20px;
}

i.fa.fa-universal-access {
    margin-right: 10px;
    font-size: 20px;
}




@media screen and (max-width: 1167px) {

    .navbar-brand img {
        height: 100px;
        margin-top: -35px;
        margin-left: -19px;
    }
}

@media screen and (max-width: 1122px) {

.navbar-brand img {
    height: 86px;
    margin-top: -29px;
    margin-left: -19px;
}

}   

@media screen and (max-width: 1101px) {

    .navbar-brand img {
        height: 56px;
        margin-top: -12px;
        margin-left: -10px;
    }
} 

@media screen and (max-width: 1080px) {

    .navbar-brand img {
        height: 56px;
        margin-top: -12px;
        margin-left: -10px;
        display: none;
    }
}

@media screen and (max-width: 1062px) {

    ul.teste li {
        font-size: 16px;
        text-align: left;
    }

 }
 

@media screen and (max-width: 991px) {

    button#myBtn {
        margin-left: 30%;
    }

    button#myBtn2 {
        margin-left: 30%;
    }

    button#myBtn3 {
        margin-left: 30%;
    }

    button#myBtn4 {
        margin-left: 30%;
    }

    button#myBtn5 {
        margin-left: 30%;
    }

    button#myBtn6 {
        margin-left: 30%;
    }

    .body-scrolled .navbar .navbar-nav>li>a, .dark-menu .navbar .navbar-nav>li>a {
        color: black;
    }

    .box-left > .fa.fa-briefcase {
        font-size: 35px;
        margin-top: 5px;
    }

    .box-left > .fa.fa-rss {
        font-size: 35px;
        margin-top: 5px;   
    }


    .box-left > .fa.fa-bicycle {
        font-size: 35px;
        margin-top: 5px;
    }

    .box-left > .fa.fa-cogs {
        font-size: 35px;
        margin-top: 5px;
    }


    .box-left > .fa.fa-phone {
        font-size: 35px;
        margin-top: 5px;
    }

    .box-left > .fa.fa-connectdevelop {
        font-size: 35px;
        margin-top: 5px;
    }


}

@media screen and (max-width: 955px) {
    ul.teste li {
        font-size: 14px;
    }

    .teste i.fa.fa-briefcase {
        font-size: 14px;
    }

    .teste i.material-icons {
        font-size: 14px;
    }

    span.glyphicon.glyphicon-home {
        font-size: 14px;
    }

    .teste i.fa.fa-paint-brush {
        font-size: 14px;
    }

    .teste i.fa.fa-hand-o-up {
        font-size: 14px;
    }

    i.fa.fa-users {
        font-size: 14px;
    }
}
@media screen and (max-width: 908px) {

    .col-md-6.black-half.pt50.pb80 {
        height: 794px;
    }
}
@media screen and (max-width: 290px) {

    .col-md-6.black-half.pt50.pb80 {
        height: 900px;
    }
}
@media screen and (max-width: 275px) {
.timeline {
    padding-top: 15px!important;
    }
.black-half .timeline:before, .black-section .timeline:before, .pricing-box-a{
    display: none;
    }
    .timeline .tm-detail {
    padding-left: 0px!important;
    margin-bottom: 0px!important;
    }
    .tm-detail p, .tm-detail h5 {
    text-align: center
  }
.timeline .tm-icon {
    position: relative!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
    .col-md-6.black-half.pt50.pb80 {
        height: auto;
    }
}


@media screen and (max-width: 880px) {

    .tabela {
        height: 930px;
    }
}

@media screen and (max-width: 858px) {

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
            font-size: 12px;
    }
}

@media screen and (max-width: 783px) {

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        font-size: 10px;
    }
}

@media screen and (max-width: 753px) {

    .black-half .timeline:before, .black-section .timeline:before, .pricing-box-a {
        height: 350px;
    }
}

@media screen and (max-width: 700px) {

    button#myBtn {
        margin-left: 25%;
    }

    button#myBtn2 {
        margin-left: 25%;
    }

    button#myBtn3 {
        margin-left: 25%;
    }

    button#myBtn4 {
        margin-left: 25%;
    }

    button#myBtn5 {
        margin-left: 25%;
    }

    button#myBtn6 {
        margin-left: 25%;
    }

    .tabela {
        height: 890px;
    }

}



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

    button#myBtn {
        margin-left: 20%;
    }

    button#myBtn2 {
        margin-left: 20%;
    }

    button#myBtn3 {
        margin-left: 20%;
    }

    button#myBtn4 {
        margin-left: 20%;
    }

    button#myBtn5 {
        margin-left: 20%;
    }

    button#myBtn6 {
        margin-left: 20%;
    }
}



@media screen and (max-width: 500px) {

    .black-half .timeline:before, .black-section .timeline:before, .pricing-box-a {
        height: 420px;
    }
}


@media screen and (max-width: 455px) {

    ul.teste li {
        font-size: 12px;
    }

    .titulo {
        font-size: 20px;
    }

}

@media screen and (max-width: 450px) {

    button#myBtn {
        margin-left: 10%;
    }

    button#myBtn2 {
        margin-left: 10%;
    }

    button#myBtn3 {
        margin-left: 10%;
    }

    button#myBtn4 {
        margin-left: 10%;
    }

    button#myBtn5 {
        margin-left: 10%;
    }

    button#myBtn6 {
        margin-left: 10%;
    }

  

    .tp-bgimg.defaultimg {
         height: 25%;
    }

}


@media screen and (max-width: 380px) {


    .teste i.fa.fa-briefcase {
        font-size: 10px;
    }

    .teste i.fa.fa-hand-o-up {
        font-size: 10px;
    }

    .teste i.fa.fa-paint-brush {
        font-size: 10px;
    }

    i.material-icons {
        font-size: 10px;
    }

    span.glyphicon.glyphicon-home {
        font-size: 10px;
    }

    button#myBtn {
        margin-left: 5%;
    }

    button#myBtn2 {
        margin-left: 5%;
    }

    button#myBtn3 {
        margin-left: 5%;
    }

    button#myBtn4 {
        margin-left: 5%;
    }

    button#myBtn5 {
        margin-left: 5%;
    }

    button#myBtn6 {
        margin-left: 5%;
    }

}

@media screen and (max-width: 350px) {

    .titulo {
        font-size: 15px;
    }

    button#myBtn {
        margin-left: 2%;
    }

    button#myBtn2 {
        margin-left: 2%;
    }

    button#myBtn3 {
        margin-left: 2%;
    }

    button#myBtn4 {
        margin-left: 2%;
    }

    button#myBtn5 {
        margin-left: 2%;
    }

    button#myBtn6 {
        margin-left: 2%;
    }
}

@media screen and (max-width: 330px) {

    .tabela {
        height: 400px;
    }

    .box-left > .fa.fa-briefcase {
        font-size: 24px;
    }

    .box-left > .fa.fa-rss {
        font-size: 24px;   
    }

    .box-left > .fa.fa-bicycle {
        font-size: 24px;
    }

    .box-left > .fa.fa-cogs {
        font-size: 24px;
    }

    .box-left > .fa.fa-phone {
        font-size: 24px;
    }

    .box-left > .fa.fa-connectdevelop {
        font-size: 24px;
    }

    ul.teste li {
        text-align: left;
    }

    i.fa.fa-bullhorn {
        font-size: 8px;
        margin-right: 0px;
    }

    i.fa.fa-chain {
        font-size: 10px;
    }

    i.fa.fa-bicycle {
        font-size: 10px;
    }

    i.fa.fa-universal-access {
        margin-right: 5px;
        font-size: 14px;
    }

    button#myBtn {
        margin-left: -1%;
    }

    button#myBtn2 {
        margin-left: -1%;
    }

    button#myBtn3 {
        margin-left: -1%;
    }

    button#myBtn4 {
        margin-left: -1%;
    }

    button#myBtn5 {
        margin-left: -1%;
    }

    button#myBtn6 {
        margin-left: -1%;
    }

}

@media screen and (max-width: 320px) {


    table {
        height: 600px;
        margin-top: 300px;
    }

    button#myBtn img {
        width: 200px;
        height: 200px;
    }

    button#myBtn2 img {
        width: 200px;
        height: 200px;
    }

    button#myBtn3 img {
        width: 200px;
        height: 200px;
    }

    button#myBtn4 img {
        width: 200px;
        height: 200px;
    }

    button#myBtn5 img {
        width: 200px;
        height: 200px;
    }

    button#myBtn6 img {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 308px) {

    .black-half .timeline:before, .black-section .timeline:before, .pricing-box-a {
        height: 450px;
    }
}

@media screen and (max-width: 299px) {

    button#myBtn {
        margin-left: -20px;
    }

    button#myBtn2 {
        margin-left: -20px;
    }

    button#myBtn3 {
        margin-left: -20px;
    }

    button#myBtn4 {
        margin-left: -20px;
    }

    button#myBtn5 {
        margin-left: -20px;
    }

    button#myBtn6 {
        margin-left: -20px;
    }
}


@media screen and (max-width: 250px) {

    button#myBtn {
        margin-left: -45px;
    }

    button#myBtn2 {
        margin-left: -45px;
    }

    button#myBtn3 {
        margin-left: -45px;
    }

    button#myBtn4 {
        margin-left: -45px;
    }

    button#myBtn5 {
        margin-left: -45px;
    }

    button#myBtn6 {
        margin-left: -45px;
    }

    button#myBtn img {
        width: 130px;
        height: 130px;
    }

    button#myBtn2 img {
        width: 130px;
        height: 130px;
    }

    button#myBtn3 img {
        width: 130px;
        height: 130px;
    }

    button#myBtn4 img {
        width: 130px;
        height: 130px;
    }

    button#myBtn5 img {
        width: 130px;
        height: 130px;
    }

    button#myBtn6 img {
        width: 130px;
        height: 130px;
    }
}


@media screen and (max-width: 250px) {

    button#myBtn {
        margin-left: -60px;
    }

    button#myBtn2 {
        margin-left: -60px;
    }

    button#myBtn3 {
        margin-left: -60px;
    }

    button#myBtn4 {
        margin-left: -60px;
    }

    button#myBtn5 {
        margin-left: -60px;
    }

    button#myBtn6 {
        margin-left: -60px;
    }

}


@media screen and (max-width: 180px) {

    button#myBtn {
        margin-left: -70px;
    }

    button#myBtn2 {
        margin-left: -70px;
    }

    button#myBtn3 {
        margin-left: -70px;
    }

    button#myBtn4 {
        margin-left: -70px;
    }

    button#myBtn5 {
        margin-left: -70px;
    }

    button#myBtn6 {
        margin-left: -70px;
    }

}

.biger{
  font-size: 35px!important;
  margin-left: 5px;
  margin-right: 5px;
}

.m-p-g {
  max-width: 100%;
  margin: 0 auto;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-tap-highlight-color: transparent;
  will-change: opacity, transform;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  visibility: hidden;
  -webkit-transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  -webkit-transition: background .25s ease-out, visibility .01s 0s linear;
  transition: background .25s ease-out, visibility .01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 90vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
    @media (max-width: 830px) {
.m-p-g__controls-close {
  left: 80vw;
}
  }

      @media (max-width: 380px) {
.m-p-g__controls-close {
  left: 70vw;
}
  }

.m-p-g__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(222, 88, 88);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}

/* DEMO */

.demo-btn {
  display: inline-block;
  margin: 0 2.5px 4vh 2.5px;
  text-decoration: none;
  color: grey;
  padding: 15px;
  line-height: 1;
  min-width: 140px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}

.demo-btn:hover {
  background: rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {
  .demo-btn {
    min-width: 0;
    font-size: 14px;
  }
}
.m-p-g__thumbs img {
width: 280px!important;
height: 200.5px!important;
margin:2px;
}
@media (max-width: 1199px) {
.m-p-g__thumbs img {
width: 309px!important;
height: 197.5px!important;
}
  }

  @media (max-width: 991px) {
.m-p-g__thumbs img {
width: 355px!important;
height: 250.5px!important;
}
  }

    @media (max-width: 747px) {
.m-p-g__thumbs img {
width: 100%!important;
height: 100%!important;
}
  }
    @media (max-width: 320px) {
 .section-title.bemvindo {
margin-bottom: 285px;
}
  }




 @media (max-width: 767px) {
.body-scrolled .navbar .navbar-nav>li>a {
    color: #ffffff!important;
}
.navbar-collapse.collapse.in {
    background: #323232!important;
}}

 
 .ocultar a, .ocultarbotao a {
  color:#e74c3c;
  font-size: 15px!important;
}

.body-scrolled .navbar-fixed-top .ocultar a {
  display: none!important;
}
 .body-scrolled .navbar-collapse .ocultarbotao a {
  display: none!important;
}
@media (min-width:766px) {
.ocultar a {
    display: none;
}
}
@media (max-width: 766px) {
.ocultarbotao a {
   display: none;
}
}


.margembaixo{
 margin-bottom: 40px;
}
.padding-ementa{
    padding-top: 50px;
    padding-bottom: 20px;
}
.padding-encomenda{
    padding-top: 0px;
    padding-bottom: 25px;
}
.justificado{
   text-align: justify
}

.laterais{
 padding-left:290px;
  padding-right:290px;
}

.img-rounded{
 padding: 5px;
}

@media (max-width: 991px) {
.margembaixo{
 margin-bottom: 60px;
}
.team-member{
 margin-bottom: 60px;
}
.laterais{
 padding-left:0px;
padding-right:0px;
}
}



.comparison {
  margin: 0 auto;
  margin-bottom: 20px;
  font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 10px;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  height: 20px;
}

.comparison td,
.comparison th {
  border-right: 1px solid #E8E8E8;
  empty-cells: show;
  padding: 10px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  color: #808080;
  font-size: 15px;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison .compare-row {
  background: #F7F7F7;
}


.fa-check {
  color: #69C7F1;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #E8E8E8;
  border-bottom: 0px solid #E8E8E8;
}

.comparison tr td:first-child {
  text-align: center;
  padding: 15px;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}
.alinhar{
  text-align: center;
}

.comparison .product,
.comparison .tl {
  color: #FFF;
  padding: 10px;
  font-size: 14px;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .product {
  background: #69C7F1;
  height: 40px;
  text-align: center;
  font-size: 1.6em;
}

.comparison .price-info {
  padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
  color: #808080;
      text-align: center;
}

.comparison .price-now span {
  font-size: 26px;
  color: #545454;
}

.comparison .price-now p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  display: inline;
}

.comparison .price-buy {
  background: #EC671A;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.comparison .price-buy:hover {
  background: #E84D00;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
  .table_ul li {
    letter-spacing: 0px;
  }
  .comparison .price-now span {
    font-size: 24px;
  }
  .comparison .price-now p {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .table_ul {
    padding: 0px;
  }
  .table_ul li {
    font-size: 10px;
    line-height: 16px;
    padding: 3px 0;
  }
  .comparison {
    max-width: 100%;
  }
  .comparison td:first-child,
  .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #F7F7F7;
  }
  .comparison .row {
    background: #FFF;
  }
  .comparison td,
  .comparison th {
    border: 1px solid #CCC;
    border-top: none;
    padding: 10px;
  }
  .price-info {
    border-top: 0 !important;
    padding: 10px 0 !important;
  }
  .price-info p {
    line-height: 8px;
    font-size: 12px !important;
  }
  .comparison .compare-row {
    background: #ffffff;
  }
  .comparison .price-now p {
    display: block;
  }
  .comparison .price-now span {
    font-size: 24px;
  }
  .comparison .qbse {
    font-size: 1.2em;
  }
  .comparison td {
    font-size: 14px;
  }
  .comparison th {
    font-size: 14px;
  }
}

.navbar a {
    font-size: 15px;
}
  @media (max-width: 980px) {
.navbar a {
    font-size: 12px;
}}
  @media (max-width: 860px) {
.nav>li>a {
    padding: 10px 8px!important;
}}
  @media (max-width: 767px) {
.me-menu .collapse, .me-menu .dropdown, .me-menu .dropup, { float: right!important;
}
.navbar-nav>li>a.active, .navbar-nav>li>a:hover  {
    color:#F79F81; 
}
.active{
    background-color:#323232; 
}
}
  @media (max-width: 766px) {
.me-menu .nav {
    display: grid;
}}

.banner{
    background: #f6f6f6;
    padding: 3px;
}

.owl-carousel .owl-item img{
 position: relative;
 display: none;
 -webkit-transition: 0.6s ease-in-out left;
 -moz-transition: 0.6s ease-in-out left;
 -o-transition: 0.6s ease-in-out left;
 transition: 0.6s ease-in-out left;
}

.suga-slider-group:before, .suga-slider-group:after {
  content: " ";
  display: table;
}
.suga-slider-group:after {
  clear: both;
}

.suga-slide {
  float: left;
  position: relative;
  margin-left: 0;
  margin-right: -300px;
  padding-right: 8px;
}
.suga-slide img{
  width: 40%;
}

.suga-slider-wrap {
  overflow: hidden;
}

.margens-auto {
    margin-left: auto;
    margin-right: auto;
}
  @media (max-width: 860px) {
.section-title.page-title img {
    width: 70%;
}}

.margin-residentes{
    margin-bottom: 60px;
}/*
.margin-under{
    margin-bottom: -360px;
}
.margin-under img{
    width: 25%
}
  @media (max-width: 1640px) {
.margin-under{
    margin-bottom: -320px;
}}
  @media (max-width: 1400px) {
.margin-under{
    margin-bottom: -280px;
}}
  @media (max-width: 1280px) {
.margin-under{
    margin-bottom: -180px;
}}
  @media (max-width: 991px) {
.margin-under img{
    width: 220px
}}*/







