@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");

html,
body {
  top: auto;
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #222;
}

.footer {
  position: fixed;
  bottom: 0;
}

/*==============Estilo da barra de menu=====================================================================================================*/

.navbar {
  padding: 0.2rem;
  position: fixed;
  width: 100%;
  z-index: 80;
  max-width: 100%;
}

.navbar-nav li {
  padding-right: 35px;
}

.nav-link {
  font-size: medium !important;
}

.navbar-brand {
  font-size: xx-large;
}

.dropdown-menu {
  font-size: smaller !important;
}

.active-pink-2 input.form-control[type="text"]:focus:not([readonly]) {
  border-bottom: 1px solid #f48fb1;
  box-shadow: 0 1px 0 0 #f48fb1;
}
.active-pink input.form-control[type="text"] {
  border-bottom: 1px solid #f48fb1;
  box-shadow: 0 1px 0 0 #f48fb1;
}
.active-purple-2 input.form-control[type="text"]:focus:not([readonly]) {
  border-bottom: 1px solid #ce93d8;
  box-shadow: 0 1px 0 0 #ce93d8;
}
.active-purple input.form-control[type="text"] {
  border-bottom: 1px solid #ce93d8;
  box-shadow: 0 1px 0 0 #ce93d8;
}
.active-cyan-2 input.form-control[type="text"]:focus:not([readonly]) {
  border-bottom: 1px solid #4dd0e1;
  box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan input.form-control[type="text"] {
  border-bottom: 1px solid #4dd0e1;
  box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan .fa,
.active-cyan-2 .fa {
  color: #4dd0e1;
}
.active-purple .fa,
.active-purple-2 .fa {
  color: #ce93d8;
}
.active-pink .fa,
.active-pink-2 .fa {
  color: #f48fb1;
}
/*==============Estilo da barra de menu=====================================================================================================*/

/*============== Animacoes slides e carousel =====================================================================================================*/
.carousel-fade .carousel-item {
  opacity: 0.8;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0.6;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-inner img {
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.5);
}

/* carousel caption */
.carousel-caption {
  display: none;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  padding: 0;
  /*border: 1px solid red; /* only for debug ;-) */
  max-width: max-content;

  position: absolute;
  transform: translateY(-50%);
  animation-name: animation-caption;
  animation-duration: 20s;
  animation-delay: 0.8s;
}

@keyframes animation-caption {
  0% {
    z-index: 0;
    left: 20%;
    top: 100%;
    width: max-content;
    max-width: 60%;
  }
  25% {
    z-index: 0;
    left: 20%;
    top: 50%;
    width: max-content;
    max-width: 60%;
  }
  50% {
    z-index: 0;
    left: 20%;
    top: 50%;
    width: max-content;
    max-width: 60%;
  }
  75% {
    z-index: 0;
    left: 20%;
    top: 50%;
    width: max-content;
    max-width: 60%;
  }
  100% {
    z-index: 0;
    left: 20%;
    top: 50%;
    width: max-content;
    max-width: 60%;
  }
}

.carousel-caption-bg {
  background-color: rgba(245, 245, 245, 1);
  max-width: max-content;
  padding: 0.7rem;
  margin-bottom: 0.2rem;
  opacity: 0.6;
}

.carousel-caption h6 {
  color: #000;
}

.carousel-caption h5 {
  color: #000;
}

.carousel-caption p {
  color: rgb(32, 26, 26);
  font-size: medium !important;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 1px #000;
  padding-bottom: 1rem;
}

/*.carousel-caption-bg {
  background-color: rgba(245, 245, 245, 1);
  max-width: max-content;
  margin-bottom: 2px;
  opacity: 0.5;
}

.carousel-caption .title-caption {
  color: #000;
  padding: 0.2rem;
  height: 40%;
}

.carousel-caption p {
  color: rgb(32, 26, 26);
  font-size: 100%;
  height: 60%;
  padding: 0.2rem;
  border: 1px solid blueviolet;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 1px #000;
  padding-bottom: 1rem;
} */

/*============== Animacoes slides e carousel =====================================================================================================*/

/* Estilo para o hr */
hr {
  /*Single-direction drop shadow*/
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.text-serv {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  color: rgb(58, 48, 48);
}

.hr-logo {
  /*http://i.stack.imgur.com/37Aip.png*/
  background: url("img/logom.png") no-repeat top center;
  background-size: contain;
  display: block;
  height: 75px;
  border: 0;
  position: relative;
}
.hr-logo:before,
.hr-logo:after {
  content: "";
  display: block;
  position: absolute;
  background: url("img/favicon.ico") top center;
  height: 11px;
  top: 8px;
}
.hr-logo:before {
  left: 0;
  right: 50%;
  margin-right: 10px;
}
.hr-logo:after {
  right: 0;
  left: 50%;
  margin-left: 10px;
}
/*hr fim estilos */

.log-adm {
  position: absolute;
  width: 100%;
  z-index: 10;
  max-width: 100%;
  margin-top: 1%;
}

h1 .text-caption-title {
  width: auto;
  background-color: #b4b4b4;
}

/*==========================================*/

.btn-primary {
  background-color: rgb(214, 74, 10);
  border-color: rgb(214, 74, 10);
}

.btn-primary:hover {
  background-color: rgb(202, 102, 56);
  border-color: rgb(202, 102, 56);
}

.btn-light {
  border-color: rgb(121, 117, 116);
}

.caixa-logo {
  border: 1px solid #b4b4b4;
}

.jumbotron {
  padding: 1rem;
  border-radius: 0;
}

.welcome {
  width: 50%;
  margin: 0 auto;
  padding-top: 0em;
}

.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: 0.1rem;
  margin-bottom: 0rem;
}

/* border: 1px solid #ddd;
  border-radius: 4px; 
  padding: 5px;*/
.notice-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.notice-img:hover {
  box-shadow: 0 0 8px 8px #b4b4b4;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
}

.limites:hover .notice-img {
  opacity: 0.3;
}

.limites:hover .middle {
  opacity: 1;
}

.text {
  color: #000;
  text-shadow: 1px 1px 8px rgb(214, 74, 10);
  font-size: 30px;
  padding: 0px 32px;
}

/* Destaques */
#guia {
  /* img/logom.png */
  background-image: url(img/img_flwr.gif), url(img/paper.gif);
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
  padding: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  left: 250px;
  z-index: 1;
  background-image: url("img/paper.gif");
  top: 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.lite-text {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

#guia ul {
  list-style-image: url("");
}

/* ========== Dados de contacto ==========================*/
.map-container-5 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container-5 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*==================== Fale connosco =========================*/
.map-container-6 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container-6 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* ========== Fim dados de contacto =======================*/
/*Lista de servicos */
.list-type1 {
  width: max-content;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

.list-type1 ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin-bottom: 4em;
}
.list-type1 ol ol {
  margin: 0 0 0 2em;
}

.list-type1 a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #93c775;
  color: #000;
  text-decoration: none;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 10em;
  transition: all 0.2s ease-in-out;
}

.list-type1 a:hover {
  background: #d6d4d4;
  text-decoration: none;
  transform: scale(1.1);
}

.list-type1 a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #93c775;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: #fff;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* social media */
#linknet {
  font-size: 40px;
}
.fab {
  padding: 20px;
  font-size: 100px;
  width: 80px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fab:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #fff;
  color: #3b5998;
  /*font-size: 48px; */
}

.fa-whatsapp {
  background: #fff;
  color: #04613d;
  font-size: 48px;
}

.fa-youtube {
  background: #fff;
  color: #bb0000;
  /*font-size: 48px; */
}

.fa-skype-square {
  background: #00aff0;
  color: white;
  /*font-size: 48px; */
}

.fa-instagram {
  background: white;
  color: red;
  /*font-size: 48px; */
}
/* social media */

/* css style for placeholder*/
/*input,
input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 4;
} 

textarea,
textarea::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 5;
} */

/*.select_join {
  width: 170px;
  height: 28px;
  overflow: hidden;
  background: url("http://s24.postimg.org/lyhytocf5/dropdown.png") no-repeat
    right #fefefe;
  border: #6e6b6b 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 10px 1px #fefefe;
  box-shadow: inset 0px 0px 10px 1px #fefefe;
} 

.select_join select {
  font-size: 10pt;
}
*/

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: rgb(0, 200, 200);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

/** Lista de servico **/
/*--- Media Queries --*/
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0 !important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url("img/mac.png");
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
