/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.sub-header-psti{
    font-size: 2em;
    border-left: 3px solid var(--verde-claro);
    font-weight: 1000;
    font-family: 'PT Sans';
    padding: 15px 15px;
    margin-bottom: 10px;
    vertical-align: -webkit-baseline-middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 5px;
    overflow-wrap: break-word;
    word-break: break-word;
    min-width: 0;
}
.pstiweb-container {
    width: 100%;
}
.conteudo:last-child{
    display: none;
}


.accordion-button {
    background-color: var(--azul-escuro-2);
    color: var(--verde-claro);
    text-transform: uppercase;
    font-family: PT Sans;
    font-weight: bold;
    letter-spacing: 3px;
}
.accordion-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--verde-claro);
    background-color: var(--azul-escuro-2);
} 
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item {
    border: none;
}
.accordion-button::after{
    margin-left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    margin-left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    background-color: var(--azul-escuro-2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion-button::after 
.dropdown-pi-container button{
    background-color: var(--azul-escuro-2);
    text-align: center;
    color: white;
}
.dropdown-pi {
    background-color: var(--azul-escuro-2);
    color: var(--verde-claro);
    border-radius: 5px;
    font-weight: bold;
    z-index: 1;
    position: relative;
    
}

.dropdown-pi-container > .dropdown-pi, .dropdown-pi-container {
    color: white;
}
.dropdown-pi-container > .dropdown-pi:hover , .dropdown-pi-container:hover {
    
}

.accordion-body table {
    width: 100%;
    border-collapse: collapse;
}
.accordion-body table td {
    height: 30px;
    vertical-align: middle;
}
.accordion-body tr:nth-child(odd) {
    background-color: #004974
}


.dropdown-pi i {
    color: #ffffff;
}

.borda-dropdown {
    background-color: var(--verde-claro);
    width: 90%;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 5%;
    z-index: 0;
    
}

.psti-card-conteudos {
    height: 30px;
}

.psti-image-container img {
    margin: 0 auto;
    display: block;
}

.psti-dados {
    background-color: #efefef;
    border-radius: 5px;
    padding: 10px;
}
.psti-dados span {
    font-weight: bold;
}
.psti-dados p {
    font-size: 1.4em;
}
.psti-dados p::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../icones/blue-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
}
.vantagens-container .col {
    border-radius: 8px;
}
.vantagens-container {
    background-color: #f7f7f7;
    border: #dedede solid 2px;
    border-radius: 8px;
    width: 70%;
}
.vantagens-container > h2 {
    color: white;
    background-color: var(--azul-escuro-2);
    font-family: PT Sans;
    letter-spacing: 2px;
    font-weight: 1000;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    font-size: 1.3em;
    text-transform: uppercase;
}

.vantagens-conteudo {
    background-color: white;
    border: #dedede solid 2px;

}
.vantagens-conteudo:first-child {
    margin-right: 15px;
}
.vantagens-conteudo:last-child {
    margin-left: 15px;
}
.vantagens-conteudo p {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.vantagens-conteudo p > img {
    margin-right: 10px;
}

/* Gokei Full PSTI Cloud */
.vantagens-conteudo-cloud:last-child {
    margin-left: 0;
    margin-right: 0;
}

.vantagens-conteudo-cloud div {
    border-top-left-radius: 0;
}

.vantagens-conteudo-cloud {
    border-radius: 8px;
    border-top-left-radius: 0;
}


.titulo-conteudo-cloud {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    color: white;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
    font-family: PT Sans;
    background-color: #00CEA0;
    border: solid #00CEA0;
    font-weight: 600;
}
@media screen and (max-width: 1322.98px){
    .psti-image-container {
        padding-bottom: 10px;
    }
    .psti-image-container img {
        max-width: 800px;
    }
}
.psti-image-container img {
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 991.98px){
    .psti-image-container img {
        max-width: 700px;
    }
}
@media screen and (max-width: 767.98px){
    /* Era display:none. A legenda abaixo continuava na tela referenciando um
       diagrama inexistente — perda de conteúdo, não de decoração. Agora escala
       junto e o leitor pode dar zoom. */
    .psti-image-container img {
        max-width: 100%;
        height: auto;
    }
    .fluxo-container {
        padding: 0;
    }
    .vantagens-container {
        width: 90%;
    }
    .vantagens-conteudo:first-child {
        margin-right: 0;
    }
    .vantagens-conteudo:last-child {
        margin-left: 0;
    }
    .titulo-conteudo-cloud {
        width: 60%;
    }
}
@media screen and (max-width: 575.98px) { 
    .titulo-conteudo-cloud {
        width: 80%;
    }
}

/* .sub-header-psti tinha font-size:2em e letter-spacing:5px fixos, sem nenhuma
   media query. Medido em 320px: o título estourava a própria caixa em 27px. */
@media screen and (max-width: 1199.98px) {
    .sub-header-psti {
        font-size: 1.6em;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 991.98px) {
    .sub-header-psti {
        font-size: 1.5em;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 400px) {
    .sub-header-psti {
        font-size: 1.25em;
        letter-spacing: 2px;
    }
}
