/*!==============================================
 * GENERAL STYLES METALWORK
 * ============================================!*/
body {
    background-color: black;
    font-family: "u.s._101regular", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}
h1, h2, h3, h4, h5{
    text-transform: uppercase;
}

a {
    color: white !important;
    font-size: 16px;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p{
    font-family: 'Helvetica';
    font-size: 16px;
}
/*!==============================================
 * NAVBAR MENU METALWORK
 * ============================================!*/
.navbar {
    padding: 20px 30px 20px 30px;
    position: fixed;
    width: 100%;
    z-index: 50;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}  
@media (max-width: 768px) {
    .navbar {
      padding: 20px;
}}
.navTopScroll {
    background-color: black;
    border-bottom: 1px solid black;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav-link-scroll {
    color: #bbbbbb !important;
}
.dropdown-menu {
    border: none;
}
@media (max-width: 991px) {
    .navbar-nav {
      padding-top: 20px;
}  
.navbar-nav .nav-link {
    color: white !important;
    font-size: 16px !important;
} 
.navbar-toggler {
    padding: .25rem 0px !important;
}
.navbar-toggler i {
    color: white !important;
    margin-top: 5px;
}
.line-desktop {
    display: none;
    }
}
.dropdown i {
    font-size: 14px;
    margin-left: 5px;
} 
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-item a {
    color: white !important;
}
nav ul li a {
    color: white;
}
nav ul li a:hover {
    color: white;
}
.navbar-toggler-scroll i {
    color: #eeeeee !important;
}
.nav-copyright .nav-link{
    font-size: 13px;
    font-family: 'Helvetica';
    
}
/*!==============================================
 * HERO METALWORK VIDEO
 * ============================================!*/
 .web-hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.web-video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.web-overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.web-metal-container {
    width: 100%;
    padding: 0px 30px 0px 30px;
    margin-right: auto;
    margin-left: auto;
    min-height: 80vh;
    position: absolute;
    top: 0;
    z-index: 11;
  }
  
  @media (min-width: 768px) {
    .web-metal-container {
      padding: 0px 30px 0px 30px;
    }}
.web-hero-weknowsteel{
    background-image: url("../img/weknowsteel_white.svg");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 300px;
    max-height: calc(100% - 300px);
}
.web-metal-hero-title {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .web-metal-hero-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
  
      padding-top: 100px;
      padding-bottom: 100px;
    }
}


.web-metal-hero-title p {
    color: white;
    text-align: center;
    font-family: "Helvetica" !important;
}
/*!==============================================
 * INTRO METALWORK W/FONDO
 * ============================================!*/
.web-intro-aboutMetal {
    width: 40%;
    height: auto;
    margin: auto;
    text-align: center;
    color: white !important;
    margin-top: 80px;
    margin-bottom: 80px;   
}
@media (max-width: 1535px) {
    .web-intro-aboutMetal {
        width: 60%;
    }
}
@media (max-width: 1148px) {
    .web-intro-aboutMetal {
        width: 80%;
    }
}
@media (max-width: 991px) {
    .web-intro-aboutMetal {
        width: 90%;
    }
}
.web-intro-aboutMetal p{
    color: white;
    font-family: "Helvetica";
    font-size: 16px;
}
.web-stats-metal p{
    color: white;
    font-family: "Helvetica";
    font-size: 16px;
}
@media (max-width: 768px) {
    .web-stats-metal p{
        font-size: 12px;
    }
}
.web-stats-metal h5{
    color: white !important;
    font-size: 2.5rem !important;
    padding: 0px;
    line-height: normal;
}
@media (max-width: 768px) {
    .web-stats-metal h5{
        font-size: 1.6rem !important;
    }
}
.web-intro-aboutMetal h1{
    color: white !important;
    font-size: 2.5rem !important;
    padding: 0px;
    line-height: normal;
}
@media (max-width: 768px) {
    .web-intro-aboutMetal h1{
        font-size: 2rem !important;
    }
}
/*!==============================================
 * METALWORK SERVICES
 * ============================================!*/
.web-metal-container-services {
    width: 100%;
    height: auto;
    padding: 0px 30px 0px 30px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .web-metal-container-services {
        padding: 0px 30px 0px 30px;
    }
}

.banner-processes{
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    height: 80vh;
    min-height: 200px;
    transition: 0.5s;
}

.banner-processes:hover .banner-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(#0000001f), to(#000000bd));
    background-image: -webkit-linear-gradient(#00000000, #0000001f, #000000bd);
    background-image: -o-linear-gradient(#00000000, #0000001f, #000000bd);
    background-image: linear-gradient(#00000000, #0000001f, #000000bd);
    transition: 0.4s;
}

.banner-processes .banner-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(#0000001f), to(#000000));
    background-image: -webkit-linear-gradient(#00000000, #0000001f, #000000);
    background-image: -o-linear-gradient(#00000000, #0000001f, #000000);
    background-image: linear-gradient(#00000000, #0000001f, #000000);
    transition: 0.5s;
}

.img-serv {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cont-serv {
    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; 
}
.padding30px-lr{
    padding-left: 30px;
    padding-right: 30px;
  }
.padding10px{
    padding: 10px !important;
}
@media (max-width: 768px) {
    .padding10px{
        padding: 0px !important;
    }
}

.padding5px{
    padding: 5px;
}

.col20percent{
    position: relative;
    width: 20%;
    height: 80vh;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 991px) {
    .col20percent{
    position: relative;
    min-height: 200px;
    width: 100%;
    height: 20vh !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
}

.banner-overlay {
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(#0000001f), to(#000000));
    background-image: -webkit-linear-gradient(#00000000, #0000001f, #000000);
    background-image: -o-linear-gradient(#00000000, #0000001f, #000000);
    background-image: linear-gradient(#00000000, #0000001f, #000000);
    position: absolute;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: 0.4s;
}


@media (max-width: 768px) {
    .banner-overlay{
        background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(#0000001f), to(#000000));
    background-image: -webkit-linear-gradient(#00000000, #0000001f, #000000);
    background-image: -o-linear-gradient(#00000000, #0000001f, #000000);
    background-image: linear-gradient(#00000000, #0000001f, #000000);
    transition: 0.4s;
    }
}

.txt-ovr{
    padding: 25px 30px 25px 30px;
    min-height: 172px;
}

@media (max-width: 1440px) {
    .txt-ovr{
        min-height: 192px;
    }
}


@media (max-width: 1156px) {
    .txt-ovr{
        min-height: 210px;
    }
}

@media (max-width: 991px) {
    .txt-ovr{
        min-height: 0px;
    }
}

.txt-ovr p{
    font-family: 'Helvetica';
    font-size: 16px;
}

.txt-ovr h1{
    color: white;
    font-size: 2.5rem;
    line-height: normal;
}

@media (max-width: 1535px) {
    .txt-ovr h1{
        font-size: 2rem;
    }
}
@media (max-width: 1148px) {
    .txt-ovr h1{
        font-size: 1.5rem;
    }
}
@media (max-width: 991px) {
    .txt-ovr h1{
        font-size: 1.8rem;
    }
}

.metal-hero-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

@media (max-width: 991px) {
    .metal-hero-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
}

/*!==============================================
 * SECTION CUSTOMERS
 * ============================================!*/
.cont-section-customers {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1B1B1B;
    margin: 80px 0px;
    color: white;
}
@media (max-width: 991px) {
    .cont-section-customers {
      width: 100%;
      height: auto;
      padding: 80px 0px;
    }
}
/*!==============================================
 * SECTION QUALITY
 * ============================================!*/
.web-quality-metal {
    width: 100%;
    height: auto;
    color: white !important;
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .web-quality-metal {
      width: 95%;
      margin: auto;
    }
}
.web-img-quality-metal {
    width: 100%;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .web-img-quality-metal {
     height: 180px;
    }
}
.web-txt-quality-metal {
    width: 100%;
    height: auto;
    color: white;
}
.web-txt-quality-metal p{
    font-family: 'Helvetica';
    font-size: 16px;
}
/*!==============================================
 * SECTION CONTACT
 * ============================================!*/
 .web-section-contact-metal {
    width: 100%;
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 0px;
    padding: 20px !important;
    z-index: 12;
    background-color: transparent;
 }
 @media (max-width: 991px) {
    .web-section-contact-metal {
     height: auto;
     padding: 80px 20px !important;
    }
}

 .web-card-contact{
    width: 100%;
    height: 300px;
    margin: auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
 }
 @media (max-width: 991px) {
    .web-card-contact {
     height: auto;
     padding: 60px 20px !important;
    }
}
 .web-card-contact h1 {
    padding: 0px !important;
    color: #000000 !important;
 }
 .web-card-contact p{
    color: black;
    font-size: 16px;
    font-family: 'Helvetica';
 }
/*!==============================================
 * BUTTONS
 * ============================================!*/
 .btn-metal-outline{
    width: auto;
    height: auto;
    padding: 8px 22px;
    background-color: transparent;
    border: 2px solid black;
    transition: 0.3s;
 }
 .btn-metal-outline:hover{
    color: white;
    background-color: black;
    border: 2px solid black;
    transition: 0.2s;
 }

 .btn-metal-black{
    width: auto;
    height: auto;
    padding: 8px 22px;
    background-color: black;
    border: 2px solid black;
    color: white;
    transition: 0.3s;
 }
 .btn-metal-black:hover{
    color: white;
    background-color: #17181a;
    border: 2px solid #17181a;
    transition: 0.2s;
 }

 .btn-metal-white{
    width: auto;
    height: auto;
    padding: 8px 22px;
    background-color: white;
    border: 2px solid white;
    color: black;
    transition: 0.3s;
    font-family: "u.s._101regular", sans-serif;
 }

 .btn-metal-white:hover{
    color: black;
    background-color: rgb(238, 238, 238);
    border: 2px solid rgb(238, 238, 238);
    transition: 0.2s;
 }

 /*!==============================================
 * FOOTER METALWORK
 * ============================================!*/
.web-footer-metal {
    width: 100%;
    height: auto;
    padding: 90px 40px 80px 40px;
    color: white !important;
    font-family: "u.s._101regular", sans-serif;
    z-index: 40;
    background-color: black;
}
.colforfill {
    width: 15%;
    height: auto;
}
@media (max-width: 1200px) {
    .colforfill {
     width: 0%;
    }
}
@media (max-width: 991px) {
    .colforfill {
     width: 0%;
     display: none;
    }
}
.colfooter .nav-link {
    color: #bbbbbb !important;
}
.colfooter {
    width: 20%;
    height: auto;
}
@media (max-width: 1200px) {
    .colfooter {
     width: 50%;
    }
}
@media (max-width: 991px) {
    .colfooter {
     width: 50%;
    }
}
@media (max-width: 600px) {
    .colfooter {
     width: 100%;
    }
}
 /*!==============================================
 * CONTACT PAGE METALWORK
 * ============================================!*/
 .line-black {
    width: 100%;
    height: 90px;
    background-color: black;
  }

.contact-def {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white !important;
    margin-top: 0px !important;
    margin-bottom: 60px;
  }
  
  @media (max-width: 768px) {
    .contact-def {
      margin-top: 60px !important;
      height: auto !important;
      margin-bottom: 120px;
    }
  }
  .contact-def p {
    color: white !important;
    margin-bottom: 0px;
    font-family: 'Helvetica';
    font-size: 16px;
  }
  
  .container-contact {
    width: 100%;
    height: 600px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  @media (max-width: 991px) {
    .container-contact {
      margin-top: 40px !important;
      height: auto !important;
      margin-bottom: 20px;
    }
  }
  .container-contact p strong {
    text-transform: uppercase;
  }
.cont-map {
    width: 100%;
    height: 600px;
    margin: auto;
    background-image: url("../img/mapa-gris-claro.png");
    background-position: center;
}
.map-picker {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.picker-sal {
    top: 335px;
    left: 545px;
    background-color: #0A1E5B;
}
.picker-mty {
    top: 356px;
    left: 562px;
    background-color: #0A1E5B;
}
.card-map-info {
    width: 500px;
    height: 400px;
    padding: 40px !important;
    background-color: #17181a;
    position: fixed;
    z-index: 100000000;
    right: 0;
    bottom: 0;
    display: none;
    color: white;
}
.card-map-info i {
    position: relative;
    right: 0;
    float: right;
    color: white;
    cursor: pointer;
}
.card-map-info i:hover {
    color: white;
}
@media (max-width: 1199px) {
    .picker-sal {
      top: 335px;
      left: 455px;
}
.picker-mty {
      top: 356px;
      left: 472px;
    }
}
@media (max-width: 991px) {
    .picker-sal {
      top: 335px;
      left: 335px;
    }
.picker-mty {
      top: 356px;
      left: 352px;
    }
}
@media (max-width: 767px) {
    .picker-sal {
      top: 335px;
      left: 245px;
    }
.picker-mty {
      top: 356px;
      left: 262px;
    }
}
#map {
    width: 100%;
    height: 540px;
    margin-top: 0px !important;
}
.form-control{
    font-family: "u.s._101regular", sans-serif !important;
    border-radius: 0px !important;
}

 /*!==============================================
 * RQ STYLES
 * ============================================!*/
/* Desmadre rq */

.web-metal-container-fluid-details {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    min-height: 600px;
  }

.web-metal-container-details {
    width: 100%;
    padding: 0px 30px 0px 30px;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    min-height: 600px;
}

@media (min-width: 768px) {
    .web-metal-container-details {
      padding: 0px 30px 0px 30px;
    }
  
    .web-metal-container-fluid-details {
      padding: 0px 30px 0px 30px;
    }
}
.web-container-controlls {
    width: 100px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    /* position: fixed; */
}
.web-slide-hero {
    width: 100%;
    height: 100vh;
    /* position: fixed; */
}
.web-carousel-item {
    height: auto;
}
.web-carrousel-hero-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    z-index: 10;
}
  .web-img-slide {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.web-metal-info {
    width: 800px;
    min-height: 100vh;
    margin: auto;
    z-index: 20;
    padding: 0px 28px 0px 28px;
}
@media (max-width: 991px) {
    .web-metal-info{
      width: 500px;
    }
  }
  @media (max-width: 720px) {
    .web-metal-info{
      width: 100%;
      padding: 0px 20px 0px 20px;
    }
  }
  .web-metal-info h1, h4, h5{
      color: white;
  }
  .web-metal-info p{
    color: white;
    font-family: 'Helvetica';
    font-size: 16px;
  }
  .web-metal-info i{
    font-size: 10px;
    padding-right: 4px;
  }
  .web-metal-container-def {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }
  
  @media (max-width: 991px) {
    .web-metal-container-def {
      padding-bottom: 100px;
    }
  }
 /*!==============================================
 * ABOUT US PAGE METALWORK
 * ============================================!*/
.web-header-about-container {
    position: relative;
    width: 100%;
    height: 40vh;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.web-header-about-content {
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.web-header-about-content h1{
    color: white;
}
.carrousel-hero-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    z-index: 10;
}
.img-slide {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.container-controlls {
    width: 100px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    position: fixed;
}
.next, .prev {
    width: 50%;
    height: auto;
    z-index: 1;
    color: white;
    text-align: center;
}
.web-about-section-map{
    width: 100%;
    height: 50vh;
    background-color: #1B1B1B;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}
 /*!==============================================
 * PROCESSES PAGES METALWORK
 * ============================================!*/
.web-metal-content {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    min-height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
.web-metal-info h1{
    color: white;
    padding: 45px 40px 45px 0px;
}
.web-background-processes{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.h1-title {
    font-size: 4rem !important;
}
@media (max-width: 760px) {
    .h1-title {
      font-size: 2.4rem !important;
    }
  }
.web-background-processes-overlay{
    width: 100%;
    height: 45vh;
    background: linear-gradient(180deg, rgba(101, 101, 101, 0.267) 0%, rgba(0,0,0,1) 91%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white !important;
    margin: auto;
}
@media (max-width: 768px) {
    .web-background-processes-overlay {
        height: 50vh;
        
    }
  }
.web-video-youtube {
    width: 100% !;
    height: 40vh !;
}
@media (max-width: 991px) {
    .web-video-youtube {
      margin-top: 100px;
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
.web-about-content-white{
    width: 100%;
    height: auto;
    min-height: 36vh;
    padding: 40px;
    background-color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-about-content-white p {
    font-family: 'Helvetica';
    font-size: 16px;
}
.web-about-content-gray{
    width: 100%;
    height: auto;
    min-height: 36vh;
    padding: 60px 40px;
    background-color: #1E1E1E;
    display: flex;
    justify-content: center;
    color: white;
}
.web-about-content-gray p {
    font-family: 'Helvetica';
    font-size: 16px;
}
.web-card-industries{
    width: 100%;
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 668px) {
    .web-card-industries {
      height: 16vh;
    }
  }
  @media (max-width: 668px) {
.web-card-industries h1{
    font-size: 1.6rem !important;
}}
.web-overlay-card-industries{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 40px;
    color: white !important;
}
@media (max-width: 668px) {
    .web-overlay-card-industries {
      padding: 6px 8px;
    }
  }
.web-card-industries:hover .web-overlay-card-industries{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(#0000001f), to(#000000));
    background-image: -webkit-linear-gradient(#00000000, #0000001f, #000000);
    background-image: -webkit-linear-gradient(#00000000, #0000001f, #000000bd);
    background-image: -o-linear-gradient(#00000000, #0000001f, #000000bd);
    background-image: linear-gradient(#00000000, #0000001f, #000000bd);
    transition: 0.4s;
}
.web-card-industries .web-overlay-card-industries {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), color-stop(#0000001f), to(#000000));
    background-image: -webkit-linear-gradient(#00000000, #0000001f, #000000);
    background-image: -o-linear-gradient(#00000000, #0000001f, #000000);
    background-image: linear-gradient(#00000000, #0000001f, #000000);
    transition: 0.5s;
}
.chiqui_p {
    font-size: 13px !important;
    margin-top: 15px !important;
    color: white !important;
}
 /*!==============================================
 * PAINT PAGE METALWORK
 * ============================================!*/
.web-icon-paint{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.web-hero-weknowpaint{
    background-image: url("../img/weknowpaint.svg");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 300px;
    max-height: calc(100% - 300px);
}
.web-paint-processes {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.web-paint-processes .web-overlay-paint-processes{
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: end;
    padding: 40px;
    color: white !important;
  
    background-image: linear-gradient(#00000000, #0000001f, #000000);
    transition: 0.5s;
 
}
@media (max-width: 768px) {
    .web-paint-processes .web-overlay-paint-processes {
      height: 200px;
      padding: 6px 8px;
    }
  }
.web-paint-processes:hover .web-overlay-paint-processes {

    background-image: linear-gradient(#00000000, #0000001f, #000000bd);
    transition: 0.4s;
}
 /*!==============================================
 * ecoat PAGE METALWORK
 * ============================================!*/
.web-paint-square{
    width: 100%;
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.web-paint-square-overlay{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: end;
    padding: 40px;
    color: white !important;
    background-image: linear-gradient(#00000000, #0000001f, #000000);
}
@media (max-width: 768px) {
    .web-paint-square-overlay {
      height: 200px;
      padding: 6px 8px;
    }
  }
.web-paint-square h1 {
    font-size: 2.5rem;
}
@media (max-width: 768px) {
    .web-paint-square h1 {
        font-size: 2rem;
    }
}
 /*!==============================================
 * WHATSAPP METALWORK
 * ============================================!*/
.whatsapp-btn {
    width: 60PX;
    height: 60px;
    background-color: white;
    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: black !important;
    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: black;
  }
  