body,h1,h2,h3,h4,h5,h6 
{
    font-family: "Lato", sans-serif;
}

body, html 
{
    height: 100%;
    color: #777;
    line-height: 1.8;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7
{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 
{
    background-image: url('/images/home.jpg');
    min-height: 100%;
}

.bgimg-2 
{
    background-image: url("/images/programming.jpg");
    min-height: 300px;
}

.bgimg-3 
{
    background-image: url("/images/contact.jpg");
    min-height: 300px;
}

.bgimg-4 
{
    background-image: url("/images/education.jpg");
    min-height: 300px;
}

.bgimg-5
{
    background-image: url("/images/services.jpg");
    min-height: 300px;
}

.bgimg-6
{
    background-image: url("/images/teacher.jpg");
    min-height: 300px;
}

.bgimg-7
{
    background-image: url("/images/consultoria.jpg");
    min-height: 300px;
}

.w3-wide 
{
    letter-spacing: 10px;
}

.w3-hover-opacity 
{
    cursor: pointer;
}

@media only screen and (max-device-width: 1024px) 
{
    .bgimg-1, .bgimg-2, .bgimg-3 
    {
        background-attachment: scroll;
    }
}

.fa-check-circle {
    color: green;
    padding-left: 15px;
}

.methods {
    color: red;
}

.logos p img { 
    padding: 20px;
}