*{
    padding: 0;
    margin: 0;
    font-family: Calibri;
    list-style: none;
    text-decoration: none;
}
/*================================================================
        FORMATAÇÃO DO MENU
===================================================================*/

.slimmenu {
    padding-top: 30px;
    height: 43px;
    width: auto;
    padding-right: 30px;
}

.slimmenu li {
    list-style: none;
    float: left;
    position: relative;
}

.slimmenu li a {
    text-decoration: none;
    color: black;
    padding: 10px;
    display: block;
}

.slimmenu ul li a {
    color: white;
    text-decoration: none;
    padding-left: 10px;
    display: block;
}

.slimmenu li:hover {
    background: #a60069;
    border-radius: 5px 5px 0px 0px;

}

.slimmenu li ul {
    position: absolute;
    padding-left: 0px;
    display: none;
    background: #a60069;
    z-index: 999;
}
.slimmenu li ul li a:hover{
    text-decoration: underline;
}
.slimmenu li ul li {
    background:transparent;
    float: none;
}
.slimmenu li ul li:hover{
    background: transparent;
}

.slimmenu li:hover ul, .menu li.over ul {
    width: 170px;
    display: block;
    border-radius: 0px 5px 5px 5px;
}

input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.logo {
    width: 30%;
    float: left;

}

.logo img {
    padding-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}

nav {
    float: right;
}

header {
    background: #eaeaea;
    height: auto;
    min-height: 50px;
    width: 100%;
    display: table;
    box-shadow: 0px 0px 6px #666;
    position: relative;
    z-index: 20;
}
.fundo2{
    background:#fff !important;
}

.sidebar-wrapper{
    position: fixed;
}

#topo {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 3px 3px 6px #ccc;
    background: rgba(255,255,255,0.8);

}


/*==================================================
        conteudo
====================================================*/
.principal {
    width: 90%;
    margin: 0 5%;
    padding-bottom: 50px;
}
.principal p {
    text-align: justify;
    color: #666666;
    font-size: 1.2em;
    padding-top: 15px;
}
.principal img {
    width: 45%;
    float: left;
    margin-right: 20px;
}
body {
    background: #f0f0f0;
}
.principal h1 {
    margin-top: 50px;
    padding-top: 60px;
    font-size: 1.5em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 40px;
    color: #a60069;
}

.principal p b {
    font-size: 1.2em;
}

.internas{
    margin-bottom: 50px;
    margin-right: 50px;
}
iframe{
    border: none;
}

/*=============================
    Portais
===============================*/
.portais{
    margin-top: 0px;
    width: 100%;
    height: auto;
    min-height: 100px;
    position: relative;
    z-index: 10;
}
.branca, .branca img{
    -transform:scale(1);
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}
.branca:hover {
    -transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}

.pt{
    color:#fff;
    width: 33.33%;
    min-height: 200px;
    height:auto;
    display: table;
    float: left;
    text-align: center;
    position: relative;
    z-index: 10;
}
.pt p {
    color:#fff;
    text-decoration: none;
    font-size: 1.2em;
}
a .pt:hover .branca{
    text-decoration: underline;
    -transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}
.branca{
    width: auto;
    height: auto;
    display: table;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.branca img{
    width: 100px;

}
.pt p{
    margin-top: 20px;
    margin-bottom: 30px;
}
.amarelo{
    color:#fff;
    height: auto;
    width: 90px;
    background: #f8b425;
    margin: 0 auto;
}

.amarelo p{
    text-decoration: none;
    padding: 5px 3px;
}

#pt1{
    background:rgb(132,4,52);
}
#pt2{
    background:rgb(152,0,59);
}
#pt3{
    background:rgb(174,0,69);
}
#pt4{
    background:rgb(195,0,79);
}

