@charset "UTF-8";
/*---------- Ficheiro SASS geral ----------*/
/*----------VARIAVEIS----------*/
/*--------FIM VARIAVEIS--------*/
/*----------MIXIN----------*/
/*----------FIM MIXIN----------*/
/*---------- importe de fontes ----------*/
@font-face {
  font-family: MuseoSans;
  src: url(../fonts/MuseoSans.otf);
  font-weight: 500;
}
@font-face {
  font-family: MuseoSans;
  src: url(../fonts/MuseoSansCyrl_0.otf);
  font-weight: 700;
}
/*---------- fim importe de fontes ----------*/
/*-------------------- -------------------- --------------------*/
/*-------------------- CONFIGURAÇÕES GERAIS --------------------*/
* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: MuseoSans;
  /*---------- ------------------------------------- ----------*/
  /*---------- CONFIGURAÇÕES GERAIS BOTÃO ABRIR MENU ----------*/
  /*---------- -------------------------------------- ----------*/
  /*---------- CONFIGURAÇÕES GERAIS MENU DE NAVEGAÇÃO ----------*/
  /*---------- ------------------------------------- ----------*/
  /*---------- CONFIGURAÇÕES GERAIS CONTEUDO DO SITE ----------*/
}
body h1 {
  color: #fc6703;
  font-size: 3.25em;
  font-weight: 700;
  /*text-transform: uppercase; ////*/
  letter-spacing: -2pt;
  margin-bottom: 75px;
}
body h2 {
  color: #FFFFFF;
  font-size: 2em;
  font-weight: 500;
}
body h3 {
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 500;
}
body p {
  font-size: 1.25em;
  font-weight: 500;
}
body .toogleMenu, body #siteBox .portfolioPopUp .closeBot {
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 1000;
}
body .toogleMenu span, body #siteBox .portfolioPopUp .closeBot span {
  position: absolute;
  background-color: #fc6703;
  height: 5px;
  width: 100%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
body .toogleMenu span:nth-child(1), body #siteBox .portfolioPopUp .closeBot span:nth-child(1) {
  top: 8.75px;
}
body .toogleMenu span:nth-child(2), body #siteBox .portfolioPopUp .closeBot span:nth-child(2) {
  top: 22.5px;
}
body .toogleMenu span:nth-child(3), body #siteBox .portfolioPopUp .closeBot span:nth-child(3) {
  top: 22.5px;
}
body .toogleMenu span:nth-child(4), body #siteBox .portfolioPopUp .closeBot span:nth-child(4) {
  top: 36.25px;
}
body .toogleMenu .toogleTrue:nth-child(1), body #siteBox .portfolioPopUp .closeBot .toogleTrue:nth-child(1) {
  width: 0;
}
body .toogleMenu .toogleTrue:nth-child(2), body #siteBox .portfolioPopUp .closeBot .toogleTrue:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .toogleMenu .toogleTrue:nth-child(3), body #siteBox .portfolioPopUp .closeBot .toogleTrue:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .toogleMenu .toogleTrue:nth-child(4), body #siteBox .portfolioPopUp .closeBot .toogleTrue:nth-child(4) {
  width: 0;
}
body #navBox {
  background-color: #373737;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
body #navBox nav {
  position: absolute;
  top: 50%;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
