@font-face { 
  font-family: "Cartero"; 
  src: url("../fonts/cartero-light-webfont.woff2") format("woff2"), url("../fonts/cartero-light-webfont.woff") format("woff"); 
  font-weight: 300; 
}
@font-face { font-family: "Cartero"; 
  src: url("../fonts/cartero-regular-webfont.woff2") format("woff2"), url("../fonts/cartero-regular-webfont.woff") 
  format("woff"); 
  font-weight: 400; 
}

@font-face { font-family: "Cartero"; 
  src: url("../fonts/cartero-bold-webfont.woff2") format("woff2"), url("../fonts/cartero-bold-webfont.woff") 
  format("woff"); 
  font-weight: 600; 
}

:root {
  --app-color: #ffcc00;
}

body{
  width: 100%;
  backgroud-position: bottom !important;
  backgroud-repeat: no-repeat;
  backgroud-size: cover;
  background-position: bottom;
  font-family: "Cartero";
}

.pt-4 {
  margin-top: 4rem !important;
}

.bg-white{
  background-color: #fff;
}
button.btn-app {
  background-color: var(--app-color) !important;
  border: none;
}
.color-bk{
  color: #333;
}
.page-title{
    color: #00447c;
    font-weight: 400;
}
.header-logo{
  width: 40px;
}
.container-icon{
  width: 70%;
}
.btn-customer{
  border-radius: 5px;
  padding: 15px 30px;
  width: 200px;
  background: linear-gradient(#fff, #eee);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.btn-customer:hover{
  background: #000;
}
.btn-block {
  display: block;
  width: 100%;
}
