@font-face {
  font-family: gotham;
  src: url(../fonts/Gotham-Black.otf);
  font-weight: 900;
}

@font-face {
  font-family: gotham;
  src: url(../fonts/Gotham-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: gotham;
  src: url(../fonts/Gotham-BookItalic.otf);
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: gotham;
  src: url(../fonts/Gotham-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: gotham;
  src: url(../fonts/Gotham-Thin.otf);
  font-weight: 200;
}

@font-face {
  font-family: gotham;
  src: url(../fonts/Gotham-ThinItalic.otf);
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: gotham;
  src: url(../fonts/Gotham-Light.otf);
  font-weight: 100;
  font-style: italic;
}

body {
  margin: 0;
  padding: 0;
  font-family: gotham;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: gotham !important;
}

.img-fluid {
  width: 100%;
}

.container {
  padding: 0px 10%;
}

.title-alt h1 {
  font-size: 4rem;
  margin: 0;
  font-weight: 200;
}

@media all and (max-width: 800px) {
  .title-alt h1 {
    font-size: 2rem;
  }
}

.title-alt strong {
  color: #C9AF86;
  font-weight: 400;
}

.text-alt p {
  font-weight: 200;
  margin: 15px 0px;
  font-size: 1rem;
  width: 50%;
}

@media screen and (max-width: 780px) {
  .text-alt p {
    width: 100%;
  }
}

.btn-primary {
  border: none;
  padding: 10px 40px;
  color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 20px rgba(136, 136, 136, 0.3);
          box-shadow: 0px 3px 20px rgba(136, 136, 136, 0.3);
  background-color: #C9AF86;
  cursor: pointer;
  position: relative;
  outline: none;
  z-index: 9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-primary:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.blue-icon {
  color: #1B5192;
}

.read_more_text {
  display: none;
  margin-bottom: 15px;
}

.navbar {
  margin: 0;
  padding: 10px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: white;
  z-index: 9999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 800px) {
  .navbar {
    padding: 10px 2%;
  }
}

.navbar .nav-brand {
  width: 120px;
}

@media all and (max-width: 800px) {
  .navbar .nav-brand {
    display: none;
  }
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar ul a {
  text-decoration: none;
  display: block;
  padding: 15px;
  color: #444;
  font-size: .9rem;
  font-weight: 300;
}

@media all and (max-width: 800px) {
  .navbar ul a {
    font-size: .8rem;
    padding: 15px 10px;
  }
}

.home {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 800px) {
  .home {
    height: 80vh;
    padding-top: 50px;
    background-image: url(../images/bm-sm.jpeg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .home::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9;
  }
  .home .container {
    z-index: 999;
  }
  .home .title-alt h1, .home .title-alt strong {
    font-weight: 700;
  }
  .home .btn-primary {
    text-decoration: none;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}

.home .img-absolute-two {
  height: 400px;
  position: absolute;
  right: 5%;
  top: 19%;
  -webkit-filter: drop-shadow(5px 5px 35px rgba(44, 44, 44, 0.15));
          filter: drop-shadow(5px 5px 35px rgba(44, 44, 44, 0.15));
}

@media all and (max-width: 800px) {
  .home .img-absolute-two {
    display: none;
  }
}

.about {
  background-color: rgba(245, 245, 245, 0.5);
  height: 100vh;
  font-weight: 200;
}

@media all and (max-width: 800px) {
  .about {
    height: auto;
  }
}

.about .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
}

@media all and (max-width: 800px) {
  .about .grid {
    grid-gap: 0px;
  }
}

.about .grid .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: span 6;
  height: 100vh;
}

@media all and (max-width: 800px) {
  .about .grid .col-6 {
    height: auto;
    font-size: .8rem;
    width: 80vw;
    grid-column: span 12;
  }
}

@media all and (max-width: 800px) {
  .about .grid .col-6 img {
    display: none;
  }
}

.product {
  padding: 10vh 0px;
}

.product .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
}

@media all and (max-width: 800px) {
  .product .grid {
    grid-gap: 25px;
  }
}

.product .grid .col-4 {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 800px) {
  .product .grid .col-4 {
    grid-column: span 6 !important;
  }
}

.product .grid .col-4 a {
  text-decoration: none;
}

.product .grid .col-4 a .card {
  border-radius: 10px;
  width: 100%;
  margin: 10px;
  position: relative;
}

@media all and (max-width: 800px) {
  .product .grid .col-4 a .card {
    margin: 0px;
  }
}

.product .grid .col-4 a .card .badge {
  position: aboslute;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  left: 0;
  height: 0px;
}

.product .grid .col-4 a .card .badge img {
  width: 20%;
}

.product .grid .col-4 a .card img {
  width: 100%;
}

.product .grid .col-4 a .card .title {
  color: #555;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  margin-top: 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media all and (max-width: 800px) {
  .product .grid .col-4 a .card .title {
    font-size: .8rem;
  }
}

.product .grid .col-4 a .card .item {
  margin: 10px 0px;
  font-size: .8rem;
  color: #888;
}

.product .grid .col-4 a:hover .title {
  color: #1B5192;
}

.product-first {
  padding-top: 15vh;
}

.product-first .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
}

.product-first .row .col-6 {
  grid-column: span 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 800px) {
  .product-first .row .col-6 {
    grid-column: span 12;
    width: 80vw;
    height: auto;
  }
}

.product-first .row .col-6 .product-details .title {
  margin: 0;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: .2rem;
  color: #333;
}

.product-first .row .col-6 .product-details form {
  margin: 5vh 0px;
}

.product-first .row .col-6 .product-details form .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

.product-first .row .col-6 .product-details form .row .col-12 {
  grid-column: span 12;
}

@media all and (max-width: 800px) {
  .product-first .row .col-6 .product-details form .row .col-12 {
    grid-column: span 12;
    width: 80vw;
    height: auto;
  }
}

.product-first .row .col-6 .product-details form .row .col-6 {
  grid-column: span 6;
}

@media all and (max-width: 800px) {
  .product-first .row .col-6 .product-details form .row .col-6 {
    grid-column: span 12;
    width: 80vw;
    height: auto;
  }
}

.product-first .row .col-6 .product-details form label {
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
}

.product-first .row .col-6 .product-details form select {
  margin: 10px 0px;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  display: block;
  border: 1px solid #e4e4e4;
  background-color: white;
  border-radius: 10px;
}

.product-first .row .col-6 .product-details form a {
  text-decoration: none;
  color: #1B5192;
  font-weight: 600;
  font-size: .8rem;
  text-transform: uppercase;
}

.product-first .row .col-6 .product-details form a p {
  margin: 0;
}

.product-first .row .col-6 .product-details form a p i {
  font-size: 1rem;
}

.product-details-large {
  background-color: #F6F6F5;
  padding: 5vh 0px;
}

.product-details-large .title {
  color: #424243;
  font-size: 1.3rem;
  margin: 0;
}

.product-details-large .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
}

.product-details-large .row .col-6 {
  grid-column: span 6;
}

@media all and (max-width: 800px) {
  .product-details-large .row .col-6 {
    grid-column: span 12;
    width: 80vw;
    height: auto;
  }
}

.product-details-large .row .col-6 .left-text {
  color: #484849;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.product-details-large .row .col-6 .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
}

@media all and (max-width: 800px) {
  .product-details-large .row .col-6 .row {
    grid-gap: 0px;
  }
}

.product-details-large .row .col-6 .row .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: span 4;
}