.portais2 {
    width: 100%;
    height: auto;
    display: table;
    background: transparent;
    min-height: 300px;
    position: relative;
    z-index: 10;
    background: url("../images/plano_empresa.jpg") no-repeat ;
    background-size: 100% ;
}
.ptt{
    padding-left: 20px;
    font-size: 1.5em;
    color:rgba(255,255,255,0.8) ;
    width: 20%;
    height: auto;
    display: table;
    min-height: 150px;
    margin-left: 10%;
    float: left;
    margin-top: 300px;
}
.ptt p a{
    text-decoration: none;
    color:rgba(255,255,255,0.8);
}
.ptt p{
    margin-top: 50px;
}
.ptt p:hover{
    text-decoration: underline;
}
.cor1{
    background:rgba(224,0,0,0.9) ;
}
.cor2{
    background: rgba(190,0,0,0.9) ;
}
.cor3{
    background:rgba(172,0,0,0.9) ;
}
/*=============================
    Caixa icones
===============================*/
.caixaicon{
    text-align: center;
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    z-index: 10;
    background: #fafafa;
    clear: both;
    padding-bottom: 100px;
    
}
.icon{
    padding-top: 100px;
    width: 20%;
    height: auto;
    display: table;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.icon h1 a{
    color:#a60069;
    text-decoration: none;
}
.icon h1 a:hover, .icon p a:hover{
    text-decoration: underline;
}
.icon p{
    color: #666;
    font-size: 1.1em;
}
.icon p a{
    text-decoration: none;
    color:#f8b425;
    font-weight: bold;
}
.icon img{
    -transform:scale(1);
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}
.icon img:hover{
    -transform:scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 600ms;
}
/*=============================
    formatação imagem 2
===============================*/
.img2 img{
    width:100%;
    height: auto;
    min-height:px;
    position: fixed;
}
/*=========================================================
Formatação noticias
===========================================================*/
.noticiario{
    width: 100%;
    height: auto;
    display: table;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    z-index: 50;
    background: #ffffff;
}


.noticia{
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
    float: left;
}

.noticia h1 a{
    color: #a60069;
    font-size: 1em;
    text-decoration: none;
}

.noticia img{
    width: 45%;
    float: left;
    margin-right: 5%;
    border: 1px solid #ccc;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}

.noticia img:hover{
    -webkit-transform: scale(1.02);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 600ms;
}

.noticia h4{
    text-align: right;
    width: 100%;
    color: #ccc;
}

.noticia p a{
    text-align: justify;
    color: #666;
    font-size: 1em;
    text-decoration: none;
}

.noticia a p:hover, .noticia h1 a:hover, .noticia h2:hover, .noticia li:hover, .noticia a:hover, .noticia p a:hover{
    text-decoration: underline;
}

.noticia h2{
    font-size: 0.7em;
    font-weight: 100;
    text-align: right;
    margin-bottom: 5px;
    color: #f8b425;
}

.noticia li{
    list-style: none;
}


.noticia a{
    color: #666;
    text-decoration: none;
}
/*=====================================
   footer
=====================================*/
.contato {
    width: 33%;
    background: #bbbbbb;
    float: left;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 30px;
    position: relative;
    z-index: 10;
}
.contato h1 {
    color: #a60069;
}
.contato p a {
    text-decoration: none;
    color: #fff;;
}
.contato p a:hover{
    text-decoration: underline;
}
.contato p {
    color: #fff;
}

.contato img{
    padding-top: 60px;
    width: 60%;
    margin:0 auto;
}

.contato h2{
    text-align: center;
    color:#fff;
    font-size:1.5em;
}
#contatofooter {
    border-top: 4px solid #f8b425;
    position: relative;
    z-index: 10;
    background: #bbbbbb;
    display: table;
    width:100%;
    margin-top:0;
}
.direitosautorais {
    position: relative;
    z-index: 10;
    background: #a60069;
    display: table;
    width: 100%;
    text-align: center;
}
.direitosautorais p {
    padding-top: 15px;
    text-align: center;
    color: #fff;
}
.direitosautorais img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*===========================================
    Plano empresa e familiar
===========================================*/
 .plano {
    width: 90%;
    margin: 5% 5%;
}
.plano p {
    text-align: justify;
    color: #666666;
    font-size: 1.2em;
    padding-bottom: 15px;

}
.plano img {
    width: 80%;
    margin:0 auto;
    margin-bottom: 30px;
    display: block;
}
body {
    background: #f0f0f0;
}
.plano h1 {
    padding-top: 60px;
    font-size: 1.5em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 40px;
    color: #a60069;
}
.plano h4{
    font-size: 1.2em;
}

/*========================================
        noticias.php
========================================*/
span p{
    font-size: 1.9em;
    font-weight: bold;
    float: right;
}
.secundario{
}
.secundario h3{
    display:table;
    margin-bottom: 30px;
}
.secundario h3 img{
    margin:0 0;
    margin-right: 20px;
    width: auto;
    float: left;
}
.secundario h4{
    margin-top: -50px;
    color:#a60069;
    margin-bottom: 20px;
}
.secundario a{
    color:#666;
    text-decoration: none;
}
.secundario a:hover{
    text-decoration: underline;
}
/*=============================
    Formularios
===============================*/
.campo {
    width: 70%;
    height: 35px;
    border: 1px solid #CCC;
    border-radius: 6px;
    box-shadow: 3px 3px 6px #ccc;
    text-shadow: #CCC;
    font-size: 1.1em;
    color: #666;
}

.campo:focus {
    box-shadow: 3px 3px 6px #666;
}

.msg {
    width: 70%;
    resize: vertical;
    height: 120px;
    border: 1px solid #CCC;
    margin-bottom: 40px;
    border-radius: 6px;
    box-shadow: 3px 3px 6px #ccc;
    text-shadow: #CCC;
    font-size: 1.1em;
    color: #666;
}


.msg:focus {
    box-shadow: 3px 3px 6px #666;
}
.enviar {
    width: 200px;
    height: 35px;
    text-align: center;
    font-size: 1.1em;
    font-weight:bold;
    background: #a60069;
    border: 2px solid #a60069;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    transform: scale(1);
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
.enviar:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 900ms;
    transform: scale(1.1);
    transition-timing-function: ease-out;
    transition-duration: 900ms;
    background: #a60069;
}
.sucesso {
    border: 1px solid #24d341;
    color: green;
    background: #eeffef;
    box-shadow: 3px 3px 6px green;
    padding: 20px;
    border-radius: 6px;
    width: 50%;
    text-align: center;
    margin: 50px auto;
    font-size: 2em;
}
.erro {
    border: 1px solid #cc0000;
    color: red;
    box-shadow: 3px 3px 6px red;
    padding: 20px;
    border-radius: 6px;
    width: 50%;
    text-align: center;
    margin: 50px auto;
    font-size: 2em;
    background: #fff2ef;
}




.msg {
    widht: 70%;
    min-width: 70%;
    max-width: 70%;
    height: 120px;
    border: 1px solid #CCCCCC;
    margin-bottom: 40px;
    border-radius: 6px;
    box-shadow: 3px 3px 6px #ccc;
    text-shadow: #CCCCCC;
}

.msg:hover {
    box-shadow: 3px 3px 6px #666;
}
.msg:focus {
    box-shadow: 3px 3px 6px #666;
}
.enviar {
    width: 200px;
    height: 35px;
    text-align: center;
    background: #a60069;
    box-shadow: 3px 3px 6px #ccc;
    color: #CCC;
    border: 2px solid #a60069;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    transform: scale(1);
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
.enviar:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 900ms;
    transform: scale(1.1);
    transition-timing-function: ease-out;
    transition-duration: 900ms;
    background: #a60069;
}
.sucesso {
    border: 1px solid #24d341;
    color: green;
    background: #eeffef;
    box-shadow: 3px 3px 6px green;
    padding: 20px;
    border-radius: 6px;
    width: 50%;
    text-align: center;
    margin: 50px auto;
    font-size: 2em;
}
.erro {
    border: 1px solid #cc0000;
    color: red;
    box-shadow: 3px 3px 6px red;
    padding: 20px;
    border-radius: 6px;
    width: 50%;
    text-align: center;
    margin: 50px auto;
    font-size: 2em;
    background: #fff2ef;
}

#mapa {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 999;
}

