* { font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;}
    
    body>ul {
    height: 10vh;
    line-height: 10vh;
    list-style: none;
    padding: 0;}
    
    body>ul>li { width: 5%;
        display: inline-block;
    }
    
    .logo { background-color: black;
    font-size: 26px;
    font-weight: 700;
    color: white;
    padding-left: 20%;
    width: 32%;}
    
    .home { width: 25%;
    padding-left: 20%;
    position: relative;
    }
    .home::after { position: absolute;
        content: "";
        height: 7px;
        background-color: rgb(227, 198, 5);
        right: 8%;
        top: 55%;
        z-index: -1;
    
        width: 14%;}
    
    main { background-color: black;
    height: 60vh;
    position: relative;
    
    }
    
    footer { height: 30vh;
    background-color: rgb(20, 20, 20);
    color: white;
    position: relative;
    padding: 50px 0 }
    
    #texto { color: white;
        position: relative;
        z-index: 3;
        left: 3%;
        top: 15%;
        width: 30%;
    }
    
    .welcome { font-size: 0.6em;
    font-weight: 700;
    letter-spacing: 2.5px;
    position: relative;
    width: 13%;
    z-index: 2;}
    
    .welcome::after { position: absolute;
    content: "";
    height: 7px;
    background-color: rgb(227, 198, 5);
    left: 0;
    top: 65%;
    z-index: -1;
    
    width: 100%;
    }
    
    .build { font-size: 78px;
    font-weight: 800;
    line-height: 1.3;}
    
    .business { font-size: 1.5em;
    margin-bottom: 35px;
    font-weight: 500;}
    
    a 
    { color: white;
    text-decoration: none;
    font-size: 0.9em;
    position: relative;
    z-index: 3;
    }
    
    hr 
    { position: absolute;
    width: 25px;
    border: solid white 1px;
    left: 105%;
    top: 50%;
    transform: translate (-0,-50%);}
    a::after { content: "";
    position: absolute;
    width: 100%;
    height: 5vh;
    background-color: rgb(227, 198, 5);
    left: 50%;
    top: -65%;
    z-index: -1;}
    
    #fundo { height: 60vh;
    width: 80vw;
    position: absolute;
    background-image: url(principal.png);
    top: 0;
    overflow: hidden;
    left: 20%;
    }
    
    footer>div{display: inline-block;
    font-size: 1.3em;
    font-weight: 500;}
    
    .white { width: 15%;
    margin-left: 15%;
    vertical-align: top;}
    
    .white img { width: 45px;
        margin: 10px;}
    
    .white img:first-child{ margin-left: 0; }
    
    .useful { width: 12%;
    margin-left: 8%;
    vertical-align: top;}
    
    .Quick { width: 15%;
    margin-left: 5%;
    vertical-align: top;}
    
    .Have { width: 15%;
        vertical-align: top;}
    
    footer ul { padding: 0;
        list-style: none;
        font-size: 0.6em;
        font-weight: 200;
    margin-top: 20px;
    }
    #textin { font-size: 0.6em;
    margin-top: 20px;
    font-weight: 200 ;}
    
    
    #textin+div { margin-top: 10px;}
    
    .Have li { margin: 20px 0;
    img { width: 30px;
    float: left;
    margin-right: 15px;}}
    
    video { width: 100%; }