/*corpo site*/
.corpo_site{width:100%; height:auto; float:left;}

/*menu_topo_paginas*/
.corpo_menu_logo_pesquisa{background-color:#FFFFFF; width:100%; height:auto; float:left; padding-top:10px; padding-bottom:10px; margin-bottom:3px; border-bottom: 1px #afacac solid;} 

.corpo_logo{width:50%; height:auto; float:left;}
.logo{background-image:url(img/logo/logo.png); -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; width:200px; height:55px; float:left; margin-left: 10%;}

.corpo_menu{width:50%; height:auto; float:left;}
.btn_menu{background-image:url(img/icones/menu.png); -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; width:25px; height:25px; float:right; margin-top:15px; cursor:pointer; margin-right: 10%;}
.btn_menu:hover{opacity:0.6; transition: all .9s ease;}

/*menu_selecao*/
.container_menu{display:none; width:100%; height:100%; position:fixed; z-index:99;}

/*menu_esquerda*/
.corpo_menu_esquerda{background-color:#1E2631; width:80%; height:100%; float:left; overflow:auto;}

.topo_menu_esquerda{width:100%; height:auto; float:left; padding-bottom:10px; padding-top:10px; border-bottom:#FFFFFF solid 1px; margin-bottom:50px;}
.btn_fecha_menu{width:auto; height:auto; float:right; color:#FFFFFF; font-size:25px; font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-weight:bold; padding:10px; margin-right:25px; cursor:pointer;} 

.link_menu{width:100%; height:auto; float:left; border-bottom:1px solid #2e3a4b; padding-bottom:15px; padding-top:15px;}
.link_menu:hover{background-color:#37475A; transition: all .9s ease;}
.icone_link_menu{width:20px; height:20px; float:left; margin-left:20px; margin-top: 3px;}
.txt_link_menu{width:auto; height:auto; float:left; color:#FFFFFF; font-size:13px; font-family: Arial, Helvetica, sans-serif; margin-left:10px; margin-top:5px;}

.final_selecao_menu{width: 100%; height: 60px; float: left;}

/*menu_direita*/
.corpo_menu_direita{background-color:rgba(255, 255, 255, 0.3); backdrop-filter: blur(10px); width:20%; height:100%; float:left; }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/*banner cookie*/
.cookie-container {position: fixed; bottom: 0; left: 0; width: 100%; background-color: #1a1a1a; color: #ffffff; box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15); z-index: 99999; padding: 15px 20px; box-sizing: border-box; font-family: sans-serif; display: none; transition: all 0.3s ease;}

.cookie-content {max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px;}

.cookie-content p {margin: 0; font-size: 14px; line-height: 1.5; max-width: 80%;}

.cookie-btn {background-color: #2ecc71; color: white; border: none; padding: 10px 20px; font-size: 14px; font-weight: bold; border-radius: 4px; cursor: pointer; transition: background 0.2s; white-space: nowrap;}

.cookie-btn:hover {background-color: #27ae60;}

  @media (max-width: 768px) {
    .cookie-content p {
      max-width: 100%;
      text-align: center;
    }
    .cookie-content {
      flex-direction: column;
      text-align: center;
    }
    .cookie-btn {
      width: 100%;
    }
  }

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/*ropade*/

.txt_publicidade_ropade{display: none;  width: 90%; height: auto; float: left; color: #525151; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; text-align: center; margin-left: 5%; margin-top:30px; margin-bottom: 10px;}
.banner_rodape{display: none;  width:100%; height: 130px; float: left; box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.5);}
.banner_rodape:hover{opacity: 0.8; transition: all 0.5s ease-in;}

.corpo_footer{background-color:#1e2631;  width: 100%; height: auto; float: left;}

.voltar_topo{background-color:#0069FB; width:100%; height:auto; float:left; color:#FFFFFF; text-align:center; font-size:13px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; padding-bottom:15px; padding-top:15px; cursor:pointer;}
.voltar_topo:hover{opacity:0.8; transition: all .9s ease;}

.container_intitucional{width: 100%; height: auto; float: left; display: block; justify-content: flex-start; gap: 20px; padding-bottom: 10px; padding-top: 20px;}
.link_intitucinal{width: 90%; height: auto; float: left; color: #8a8989; font-family: Arial, Helvetica, sans-serif; font-size: 15px; text-align: center; margin-left: 5%; margin-bottom: 10px; margin-top: 0px;}

.texto_cp{width: 100%; height: auto; float: left; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-align: center; margin-top: 15px; }
.corpo_cp{width: 100%; height: auto; float: left; display: flex; justify-content: center; padding-bottom:20px; padding-top: 10px;}
.logo_cp{background-image:url(img/logo/cp.png); -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; width: 100px; height: 100px; float: left;}
.logo_cp:hover{opacity: 0.8; transition: all 0.5s ease-in;}

.sepador_footer{background-color: #37475A; width: 70%; height: 1px; float: left; margin-left: 15%;}

.ropade{width:100%; height:auto;  padding-top:20px; padding-bottom:20px; float:left; text-align:center; font-size:16px; font-family:arial; color:#FFFFFF;}



