@font-face {
  font-family: "Carnas-light";
  src: url(/assets/FONT/Carnas\ Light.otf);
}

@font-face {
  font-family: "Carnas-bold";
  src: url(/assets/FONT/Carnas\ Bold.otf);
}

* {
  font-family: "Carnas-light";
  box-sizing: border-box;
  transition-duration: 0.3s;
}

html,
body {
  border: 0px;
  margin: 0px auto;
}

a {
  color: #333333;
}

.navbar a {
  font-weight: bolder;
}

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

.fa-phone {
  transform: rotate(90deg);
}

.marinho-steel-button,
.jbtn {
  background-color: #ebac00;
  border: none;
  padding: 20px 40px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.jshadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.marinho-steel-button:hover {
  transform: scale(1.1);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.progressbar {
  font-weight: bold;
  position: absolute;
  height: 10px;
  top: 0;
  left: 0;
}

.progressbar > p {
  position: relative;
  color: #000;
  /* background-image: url("../assets/ICONS/progressbar.png"); 
  background-repeat: no-repeat; */
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f8bc3a;
}

.progressbar > p:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: -20%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f8bc3a;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-30deg);
}

.marinho-steel-button p {
  font-size: 22px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

.showcase-list button {
  width: 250px;
}

/* .block-content-header {
  font-weight: bold;
  position: absolute;
  height: 10px;
  top: 0;
}

.block-content-header>p {
  position: relative;
  color: #000;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f8bc3a;
}

.block-content-header>p:after {
  position: absolute;
  content: "";
  z-index: 1;
  right: -30%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f8bc3a;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-30deg);
} */

.block-border-title {
  font-size: 35px;
  color: #454545;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 10px solid #e5e5e5;
  width: fit-content;
}

a.link-text {
  color: #333333;
  text-decoration: none;
}

a.link-text:hover {
  color: #e5e5e5;
  text-decoration: none;
}

@media (max-width: 1200px) {
  #showcase {
    width: 100%;
    height: 100vh;
  }

  #showcase-overlay {
    width: 100%;
    height: 100vh;
  }

  .showcase-title {
    font-size: 50px;
    text-transform: uppercase;
  }

  .showcase-subtitle {
    font-size: 50px;
    text-transform: uppercase;
  }

  #showcase-overlay {
    margin: auto;
  }

  #showcase-content {
    padding: 13%;
    position: relative;
    z-index: 2;
    font-size: 70px;
    color: #ffffff;
  }
}

@media (max-width: 400px) {
  /* #showcase {
    width: 100%;
    height: auto;
  } */

  .showcase-title {
    font-size: 35px;
    margin-top: 35px;
  }

  .showcase-subtitle {
    font-size: 35px;
  }

  /* #showcase-overlay {
    height: 330px;
  } */

  #showcase-content {
    padding: 10%;
    font-size: 20px;
  }

  .block-border-title {
    font-size: 30px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 10px solid #e5e5e5;
    width: fit-content;
  }
}
