@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
html {
  height: 100%;
}
html body {
  overflow-x: hidden;
}
html body .fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  background-color: #3492FF;
}
html body .fixed-nav-bar img {
  padding-top: 5%;
  width: 90%;
  margin-left: 50px;
}
html body .fixed-nav-bar .col-md-1 {
  color: white;
  padding-top: 1.5%;
}
html body .fixed-nav-bar .col-md-1 a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
html body .fixed-nav-bar .col-md-1 a:hover,
html body .fixed-nav-bar .col-md-1 a:focus,
html body .fixed-nav-bar .col-md-1 a:active,
html body .fixed-nav-bar .col-md-1 a.active {
  border-bottom-color: #FFFFFF;
}
html body footer .col-md-12 {
  height: 230px;
  background-color: #EBEBEB;
  width: 100%;
}
html body footer .col-md-12 p {
  margin-top: 40px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
html body .row {
  margin-right: -15px;
  margin-left: -15px;
}
html body #slides,
html body #slides_hotelaria {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
html body #slides > li,
html body #slides_hotelaria > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
html body .header_menu > div {
  text-align: center;
}
html body .header_menu > div [data-filter] {
  margin: 10px 0 15px;
  border-bottom: 2px solid transparent;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
html body .header_menu > div [data-filter]:hover,
html body .header_menu > div [data-filter]:focus,
html body .header_menu > div [data-filter]:active,
html body .header_menu > div [data-filter].active {
  color: black;
}
html body .header_menu > div [data-filter].active {
  border-bottom-color: #3492FF;
}
html body #hotelaria .align {
  position: absolute;
  top: 42%;
  z-index: 1;
  color: white;
  left: 45%;
}
html body #hotelaria h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 50px;
}
html body #hotelaria h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: -30px;
}
html body #hotelaria .dark {
  background-color: black;
}
html body #hotelaria .dark img {
  opacity: .5;
  display: inline;
  width: 100%;
  height: auto;
}
html body #hotelaria .bx-wrapper {
  position: relative;
}
html body #hotelaria .bx-wrapper .bx-controls {
  position: absolute;
  padding: 10px 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
html body #hotelaria .bx-wrapper .bx-controls .bx-pager-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
}
html body #hotelaria .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link {
  display: inline-block;
  text-align: center;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #CCC;
  outline: 0 none !important;
}
html body #hotelaria .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link.active {
  background: #3492FF;
}
html body #fundada {
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 1%;
  margin-top: 0%;
}
html body #fundada p {
  color: #3492FF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}
html body #fundada .fundada {
  color: #515151;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
}
html body #gama .col-md-12 {
  height: 720px;
  background-color: #3492FF;
}
html body #gama .col-md-12 h1 {
  margin-top: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  color: white;
}
html body #gama .col-md-12 h2 {
  margin-top: -20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: white;
}
html body #gama .col-md-12 .col-md-2 {
  text-align: center;
  margin-top: 30px;
}
html body #gama .col-md-12 .col-md-2 p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
}
html body #gama .col-md-12 .col-md-2 > div {
  background: white;
  height: 300px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
}
html body #gama .col-md-12 .col-md-2 > div img {
  width: 400px;
  height: auto;
}
html body #construcao h1 {
  position: absolute;
  top: 10%;
  z-index: 1;
  color: white;
  left: 10%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 50px;
}
html body #construcao h2 {
  position: absolute;
  top: 30%;
  z-index: 1;
  color: white;
  left: 10%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
html body #construcao .dark {
  background-color: black;
}
html body #construcao .dark img {
  opacity: .6;
  display: inline;
  width: 100%;
  height: auto;
}
html body #parceria {
  margin-top: 60px;
  margin-bottom: 60px;
}
html body #parceria p {
  color: #515151;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
}
html body #header_produtos .col-md-12 {
  height: 280px;
  background-color: #3492FF;
}
html body #header_produtos .col-md-12 h1 {
  margin-top: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  color: white;
}
html body #header_produtos .col-md-12 h2 {
  margin-top: -20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: white;
}
html body #header_produtos .col-md-1 .button_filter {
  margin-top: 20%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
