body {
  font-family: "Urbanist", sans-serif;
}
.bg-blue {
  background-color: #003A96 !important;
  color: white !important;
}
.web-nav-info {
  color: white !important;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  font-family: "Urbanist", sans-serif;
}
.web-nav-info i {
  color: white !important;
}

.web-navbar-menu {
  height: auto;
  background-color: #ffffff !important;
  padding: 0px !important;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.3px;
  font-weight: 500;
  box-shadow: 0px 28px 19px -14px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 28px 19px -14px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 28px 19px -14px rgba(0, 0, 0, 0.07);
}

.navbar-nav {
  height: auto;
}

@media (max-width: 769px) {
  .navbar-nav {
    height: auto;
    padding: 80px 0px;
  }
}
.web-btn-nav {
  height: 56px !important;
  border: 0px;
  padding: 12px 16px;
  color: white;
  background: linear-gradient(224deg, #FF7C00 0%, #FF9027 100%);
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.web-link-menu {
  color: #333333 !important;
  padding: 0px 20px !important;
}

@media (max-width: 769px) {
  .web-link-menu {
    padding-bottom: 20px !important;
  }
}
.navbar-toggler {
  color: white !important;
  border: 0px !important;
  fill: white !important;
}

h3 {
  color: #003A96 !important;
  font-size: 1rem !important;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-weight: 800 !important;
}

.web-btn-org-def {
  width: 186px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: white !important;
  border-radius: 6px;
  background: linear-gradient(224deg, #FF7C00 0%, #FF9027 100%);
  -webkit-box-shadow: 0px 12px 27px -14px rgba(255, 124, 0, 0.54);
          box-shadow: 0px 12px 27px -14px rgba(255, 124, 0, 0.54);
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.3px;
  font-weight: 600;
}

@media (max-width: 769px) {
  .web-btn-org-def {
    width: auto;
    padding: 12px 16px;
    font-size: 14px !important;
  }
}
.web-btn-gray-def {
  width: 186px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #5a5a5a !important;
  border-radius: 6px;
  background-color: #dbdbdb !important;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.3px;
  font-weight: 600;
}

@media (max-width: 769px) {
  .web-btn-gray-def {
    width: auto;
    padding: 12px 16px;
    font-size: 14px !important;
  }
}
.web-img-hero {
  width: 100%;
  height: 80vh;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -10;
  right: 0;
}

@media (max-width: 769px) {
  .web-img-hero {
    height: 20vh;
  }
}
.web-txt-hero {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.web-txt-hero h1 {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.web-txt-hero h3 {
  color: #003A96;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}
.web-txt-hero p {
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  .web-txt-hero {
    height: auto;
    margin-top: 25vh !important;
  }
}
.web-cont-intro {
  margin: 80px 0px;
}

@media (max-width: 769px) {
  .web-cont-intro {
    margin: 40px 0px;
  }
}
.web-img-intro {
  width: 100%;
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.web-cont-intro-txt {
  width: 100%;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
}
.web-cont-intro-txt h1 {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.web-cont-intro-txt h3 {
  color: #003A96;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}
.web-cont-intro-txt p {
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  .web-cont-intro-txt {
    height: auto;
    padding: 60px 0px;
    padding-left: 0px;
  }
}
.web-cont-services {
  width: 100%;
  height: auto;
  padding: 0px;
  background-color: #003A96;
  margin-bottom: 80px;
}

.web-cont-serv-icon {
  width: 100%;
  height: 240px;
  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;
  text-align: center;
}
.web-cont-serv-icon p {
  color: white !important;
  margin-top: 16px;
  font-family: "Urbanist", sans-serif;
}

@media (max-width: 769px) {
  .web-cont-serv-icon p {
    font-size: 14px;
  }
}
.web-cont-catalog {
  width: 100%;
  height: auto;
  background-color: #F1F3F8;
  padding: 40px;
  margin-bottom: 20px;
}
.web-cont-catalog h2 {
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.web-cont-catalog h4 {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.5px;
}
.web-cont-catalog p {
  margin-bottom: 0px !important;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  color: #333333;
}

@media (max-width: 769px) {
  .web-cont-catalog h4 {
    margin-top: 12px;
  }
}
.web-cont-img-card {
  width: 100%;
  height: 160px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.web-cont-banner {
  width: 100%;
  height: 40vh;
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}

.web-overlay-gradient {
  width: 100%;
  height: 100% !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#003A96), to(rgba(0, 58, 150, 0.05)));
  background: linear-gradient(0deg, #003A96 0%, rgba(0, 58, 150, 0.05) 100%);
  padding: 0px !important;
  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;
  text-align: center;
}
.web-overlay-gradient p {
  color: white;
  font-family: "Urbanist", sans-serif;
}
.web-overlay-gradient h1 {
  color: white;
}

.web-cont-footer {
  width: 100%;
  height: 40vh;
  background-color: white;
  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;
}

.web-btn-mb {
  margin-bottom: 0px;
}

@media (max-width: 769px) {
  .web-btn-mb {
    margin-bottom: 22px;
  }
}
.cont-footer-text {
  font-family: "Urbanist", sans-serif;
}
.cont-footer-text h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #5a5a5a;
}
.cont-footer-text p {
  color: #5a5a5a;
  font-size: 14px;
}
.cont-footer-text a {
  text-decoration: none !important;
  color: #5a5a5a;
}
.cont-footer-text .nav-link {
  padding: 6px 0px !important;
  font-size: 14px;
}

@media (max-width: 991px) {
  .cont-footer-text h4 {
    margin-top: 22px;
  }
}
.web-footer-link {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5a5a5a;
  font-size: 14px;
}
.web-footer-link i {
  color: #003A96 !important;
}

.web-bg-contact {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  background-color: #003A96;
}

.web-cont-form {
  width: 100%;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white !important;
}

@media (max-width: 991px) {
  .web-cont-form {
    position: relative;
  }
}
.form-control {
  background-color: transparent !important;
  border: 0px !important;
  border-bottom: 2px solid white !important;
  border-radius: 0px !important;
  color: white !important;
  padding-left: 0px !important;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.514) !important;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.514) !important;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.514) !important;
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.514) !important;
}

::placeholder {
  color: rgba(255, 255, 255, 0.514) !important;
}

.whatsapp-btn {
  width: 60PX;
  height: 60px;
  background-color: #00bb2d;
  border-radius: 100px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 30px;
  margin-right: 25px;
  margin-bottom: 25px;
  z-index: 100000000000;
  -webkit-box-shadow: 3px 6px 28px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 6px 28px -7px rgba(0, 0, 0, 0.3);
}

.whatsapp-btn:hover {
  color: white;
}

a {
  text-decoration: none !important;
}

.copy-black {
  width: 100%;
  height: 36px;
  background-color: black;
  color: white;
  padding: 4px;
}