﻿
/*#region Corpo*/

.divQuemsomos {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    left: -40px;
    width: 1680px;
    height:2960px;
    z-index: 10;
    border-radius: 40px;
    border: 1px dotted #858585;
    background-color: #d2d5d5;
    -webkit-animation-name: showQuemSomos; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: showQuemSomos;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes showQuemSomos {
    from {
        left: -1950px;
    }

    to {
        left: -40px;
    }
}

/* Standard syntax */
@keyframes showQuemSomos {
    from {
        left: -1950px;
    }

    to {
        left: -40px;
    }
}

.divQuemsomos_hide {
    padding-top: 40px;
    position: absolute;
    left: -1950px;
    width: 1740px;
    height: 2960px;
    z-index: 10;
    border-radius: 40px;
    border: 1px dotted #858585;
    background-color: #d2d5d5;
    -webkit-animation-name: hideQuemSomos; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: hideQuemSomos;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes hideQuemSomos {
    from {
        left: 0px;
    }

    to {
        left: -1950px;
    }
}

/* Standard syntax */
@keyframes hideQuemSomos {
    from {
        left: 0px;
    }

    to {
        left: -1950px;
    }
}

/*#endregion*/

/*#region Artigos*/

.divQuemsomos_artigo {
    padding-top: 40px;
    display: table;
    margin-bottom: 60px;
}

#divProjeto {
    height: 610px;
}

#divOportunidade {
    height: 520px;
}

#divProjeto_premiado{
    height: 500px;
}

#divGobyte{
    height:300px;
}

#divNossos_sistemas{
    height:500px;
}

/*#endregion*/

/*#region Artigos de texto*/

.divQuemsomos_coluna_foto {
    margin-top: 60px;
    float: left;
    width: 650px;
    height: 424px;
    text-align: center;
}

.divQuemsomos_coluna_texto {
    float: left;
    width:1020px;
    height: 530px;
}

.divQuemsomos_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;
}

.divQuemsomos_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;
}

.divQuemsomos_coluna_texto_conteudo {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 5px;
    line-height: 34px;
}

.divQuemsomos_coluna_texto_conteudo_full {
    width:1670px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 5px;
    line-height: 34px;
}

/*#endregion*/
