﻿
/*#region Corpo*/

.divSoftwares {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    left: -40px;
    width: 1680px;
    height: 5533px;
    z-index: 10;
    border-radius: 40px;
    border: 1px dotted #858585;
    background-color: #d2d5d5;
    -webkit-animation-name: showSoftwares; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: showSoftwares;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes showSoftwares {
    from {
        left: -1950px;
    }

    to {
        left: 0px;
    }
}

/* Standard syntax */
@keyframes showSoftwares {
    from {
        left: -1950px;
    }

    to {
        left: 0px;
    }
}

.divSoftwares_hide {
    padding-top: 40px;
    position: absolute;
    left: -1950px;
    width: 1680px;
    height: 5533px;
    z-index: 10;
    border-radius: 40px;
    border: 1px dotted #858585;
    background-color: #d2d5d5;
    -webkit-animation-name: hideSoftwares; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: hideSoftwares;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes hideSoftwares {
    from {
        left: 0px;
    }

    to {
        left: -1950px;
    }
}

/* Standard syntax */
@keyframes hideSoftwares {
    from {
        left: 0px;
    }

    to {
        left: -1950px;
    }
}

/*#endregion*/

/*#region Artigos*/

.divSoftwares_artigo {
    display: table;
    margin-bottom: 60px;
}

/*#endregion*/

#divGobroker {
    height: 320px;
}

#divGobroker02 {
    height: 520px;
}

#divSape {
    height: 340px;
}

#divSape02 {
    height: 520px;
}

#divGobrokerImobi{
    height:480px;
}

/*#region Artigos de texto*/

.divSoftwares_coluna_foto {
    float: left;
    width: 650px;
    text-align: center;
}

.divSoftwares_coluna_foto {
    margin-top:60px;
}

.divSoftwares_coluna_foto_mobile {
    display:none;
}

.divSoftwares_coluna_logo {
    margin-top: 0px;
    float: left;
    width: 460px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

.imgSoftwares_coluna_logo {
    margin-top:40px;
    width: 90%;
}

#imgLogoGobroker{
    margin-top:0px;
    width:300px;
}

.divSoftwares_coluna_texto_conteudo {
    float: left;
    width: 1030px;
}

.divSoftwares_coluna_texto {
    float: left;
    width: 1030px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 34px;
}

.divSoftwares_coluna_logo_texto {
    float: left;
    width: 1300px;
}

.divSoftwares_coluna_texto_titulo {
    width:100%;
    float:left;
    font-size: 52px;
    text-align: justify;
    letter-spacing: 5px;
    line-height: 50px;
    border-bottom: 2px dotted #858585;
    margin-bottom: 20px;
    padding-bottom:10px;
    text-align:center;
}

.divSoftwares_coluna_texto_titulo_full {
    width: 1670px;
    font-size: 52px;
    text-align: justify;
    letter-spacing: 5px;
    line-height: 50px;
    border-bottom: 2px dotted #858585;
    margin-bottom: 20px;
    text-align: center;
}

.divSoftwares_coluna_texto_conteudo_full {
    width: 1670px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 34px;
}

/*#endregion*/

/*#region Softwares antigos*/

.divSoftwares_antigos_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;
}

.divSoftwares_antigo_subtitulo {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    color: white;
}

.divSoftwares_antigos_conteudo {
    margin-top: 40px;
    display: table;
    height: 740px;
}

.divSoftware_antigos_conteudo_coluna {
    float: left;
    width: 550px;
    border-right: 1px solid #858585;
}

.divSoftware_antigos_text {
    margin-top: 20px;
    float: left;
    width: 504px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 30px;
}

.divSoftware_antigos_image {
    border:6px solid white;
    width: 462px;
    margin-top: 22px;
    margin-left:30px;
}

.divSoftware_antigos_video{
    width:460px;
    height:252px;
}

#imgSismac{
    width:458px;
}

/*#endregion*/

/*#endregion*/

/*#endregion*/
