body{
font-family: 'Open Sans', sans-serif;  
padding: 0px;
margin: 0px;
}

body > div{
height: 100%;
width: 100%;
background-image: url(assets/custom/img/background.jpg);
background-position: left center;
background-repeat: no-repeat;
background-size: cover;
}

a{
color: black;
font-weight: bold;
text-decoration: none;
font-size: 22px;
}

a:hover{
text-decoration: underline;
}

.textos{
padding: 4rem;
}

.textos img{
max-width: 500px;
width: 100%;
}


@media (max-width: 575.98px){

    .textos {
    padding: 2rem;
    }

    a {
        font-size: 17px;
    }
        

}

