* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

h3 {
  color: white;
  font-size: 36px;
  font-weight: 600;
}

h1 {
  color: white;
  font-weight: 800;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
}
h4 {
  color: black;
  font-weight: 800;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
  }
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*************************/
/********* HERO ***********/
/*************************/
.header-bg {
  width: 100%;
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-absolute {
  width: 100%;
  height: 50vh;
  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;
  position: absolute;
  z-index: 10;
}

.hero {
  width: 100%;
  height: 50vh;
  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;
}

.logo-cont {
  width: 50%;
}

@media (max-width: 991px) {
  .logo-cont {
    width: 70%;
  }
}
.hero-txt {
  width: 400px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-txt p {
  color: white;
  font-size: 16px;
}

@media (max-width: 991px) {
  .hero-txt p {
    font-size: 18px;
  }
}
.card-cont {
  width: 100%;
  height: 320px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px;
}

.card-cont p {
  text-align: justify;
  letter-spacing: -0.03em;
}

.cat-icon {
  width: 100%;
  height: 170px;
  margin-bottom: 30px;
  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;
}

.cat-icon-img {
  width: 80px;
  height: 80px;
  background-color: #0b4d22;
  border-radius: 500px;
  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;
}

@media (max-width: 991px) {
  .cat-icon-img {
    width: 60px;
    height: 60px;
  }
}
.cat-icon-txt {
  width: 100%;
  height: 60px;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

.cat-icon-txt p {
  color: black;
  font-size: 16px;
}

@media (max-width: 991px) {
  .cat-icon-txt p {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .cat-icon-txt p {
    font-size: 10px;
  }
}
.overlay {
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(0, 0, 0, 0.479);
  padding: 0px !important;
}

/*************************/
/********* NAV ***********/
/*************************/
.nav-black {
  width: 100%;
  height: 40px;
  background-color: black;
  z-index: 10000000;
}

.nav-black-cont {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-black-cont a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 0px 8px;
}

.nav-black-cont a:hover {
  color: #0b4d22;
}

ul li {
  text-decoration: none;
  list-style: none;
}

.menuNav {
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 100;
  margin-top: 10px;
}

@media (max-width: 578px) {
  .menuNav {
    margin-top: 0px !important;
  }
}
.nav-item {
  padding-left: 5px;
}

.nav-link {
  color: black;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.nav-link:hover {
  color: black;
}

.navbar-toggler i {
  color: white;
}

.navbar-nav {
  color: transparent;
}

@media (max-width: 990px) {
  .navbar-nav {
    background-color: white;
    border: white 5px solid;
  }
}
.bar-top {
  width: 100%;
  height: 51px;
  background-color: white;
  position: relative;
  z-index: 1000;
  top: 52px;
}

.text-menu p {
  color: white;
  text-align: right;
  padding-left: 15px;
}

@media (max-width: 990px) {
  .text-menu p {
    text-align: left !important;
    color: black;
  }
}
.text-menu h5 {
  color: white;
  font-weight: 600;
  font-size: 12px;
  text-align: right;
  padding-left: 15px;
  margin-bottom: 0px;
}

@media (max-width: 990px) {
  .text-menu h5 {
    text-align: left !important;
    color: black;
    width: 100%;
    margin: 15px 0px;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.phone-nav a {
  font-size: 14px !important;
}

@media (max-width: 991px) {
  .phone-nav a {
    font-size: 11px !important;
  }
}
/*************************/
/********* gral ***********/
/*************************/
.section {
  width: 100%;
  height: auto;
  min-height: 100hv;
  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;
  padding: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .section {
    height: auto;
  }
}
.section-img {
  width: 100%;
  height: 100vh;
  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;
  padding: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .section-img {
    height: auto;
  }
}
.banner {
  width: 100%;
  height: 400px;
  padding: 0px !important;
}

.section-txt {
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-txt-left {
  text-align: left;
}

@media (max-width: 767px) {
  .section-txt-left {
    text-align: center;
  }
}
.section-txt h2 {
  color: white;
}

.section-txt p {
  color: white;
}

.section-txt-right {
  text-align: right;
}

@media (max-width: 767px) {
  .section-txt-right {
    text-align: center;
  }
}
.about-cont {
  width: 100%;
  text-align: center;
  margin: 80px 20px;
}

@media (max-width: 767px) {
  .about-cont {
    width: 100%;
    padding: 40px 0px;
    margin: 40px 20px;
  }
}
.txt-contact {
  width: 100%;
  height: 40vh;
  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;
}

.txt-contact h1 {
  color: #0B4D22 !important;
}

.btn-def {
  width: 150px;
  background-color: #0B4D22;
  color: white;
  border-radius: 0px;
}

.logo-footer {
  width: 100%;
  height: auto;
  min-height: 60vh;
  background-color: #0B4D22;
  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;
  color: white;
}

.logo-footer a {
  color: white;
  font-size: 14px !important;
}

.logo-footer-img {
  width: 200px;
}

@media (max-width: 991px) {
  .logo-footer-img {
    width: 100px;
  }
}
.logo-footer p {
  font-size: 13px !important;
}

.footer-cont {
  width: 100%;
  height: 30px;
}

.footer-cont p {
  padding-right: 10px;
  font-size: 14px;
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .footer-cont p {
    font-size: 10px;
  }
}
.footer-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.grg-footer {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: black;
}

.footer-green {
  background-color: #0B4D22;
}

/*************************/
/********* form ***********/
/*************************/
.heroc {
  width: 100%;
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}

/** CONTACT **/
.formContact {
  height: auto;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .formContact {
    height: 800px !important;
  }
}
.banContact {
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont-txt {
  margin-top: 20px;
}

.img-cn {
  width: 100%;
  height: auto;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("../img/imgcn.png");
}

@media (max-width: 1300px) {
  .img-cn {
    width: 100%;
    background-image: url("../img/imgcn2.png");
  }
}
@media (max-width: 700px) {
  .img-cn {
    width: 100% !important;
    background-size: contain;
    background-image: url("../img/imgcn2.png");
  }
}
@media (max-width: 400px) {
  .img-cn {
    width: 100% !important;
    background-size: contain;
    background-image: url("../img/imgcn3.png");
  }
}
.contBan {
  width: 100%;
  height: 600px;
  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;
}

.writeus {
  width: 100%;
  height: 460px;
  position: relative;
  margin-top: -100px;
  background-color: white;
  shape-margin: 8px 9px 15px;
  color: #141414;
  padding: 60px;
}

@media (max-width: 900px) {
  .writeus {
    margin-left: 0px;
    height: auto;
    padding: 30px;
  }
}
.p-form {
  padding-left: 0px !important;
  padding-right: 0px;
}

@media (max-width: 900px) {
  .p-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.formContact {
  width: 100%;
  height: 500px;
}

.form-control {
  width: 100%;
  border: 0px solid;
  border-radius: 0px;
  padding: 10px;
  font-size: 14px;
  color: #222222;
  background-color: #faf9f9;
  font-family: "Poppins", sans-serif;
}

.socialMedia {
  padding-left: 40px;
  margin-bottom: 20px;
}

.socialMedia a {
  font-size: 22px;
  color: #222222;
}

.cont-txt a {
  color: black;
}

.navScroll {
  background-color: black !important;
}

.navScroll .navbar {
  height: 51px;
  background-color: black !important;
  width: 100%;
  position: absolute;
  left: 0;
}

.navScroll .navbar img {
  width: 55px;
  padding-bottom: 0px;
  padding-top: 5px;
}

/*whatsapp chat*/
.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: 100px;
  margin-bottom: 15px;
  z-index: 100000;
  -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;
}

.jp-style-a {
  color: white;
  text-decoration: none;
}

.jp-style-a a :hover {
  color: white;
  text-decoration: none;
}

@media (max-width: 990px) {
  .jp-style-a {
    color: black;
    text-decoration: none;
  }

  .jp-style-a a :hover {
    color: black;
    text-decoration: none;
  }
}
.pt-nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 990px) {
  .pt-nav {
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
}
.effect-apear {
  -webkit-animation: fadein 0.6s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 0.6s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
.effect-disapear {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.jp-alternative-text p {
  color: white;
  text-align: center;
  display: none;
}

@media (max-width: 990px) {
  .jp-alternative-text p {
    text-align: center !important;
    color: black;
    display: block;
  }
}
.jp-navbar-icon {
  height: 1em !important;
}

.jp-menu-container {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.upload-file-my-profile {
  width: 100%;
  height: auto;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  border: 3px dashed rgba(100, 105, 112, 0.171);
  color: rgba(236, 17, 17, 0.171);
}

.upload-file-my-profile p {
  color: #db1717;
}

.cont-change-image input {
  display: none;
}

.txtFile {
  font-weight: bold;
  color: #141414;
}

.upload-file-my-profile .fa-file-pdf {
  color: #eb4242;
}

.upload-file-my-profile .fa-file-excel {
  color: #299b39;
}

.upload-file-my-profile .fa-file-word {
  color: #0b70e4;
}

.upload-file-my-profile .fa-file-alt {
  color: #7a7a7a;
}

.upload-file-my-profile .fa-image {
  color: #7111df;
}

.upload-file-my-profile .fa-exclamation {
  color: #f82c11;
}