* {
  font-family: HelveticaNeue, sans-serif;
}

a:hover {
  text-decoration: none;
  color: #B59F73;
}

@media (min-width: 1025px) {
  p.over-size {
    font-size: 1.085em !important;
  }
}

.color-or {
  color: #B59F73 !important;
}

.frm-w-70 {
  width: 70%;
  margin: 0 auto;
}

.form-control {
  height: 55px;
  font-weight: 400;
  color: #1C212E;
}
.form-control::placeholder {
  color: #4D6F7B;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #4D6F7B;
}
.form-control::-ms-input-placeholder {
  color: #4D6F7B;
}
.form-control:focus {
  border-color: initial;
  box-shadow: initial;
}

section {
  padding: 2em 0;
}

button.btn-pricipal {
  width: 12.5em;
  height: 3.438em;
  width: initial;
  height: initial;
  padding: 0.7em 2em;
  font-weight: 400;
  background-color: #B59F73;
  border: initial;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
button.btn-pricipal:hover {
  background-color: rgba(181, 159, 115, 0.8);
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

a.link-principal {
  color: white;
  background-color: #B59F73;
  display: inline-flex;
  padding: 0.6em 2em;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  align-self: flex-start;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
a.link-principal svg {
  margin-left: 0.6em;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
a.link-principal:hover {
  background-color: rgba(181, 159, 115, 0.8);
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
a.link-principal:hover svg {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

h2.title {
  color: #B59F73;
  font-size: 1.563em;
  text-align: center;
  margin: 1em 0;
  font-weight: bold;
}
h2.title small {
  display: block;
  color: white;
  margin-top: 0.5em;
}

h3.title {
  color: white;
  font-size: 1.2em;
  margin: 0.5em 0;
  font-weight: bold;
}
h3.title small {
  display: block;
  color: white;
  margin-top: 0.5em;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

body {
  background: #1C212E;
}
body section#header {
  height: 100px;
}
body section#header > div.logo {
  flex: 1;
}
body section#header > div.menu {
  flex: 1;
}
body section#header > div.menu .menu-principal {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body section#header > div.menu .menu-principal a {
  color: white;
  font-weight: 400;
  font-size: 1.125em;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body section#header > div.menu .menu-principal a:hover {
  text-decoration: none;
  color: #B59F73;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body section#header > div.menu .menu-second a {
  display: flex;
  background-color: #B59F73;
  width: 120px;
  height: 43px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  font-size: 1.125em;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -ms-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
body section#header > div.menu .menu-second a:hover {
  background-color: rgba(181, 159, 115, 0.8);
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -ms-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
body section#header .hamburger {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-left: calc(-1 *(30px /2));
  margin-top: calc(-1 *(30px /2));
  width: 30px;
  height: calc((28px *3) /4);
  cursor: pointer;
  display: block;
}
body section#header .hamburger b {
  position: absolute;
  left: 0;
  width: 30px;
  height: 0.106em;
  background-color: white;
}
body section#header .hamburger b:nth-child(1) {
  top: 0;
}
body section#header .hamburger b:nth-child(2) {
  top: 50%;
}
body section#header .hamburger b:nth-child(3) {
  top: 100%;
}
body section.banner h1 {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 2.188em;
  font-weight: bold;
  -webkit-transform: translate(40px, -50%);
  -moz-transform: translate(40px, -50%);
  -ms-transform: translate(40px, -50%);
  -o-transform: translate(40px, -50%);
  transform: translate(40px, -50%);
}
body section.banner h1 small {
  display: block;
  font-weight: 200;
  font-size: 70%;
}
body section.banner .banners img {
  border-radius: 15px;
}
body section#copyright {
  padding: initial;
}
body section#copyright div.copyright p {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: initial;
}
body section#copyright div.copyright p a {
  color: white;
}
body section#footer {
  background-color: #E8F4FE;
  padding: 4em 0;
}
body section#footer .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
body section#footer .footer-logo-black {
  width: 150px;
}
body section#footer .footer-description {
  font-size: 0.875em;
  color: #1C212E;
}
body section#footer .footer-social-media {
  margin: initial;
  padding: initial;
}
body section#footer .footer-social-media li {
  list-style-type: none;
  margin-right: 1em;
}
body section#footer .footer-social-media li a {
  color: #1C212E;
  font-size: 2em;
}
body section#footer .footer-links h3.footer-title {
  font-size: 1.25em;
  color: #1C212E;
  margin: initial;
  padding: initial;
  margin-bottom: 0.8em;
}
body section#footer .footer-links ul {
  margin: initial;
  padding: initial;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
body section#footer .footer-links ul li {
  margin: initial;
  padding: initial;
  list-style-type: none;
}
body section#footer .footer-links ul li a {
  font-size: 0.875em;
  color: #1C212E;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
body section#footer .footer-links ul li a:hover {
  color: #B59F73;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