@media all and (max-width: 800px) {
  .product-details-large .row .col-6 .row .col-4 {
    grid-column: span 6;
  }
}

.product-details-large .row .col-6 .row .col-4 i {
  color: #C0D72F;
}

.product-details-large .row .col-6 .row .col-4 .icon-left {
  margin-left: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #555;
}

@media all and (max-width: 800px) {
  .product-details-large .row .col-6 .row .col-4 .icon-left {
    font-size: .8rem;
  }
}

.product-details-large .row .col-6 .i-am-eco {
  margin: 20px 0px;
  width: 120px;
}

.product-details-large .row .col-6 .left-sub-title {
  font-weight: 600;
  color: #484849;
}

.product-details-large .row .col-6 .right-sub-title {
  font-weight: 600;
  color: #484849;
}

.product-details-large .row .col-6 .right-list li p {
  font-weight: 300;
}

.product-details-large .row .col-6 .row-suitable {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
}

.product-details-large .row .col-6 .row-suitable .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: span 6;
}

@media all and (max-width: 800px) {
  .product-details-large .row .col-6 .row-suitable .col-6 {
    grid-column: span 12;
    width: 80vw;
    height: auto;
  }
}

.product-details-large .row .col-6 .row-suitable .col-6 .icon-left {
  margin-left: 10px;
}

.technical-data {
  padding: 5vh 0px;
}

.technical-data .title {
  text-align: center;
  font-weight: 400;
  color: #444;
  font-size: 2.8rem;
}

@media all and (max-width: 800px) {
  .technical-data .title {
    font-size: 1.8rem;
  }
}

.technical-data .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
}

.technical-data .row .col-4 {
  grid-column: span 4;
}

@media all and (max-width: 800px) {
  .technical-data .row .col-4 {
    grid-column: span 12;
    width: 85vw;
    height: auto;
  }
}

.technical-data .row .col-4 .data-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  margin: 0px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 800px) {
  .technical-data .row .col-4 .data-div {
    margin: 0px 10px;
  }
}

.technical-data .row .col-4 .data-div .data-title {
  font-weight: 700;
  color: #444;
  font-size: .8rem;
}

.technical-data .row .col-4 .data-div .data-text {
  font-weight: 400;
  color: #444;
  text-align: right;
  font-size: .8rem;
}

