:root {
    --corprincipalcliente: #009894; /*rgb(98, 168, 182)*/ /*[HIPPIE BLUE]*/ /* Cor base do cliente */
    --corbackgroundclaro: #b3b3b5; /*Background titulo2*/
    --corbackgroundmaisclaro: rgba(98, 168, 182,0.3); /*Background dos filtros pesquisa */
    --corbackgroundforte: #567E88; /*rgb(86, 126, 136)*/ /*[SMALT BLUE]*/ /* (AsearchlinkButton , mynetButton:hover) */
    --corbackgroundescuro: #2C475E; /*rgb(44, 71, 94)*/ /*[RHINO]*/ /* (menu:hover) */
    --corbackgroundactive: rgba(86, 126, 136, 0.5); /*#567E88*/ /*menu ativo*/
    --corbackgroundcinzaclaro: rgb(204, 204, 204); /*background neutro - cinzento*/
    --corbackgroundcinzamaisclaro: rgb(227, 227, 227); /*background neutro - cinzento mais claro*/ /*mynetButton[disabled]*/
    --corbackgroundcinzaescuro: #4F5668; /*rgb(79, 86, 104)*/ /*[TROUT]*/ /*background neutro - cinzento escuro*/
    --corcontrasteclara: white; /*texto (titulo2, mynetButton) - contraste com */
    --corInputReadOnly: rgb(79, 79, 79); /*mynetInputReadOnly*/
    --borderradiuscliente: 3px; /*border-radius*/
    /*.mynetTitulo2*/
    --mynettitulo2-background: #f2f2f2;
    --mynettitulo2-color: #006B32;
    /**/
    /*.mynetLink*/
    --mynetlink-color-visited: var(--corprincipalcliente);
    --mynetlink-color-master: var(--corprincipalcliente);
    --mynetlink-color-active: var(--corprincipalcliente);
    --mynetlink-color-hover: var(--corbackgroundforte);
    /**/
    /*.mynetButton - \theme\mynet.css */
    --mynetbutton-background: #1ba78b;
    --mynetbutton-color: #ffffff;
    --mynetbutton-hover-background: #17af91d2;
    --mynetbutton-hover-color: var(--corcontrasteclara);
    --mynetbutton-radius: var(--borderradiuscliente);
    --mynetbutton-disabled: var(--corbackgroundcinzamaisclaro, #cccccc);
    /**/
    /*Menu Lateral  - \core\recursos\Componentes\MenuMyNetLateral\MenuMyNetLateral.css */
    --menulateral-border-all: 0px solid #006B32;
    --menulateral-background-all: white;
    --menulateral-color-all: black;
    --menulateral-border-inner: var(--menulateral-border-all);
    --menulateral-background: #fff;
    --menulateral-color: #006B32;
    --menulateral-hover: #f2f2f2;
    --menulateral-hover-color: #000;
    --menulateral-active: #f2f2f2;
    --menulateral-active-color: #000;
    --menulateral-active-final: var(--menulateral-active);
    --menulateral-active-final-color: var(--menulateral-active-color);
    /**/
    /*Menu Autenticação*/
    
    --menuautsimples-color-visited: #ffffff;
    --menuautsimples-color-master: #ffffff;
    --menuautsimples-color-hover: #ffffff;
    --menuautsimples-color-active: #ffffff;
    /**/
    /* ---------------------------------------------------------------------------------
       | Menu Autenticação - drop \core\recursos\Componentes\MenuAutenticacaoSuperiorLess\MenuAutenticacaoSuperiorLess.css
       --------------------------------------------------------------------------------- */
    
    --menuautsup-nome-color: var(--menulateral-color, #55A9F2);
    --menuautsup-nif-color: var(--menulateral-active-color, #999);
    --menuautsup-background: #006B32;
    --menuautsup-color: #ffffff;
    --menuautsup-hover: #999;
    --menuautsup-hover-color: #ffffff;
    /* ---------------------------------------------------------------------------------
       | Menu Mobile - \core\recursos\Componentes\MenuMyNetMobileLess\MenuMyNetMobileLess.css
       --------------------------------------------------------------------------------- */
    
      
       /*
    --menumobile-background: white;
    --menumobile-color: black;
    --menumobile-active: transparent;
    --menumobile-active-color: var(--corprincipalcliente, black);
    --menumobile-nome-color: var(--menumobile-active-color, #55A9F2);
    --menumobile-nif-color: var(--menumobile-color, #999);
    */
    /* ---------------------------------------------------------------------------------
       | AreaPesquisa - \core\recursos\Componentes\AreaPesquisa\AreaPesquisa.css
       --------------------------------------------------------------------------------- */
    
    --areapesquisa-color: #ffffff;
    --areapesquisa-radius: 7px;
    --areapesquisa-hover-color: #f2f2f2;
    
    /* ---------------------------------------------------------------------------------
       | filtrosPesquisa - \core\recursos\Componentes\FiltrosPesquisa\filtrosPesquisa.css
       --------------------------------------------------------------------------------- */
    /*
    --filtrospesquisa-background: var(--corbackgroundmaisclaro, rgb(33, 104, 166));
    --filtrospesquisa-btnfiltro-background: var(--corbackgroundclaro, rgb(167, 178, 200));
    --filtrospesquisa-btnfiltro-color: white;
*/

--tipoletraregular:"Open Sans",sans-serif;
--tipoletracor:#000000;
--tamanholetraregular:12px;
--tamanholetratitulos:16px; /*Titulos gerais*/
--tamanholetratituloscac:12px; /*titulos das caixas de apoio ao conhecimento*/

}



#modalIFrameExterior {
    border: none;
}


#header #logo {
    margin-left: 45px;
    margin-top: 10px;
}

#header #logo img{
    width: 100px;
}

