
.cl-blue{
    color: #2196f3;
}
 .overlay {
     position: absolute;
     width: 100%;
     height: 100vh;
     z-index: 0;
    background: rgba(0, 0, 0, 0.66); 
    background: linear-gradient(to bottom, rgb(7 162 219 / 53%), rgb(7 162 219 / 59%)) !important;

 }

.hero-area {
    background-image: url("../../images/back-tecnolab.jpg");
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  
 .hero-area {
     height: 100vh;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .contact-h-cont {
    width: 700px;
    margin:0 auto;
    padding:30px;
    background: #fff;
    border-bottom: 4px solid #373435;
	border-radius: 5px;
 }
 