﻿h2
{
    text-align: center;
}
/*--Seção Notícias--*/
#noticias ul
{
    margin-top: 30px;
    float: left;
    width: 100%;
}

    #noticias ul li
    {
        display: block;
        clear: both;
        margin-bottom: 30px;
        float: left;
    }

        #noticias ul li span
        {
            margin: auto;
            background: #00A0E6;
            display: block;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            width: 80px;
            height: 80px;
            color: #fff;
            text-align: center;
            line-height: 80px;
            font-size: 20px;
        }

        #noticias ul li p
        {
            float: left;
            width: 100%;
            padding: 0;
            clear: both;
        }

            #noticias ul li p a
            {
                color: #00A0E6;
            }

#noticias .fixed
{
     background-color: #00609A;
}

.acesse
{
    text-align: center;
    float: left;
    width: 100%;
}

    .acesse a
    {
        color: #00A0E6;
    }

@media (min-width: 768px)
{
    #noticias ul
    {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-width: 45%;
        -moz-column-width: 45%;
        -webkit-column-width: 45%;
    }

        #noticias ul li span
        {
            float: left;
        }

        #noticias ul li p
        {
            padding: 0 30px 0 30px;
            width: calc(100% - 80px);
            clear: none;
        }
}
/*--Fim Seção Notícias--*/

/*--Seção Blog--*/
#blog
{
    background-color: #0073c1;
}

    #blog *
    {
        color: #fff;
        text-align: center;
    }

    #blog ul
    {
        margin-top: 30px;
        float: left;
        width: 100%;
        text-align: center;
    }

        #blog ul li
        {
            min-height: 200px;
            float: none;
            display: inline-block;
            vertical-align: top;
            margin: 0 auto 30px auto;
        }

            #blog ul li a
            {
                width: 200px;
                height: 200px;
                margin: auto;
                display: block;
                position: relative;
                background-color: #0099dd;
                min-height: 200px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
            }

                #blog ul li a span
                {
                    overflow: hidden;
                    display: block;
                    width: 170px;
                    height: 170px;
                    margin: auto;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    transition: 0.3s;
                }

                #blog ul li a:hover span
                {
                    width: 90%;
                    height: 90%;
                }

                #blog ul li a span img
                {
                    width: 280%;
                    margin-left: -75%;
                }

                #blog ul li a:hover span img
                {
                    width: 280%;
                }

                #blog ul li a span::after
                {
                    content: ".";
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    text-indent: -9000em;
                    bottom: 0;
                    background: url(../assets/image/bg-item-blog.png) center center no-repeat;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                }

                #blog ul li a p
                {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    padding: 30% 10% 10% 10%;
                    display: block;
                    font-weight: bold;
                }

@media (min-width: 768px)
{
    #blog ul li a
    {
        width: 200px;
        height: 200px;
    }

        #blog ul li a span
        {
            width: 170px;
            height: 170px;
        }

        #blog ul li a p
        {
            padding: 40% 10% 10% 10%;
        }
}

@media (min-width: 1200px)
{
    .col-lg-3 {
        width: 24%;
    }
    #blog ul li a
    {
        width: 100%;
        height: 243px;
    }

        #blog ul li a span
        {
            width: 200px;
            height: 200px;
        }

        #blog ul li a p
        {
            padding: 50% 10% 10% 10%;
        }
}
/*--Fim Seção Blog--*/

/*--Seção Cursos--*/
#cursos .lista-cursos
{
    margin-top: 5px;
    float: left;
    width:100%;
    text-align:center;
}

    #cursos .lista-cursos li
    {
        min-height: 200px;
        margin: 30px -3px 0 auto;
    }

        #cursos .lista-cursos li div
        {
            box-shadow: 0px 5px 5px #c8c8c8;
            border-radius: 40px;
            overflow: hidden;
        }

            #cursos .lista-cursos li div:hover
            {
                box-shadow: 0px 7px 10px #c8c8c8;
            }

            #cursos .lista-cursos li div *
            {
                text-align: center;
            }

        #cursos .lista-cursos li strong
        {
            color: #0F72BD;
            display: block;
            margin-top: 40px;
        }

        #cursos .lista-cursos li p
        {
            margin-top: 20px;
            padding: 0 20px 0 20px;
        }

    #cursos .lista-cursos .btn
    {
        width: 80px;
        margin: 20px auto 40px auto;
        color: #0F72BD;
    }

#cursos .img-cursos
{
    background: #f4f4f4;
    width: 100%;
    display: block;
    padding: 10px 0 10px 0;
}

#cursos .img-responsive
{
    margin: auto;
    max-height: 256px;
}

#cursos .acesse
{
    margin-top: 30px;
}

@media (min-width: 768px)
{
    #cursos .lista-cursos .col-xs-6 .btn
    {
        width: 150px;
    }

    #cursos .lista-cursos li div
    {
        min-height: 512px;
    }

    #cursos .img-cursos
    {
        height: 276px;
    }
    
}
@media (min-width: 1200px){
    #cursos .lista-cursos li
    {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
/*--Fim Seção Cursos--*/

/*--Seção Currículos--*/
#curriculo
{
    background-color: #f4f4f4;
}

    #curriculo form p
    {
        margin-bottom: 30px;
    }

    #curriculo label
    {
        margin-left: 18px;
        margin-bottom: 0;
        height: 36px;
        width: 42px;
        display: block;
        background-position: left center;
        background-repeat: no-repeat;
        position: absolute;
        overflow: hidden;
        text-indent: -9000em;
        margin-top: 7px;
        border-right: 1px solid #e9e9e9;
    }

    #curriculo .nome-curriculo
    {
        background-image: url(../assets/image/icon-nome-curriculo.png);
    }

    #curriculo .profissao-curriculo
    {
        background-image: url(../assets/image/icon-profissao-curriculo.png);
    }

    #curriculo .email-curriculo
    {
        background-image: url(../assets/image/icon-email-curriculo.png);
    }

    #curriculo input
    {
        height: 50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        z-index: 1;
    }

        #curriculo input[type=text]
        {
            padding-left: 70px;
        }

        #curriculo input[type=email]
        {
            padding: 0 120px 0 70px;
        }

    #curriculo button
    {
        position: relative;
        top: -62px;
        float: right;
        right: 3px;
        z-index: 2;
    }

@media (min-width: 1200px)
{
    #curriculo
    {
        background-image: url(../assets/image/curriculo.png);
        background-repeat: no-repeat;
        background-position: 25% 65%;
    }
}
/*--Fim Seção Currículos--*/

/*--Seção Educação--*/

#educacao p, #educacao strong
{
    text-align: center;
    display: block;
}

.btn-group
{
    width: 285px;
    margin-top: 30px;
}

    .btn-group a
    {
        padding: 0 35px 0 35px;
    }

@media (min-width: 1200px)
{
    #educacao p
    {
        padding: 0 200px 0 200px;
    }
}
/*--Fim Seção Educação--*/
