* {
	 font-family: "Poppins", sans-serif;
    font-style: normal;
    padding: 0px;
    margin: 0px;
}


.fonts {
    font-size: 80px;
}

.text-cus {
    text-align: justify;
}

.position {
    position: absolute;
    top: 305px;
    width: 100%;
}


.radius-manual {
    border-radius: 5px;
}

.picture {
    height: 400px;
    width: 240px;
}

.headline {
    position: relative;
    top: -240px;
    left: 50px;
  
    opacity: 80%;
}


.contact-whatsapp {
    height: 64px;
    width: 64px;
    position: absolute;
}

.sliding {
    height: 720px;
}


.hover {
    color: #ffc107;
}

.hover:hover {
    color: white;
}


@media screen and (max-width:920px){
 /*   .logo {
        height: 32px;
        width: 60%;
    }
*/
    .headline{
        width: 100%;
        left: 0px;
    }

    .position {
        font-size: 40px;
        top: 130px
    }

    .sliding {
        height: 320px;
    }

    .sliding-section {
        height: 100%;
    }

    .form-login {
        padding: 3px;
        margin: 3px;
    }

    .link-about {
        margin-top: 16px;
        padding-bottom: 16px;
    }
}
