/*
* Amazium V1.3
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/

/***** Screen 960px *****/



/***** Screen Bigger than 960px *****/
/*@media only screen and (min-width:1200px) {*/
@media only screen and (min-width:1200px) {


/***************************************************************************************
* FONTES
***************************************************************************************/


/***************************************************************************************
* HEADER
***************************************************************************************/

header .marca{
    margin: 21px 0 0 0;
}

/***************************************************************************************
* THUMB-BOX-PORTFOLIO
***************************************************************************************/
   .thumb-image{
        height: 250px;
    }
    .ttl-box{
        padding: 15% 10% 3% 10%;

    }
    .tipo-box{
        font-size: 16px;
        font-weight: 300;
        color:var(--color-primary);
        display: block;
        padding-bottom:  5%;
        white-space: initial;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
        overflow: hidden;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: -webkit-box;
        height: 48px;
        line-height: 22px;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
     .bt-outline{
        padding: 0 30px;
        height: :40px;
        font-size: 14px;
         -webkit-border-radius: 20px;
        border-radius: 20px;
        line-height: 40px;
        margin-bottom:15%;

    }
.txt-banner p {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 50px !important;
    padding: 0 27% !important;
}

/***************************************************************************************
* SECTION-PERFIL
***************************************************************************************/
.link-avatar{
    margin-bottom: 30px;
}

.section-perfil .ttl-01{
    text-align: right;
    margin-bottom: 10px;
        margin-top: 0px;
}
.ttl-meu-nome{
    font-size: 30px;
    text-align: left;
    margin-top: 10px;
}

.section-perfil .lista-redes-sociais{
    float: right;
}


.lista-redes-sociais li{
    margin-bottom: 0px;
}

.lista-redes-sociais li a{
font-size: 30px;
}

.lista-redes-sociais li:last-child a{
    padding-right: 0;
}

/***************************************************************************************
* SECTION-BLOG
***************************************************************************************/

.ttl-blog .ttl{
    font-size: 50px;
}




/***************************************************************************************
* FOOTER
***************************************************************************************/

.ico-contato-footer{
    width: 144px;
    margin: 0 auto;
    display: block;
    margin-top:-72px;
}



}
