/* body{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url('../../Views/images/businessPeople.jpg') ;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
body{
    overflow-x:hidden
}

section{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;
    background: #363c48;
}

section img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    pointer-events: none;
}
section #slogan{
    position: absolute;
    color: #7ab2e1;
    font-size: 6vmax;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    line-height: 0.8em;
    white-space: nowrap;
    transform: translateY(-300px);
    margin-left: 7vw;   
}

section #textHome{
    position: absolute;
    color: #2b2b2b;
    font-size: 6vmax;
    text-align: center;
    font-family: 'Pacifico', sans-serif;
    line-height: 0.8em;
   
    transform: translateY(300px);
    
    white-space: nowrap;
    
    margin-left: 7vw;   
}


.imgHomeBody01{
    width: 100%;
    height: 100%;
}
#firtsTitle{
    font-family: 'Anton';
}

@media(max-width:580px){
    section #textHome{
        font-size: 4vmax;
    }
    html, body {
        overflow-x: hidden;
      }
      body {
        position: relative
      }
    
}


/* .companyName{
    z-index: 100;
    font-family: 'Oswald';
    font-size: 60px;
    font-weight: 100;
    color: #7ab2e1;
    

} */