.contact {
  text-align: center;
  margin: 10vh 0px;
}

.contact .title {
  font-size: 2.3rem;
}

@media all and (max-width: 800px) {
  .contact .title {
    font-size: 1.2rem;
  }
}

.contact .title h1 {
  font-weight: 300;
  color: #444444;
  margin: 0px;
}

.contact .mute {
  font-size: .8rem;
  color: #999;
  font-weight: 600;
}

.contact .btn_quote {
  margin: 0px 0px 30px;
}

.contact .btn_quote a {
  text-decoration: none;
  display: block;
  width: 150px;
  margin: 10px auto;
  padding: 10px;
  border: none;
  color: white;
  background-color: #caaf86;
  border-radius: 5px;
}

.contact .form_container {
  -webkit-box-shadow: 0px 3px 8px rgba(219, 219, 219, 0.507);
          box-shadow: 0px 3px 8px rgba(219, 219, 219, 0.507);
  border-radius: 10px;
  padding: 50px 40px;
  width: 60%;
  margin: 0px auto;
}

@media all and (max-width: 800px) {
  .contact .form_container {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
  }
}

.contact .form_container .grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: column;
}

@media all and (max-width: 800px) {
  .contact .form_container .grid {
    display: block;
  }
}

.contact .form_container .grid .col-6 {
  grid-column: span 6;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* NEW */
  min-width: 0;
  /* NEW; needed for Firefox */
}

@media all and (max-width: 800px) {
  .contact .form_container .grid .col-6 {
    grid-column: span 12;
  }
}

.contact .form_container .form_item {
  margin: 15px 0px;
  text-align: left;
}

.contact .form_container .form_item label p {
  margin: 5px 0px;
  font-size: .8rem;
}

.contact .form_container .form_item label input {
  display: block;
  width: 90%;
  height: 40px;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  padding-left: 10px;
}

.contact .form_container .form_item label textarea {
  display: block;
  width: 90%;
  padding: 10px;
  height: 100%;
  background-color: #eeeeee;
  border: none;
  border-radius: 5px;
}

@media all and (max-width: 800px) {
  .contact .form_container .form_item label textarea {
    height: 120px;
  }
}

.contact .form_container .form_item_right {
  height: 78.5%;
}

.contact .form_container input[type=submit] {
  display: block;
  width: 50%;
  margin: 20px auto;
  height: 40px;
  border: none;
  color: white;
  background-color: #caaf86;
  border-radius: 5px;
}

.table_oferta {
  margin: 15vh 0px 5vh;
}

@media all and (max-width: 800px) {
  .table_oferta {
    margin: 4vh 0px;
  }
}

.table_oferta .title {
  text-align: center;
  margin: 0px 0px 5vh;
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: .2rem;
  color: #333;
}

@media all and (max-width: 800px) {
  .table_oferta .title {
    font-size: 1.8rem;
  }
}

.table_oferta table {
  width: 100%;
}

@media all and (max-width: 800px) {
  .table_oferta table {
    overflow: scroll;
  }
}

.table_oferta table, .table_oferta td, .table_oferta th {
  border-top: 1px solid #8b8b8b;
  border-collapse: collapse;
  padding: 15px 10px;
  text-align: left;
  background-color: #fcfcfc;
}

.table_oferta table th:nth-child(3) {
  text-align: center;
}

.table_oferta table th:nth-child(4) {
  text-align: center;
}

.table_oferta table td:nth-child(3) {
  text-align: center;
}

.table_oferta table td:nth-child(4) {
  text-align: center;
}

.table_oferta table tr:last-child {
  border-bottom: 1px solid #8b8b8b;
  text-align: center;
}

.table_oferta table input {
  display: block;
  width: 80%;
  height: 30px;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  padding-left: 10px;
}

.table_oferta .grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: column;
}

@media all and (max-width: 800px) {
  .table_oferta .grid {
    display: block;
  }
}

.table_oferta .grid .col-6 {
  grid-column: span 6;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* NEW */
  min-width: 0;
  /* NEW; needed for Firefox */
}

@media all and (max-width: 800px) {
  .table_oferta .grid .col-6 {
    grid-column: span 12;
  }
}

.table_oferta .grid .col-6 input {
  display: block;
  width: 80%;
  height: 40px;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  padding-left: 10px;
  margin: 10px auto;
}

.table_oferta .grid .col-6 input[type=submit] {
  display: block;
  width: 80%;
  height: 45px;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  padding-left: 10px;
  margin: 10px auto;
  border: none;
  color: white;
  background-color: #C9AF86;
  cursor: pointer;
  position: relative;
  outline: none;
  z-index: 9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.table_oferta .grid .col-6 input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
    text-align: center !important;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
    margin: 10px 0px;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }
  td input {
    display: block;
    width: 94% !important;
  }
}
/*# sourceMappingURL=main.css.map */