html body .filter_products {
  display: none;
}
html body .filter_products.visible {
  display: block;
}
html body #produtos_fornos .col-md-3 {
  margin-top: 5%;
}
html body #produtos_fornos .col-md-3 .block {
  height: 350px;
  border-radius: 3px;
  margin-bottom: 30px;
}
html body #produtos_fornos .col-md-3 .block img {
  width: auto;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 60px;
}
html body #produtos_fornos .col-md-3 .block p {
  border-top: 2px solid;
  border-top-color: #3492FF;
  padding-top: 20px;
  text-align: center;
}
html body #produtos_maquinas .col-md-3 {
  margin-top: 5%;
}
html body #produtos_maquinas .col-md-3 .block {
  height: 300px;
  border-radius: 3px;
  margin-bottom: 30px;
}
html body #produtos_maquinas .col-md-3 .block img {
  width: auto;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 60px;
}
html body #produtos_maquinas .col-md-3 .block p {
  border-top: 2px solid;
  border-top-color: #3492FF;
  padding-top: 20px;
  text-align: center;
}
html body #produtos_inox .col-md-3 {
  margin-top: 5%;
}
html body #produtos_inox .col-md-3 .block {
  height: 300px;
  border-radius: 3px;
  margin-bottom: 30px;
}
html body #produtos_inox .col-md-3 .block img {
  width: auto;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 60px;
}
html body #produtos_inox .col-md-3 .block p {
  border-top: 2px solid;
  border-top-color: #3492FF;
  padding-top: 20px;
  text-align: center;
}
html body #produtos_hotelaria {
  height: auto;
  margin-bottom: 100px;

}
html body #produtos_hotelaria .bx-wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
html body #produtos_hotelaria .bx-wrapper .bx-controls {
  position: absolute;
  padding: 10px 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
html body #produtos_hotelaria .bx-wrapper .bx-controls .bx-pager-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
}
html body #produtos_hotelaria .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link {
  display: inline-block;
  text-align: center;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #CCC;
  outline: 0 none !important;
}
html body #produtos_hotelaria .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link.active {
  background: #3492FF;
}
html body #produtos_hotelaria .dark {
  background-color: black;
}
html body #produtos_hotelaria .dark img {
  display: inline;
  width: 100%;
  height: auto;
  visibility: visible;
  overflow: hidden;
}
html body #contacto_header .col-md-12 .dark {
  background: black;
}
html body #contacto_header .col-md-12 img {
  opacity: .6;
  display: inline;
}
html body #contacto_header .col-md-12 h1 {
  position: absolute;
  top: 30%;
  z-index: 1;
  color: white;
  left: 37%;
  font-size: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 50px;
}
html body #contacto_header .col-md-12 h2 {
  position: absolute;
  top: 54%;
  z-index: 1;
  color: white;
  left: 42%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
html body #mapa_form {
  overflow: hidden;
  background-color: #F5F5F5;
}
html body #mapa_form #map {
  width: 100%;
  height: 500px;
  background-color: #CCC;
}
html body #mapa_form .contactos {
  margin-top: 45px;
  margin-bottom: 15px;
  margin-left: 10%;
}
html body #mapa_form .contactos p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
html body #mapa_form form {
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
html body #mapa_form form .right {
  margin-left: 30px;
}
html body #mapa_form form input {
  border: 0;
  border-bottom: 2px solid;
  border-bottom-color: #3492FF;
  width: 45%;
  background: none;
}
html body #mapa_form form [type=submit] {
  border-bottom: 2px solid;
  border-bottom-color: #3492FF;
  background-color: #3492FF;
  color: white;
  width: 60px;
  margin-left: 85%;
  border-radius: 2px;
}
html body #mapa_form form textarea {
  border: 0;
  border-bottom: 2px solid;
  border-bottom-color: #3492FF;
  width: 96%;
  background: none;
}