body #navBox nav li {
  list-style: none;
  margin: 10px 0;
}
body #navBox nav li a {
  color: #FFFFFF;
  font-size: 1.875em;
  font-weight: 500;
  text-decoration: none;
  align-items: center;
}
body #navBox nav li a span:first-child {
  display: inline-block;
  background-color: #fc6703;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 15px;
}
body #navBox nav li a:hover {
  text-decoration: none;
}
body #navBox nav li .secActive {
  font-weight: 700;
}
body #navBox nav li .secActive span:first-child {
  border: 2px solid #fc6703;
  background: none;
}
body #navBox #navFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
body #navBox #navFooter h5 {
  color: #FFFFFF;
  font-size: 1.25em;
  /*--*/
  font-weight: 500;
}
body #siteBox {
  width: 100%;
  height: 100%;
  /*---------- ----------------------------------- ----------*/
  /*---------- CONFIGURAÇÕES GERAIS SECÇÃO EMPRESA ----------*/
  /*---------- ------------------------------------ ----------*/
  /*---------- CONFIGURAÇÕES GERAIS SECÇÃO SERVIÇOS ----------*/
  /*---------- ------------------------------------- ----------*/
  /*---------- CONFIGURAÇÕES GERAIS SECÇÃO CONTACTOS ----------*/
  /*---------- --------------------------- ----------*/
  /*---------- CONFIGURAÇÕES GERAIS FOOTER ----------*/
  /*---------- CONFIGURAÇÕES GERAIS PORTFOLIO POPUP ----------*/
  /*---------- ------------------------------------ ----------*/
}
body #siteBox article {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  background-color: #FFFFFF;
  /*---------- --------------------------- ----------*/
  /*---------- CONFIGURAÇÕES GERAIS HEADER ----------*/
}
body #siteBox article:nth-child(1) {
  height: 100%;
  background-image: url(../img/MontraDigiPrinc.jpg);
  background-size: cover;
  background-position: center 0;
  padding-top: 0;
}
body #siteBox article header {
  height: 100%;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #siteBox article header h1 {
  color: #FFFFFF;
  letter-spacing: normal;
}
body #siteBox article header h5 {
  font-weight: 500;
}
body #siteBox article header a {
  background-color: #fc6703;
  margin-top: 50px;
  font-size: 1.25em;
  text-transform: uppercase;
  padding: 10px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
}
body #siteBox article header a span {
  margin: 0 10px;
}
body #siteBox article header a:hover {
  background: none;
  border: 2px solid #fc6703;
}
body #siteBox #empresa {
  background-color: #373737;
  background-position: center;
  background-size: 85%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body #siteBox #empresa p {
  color: #FFFFFF;
}
body #siteBox #empresa section {
  margin-bottom: 75px;
}
body #siteBox #empresa section img {
  height: 65px;
  margin-top: 50px;
  margin-bottom: 25px;
}
body #siteBox #servicos {
  background-color: #F0F0F0;
}
body #siteBox #servicos section {
  margin-top: 30px;
}
body #siteBox #servicos section .servicos {
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
body #siteBox #servicos section .servicos .contHeader {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
body #siteBox #contactos section {
  text-align: left;
}
body #siteBox #contactos section .contContact {
  padding: 0;
}
body #siteBox #contactos section .contContact:first-child {
  margin-bottom: 25px;
}
body #siteBox #contactos section .contContact:first-child ul li {
  font-size: 1.25em;
  list-style: none;
  margin-bottom: 10px;
}
body #siteBox #contactos section .contContact:first-child ul li a {
  font-weight: 500;
  color: #AAAAAA;
  text-decoration: none;
}
body #siteBox #contactos section .contContact:first-child a {
  text-decoration: none;
}
body #siteBox #contactos section .contContact:first-child svg {
  margin: 10px 15px 0 0;
}
body #siteBox #contactos section .contContact form {
  font-weight: 500;
  font-size: 1.25em;
}
body #siteBox #contactos section .contContact form input, body #siteBox #contactos section .contContact form textarea {
  border: none;
  background-color: #F0F0F0;
  color: #373737;
  height: 50px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body #siteBox #contactos section .contContact form input::-webkit-input-placeholder, body #siteBox #contactos section .contContact form textarea::-webkit-input-placeholder {
  color: #BEBEBE;
}
body #siteBox #contactos section .contContact form input::-moz-placeholder, body #siteBox #contactos section .contContact form textarea::-moz-placeholder {
  color: #BEBEBE;
}
body #siteBox #contactos section .contContact form input:-ms-input-placeholder, body #siteBox #contactos section .contContact form textarea:-ms-input-placeholder {
  color: #BEBEBE;
}
body #siteBox #contactos section .contContact form input:-moz-placeholder, body #siteBox #contactos section .contContact form textarea:-moz-placeholder {
  color: #BEBEBE;
}
body #siteBox #contactos section .contContact form input:focus, body #siteBox #contactos section .contContact form textarea:focus {
  outline: none;
  background-color: #373737;
  color: #FFFFFF;
}
body #siteBox #contactos section .contContact form input:focus::-webkit-input-placeholder, body #siteBox #contactos section .contContact form textarea:focus::-webkit-input-placeholder {
  color: #BEBEBE;
}
body #siteBox #contactos section .contContact form input:focus::-moz-placeholder, body #siteBox #contactos section .contContact form textarea:focus::-moz-placeholder {
  color: #BEBEBE;
}
body #siteBox #contactos section .contContact form input:focus:-ms-input-placeholder, body #siteBox #contactos section .contContact form textarea:focus:-ms-input-placeholder {
  color: #BEBEBE;
}
body #siteBox #contactos section .contContact form input:focus:-moz-placeholder, body #siteBox #contactos section .contContact form textarea:focus:-moz-placeholder {
  color: #BEBEBE;
}
body #siteBox #contactos section .contContact form textarea {
  min-height: 200px;
  max-height: 500px;
  resize: vertical;
  padding: 10px 15px;
}
body #siteBox #contactos section .contContact form .botEnviar {
  font-size: 1.5em;
  font-weight: 500;
  color: #FFFFFF;
}
body #siteBox #contactos #map {
  background-color: #fc6703;
  width: 100%;
  min-height: 400px;
  max-height: 600px;
  margin-top: 20px;
  padding: 0;
}
body #siteBox footer {
  background-color: #373737;
  color: #BEBEBE;
  font-weight: 500;
  font-size: 1.15em;
  height: 50px;
  display: flex;
  align-items: center;
}
body #siteBox .portfolioPopUp {
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body #siteBox .portfolioPopUp .closeBot {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
body #siteBox .portfolioPopUp .closeBot span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 22.5px;
}
body #siteBox .portfolioPopUp .closeBot span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22.5px;
}
body #siteBox .portfolioPopUp nav {
  margin-top: 75px;
  overflow-x: auto;
  height: 58px;
  overflow-y: hidden;
}
body #siteBox .portfolioPopUp nav .navMenu {
  height: 50px;
  width: 100%;
  min-width: 1284px;
  overflow-y: hidden;
}
body #siteBox .portfolioPopUp nav .navMenu .navList {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.3em;
  font-weight: 500;
  width: calc(16.66% - 4px);
  min-width: 210px;
  height: 50px;
  margin: 0 2px;
  box-sizing: border-box;
  border-bottom: 2px solid #FFFFFF;
}
body #siteBox .portfolioPopUp nav .navMenu .servicNavActive {
  background-color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 700;
  border-width: 10px !important;
}
body #siteBox .portfolioPopUp section {
  margin-top: 25px;
}
body #siteBox .portfolioPopUp section .portfolioShow {
  display: flex;
  align-items: center;
  width: 100%;
}
body #siteBox .portfolioPopUp section .portfolioShow .esposicao {
  height: inherit;
  display: inherit;
  justify-content: center;
  align-items: center;
}
body #siteBox .portfolioPopUp section .portfolioShow .esposicao img {
  max-width: 100%;
  max-height: 100%;
}
body #siteBox .portfolioPopUp section .portfolioShow .arrow {
  cursor: pointer;
  width: 40px;
  height: 71px;
  position: relative;
}
body #siteBox .portfolioPopUp section .portfolioShow .arrow span {
  background-color: #FFFFFF;
  width: 50px;
  height: 5px;
  position: absolute;
  top: 49.5px;
  left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body #siteBox .portfolioPopUp section .portfolioShow .arrow span:first-child {
  top: 16.5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body #siteBox .portfolioPopUp section .portfolioShow .leftArrow {
  opacity: 0.2;
}
body #siteBox .portfolioPopUp section .portfolioShow .rightArrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*-------------------- -------------------------------- --------------------*/
/*-------------------- CONFIGURAÇÕES LAYOUT PARA MOBILE --------------------*/
@media only screen and (max-width: 991px) {
  body {
    /*---------- ------------------------------- ----------*/
    /*---------- CONFIGURAÇÕES MOBILE BOTÃO MENU ----------*/
    /*---------- -------------------------------------- ----------*/
    /*---------- CONFIGURAÇÕES MOBILE MENU DE NAVEGAÇÃO ----------*/
    /*---------- ------------------------------------- ----------*/
    /*---------- CONFIGURAÇÕES MOBILE CONTEUDO DO SITE ----------*/
  }
  body h1 {
    margin-bottom: 50px;
    font-size: 2.5em;
    letter-spacing: -1.75pt;
  }
  body h2 {
    font-size: 1.8em;
  }
  body .toogleMenu, body #siteBox .portfolioPopUp .closeBot {
    top: 15px;
    right: 15px;
  }
  body #navBox {
    width: 100%;
    background-image: url(../img/SimLogo.svg);
    background-position: center;
    background-size: 130%;
    background-repeat: no-repeat;
  }
  body #navBox nav {
    left: 50%;
    margin-top: -50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body #navBox #navFooter {
    height: 110px;
  }
  body #navBox #navFooter svg {
    margin: 0 10px 5px 10px;
  }
  body #navBox #navFooter h5 {
    font-size: 1.35em;
  }
  body .navEscondido {
    right: -100%;
  }
  body .navVisivel {
    right: 0;
  }
  body #siteBox {
    /*---------- CONFIGURAÇÕES MOBILE SECÇÃO EMPRESA ----------*/
    /*---------- ----------------------------------- ----------*/
    /*---------- CONFIGURAÇÕES MOBILE SECÇÃO SERVIÇOS ----------*/
    /*---------- ------------------------------------ ----------*/
    /*---------- CONFIGURAÇÕES MOBILE PORTFOLIO POPUP ----------*/
    /*---------- ------------------------------------ ----------*/
  }
  body #siteBox article {
    height: auto;
    /*---------- --------------------------- ----------*/
    /*---------- CONFIGURAÇÕES MOBILE HEADER ----------*/
  }
  body #siteBox article:nth-child(1) {
    height: 100%;
  }
  body #siteBox article header figure img {
    width: 80%;
  }
  body #siteBox article header h1 {
    font-size: 2.25em;
    margin: 10% 0 15px 0;
  }
  body #siteBox article header h5 {
    font-size: 1.35em;
  }
  body #siteBox #empresa {
    background-size: 130%;
  }
  body #siteBox #servicos {
    padding-bottom: 25px;
  }
  body #siteBox #servicos section .servicos {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #BEBEBE;
  }
  body #siteBox #servicos section .servicos .contHeader {
    align-items: center;
  }
  body #siteBox #contactos .contContact form .botEnviar {
    background-color: #fc6703;
  }
  body #siteBox .portfolioPopUp section .portfolioShow {
    height: 400px;
  }
  body #siteBox .portfolioPopUp section .portfolioShow .esposicao {
    width: 100%;
    margin: 0;
  }
  body #siteBox .portfolioPopUp section .portfolioShow .arrow {
    -webkit-transform: scale(0.35);
    -moz-transform: scale(0.35);
    -ms-transform: scale(0.35);
    -o-transform: scale(0.35);
    transform: scale(0.35);
  }
  body #siteBox .portfolioPopUp section .portfolioShow .rightArrow {
    -webkit-transform: rotate(180deg) scale(0.35);
    -moz-transform: rotate(180deg) scale(0.35);
    -ms-transform: rotate(180deg) scale(0.35);
    -o-transform: rotate(180deg) scale(0.35);
    transform: rotate(180deg) scale(0.35);
  }
}
/*-------------------- ---------------------------------- --------------------*/
/*-------------------- CONFIGURAÇÕES LAYOUT PARA DESCKTOP --------------------*/
@media only screen and (min-width: 992px) {
  body {
    /*---------- --------------------------------- ----------*/
    /*---------- CONFIGURAÇÕES DESCKTOP BOTÃO MENU ----------*/
    /*---------- ---------------------------------------- ----------*/
    /*---------- CONFIGURAÇÕES DESCKTOP MENU DE NAVEGAÇÃO ----------*/
    /*---------- --------------------------------------- ----------*/
    /*---------- CONFIGURAÇÕES DESCKTOP CONTEUDO DO SITE ----------*/
  }
  body .toogleMenu, body #siteBox .portfolioPopUp .closeBot {
    top: 35px;
    right: 25px;
  }
  body .toogleMenu:hover span:nth-child(1), body #siteBox .portfolioPopUp .closeBot:hover span:nth-child(1), body .toogleMenu:hover span:nth-child(4), body #siteBox .portfolioPopUp .closeBot:hover span:nth-child(4) {
    left: 15%;
  }
  body #navBox {
    width: 300px;
  }
  body #navBox nav {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body #navBox nav ul li {
    margin: 5px 0;
  }
  body #navBox #navFooter {
    height: 100px;
  }
  body #navBox #navFooter a svg {
    margin: 0 10px 5px 10px;
  }
  body #navBox #navFooter a:hover svg path {
    fill: #fc6703;
  }
  body .navEscondido {
    right: -300px;
  }
  body .navEscondido nav {
    margin-left: -60px;
  }
  body .navEscondido nav ul li a {
    -webkit-transform-origin: 10px center;
    -moz-transform-origin: 10px center;
    -ms-transform-origin: 10px center;
    -o-transform-origin: 10px center;
    transform-origin: 10px center;
    display: inline-block;
  }
  body .navEscondido nav ul li a span:last-child {
    margin-left: 50px;
    display: inline-block;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  body .navEscondido nav ul li:hover a {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  body .navEscondido nav ul li:hover a span:first-child {
    border: 4px solid #fc6703;
    background: none !important;
  }
  body .navEscondido nav ul li:hover a span:last-child {
    background-color: #fc6703;
    font-size: 0.85em;
    margin-left: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  body .navVisivel {
    -webkit-box-shadow: 0px 0px 15px rgba(20, 20, 20, 0.5);
    -moz-box-shadow: 0px 0px 15px rgba(20, 20, 20, 0.5);
    -ms-box-shadow: 0px 0px 15px rgba(20, 20, 20, 0.5);
    -o-box-shadow: 0px 0px 15px rgba(20, 20, 20, 0.5);
    box-shadow: 0px 0px 15px rgba(20, 20, 20, 0.5);
    right: 0;
  }
  body .navVisivel nav {
    margin-left: 50px;
  }
  body .navVisivel nav ul li a span:last-child {
    margin-left: 0;
  }
  body .navVisivel nav ul li a:hover span:first-child {
    border: 4px solid #fc6703;
    background: none !important;
  }
  body .navVisivel nav ul li a:hover span:last-child {
    margin-left: 10px;
  }
  body #siteBox {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    /*---------- CONFIGURAÇÕES DESCKTOP SECÇÃO SERVIÇOS ----------*/
    /*---------- -------------------------------------- ----------*/
    /*---------- CONFIGURAÇÕES DESCKTOP SECÇÃO CONTACTOS ----------*/
    /*---------- --------------------------------------- ----------*/
    /*---------- CONFIGURAÇÕES DESCKTOP PORTFOLIO POPUP ----------*/
    /*---------- -------------------------------------- ----------*/
  }
  body #siteBox article header figure img {
    width: 50%;
    -webkit-max-width: 550px;
    -moz-max-width: 550px;
    -ms-max-width: 550px;
    -o-max-width: 550px;
    max-width: 550px;
    -webkit-min-width: 200px;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    min-width: 200px;
  }
  body #siteBox article header h1 {
    font-size: 2.8em;
    margin: 5% 0 25px 0;
  }
  body #siteBox article header h5 {
    font-size: 1.45em;
  }
  body #siteBox #servicos {
    padding-bottom: 25px;
  }
  body #siteBox #servicos section .servicos {
    cursor: pointer;
    width: 16.66%;
    height: 600px;
    float: left;
    /*&:nth-child(1) .contHeader h2 {margin-top: 84px;}
    &:nth-child(2) .contHeader h2 {margin-top: 184px;}
    &:nth-child(3) .contHeader h2 {margin-top: 468px;}
    &:nth-child(4) .contHeader h2 {margin-top: 384px;}
    &:nth-child(5) .contHeader h2 {margin-top: 484px;}*/
  }
  body #siteBox #servicos section .servicos .contHeader {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  body #siteBox #servicos section .servicos .contHeader h2 {
    margin: 0;
    margin-top: 484px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  body #siteBox #servicos section .servicos:hover .contHeader {
    background-color: rgba(0, 0, 0, 0.35);
  }
  body #siteBox #servicos section .servicos:hover .contHeader h2 {
    margin-top: 284px;
  }
  body #siteBox #contactos section .contContact:first-child ul li {
    font-size: 1.125em;
  }
  body #siteBox #contactos section .contContact:first-child ul li a:hover {
    color: #fc6703;
  }
  body #siteBox #contactos section .contContact:first-child a:hover svg path {
    fill: #fc6703;
  }
  body #siteBox #contactos section .contContact:last-child {
    width: 74%;
    margin-left: 1%;
  }
  body #siteBox #contactos section .contContact form input, body #siteBox #contactos section .contContact form textarea {
    margin-left: 1.5%;
    width: 32.333%;
  }
  body #siteBox #contactos section .contContact form input:first-child, body #siteBox #contactos section .contContact form textarea:first-child {
    margin-left: 0;
  }
  body #siteBox #contactos section .contContact form input:hover, body #siteBox #contactos section .contContact form textarea:hover {
    background-color: #BEBEBE;
    color: #FFFFFF;
  }
  body #siteBox #contactos section .contContact form input:hover::-webkit-input-placeholder, body #siteBox #contactos section .contContact form textarea:hover::-webkit-input-placeholder {
    color: #F0F0F0;
  }
  body #siteBox #contactos section .contContact form input:hover::-moz-placeholder, body #siteBox #contactos section .contContact form textarea:hover::-moz-placeholder {
    color: #F0F0F0;
  }
  body #siteBox #contactos section .contContact form input:hover:-ms-input-placeholder, body #siteBox #contactos section .contContact form textarea:hover:-ms-input-placeholder {
    color: #F0F0F0;
  }
  body #siteBox #contactos section .contContact form input:hover:-moz-placeholder, body #siteBox #contactos section .contContact form textarea:hover:-moz-placeholder {
    color: #F0F0F0;
  }
  body #siteBox #contactos section .contContact form input:focus, body #siteBox #contactos section .contContact form textarea:focus {
    outline: none;
    background-color: #373737;
    color: #FFFFFF;
  }
  body #siteBox #contactos section .contContact form input:focus::-webkit-input-placeholder, body #siteBox #contactos section .contContact form textarea:focus::-webkit-input-placeholder {
    color: #BEBEBE;
  }
  body #siteBox #contactos section .contContact form input:focus::-moz-placeholder, body #siteBox #contactos section .contContact form textarea:focus::-moz-placeholder {
    color: #BEBEBE;
  }
  body #siteBox #contactos section .contContact form input:focus:-ms-input-placeholder, body #siteBox #contactos section .contContact form textarea:focus:-ms-input-placeholder {
    color: #BEBEBE;
  }
  body #siteBox #contactos section .contContact form input:focus:-moz-placeholder, body #siteBox #contactos section .contContact form textarea:focus:-moz-placeholder {
    color: #BEBEBE;
  }
  body #siteBox #contactos section .contContact form textarea {
    margin-left: 0;
    width: 100%;
  }
  body #siteBox #contactos section .contContact form .botEnviar {
    background-color: #BEBEBE;
  }
  body #siteBox #contactos section .contContact form .botEnviar:hover {
    background-color: #fc6703;
  }
  body #siteBox .portfolioPopUp {
    overflow: auto;
  }
  body #siteBox .portfolioPopUp .closeBot:hover {
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -ms-transform: scale(1.125);
    -o-transform: scale(1.125);
    transform: scale(1.125);
  }
  body #siteBox .portfolioPopUp .closeBot:hover span {
    left: 0 !important;
  }
  body #siteBox .portfolioPopUp nav::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  body #siteBox .portfolioPopUp nav::-webkit-scrollbar {
    margin-top: 5px;
    height: 6px;
    width: 6px;
  }
  body #siteBox .portfolioPopUp nav::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  body #siteBox .portfolioPopUp nav .navMenu .navList {
    cursor: pointer;
  }
  body #siteBox .portfolioPopUp nav .navMenu .navList:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-width: 8px;
  }
  body #siteBox .portfolioPopUp section .portfolioShow {
    height: 500px;
  }
  body #siteBox .portfolioPopUp section .portfolioShow .esposicao {
    width: calc(100% - 100px);
    margin: 0 10px;
  }
}

/*# sourceMappingURL=geral.css.map */