.iw-title {
    width: 100%;
    font-size: medium;
    text-align: center;
    color:#a60069;
    font-weight: bold;
}

.iw-subtitle {
    font-size: medium;
    color: #666;
    text-align: center;
    font-weight: bold;
}

.iw-content p {
    font-size: medium;
    color: #666;
    text-align: center;
}


input.error,textarea.error {
    border: 1px solid red;
    background-color: #fff8f8;
}

label.error,textarea.error {
    color: #EE0000;
    font-size: medium;
}


/*==========================================================
formatação toogle
==========================================================*/

.toogle h6{
    cursor:pointer;
    color:#666;
    width: 70%;
    height: auto;
    display: table;
    padding: 8px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 1.1em;
    margin-bottom: 15px;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}

.toogle h6:hover{
    background: #d6d4d4;
    -webkit-transform: scale(1.01);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 600ms;
}

.tgl1, .tgl22, .tg10, .tg20, .tg30, .tg40, .tg50{
    height:auto;
    display:table;
    border: 1px solid #ccc;
    width: 70%;
    padding: 8px;
    margin-bottom: 20px;
    margin-top: -15px;
}


/*============================
        MODAL
================================*/
.input-modal{
    background: none;
    border:none;
    color:#f8b425;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}
.input-modal:hover{
    text-decoration: underline;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    display: table;
    width: 70%; /* Could be more or less, depending on screen size */
    z-index: 9999;
    border-radius: 10px;
}

.icon h1 .input-modal{
    color:#a60069;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content h1{
    font-size: 1.5em;
    font-weight: bold;
    color: #a60069;
}

.modal-content p{
    font-size: 1.4em;
    color:#666;
}
.modal-content img{
    margin-bottom: 50px;
}


.box-ans{
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.ans{
    width: auto;
    display: table;
    float: right;
    margin-top:0px ;
    margin-right: 30px;
    background: black;
    padding: 2px;
	color: #fff
}

.ans p{
    width: 160px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #eaeaea;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 2px 6px;
    font-size:1.0em ;
    font-weight: bold;
}
.ans p img,.idss p img{
    width: 25px;
    float: left;
}

.idss{
    display: table;
    width: auto;
    float: right;
    margin-right: 10px;
    padding: 2px;
    background: black;
}

.idss p{
    width: 160px;
    height: 25px;
    border: 1px solid #eaeaea;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    padding: 2px 6px;
    font-size:1.0em ;
    font-weight: bold;
}


/*=============== IDSS.html ===========*/
.idss-container{
    width: 95%;
    margin-left: 2.5%;
    display: table;
}
.idss-container p{
    font-weight: normal;
    font-size: 1em;
    text-align: justify;
}
.idss-container p span{
    font-weight: bold;
}
.idss-container p a, .idss-alert a {
    font-weight: bold;
    color: #a60069;
    text-decoration: underline;
}
.idss-form{
    width: 100%;
    display: table;
    margin-top: 30px;
    margin-bottom: 50px;
}
.idss-form label{
    font-size: 1.2em;
    color: #666;
}
.idss-ano{
    width: 100px;
    font-size: 1.2em;
    color: #666;
    border-radius: 3px;
    float: left;
    padding: 5px 0px 5px 3px;
    margin-top: 5px;
    border:1px solid #ccc;
}
.idss-ano:focus {
    color: #a60069;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(156, 37, 77, 0.25);
}
.idss-btn{
    font-size: 1em;
    color: #fff;
    background: #a60069;
    border: none;
    border-radius: 3px;
    float: left;
    padding: 9px 10px;
    margin-left: 5px;
    cursor: pointer;
    margin-top: 5px;
}
.idss-btn img{
    width: 18px;
    margin: 0px;
}
.idss-alert{
    width: 95%;
    margin-left: 2.5%;
}

.page-idss-titulo{
    width: 100%;
    height: auto;
    font-size: 1.6em;
    color: #666;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-idss-iframe{
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    min-height: 800px;
    display: table;
}
.idss-anchor{
    font-weight: bold;
    color: #a60069;
    text-decoration: underline;
}


/*--------- modal ------------*/

.modal-covid {
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-covid h3{
    color: #a60069;
    font-size: 1.4em;
    margin-bottom: 20px;
}
.modal-covid p{
    color: #666;
    font-size: 1.1em;
    text-align: justify;
}
.modal-covid p span{
    font-weight: bold;
    text-decoration: underline;
}
/* Modal Content/Box */
.modal-content-covid {
    background-color: #fefefe;
    margin: 100px auto;
    padding: 10px 15px 10px 15px;
    border: 1px solid #888;
    width: 60%;
    z-index: 999;
}

.close3-covid {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 999;
}

.close3-covid:hover,
.close3-covid:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.img-popup{
    width: 100%;
    height: auto;
    display: table;
}

@media screen and (max-width: 1130px) {
    .modal-content-covid {
        margin: 20% auto;
        width: 80%;
    }

}
@media screen and (max-width: 570px) {
    .modal-content-covid {
        margin: 30% auto;
    }
}

.text-bordo{
    color: #a60069 !important; 
}


.cx-cookies{width:80%;padding-top:15px;padding-bottom:15px;margin-left:10%;margin-right:10%;background:#eaeaea;margin-top:0;margin-bottom:0;display:table;position:fixed;z-index:300;bottom:10px;box-shadow:0 0 3px #666;border-radius:5px}.cx-cookies p{width:96%;margin-left:2%;margin-right:2%;text-align:justify}.actCk{color:#fff;background:#a60069;float:right;width:100px;height:30px;font-weight:700;border:none;border-radius:5px;cursor:pointer;margin-right:20px}.rcsCk{color:#666;background:0 0;float:right;width:100px;height:30px;font-weight:700;border-radius:5px;cursor:pointer;border:2px solid #666;margin-right:3%}.clear-ln{margin:0;display:none}@media screen and (max-width:650px){.cx-cookies{width:100%;margin-left:0;margin-right:0}.rcsCk{margin-right:5px}.clear-ln{width:100%;display:block;height:10px;clear:both}}          

.margin_icon_ans {
    margin-right: 10px;
}
.iconeIDSS {
    padding: 5px 15px !important;
    left: 1% !important;
    background:#a60069 !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    display:table !important;
    position:fixed !important;
    z-index:300 !important;
    bottom:10px !important;
    border-radius: 50px !important;
}

.iconeIDSS a {
    color: #fff !important;
    align-items: center !important;
    display: flex !important;
    text-decoration: none !important;
    font-size: 0.8rem;
}

.iconeIDSS:hover {
    background-color: #93035e !important;
    transition: 0.5s !important;
}

.text-white {
    color: #fff !important;
}