.web-nav-info {
  color: #333333 !important;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
}
.web-nav-info i {
  color: #333333 !important;
}

.web-navbar-menu {
  height: 56px !important;
  background-color: white !important;
  padding: 0px !important;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
}

.web-btn-nav {
  height: 48px !important;
  border: 0px;
  padding: 12px 32px;
  color: white;
  border-radius: 500px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.21%, #be1622), color-stop(147.4%, #be1622));
  background: linear-gradient(90deg, #be1622 5.21%, #be1622 147.4%);
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
}

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

.navbar-toggler {
  color: white !important;
  border: 0px !important;
}

.web-eyg-text h2 {
  background: linear-gradient(80deg, #be1622 22.94%, #be1622 100.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1rem !important;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.web-eyg-text h3 {
  color: #333333;
  font-size: 0.8rem !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.web-eyg-text h1 {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.web-eyg-hero {
  min-height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 26px !important;
  border-radius: 40px !important;
  color: white;
}
.web-eyg-hero h1 {
  color: white;
  font-size: 3rem;
  font-weight: 700;
}
.web-eyg-hero h2 {
  color: white;
  font-size: 1.4rem !important;
  margin-bottom: 0px;
  text-transform: uppercase !important;
}

@media (max-width: 600px) {
  .web-eyg-hero {
    border-radius: 0px !important;
  }
}
.web-eyg-overlay {
  width: 100%;
  min-height: 40vh;
  background: linear-gradient(75deg, rgba(0, 0, 0, 0.47) 5.73%, rgba(11, 21, 48, 0.089) 52.6%);
  padding: 40px !important;
  border-radius: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 600px) {
  .web-eyg-overlay {
    border-radius: 0px !important;
  }
}
.web-btn-outline {
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: white !important;
  border-radius: 500px;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
  border: 1px solid white !important;
  padding: 12px 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 769px) {
  .web-btn-outline {
    width: auto;
    padding: 12px 24px;
    font-size: 14px !important;
  }
}
.web-btn-outline:hover {
  background-color: white;
  border: 1px solid #be1622;
  color: #be1622 !important;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.web-intro-ellipse {
  width: 100%;
  height: 40vh;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 769px) {
  .web-intro-ellipse {
    display: none !important;
  }
}
.web-intro-ellipse-img {
  width: 35vh;
  height: 30vh;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-shadow: 13px 13px 22px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 13px 13px 22px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 769px) {
  .web-intro-ellipse-img {
    width: 100%;
    height: 30vh;
    position: relative !important;
  }
}
.web-eyg-intro-content {
  height: 40hv;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  text-align: justify;
}
.web-eyg-intro-content h2 {
  background: linear-gradient(80deg, #be1622 5.21%, #be1622 147.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1rem !important;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
}
.web-eyg-intro-content h1 {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.web-eyg-intro-content p {
  font-family: "Roboto", sans-serif;
}
.web-eyg-intro-content i {
  color: #be1622;
}

@media (max-width: 769px) {
  .web-eyg-intro-content {
    height: auto;
    padding-bottom: 60px !important;
    padding-right: 0px !important;
  }
}
.web-eyg-btn-def {
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: white !important;
  border-radius: 500px;
  background-color: #be1622;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
  border: 0px !important;
  padding: 12px 36px;
}

.web-eyg-btn-def:hover {
  background-color: #be1622;
  color: white !important;
}

.web-card-services {
  width: 100%;
  height: 15vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.web-card-services-overlay {
  width: 100%;
  height: 15vh;
  padding: 8px !important;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.85%, rgba(0, 69, 255, 0)), color-stop(93.23%, rgba(0, 0, 0, 0.67)));
  background: linear-gradient(180deg, rgba(0, 69, 255, 0) 58.85%, rgba(0, 0, 0, 0.67) 93.23%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.web-card-services-overlay h4 {
  color: white;
  font-size: 1rem;
}

.web-card-services-overlay:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.85%, rgba(0, 69, 255, 0)), color-stop(93.23%, rgba(102, 0, 0, 0.67)));
  background: linear-gradient(180deg, rgba(0, 69, 255, 0) 58.85%, rgba(102, 0, 0, 0.67) 93.23%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.web-eyg-company-img {
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.web-eyg-company {
  height: auto;
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.web-cont-sm-company {
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
}

@media (max-width: 1300px) {
  .web-cont-sm-company {
    width: 80%;
    height: auto !important;
    padding-left: 60px;
  }
}
@media (max-width: 769px) {
  .web-cont-sm-company {
    width: 100%;
    padding-left: 0px !important;
  }
}
.web-eyg-partners {
  height: auto;
  background-color: #EDEDED;
  padding: 60px;
  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;
  margin-bottom: 60px;
}

.web-eyg-banner {
  min-height: 25vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 26px !important;
  border-radius: 40px !important;
  color: white;
}
.web-eyg-banner h1 {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 18px !important;
}
.web-eyg-banner h2 {
  color: white;
  font-size: 1rem !important;
  margin-bottom: 0px;
  text-transform: uppercase !important;
}

@media (max-width: 600px) {
  .web-eyg-banner {
    border-radius: 0px !important;
  }
}
.web-eyg-banner-overlay {
  width: 100%;
  min-height: 25vh;
  background: linear-gradient(75deg, rgba(0, 0, 0, 0.47) 5.73%, rgba(11, 21, 48, 0.089) 52.6%);
  padding: 40px !important;
  border-radius: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .web-eyg-banner-overlay {
    border-radius: 0px !important;
  }
}
.web-eyg-footer {
  height: auto;
  padding: 80px;
  background-color: #333333;
}

.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: white !important;
  font-size: 14px;
  text-decoration: none !important;
}
.web-footer-link i {
  color: #ffffff !important;
}

.web-footer-text {
  font-family: "Urbanist", sans-serif;
}
.web-footer-text h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}
.web-footer-text p {
  color: white;
  font-size: 14px;
}
.web-footer-text a {
  text-decoration: none !important;
  color: white;
}
.web-footer-text .nav-link {
  padding: 6px 0px !important;
  font-size: 14px;
}

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

.web-eyg-contact {
  min-height: 30vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 26px !important;
  border-radius: 40px !important;
  color: white;
}
.web-eyg-contact h1 {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 18px !important;
}
.web-eyg-contact h2 {
  color: white;
  font-size: 1rem !important;
  margin-bottom: 0px;
  text-transform: uppercase !important;
}

@media (max-width: 600px) {
  .web-eyg-contact {
    border-radius: 0px !important;
  }
}
.web-eyg-contact-overlay {
  width: 100%;
  min-height: 30vh;
  background: linear-gradient(75deg, #000 5.73%, rgba(40, 70, 151, 0) 52.6%);
  padding: 40px !important;
  border-radius: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .web-eyg-contact-overlay {
    border-radius: 0px !important;
  }
}
.web-eyg-info-contact {
  height: auto;
  border: 1px solid #b1b1b1;
  border-radius: 8px;
  padding: 35px;
  margin-bottom: 25px !important;
}
.web-eyg-info-contact i {
  margin-bottom: 20px !important;
  color: #be1622;
}
.web-eyg-info-contact p {
  color: #333333 !important;
  text-decoration: none !important;
  margin-bottom: 0px;
}

a {
  text-decoration: none !important;
}

.web-eyg-container-float {
  width: 90%;
  height: 18vh;
  margin: auto;
  border-radius: 40px;
  background: #be1622;
  position: relative;
  margin-top: -96px;
  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: 26px;
  color: white !important;
}

@media (max-width: 1200px) {
  .web-eyg-container-float {
    width: 100%;
  }
}
.web-eyg-input {
  height: 42px !important;
  border: 0px !important;
  border-radius: 500px;
  color: white !important;
  background-color: rgba(255, 255, 255, 0.935);
}

.web-btn-contact {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: white !important;
  border-radius: 500px;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
  border: 1px solid white !important;
  padding: 8px 32px;
}

@media (max-width: 769px) {
  .web-btn-contact {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px !important;
  }
}
.web-eyg-services {
  min-height: 30vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 26px !important;
  border-radius: 40px !important;
  color: white;
}
.web-eyg-services h1 {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 18px !important;
}
.web-eyg-services h2 {
  color: white;
  font-size: 1rem !important;
  margin-bottom: 0px;
  text-transform: uppercase !important;
}

@media (max-width: 600px) {
  .web-eyg-services {
    border-radius: 0px !important;
  }
}
.web-eyg-services-overlay {
  width: 100%;
  min-height: 30vh;
  background: linear-gradient(75deg, #000 5.73%, rgba(40, 70, 151, 0) 52.6%);
  padding: 40px !important;
  border-radius: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .web-eyg-services-overlay {
    border-radius: 0px !important;
  }
}
.web-services-img {
  width: 95% !important;
  height: 30vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-shadow: 13px 13px 22px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 13px 13px 22px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 769px) {
  .web-services-img {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.web-eyg-info-services-img {
  width: 100%;
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.web-eyg-info-services {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

@media (max-width: 991px) {
  .web-eyg-info-services {
    position: relative;
  }
}
.web-cont-sm-info-services {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
}

@media (max-width: 1500px) {
  .web-cont-sm-info-services {
    width: 100%;
    height: auto !important;
    padding-left: 60px;
  }
}
@media (max-width: 1300px) {
  .web-cont-sm-info-services {
    width: 80%;
    height: auto !important;
    padding-left: 60px;
  }
}
@media (max-width: 769px) {
  .web-cont-sm-info-services {
    width: 100%;
    padding-left: 0px !important;
  }
}
.web-eyg-info-cards {
  min-height: 290px !important;
  height: auto;
  border: 1px solid #b1b1b1;
  border-radius: 8px;
  padding: 35px;
  margin-bottom: 25px !important;
}
.web-eyg-info-cards i {
  margin-bottom: 20px !important;
}
.web-eyg-info-cards p {
  color: #333333;
  text-decoration: none !important;
  margin-bottom: 0px;
}
.web-eyg-info-cards h3 {
  font-size: 1rem !important;
  margin-bottom: 16px !important;
  text-transform: uppercase !important;
  margin-top: 18px !important;
}

.web-eyg-info-cards-blue {
  background-color: #be1622 !important;
  color: white !important;
  border-radius: 8px !important;
  border: 0px !important;
}
.web-eyg-info-cards-blue p {
  color: white !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: 100px;
  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;
}