/* #region Estilos principais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body 
{
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}
/* #endregion Estilos principais */

/* Container cabecalho */
.cssHpSecTecCab 
{
    text-align: center;
    font-size: 14px;
}

.cssHpSecTecCab h2 
{
    padding: 15px 0 5px 0; 
    margin: 5px 0 5px 0; /* Espacamento abaixo semcssHpSecTecCorpPagSecCol1A */
    color: #1e87f8;
    transition: color 0.3s ease; /* Transicao suave na cor */
}

.cssHpSecTecCab h2 strong 
{
    color: #787676;
}

.cssHpSecTecCab p 
{
    color: #7c7b7b;
}


/* Container corpo, organizar blocos */
.cssHpSecTecCorpPagina 
{
    /* display: flex;
    flex-direction: row;
    min-height: 100vh; */
    padding: 20px;
}

.cssHpSecTecCorpPagSec 
{
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    padding: 20px;
}

/* Coluna 1 */
.cssHpSecTecCorpPagSecCol1 
{
    width: 18%;
}

.cssHpSecTecCorpPagSecCol1 a 
{
    padding: 6px;
    margin-bottom: 10px;

    display: flex;
    justify-content: space-between;
    color: #1e87f8;
    border: 1px solid #1e87f8;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cssHpSecTecCorpPagSecCol1 a::after 
{
    content: '⮞';
    font-size: 14px;
    color: #f7ce8b;
}

.cssHpSecTecCorpPagSecCol1 a:hover,
.cssHpSecTecCorpPagSecCol1 a.active
{
    background-color: #1e87f8;
    color: white;
}

/* Coluna 2 */
.cssHpSecTecCorpPagSecCol2 
{
    margin-top: -20px;
    margin-left: 40px;
    margin-right: 10px;
    width: 25%;
}

.cssHpSecTecCorpPagSecCol2Bloc 
{
    display: none;
}

.cssHpSecTecCorpPagSecCol2Bloc.active 
{
    display: block;
}

.cssHpSecTecCorpPagSecCol2Bloc h2
{
    margin-left: -40px;
    padding: 20px;
    font-size: 1.375rem;
    font-weight: 700;
    color: #7c7b7b;
}

.cssHpSecTecCorpPagSecCol2Bloc ul li 
{
    font-size: 18px;
    margin-bottom: 20px;
    color: rgba(54, 54, 54, .5);
}


/* Coluna 3 */
.cssHpSecTecCorpPagSecCol3
{
    width: 50%;
    height: 200%;
}

.cssHpSecTecCorpPagSecCol3Bloc 
{
    display: none;
}

.cssHpSecTecCorpPagSecCol3Bloc.active 
{
    display: block;
}

.cssHpSecTecCorpPagSecCol3Bloc img 
{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 10px;
}



/* Responsividade. Layout para telas maiores que 768px (desktop) */
@media (max-width: 768px) 
{
    .cssHpSecTecCorpPagSec 
    {
        flex-direction: column;
    }

    .cssHpSecTecCorpPagSecCol1, 
    .cssHpSecTecCorpPagSecCol2,
    .cssHpSecTecCorpPagSecCol3 
    {
        width: 100%;
        margin-right: 0;
    }

    .cssHpSecTecCorpPagSecCol2,
    .cssHpSecTecCorpPagSecCol3 
    {
        margin-top: 20px;
    }
}











/* -------------------- */

.cssHpSecTecSaibaMais
{
    font-size: 20px;
    justify-content: right;
    padding-top: 4%;
    /* width: 60%; */
    /* padding-left: 50%; */
    padding-left: 50%;
    /* margin-bottom: 10px; */
}

.cssHpSecTecSaibaMais a 
{
    display: inline-block;
    font-weight: 400;
    color: white;
    background-color: #1e87f8;
}

.cssHpSecTecSaibaMais a::after 
{
    content: '';
}

.cssHpSecTecSaibaMais a:hover
{
    background-color: #fcb900;
    color: white;
}


/* -------------------- */
.cssBtnPosicionar5555 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: .5rem;
}

.cssBtn5555 
{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .25rem;
    border-radius: 10px;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.cssBtnExtenderLimite5555 
{
    padding: 5px 15px;
}


.cssBtnEstiloLigamos5555 {
    background-color: #729ff1;
    border-color: #729ff1;
    color: #fff
}

.cssBtnEstiloLigamos5555:hover {
    background-color: #e59701;
    border-color: #d88f01;
    color: #fff;
}



section[data-title="ERP"] h2 {
      background-color: #f0f8ff;
      padding: 10px;
      border-radius: 6px;
}

section[data-title="CRM"] p {
      background-color: #fff5f5;
      padding: 10px;
      border-radius: 6px;
}
