/* TOPO */

.container {
    width: 100vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.img1 {
    background-image: url('../img/home.jpg');
}

.container h1 {
    text-align: center;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 60px;
    letter-spacing: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    width: 80vw;
    margin: auto;
    padding: 150px 0;
    position: relative;
    z-index: 999;
    line-height: 60px;
}

.container h1 b {
    font-weight: 500;
}

.container h2 {
    text-align: center;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    z-index: 999;
    width: 60%;
    line-height: 34px;
}

.container h2 b {
    font-weight: 500;
}

.orange-circle {
    width: 1152px;
    height: 1152px;
    border-radius: 50%;
    background-color: #EA9000;
    position: absolute;
    bottom: -500px;
    right: -200px;
    z-index: 3;
}


/* QUEM É HUBUS */

.sobre {
    width: 100vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0 200px 0;
}

.background-blue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #30A2AF;
    z-index: -3;
}







.sobre p {
    color: #fff;
    margin: 0 0 40px 250px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    z-index: 999;
    letter-spacing: 4px;
}

.sobre .logos {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.sobre .logos img {
    width: 21%;
    margin: 0 2%
}

.for-teams {
    width: 80vw;
    margin: auto;
    display: flex;
    justify-content: center;
    margin: 100px auto 0 auto;
    padding: 100px 0 0 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .5);
    z-index: 9999;

}


.for-teams h1 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    font-size: 36px;
    display: block;
    position: relative;
    z-index: 999;
}







/* CARD LIST */

.card-row {
    width: 80%;
    margin: -100px auto 100px auto;
    display: table;
}

.card-row .card {
    width: 23%;
    float: left;
    margin: 0 1%;
}

.card-row .card img {
    width: 100%;
    border-radius: 10px;
}

.card-row .card h1 {
    font-family: 'Roboto', sans-serif;
    color: #30A2AF;
    display: block;
    width: 80%;
    margin: 50px auto 0;
    letter-spacing: 3px;
    line-height: 22px;
    font-size: 20px;
}

.card-row .card p {
    font-family: 'Roboto', sans-serif;
    color: #9E9E9E;
    display: block;
    width: 80%;
    margin: 20px auto 0;
    letter-spacing: 2px;
}

