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


/* .container e .row aplicados ao MESMO elemento: as margens negativas do
   .row anulam o margin:auto do .container e o bloco desencosta do centro.
   Corrigido no CSS para nao ter de reestruturar o HTML da home em 7 lugares. */
.container.row {
    margin-left: auto;
    margin-right: auto;
}

:root{
    --verde-claro: #01FFC1;
    --azul-escuro: #003d6b;
    --azul-escuro-2: #013c64;
    --cor-texto: #3f4140;
    --font-body: 'Montserrat', sans-serif;
    --font-secundaria: 'Arctic', sans-serif;
}

* {
    font-family: var(--font-body);
}

.text-blue{
    color: var(--azul-escuro);
}
.titulo-quemsomos-container {
    z-index: 1;
}
.titulo-header {
    text-transform: uppercase;
}
.rotated-title{

    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: relative;
    left: -7%;
    top: 57px;
    font-size: 1.55em;
    opacity: 0.4;

}
.missao-gokei p {
    text-align: justify;
}
.container-card-gokei {
    height: 200px;
    border-radius: 20px;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}
.container-missao {
    height: 100%;
    width: 100px;
}
.container-card-gokei:hover {
    -webkit-box-shadow: 5px 6px 14px 1px #aaaaaa;
            box-shadow: 5px 6px 14px 1px #aaaaaa;
    background-color: white;
    
}
section.conteudo{
    background-color: var(--bs-white);
    padding: 3% 7%;
}

h4.destaque{
    text-align: center;
    font-family: "Arctic";
    font-size: 2.7em;
}

div.card-custom{
    border-radius: 10px;
    padding: 20px 20px 20px 5px;
    
}


div.conteudo-card{
    font-size: 1.3em;
    line-height: 25px;
    text-align: justify;
    font-family: var(--font-body);

    /* Deixar texto não selecionavel*/
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
    /* cursor: default; */
}

.titulo-card{
    font-size: 1.2em;

    /* Deixar texto não selecionavel*/
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
}
.text-q{
    font-family: var(--font-body);
}
.text-q strong{
    font-weight: bold;
}
.fundo-quemsomos {
    background-image: url(../imagens/bussiness-people-working-team-offic-transp.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 204px 175px;
}
.container-diretor {
    width: 100%;
    background-color: #f1f1f1;
}
.container-diretor img {
    width: 100%;
    max-width: 235px;
    display: block;
    margin: 0 auto;
    padding: 30px 0px;
}
.container-diretor h1 {
    font-family: PT Sans;
    font-size: 2em;
}
.container-diretor p {
    font-family: PT Sans;
    font-size: 1em;
    text-align: justify;
}

.rotate-270{
    -webkit-transform: rotateZ(270deg);
        -ms-transform: rotate(270deg);
            transform: rotateZ(270deg);
    font-family: var(--font-body);
    font-weight: bold;
}

.sublink{
    color: white;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    font-size: 1.4em;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 5px;
}


.sublink:hover,
.sublink.selected{
    color: var(--verde-claro);
}

.sub-header-servicos{
    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;
}



.custom-accordion{
    -webkit-box-shadow: 5px 6px 10px -5px #aaaaaa;
            box-shadow: 5px 6px 10px -5px #aaaaaa;
}

.accordion-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.accordion-header i,
.accordion-header h5 {
    cursor: pointer;
}

.accordion-header i:hover,
.accordion-header h5:hover {
    color: var(--verde-claro);
}

.custom-accordion .accordion-header h5{
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 1.3em;
    cursor: pointer;
    width: 95%;
}

.custom-accordion .accordion-body{
    color: white;
    height: 0;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
}


.custom-accordion.open .accordion-header i:hover,
.custom-accordion.open .accordion-header h5:hover {
    color: #ffffff;
}

.custom-accordion.open{
    background-color: var(--azul-escuro-2);
    color: white;
}

.custom-accordion.open .accordion-header h5{
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 1.3em;
}

.custom-accordion.open .accordion-body{
    height: 100%;
    margin-top: 20px;
}

.container-parceiro{
    position: relative;
}

.container-parceiro:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-left: solid 4px var(--verde-claro);
    border-top: solid 4px var(--verde-claro);
}

.container-parceiro::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    border-right: solid 4px var(--verde-claro);
    border-bottom: solid 4px var(--verde-claro);

}
.text-parceiro-container {
    padding: 10px 5px;
}
.text-parceiro{
    padding: 20px;
    font-family: var(--font-body);
    font-size: 1.4em;
    text-align: start;
 
}

.img-parceiro {
    width: 182px;
    height: 95px;
}
.img-parceiro-dinamo{

    width: 200px;
    height: 200px;
    background-image: url(../imagens/logo_dinamo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;

}
.img-parceiro-ascenty{

    width: 200px;
    height: 119px;
    background-image: url(../imagens/ascenty.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;

}
@media screen and (max-width: 991.98px){ 
    .rotate-270 {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .container-diretor h1 {
        font-size: 1.6em;
    }

    
}
@media screen and (max-width: 767.98px){
    .text-blue {
        padding-bottom: 0.8em;
    }
    .ordem-conteudo {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        padding-bottom: 0;
    }
    
}
@media screen and (max-width: 575.98px) {
    .card-custom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
/* Títulos de 32px a 48px que não tinham nenhuma media query reduzindo:
   .titulo-psti (3em), h4.destaque e .destaque-quem (2.7em), .sub-header-servicos
   (2em). Em 375px o "Conheça tudo sobre nossa PSTI Cloud" ocupava 5 linhas. */
@media screen and (max-width: 991.98px) {
    .titulo-psti { font-size: 2.2em; }
    h4.destaque,
    .destaque-quem { font-size: 2em; }
    .sub-header-servicos { font-size: 1.6em; }
}

@media screen and (max-width: 575.98px) {
    .titulo-psti { font-size: 1.7em; }
    h4.destaque,
    .destaque-quem { font-size: 1.5em; }
    .sub-header-servicos { font-size: 1.35em; }
}

/* .imagem-premio força uma imagem de proporção 0,761 (1215x1597) para caixas
   de 1:1 no mobile — 31% de distorção. object-fit preserva a proporção. */
.imagem-premio {
    -o-object-fit: contain;
       object-fit: contain;
}
