﻿
/*#region Corpo*/

.divAgencia {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    left: 0px;
    width: 1680px;
    height: 1590px;
    z-index: 10;
    border-radius: 40px;
    border: 1px dotted #858585;
    background-color: #d2d5d5;
    -webkit-animation-name: showAgencia; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: showAgencia;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes showAgencia {
    from {
        left: -1950px;
    }

    to {
        left: 0px;
    }
}

/* Standard syntax */
@keyframes showAgencia {
    from {
        left: -1950px;
    }

    to {
        left: 0px;
    }
}

.divAgencia_hide {
    padding-top: 40px;
    position: absolute;
    left: -1950px;
    width: 1640px;
    height: 1590px;
    z-index: 10;
    border-radius: 40px;
    border: 1px dotted #858585;
    background-color: #d2d5d5;
    -webkit-animation-name: hideAgencia; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: hideAgencia;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes hideAgencia {
    from {
        left: 0px;
    }

    to {
        left: -1950px;
    }
}

/* Standard syntax */
@keyframes hideAgencia {
    from {
        left: 0px;
    }

    to {
        left: -1950px;
    }
}

/*#endregion*/

/*#region Artigos*/

.divAgencia_artigo {
    padding-top: 40px;
    height: 640px;
    display: table;
    margin-bottom: 60px;
}

/*#endregion*/

/*#region Artigos de texto*/

.divAgencia_coluna_foto {
    margin-top: 60px;
    float: left;
    width: 638px;
    height: 447px;
    text-align: center;
}

.divSoftware_antigos_image_destaque {
    width:608px;
    height:397px;
    border: 6px solid white;
    margin-top: 22px;
}

.divAgencia_coluna_texto {
    float: left;
    width: 1020px;
    height: 510px;
}

.divAgencia_coluna_texto_titulo {
    height: 70px;
    font-size: 52px;
    text-align: justify;
    letter-spacing: 5px;
    line-height: 50px;
    border-bottom: 2px dotted #858585;
    margin-bottom: 20px;
}

.divAgencia_coluna_texto_titulo_full {
    width: 1670px;
    height: 70px;
    font-size: 52px;
    text-align: justify;
    letter-spacing: 5px;
    line-height: 50px;
    border-bottom: 2px dotted #858585;
    margin-bottom: 20px;
    text-align: center;
}

.divAgencia_coluna_texto_conteudo {
    height: 373px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 5px;
    line-height: 34px;
}

.divAgencia_coluna_texto_conteudo_full {
    width: 1670px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 5px;
    line-height: 34px;
}

/*#endregion*/

/*#region Websites*/

.divWebsites_titulo {
    padding-top: 10px;
    margin-right: 4px;
    height: 54px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    color: white;
    line-height: 22px;
    background-color: #858585;
}

.divWebsites_subtitulo {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    color: white;
}

.divWebsites_conteudo {
    margin-top: 40px;
    display: table;
    height: 810px;
}

.divWebsites_conteudo_coluna {
    float: left;
    width: 534px;
    border-right: 1px solid #858585;
    margin-left:10px;
    padding-right: 10px;
}

.divWebsites_text {
    margin-top: 20px;
    float: left;
    width: 504px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 3px;
    font-weight: lighter;
    color: #414141;
    line-height: 30px;
}

.divWebsites_image {
    border: 6px solid white;
    width: 462px;
    height:259px;
    margin-top: 22px;
    margin-left: 30px;
}

#divUltimoArtigo{
    border:none;
}

.imgHumanizacao {
    border:none;
    cursor: pointer;
}

/*#endregion*/