#mynetBread{
}

.mynetBread2{
/*    margin-bottom: 25px;*/
    text-align: left;
/*    margin-top: 15px;*/
    white-space: initial;
    text-transform: none;
}

    .mynetBread2 > a, .mynetBread2 a:visited {
        text-decoration: none;
        font-weight: bold;
        color: #002E5B;
    }

    .mynetBread2 .activeMenu {
        color: black;
        color: var(--corbackgroundescuro, black);
    }

    .mynetBread2 > a:hover {
        text-decoration: underline;
    }

    .mynetBread2 > span {
        font-weight: bold;
    }

[class^="wndTop"],[class^="wndCel"]{
    background: none;

}
	    
/*S - classes para botões*/
/*E - classes para botões*/


/* botão back to top */
.back-to-top {
    border-radius: 4px;
    border-radius: var(--borderradiuscliente, 4px);
}
.back-to-top:hover {
	background: #00ADE4;
	background: var(--mynetbutton-background, #00ADE4);
	color: white;
	color: var(--mynetbutton-color, white);}

.menuFilhos{
    display: grid !important;
    padding: 10px;
}

.menuFilhos:nth-child(odd) {
    background-color: #e3e4e6;
}

.menuFilhos:nth-child(even) {
    background-color: #d2d2d2;
}

.menuFilhos .desc {
    font-size: 14px;
    color: #595959;
}

.listaPesquisa:nth-child(odd) {
    background-color: #e3e4e6;
}

.listaPesquisa:nth-child(even) {
    background-color: #d2d2d2;
}


.row.about-container {
    min-height: 715px;
}

/******************************MEDIA QUERIES**********************************************************************************/
@media only screen and (max-width: 500px){
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 760px) {
}

@media only screen and (max-width: 880px) {
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 991px) {
    #main{
        padding-top: 50px;
    }
    #ColunaCentral{
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

#pesquisaContainer {
    top: 115px;
}

#header {
    height: 115px;
}

#main {
    padding-top: 130px;
}
/*   Texto da pagina principal   */
.jumbotron{
    background-color: #fff;
}
.jumbotron h1 {
    font-size: 20px;
}
.jumbotron p {
    font-size: 12px;
}

.imgprr img {
    width: 50%;
}