a{
  text-decoration: none !important;
}
p {
  font-family: "Urbanist", sans-serif;
}
.web-top-nav {
   justify-content: flex-end;
}
@media (max-width: 991px) {
  .web-top-nav {
    justify-content: flex-start;
  }
}
.web-nav-info .nav-link {
  color: white !important;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Urbanist", sans-serif;
}
.web-navbar-menu {
  background-color: #000080;
  color: white;
}
.web-navbar-menu .nav-item .nav-link {
  color: white !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  font-family: "Urbanist", sans-serif;
}
.navbar-toggler {
  color: white !important;
  border: 0px transparent !important;
}
.web-meyer-title {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 5rem;
}
@media (max-width: 991px) {
  .web-meyer-title {
    font-size: 3rem !important;
  }
}
.web-meyer-subtitle {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 1px;
}
.web-meyer-nav-btn {
  padding: 12px 36px;
  background-color: white;
  border-radius: 500px;
  border: 0px;
  color: #000080;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}
.web-meyer-nav-btn:hover {
  -webkit-transform: 1.05;
          transform: 1.05;
  scale: 1.056;
  background-color: white !important;
}
.web-meyer-nav-btn-blue {
  padding: 10px 36px;
  background-color: #000080;
  border-radius: 500px;
  border: 0px;
  color: white;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}
.web-meyer-nav-btn-blue:hover {
  -webkit-transform: 1.05;
          transform: 1.05;
  scale: 1.056;
  background-color: #000080 !important;
}

.web-meyer-nav-btn-outline {
  padding: 10px 36px;
  background-color: transparent;
  border-radius: 500px;
  border: 2px solid white;
  color: white;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.web-meyer-nav-btn-outline:hover {
  background-color: white;
  color: #000080;
  border: 2px solid white;
}

.web-meyer-hero-container {
  height: 70vh;
  background-color: #000080;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
}

@media (max-width: 991px) {
  .web-meyer-hero-container {
    height: auto;
  }
}
.web-video-background {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.web-overlay-video {
  position: absolute;
  width: 100%;
  height: 70vh;
  background: #14144d80;
  display: flex;
  align-items: center;
  justify-content: center;
}

.web-nav-info {
  color: white !important;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Urbanist", sans-serif;
}
.triangle {
  position: relative;
  width: 100% !important;
  height: auto;
  border-style: solid;
  border-width: 0 49.6vw 140px 49.6vw;
  border-color: transparent transparent #ffffff transparent;
  margin-top: -140px;
  z-index: 1;
}

.web-img-hero {
  width: 100%;
  height: 60vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  z-index: 2;
}

@media (max-width: 1200px) {
  .web-img-hero {
    width: 100%;
    margin: auto;
  }
}
.web-text-hero {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25%;
}

@media (max-width: 1400px) {
  .web-text-hero {
    padding-right: 0% !important;
  }
}
.web-catalog-cont-catalog {
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.web-catalog-cont-catalog h1 {
  font-family: "Urbanist", sans-serif;
  color: #000080;
  font-weight: 700 !important;
  font-size: 3rem;
}

.web-catalog-cont-catalog h2 {
  font-family: "Urbanist", sans-serif;
  color: #444444;
  font-size: 1.5rem;
}

.web-catalog-card-product {
  width: 100%;
  height: 260px;
  background-color: #bbbbbb;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  display: flex;
  align-items: end;
}

.web-catalog-overlay-product {
  width: 100%;
  height: 260px;
  padding: 0px !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(75, 75, 75, 0.05)));
  background: linear-gradient(0deg, #000000 0%, rgba(75, 75, 75, 0.05) 100%);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px !important;
}
.web-catalog-overlay-product:hover {
  background: linear-gradient(0deg, #000080 0%, #00008000 100%);
  border-radius: 20px;
  transition:  0.4s ease;
}

.web-catalog-text h4 {
  color: white !important;
  font-size: 1rem !important;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 0px;
}

@media (max-width: 760px) {
  .web-catalog-text h4 {
    font-size: 0.8rem !important;
  }
}
.web-catalog-text  {
 width: 100%;
 height: auto;
 display: flex;
}
.web-catalog-text span  {
  padding-left: 12px;
   text-align: left;
   color: white;
   transition: left 0.5s ease;
   margin-top: -3px;
   
}
.web-catalog-overlay-product:hover span {
  text-align: right;
  margin-left: auto;
  justify-content: end;
  transition: left 0.3s ease;
}
.web-catalog-product-img {
  width: 100%;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.web-cont-about {
  width: 100%;
  height: 50vh;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(75, 75, 75, 0.05)));
  background: linear-gradient(0deg, #000000 0%, rgba(75, 75, 75, 0.05) 100%);
}

.web-cont-about {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px !important;
  margin-bottom: 80px;
}

.web-overlay-about {
  width: 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.8352941176);
  padding: 0px !important;
  color: white !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.web-cont-sm-about {
  width: 50%;
  margin: auto;
  text-align: center;
}

.web-cont-sm-about h1 {
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  font-weight: 700 !important;
}

.web-cont-sm-about h2 {
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .web-cont-sm-about {
    width: 100% !important;
  }
}
.web-services-title h1 {
  font-family: "Urbanist", sans-serif;
  color: #000080;
  font-weight: 700 !important;
  font-size: 3rem;
}

.web-services-title h2 {
  font-family: "Urbanist", sans-serif;
  color: #444444;
  font-size: 1.5rem;
}

.web-cont-services {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 769px) {
  .web-cont-services {
    height: auto;
  }
}
.web-cont-services h5 {
  font-family: "Urbanist", sans-serif;
  color: #000080;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
}

.web-cont-services h6 {
  font-size: 0.8rem;
  color: #b8b8b8;
  font-family: "Urbanist", sans-serif;
}

.web-img-services {
  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.web-cont-banner-blue {
  z-index: 100;
  height: 35vh;
  background-color: #000080;
  border-radius: 40px;
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  margin-top: 120px;
  background-position: left bottom;
  background-repeat: no-repeat !important;
  background-size: contain;
  position: relative;
}

@media (max-width: 575px) {
  .web-cont-banner-blue {
    border-radius: 0px;
  }
}
.web-cont-banner-white {
  z-index: 100;
  height: 25vh;
  background-color: white;
  border-radius: 40px;
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -220px;
  position: relative;
}

@media (max-width: 769px) {
  .web-cont-banner-white {
    margin-top: 20px;
    border-radius: 0px;
    margin-bottom: 80px;
  }
}
.web-cont-banner-blue h1 {
  color: white !important;
  font-weight: 700 !important;
  font-size: 3rem;
  font-family: "Urbanist", sans-serif;
}

.web-blur-sm {
  background-color: transparent;
  -webkit-filter: blur(0);
          filter: blur(0);
  border-radius: 80px;
  padding: 30px;
}

@media (max-width: 991px) {
  .web-blur-sm {
    background-color: rgba(0, 0, 128, 0.6941176471);
    -webkit-filter: blur(0.5);
            filter: blur(0.5);
  }
}
.web-cont-banner-img {
  width: 100%;
  height: 45vh !important;
  background-position: left bottom;
  background-repeat: no-repeat !important;
  background-size: contain;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .web-cont-banner-img {
    height: 35vh !important;
  }
}
.web-btn-banner-outline {
  width: auto;
  height: auto;
  padding: 12px 32px 12px 32px;
  border-radius: 500px;
  border: 2px solid white;
  color: white;
  margin-top: 26px;
  font-family: "Urbanist", sans-serif;
}

.web-cont-banner-row {
  width: 100%;
  height: 35vh;
}

.web-cont-footer {
  z-index: -1 !important;
  height: auto;
  margin-top: -120px;
  padding-top: 180px;
  padding-bottom: 40px !important;
}

.web-cont-footer p {
  color: white !important;
}

.web-cont-footer h4 {
  color: white !important;
  font-size: 1rem;
}

.web-cont-footer a {
  color: white;
  text-decoration: none !important;
  padding-left: 0px;
}

@media (max-width: 991px) {
  .web-cont-footer {
    height: auto !important;
    padding-bottom: 80px !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;
}

.web-bg-services {
  height: auto;
  background-color: #000080;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .web-bg-services {
    min-height: 90vh;
    height: auto !important;
    padding-bottom: 80px;
    
  }
}
.web-bg-contact {
  height: auto;
  background-color: #000080;
}

@media (max-width: 991px) {
  .web-bg-contact {
    height: auto !important;
    padding-bottom: 80px;
    margin-bottom: 80px !important;
  }
}
.web-cont-form {
  height: auto;
  padding-top: 120px !important;
  padding-bottom: 80px !important;
  margin-bottom: 80px;
}

.web-meyer-formcontrol {
  background-color: transparent;
  color: white;
  border-radius: 18px;
  border: 2px solid white;
  padding-left: 1.2rem;
}

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

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

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

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

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

.web-img-contact-page {
  width: 80%;
  height: 45vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  z-index: 2;
  border-radius: 20px !important;
}

@media (max-width: 1200px) {
  .web-img-contact-page {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
}
.container-fill{
  width: 100%;
  height: 120px;
 }
.web-card-meyer-quality {
  width: 100%;
  height: auto;
  background-color: #000080;
  color: white !important;
  padding: 60px 40px;
  border-radius: 20px 0px 0px 20px;
}
@media (max-width: 768px) {
  .web-card-meyer-quality{
    border-radius: 20px 20px 0px 0px;
  }
}
.web-card-meyer-quality h2{
  color: white !important;
}
.web-card-meyer-quality h1{
  color: white !important;
}
.web-card-meyer-quality-gray{
  width: 100%;
  height: auto;
  background-color: #444444;
  color: white !important;
  padding: 60px 40px;
  border-radius: 0px 20px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .web-card-meyer-quality-gray{
    border-radius: 0px 0px 20px 20px;
  }
}

.web-expo-banner{
  width: 100%;
  height: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .web-expo-banner{
    height: 200px;
    margin-top: 20px;
  }
}
.web-container-mail{
  width: 100%;
  height: 100vh;
  margin: auto;
  background-color: #212529;
  position: absolute;
  top: 0;
  left: 0;
 
}
.web-container-mail h1{
  color: white !important;
  font-family: "Urbanist", sans-serif;
  font-size: 76px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 768px) {
  .web-container-mail h1{
    font-size: 46px;
  }
}
.web-container-mail p{
  color: white !important;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .web-container-mail p{
    font-size: 1.2rem;
  }
}
@keyframes fondoSuave {
  0% { background-color: #ff7eb9; }
  25% { background-color: #ff65a3; }
  50% { background-color: #ff4e50; }
  75% { background-color: #f9d423; }
  100% { background-color: #ff7eb9; }
}

.web-meyer-gradient {
  animation: fondoSuave 10s ease infinite;
  background-size: 400% 400%;
}
.web-color-blur{
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}