body section#footer .footer-links ul.footer-phone a {
  color: #1C212E;
  font-size: 1.375em;
  font-weight: bold;
}
body section#footer .footer-links ul.footer-adresse {
  color: #1C212E;
  font-size: 0.875em;
}
body section#footer .footer-links ul.footer-adresse i {
  font-size: 1.25em;
  font-weight: 300;
  -webkit-transform: translate(-10px, 2px);
  -moz-transform: translate(-10px, 2px);
  -ms-transform: translate(-10px, 2px);
  -o-transform: translate(-10px, 2px);
  transform: translate(-10px, 2px);
}
body section#footer .footer-links ul.footer-mail {
  color: #1C212E;
  font-size: 0.875em;
  font-weight: 500;
}
body section#footer .footer-links ul.footer-mail i {
  font-size: 1.25em;
  font-weight: 300;
  -webkit-transform: translate(-10px, 2px);
  -moz-transform: translate(-10px, 2px);
  -ms-transform: translate(-10px, 2px);
  -o-transform: translate(-10px, 2px);
  transform: translate(-10px, 2px);
}
body.contact #description .detail-desc {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
body.contact #description .detail-desc p {
  margin: initial;
  font-size: 1.25em;
  color: white;
}
body.contact #description iframe {
  border-radius: 10px;
}
body.contact #description ul.contact-detail {
  margin: initial;
  padding: initial;
}
body.contact #description ul.contact-detail li {
  list-style-type: none;
  margin: initial;
  padding: initial;
  color: white;
  margin-bottom: 0.9em;
  position: relative;
}
body.contact #description ul.contact-detail li i {
  position: absolute;
  -webkit-transform: translate(-25px, 5px);
  -moz-transform: translate(-25px, 5px);
  -ms-transform: translate(-25px, 5px);
  -o-transform: translate(-25px, 5px);
  transform: translate(-25px, 5px);
}
body.contact #description ul.contact-detail li.phone a {
  color: white;
  font-size: 1.563em;
  font-weight: bold;
}
body.contact #description ul.contact-detail li.adresse {
  font-size: 1em;
  color: white;
  list-style: none;
  font-weight: 400;
}
body.contact #description ul.contact-detail li.mail a {
  font-size: 1.125em;
  font-weight: bold;
  color: white;
}
body.the-company .history-detail {
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: space-evenly;
}
body.the-company .history-detail p {
  font-size: 1em;
  color: white;
  font-weight: 400;
  margin-bottom: initial;
  line-height: 1.7em;
  text-align: justify;
}
body.the-company ul.brands {
  margin: initial;
  padding: initial;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
body.the-company ul.brands li {
  display: flex;
  align-items: center;
}
body.the-company ul.brands li img {
  max-height: 132px;
  max-width: 150px;
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body.the-company ul.brands li img:hover {
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body.services p {
  font-size: 1em;
  color: white;
  font-weight: 400;
  margin-bottom: initial;
  line-height: 1.7em;
  text-align: justify;
}
body.home ul.brands {
  margin: initial;
  padding: initial;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
body.home ul.brands li {
  display: flex;
  align-items: center;
}
body.home ul.brands li img {
  max-height: 132px;
  max-width: 150px;
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body.home ul.brands li img:hover {
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body.home .about-us-detail {
  height: 100%;
  padding: 3em 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
body.home .about-us-detail p {
  font-size: 1em;
  color: white;
  font-weight: 400;
  margin-bottom: initial;
  line-height: 1.7em;
  text-align: justify;
}
body.home .services {
  height: 400px;
  align-items: center;
  justify-content: space-evenly;
}
body.home .services .service {
  height: 270px;
  background-color: white;
  border-radius: 10px;
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.home .services .service h5 {
  font-size: 1em;
  font-weight: 500;
  padding: 0 1em;
  text-align: center;
  color: #1C212E;
}
body.home .services .service .icon {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.home .services .service .icon i {
  font-size: 3em;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.home .services .service:hover {
  height: 285px;
  border-bottom: 15px solid #B59F73;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.home .services .service:hover .icon {
  background-color: #B59F73;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.home .services .service:hover .icon i {
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.home section#form {
  background: white;
  position: absolute;
  width: 750px;
  height: 120px;
  top: 0;
  left: 50%;
  padding: initial;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -90px);
  -moz-transform: translate(-50%, -90px);
  -ms-transform: translate(-50%, -90px);
  -o-transform: translate(-50%, -90px);
  transform: translate(-50%, -90px);
}
body.home section#form > div {
  display: flex;
  height: 100%;
}
body.home section#form > div div {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em;
}
body.home section#form > div div:last-child {
  flex: 1;
}
body.home section#form > div div input {
  border: initial;
  border-bottom: 1px solid #DDDDDD;
  height: 48px;
}
body.home section#form > div div select {
  border: initial;
  border-bottom: 1px solid #DDDDDD;
  height: 48px;
}
body.home section#form > div div button {
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 320px) and (max-width: 480px) {
  section {
    padding: initial !important;
  }
  section h2.title {
    margin: 1.5em 0 0.5em;
    font-size: 1.3em;
    font-weight: 400;
  }

  body {
    /* home page */
  }
  body div#main {
    margin-top: 7em;
  }
  body section#header {
    margin: 0;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  body section#header > div.logo {
    padding-left: 1em;
  }
  body section#header > div.menu {
    position: fixed;
    top: 6.27em;
    left: 0;
    background: #292929;
    width: 100vw;
    height: calc(100vh - 6em);
    z-index: 1000;
    align-items: center;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
  }
  body section#header > div.menu.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
  }
  body section#header > div.menu .menu-principal {
    flex-direction: column;
    height: 40%;
    justify-content: space-evenly;
  }
  body section#header > div.menu a:not(:last-child) {
    border-bottom: 1px solid #B59F73;
    display: block;
    width: 170px;
    text-align: center;
    line-height: 4em;
  }
  body section#footer {
    padding: 2em 0 !important;
  }
  body section#footer .footer-links {
    padding-bottom: 1.5em;
  }
  body section#footer .footer-links h3.footer-title {
    border-bottom: 1px solid #ddd;
    line-height: 1.5em;
    margin: 1em 0 0;
  }
  body.banner .banners {
    margin-bottom: 1em;
    height: 17em;
    background-image: url("https://tidebulk.com/resources/media/banner-companies.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 1em;
  }
  body.banner .banners img {
    display: none;
  }
  body.home .services {
    flex-wrap: wrap;
    height: initial;
  }
  body.home .services .service {
    width: 49%;
    margin-bottom: 1em;
  }
}

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