.card-row .card .btn {
    margin: 20px;
    background-color: #30A2AF;
    display: table;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.card-row .card .btn:hover {
    cursor: pointer;
    background-color: #156B75;
}

.explore {
    width: 80vw;
    margin: auto;
    display: flex;
    justify-content: center;
    margin: 70px auto 70px;
    position: relative;
}

.explore .line {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    position: absolute;
    top: 45px;
    z-index: -1;
}

.explore h1 {
    font-family: 'Roboto', sans-serif;
    color: #797979;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    font-size: 36px;
    background-color: #fff;
    display: block;
    padding: 0 20px;
}

.explore .subtext {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Roboto', sans-serif;
    color: #797979;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}




.blog-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 100px auto;
    width: 80%;
}

.blog-row .card {
    width: 26%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-row .card:hover {
    cursor: pointer;
}

.blog-row .card h1 {
    color: #797979;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    text-transform: capitalize;
    font-size: 23px;
    margin: 10px auto;
}

.blog-row .card p {
    color: #9E9E9E;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px 0;
}

.blog-row .card .autor {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 2px;
}

.separator {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.separator svg{
    width: 10px;
}











@media only screen and (max-width: 1500px) {


.container {
    width: 100vw;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}


    .card-row {
    width: 80%;
    margin: -100px auto 100px auto;
    display: table;
    }

    .card-row .card {
        width: 46%;
        float: left;
        display: table;
        margin: 0 2% 50px 2%;
        border-bottom: 1px dotted #30A2AF;
        padding: 0 0 30px 0;
        height: 520px;
    }

    .card-row .card h1 {
    font-family: 'Roboto', sans-serif;
    color: #30A2AF;
    display: block;
    width: 100%;
    margin: 50px auto 0;
    letter-spacing: 3px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
    }

    .card-row .card p {
        font-family: 'Roboto', sans-serif;
        color: #9E9E9E;
        display: block;
        width: 100%;
        margin: 20px auto;
        letter-spacing: 2px;
        text-align: center;
    }

    .card-row .card .btn {
        margin: 20px auto;
        background-color: #30A2AF;
        display: table;
        justify-content: center;
        align-items: center;
        padding: 10px 15px;
        border-radius: 3px;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 3px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
    }

    .card-row .card .btn:hover {
        cursor: pointer;
        background-color: #156B75;
    }
    



    .blog-row .card h1 {
    color: #797979;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    text-transform: capitalize;
    font-size: 23px;
    margin: 10px auto;
    text-align: center;
}

.blog-row .card p {
    color: #9E9E9E;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px 0;
    text-align: center;
}

.blog-row .card .autor {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 2px;
    text-align: center;
}

}


















@media only screen and (max-width: 600px) {
    .container {
        overflow-x: hidden;
        overflow-y: visible;
    }
    .logo {
        flex-direction: column;
    }
    .logo svg {
        margin: 50px auto 0;
    }
    .logo ul {
        margin: 50px 0;
        padding: 0;
        text-align: center;
    }
.container h1 {
    text-align: center;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 60px;
    letter-spacing: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    width: 80vw;
    margin: auto;
    padding: 50px 0;
    position: relative;
    z-index: 999;
    line-height: 60px;
}
.container h2 {
    text-align: center;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: 0px solid rgba(255, 255, 255, .5);
    margin: 0 auto;
    padding: 50px 0 100px 0;
    position: relative;
    z-index: 999;
    width: 80%;
    line-height: 34px;
}
    .container h3 {
        padding: 0;
        margin: 0 auto 50px;
        width: 80vw;
    }
.orange-circle {
    width: 1152px;
    height: 1152px;
    border-radius: 50%;
    background-color: #EA9000;
    position: absolute;
    bottom: -500px;
    right: -200px;
    z-index: 3;
}
    .sobre p {
        margin: 0 0 50px 0;
        text-align: center;
    }
    .sobre .logos {
    width: 60%;
    margin: 0 auto;
    display: table;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.sobre .logos img {
    width: 100%;
    margin: 0 0 20px 0;
    display: table;
}


        .card-row {
    width: 80%;
    margin: -100px auto 100px auto;
    display: table;
    }

    .card-row .card {
        width: 96%;
        display: table;
        margin: 0 2% 50px 2%;
        border-bottom: 1px dotted #30A2AF;
        padding: 0 0 30px 0;
    }

    .card-row .card h1 {
    font-family: 'Roboto', sans-serif;
    color: #30A2AF;
    display: block;
    width: 100%;
    margin: 50px auto 0;
    letter-spacing: 3px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
    }

    .card-row .card p {
        font-family: 'Roboto', sans-serif;
        color: #9E9E9E;
        display: block;
        width: 100%;
        margin: 20px auto;
        letter-spacing: 2px;
        text-align: center;
    }

    .card-row .card .btn {
        margin: 20px auto;
        background-color: #30A2AF;
        display: table;
        justify-content: center;
        align-items: center;
        padding: 10px 15px;
        border-radius: 3px;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 3px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
    }

    .card-row .card .btn:hover {
        cursor: pointer;
        background-color: #156B75;
    }





    .blog-row .card h1 {
    color: #797979;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    text-transform: capitalize;
    font-size: 23px;
    margin: 10px auto;
    text-align: center;
}

.blog-row .card p {
    color: #9E9E9E;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px 0;
    text-align: center;
}

.blog-row .card .autor {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 2px;
    text-align: center;
}

.blog-row .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.separator {
    width: 100%;
    margin: 30px 0;
    display: table;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: center;
}


    .explore .subtext {
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
    }


}