@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


body {
  font-family: 'Montserrat', sans-serif;
}


.pkp_structure_head {
  background-color: #aa8989; 
  padding: 20px;            
  text-align: center;       
  border-bottom: 2px solid #ddd;
}

@media (min-width: 768px) {
  .pkp_page_index .journals > ul > li:nth-of-type(1) {
    border-top: 0px solid #DDD;
  }
}
/* nome do site */
.pkp_site_name .is_text {
  color: #000000;
  padding: 20px;
}

@media (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 40px;
    color: transparent;
  }
}


/* Caixa fundo do header*/
.pkp_navigation_primary > li > a {
  background-color: #fff;
  color: #000;
}

@media (min-width: 992px) {
  .pkp_navigation_primary > li > a:hover {
    color: #E43830;
    outline: 0;
    border-color: #E43830;
  }
}

/* Cor do texto topo do header */
.pkp_navigation_primary_row {
  background-color: #fff;

}
.pkp_navigation_primary_wrapper {
  background-color: #fff;

}

@media (min-width: 992px) {
.pkp_navigation_user > li:last-child > a {
  margin-right: -0.714rem;
}
}



/* texto da caixa topo do header*/
.pkp_navigation_user {
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
}

@media (min-width: 992px) {
  .pkp_navigation_user a {
    color:#1E1E1E;
    font-family: 'Inter', sans-serif;
    
  }
}

@media (min-width: 992px) {
  .pkp_navigation_user a:hover {
    color:#1E1E1E
  }
}

@media (min-width: 992px) {
  .pkp_navigation_user.pkp_navigation_user {
    margin: auto;
  }
}


/* caixa do topo do header*/
.pkp_navigation_user_wrapper {
  top: 0; 
  text-align: right; 
  width: 100vw;
  border-top: none; 
  z-index: 1000; 
  background-color:#F5F5F5;
}



/* caixa da totalidade do header*/
.pkp_structure_head {
  background-color: #ffffff;
  padding: 0;
  text-align: center;
  border-bottom: 0 solid #ddd;
}


.about_wrapper {
  background-image: url('/public/site/images/about/background.svg'); 
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; 
  position: relative;
}



.about_wrapper .about_erevistas {
  display: block;   
  max-width: 100%;  
  height: auto;
  margin: 0;         
}

.button_wrapper {
  display: flex;
  justify-content: flex-end; 
  gap: 1rem;
  width: 50%;
  font-size: 14px;            
}

.button_wrapper a {
  text-decoration: none;
}

 .pkp_site_name {
  display: flex;
  align-items: center;     
  justify-content: space-between;
 }  

@media (min-width: 992px) { 
  .pkp_site_name {
  display: flex;
  align-items: center;    
  justify-content: space-between; 
  padding: 25px 0;
  }
}

.pkp_site_name .is_img {
  flex: 0 0 auto;
}

.about_text {
  max-width: 520px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  padding: 12px 0;
}

.about_more {
  display: inline-block;
  padding: 8px 24px;
  background-color: white;
  color: black;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

.about_more:hover ,  .about_more:focus{
  background-color: #FF3228;
  color: white;
}

.about_more:active {
  background-color: white;
  color: black;
}

/* Secção about */
.about_site {
background-color: #F7F7F7;
padding: 30px 20%;
}



/* Alinhamento estrutura principal*/
.pkp_structure_main {
  padding: 0;
}

.footer_logos {
  padding: 1rem 0;
  background-color: #1D1D1D;
  padding: 0 !important; 
}

.footer_logos > .pkp_structure_content {
  display: flex;
  flex-direction: column;
  padding: 0;
}



.footer_logos_inner {
  max-width: 1160px; 
  display: flex;
  justify-content: flex-end; 
  gap: 1rem; 
  align-items: center; 
}



/* Alinhamento do menu do header*/
@media (min-width: 992px) {
  .pkp_navigation_primary > li:last-child a {
      margin-right: 66.7em;
  }
}
@media (min-width: 992px) {
  .pkp_navigation_primary > li:first-child a {
      margin-left: -7.0em;
  }
}



/* Retirar as linhas de margem*/
.pkp_structure_main::before, .pkp_structure_main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #ddd;
  }

/* */

.pkp_footer_content {
  text-align: left;
  color: #fff;
}

/* Cor dos links*/
a {
  color: #000000;
}


.pkp_page_index .journals > ul > li:last-child::after {
  content: none; 
}

/* Individual journal buttons  */
.pkp_page_index .journals .links li {
  display: inline-block;
  margin: 0 .714rem .714rem 0;
  background-color: #FDEEED; 
  padding: 0.5rem 1rem; 
  text-align: center; 
  cursor: pointer; 
  border: none; 
  font-size: 1rem; 
}

/* Cor do link*/
.pkp_page_index .journals .links li a {
  color: red; 
  text-decoration: none;
  display: inline-block; 
}


.pkp_page_index .journals > ul > li::after {
  content: "";
  display: none;
  width: none;
  height: 0px;
  background-color: #EEEEEE;
  position: relative;
}

.pkp_page_index .journals .links li a:hover {
  color: darkred; 
}

.footer_rights {
  background-color:#FF3228;
  font-size: 16px;
  padding: 16px 0;
  width: 100%;
  position: relative;
  z-index: 0;
}

.logo_ue {
  height: 100px;
  align-self: flex-end;
  margin-top: -7.5rem;
  margin-bottom: 3.5rem;
  
}

@media (min-width: 750px) {
.logo_ue img {
    height: auto; 
    width: auto;
  }
}

.footer_rights_inner {
  max-width: 1160px; 
  margin: 0 auto;
  text-align: left; 
  
}

@media (max-width: 768px) {
.footer_rights_inner {
  max-width: 250px; 
  text-align: left; 
  margin: 0 1rem;
  }
}

/* Tirar margem do about */
@media (min-width: 992px) {
.pkp_structure_main:first-child:last-child {
  margin: 0;
  width: 100%;
  }
}

/* Padding do about */
@media (min-width: 992px) {
.pkp_structure_content {
  padding: 5rem 0rem 5rem 0rem;
}
}

.pkp_structure_content:h2{
  font-size: 30px !important;
}

.pkp_structure_content::before, .pkp_structure_main::before {
    display: none;
  }

.pkp_structure_main p {
  margin: 0 0;
}

/* Titulo funcionalidades */
.title {
font-size: 26px;
font-weight: bold;
margin-bottom: 30px;
margin-top: 30px;
text-align: left;
}

.text-box-container {
  display: grid;
  grid-template-columns: 50vw auto;
  gap: 1rem;
}

@media (min-width: 800px) {
  .text-box-container {
      display: flex;
      justify-content: space-between;
      gap: 0.5rem;
  }

  .text-box {
    width: 20rem;
  }
}


/* Texto das caixas funcionalidades */
.text-box h3 {
font-size: 18px; 
margin: 0 0 5px; 
color: #333; 
}

/* Texto titulos journals */
.pkp_page_index .journals h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

/* Individual journal buttons  */
.pkp_page_index .journals .links li {
  display: inline-block;
  margin: 0;
  background-color: #FDEEED;
  padding: 0.35rem 0.6rem;
  text-align: center;
  cursor: pointer;
  border: none;
  font-size: 0.9rem;
}

.text-box p {
margin: 0;
font-size: 14px; 
color: #555; 
}

@media (min-width: 992px) {
.pkp_page_index .journals {
  margin-top: 0;
  }
}


/* Botão de Saber Mais (Funcionalidades) */
.button {
background-color: #111111;
color: #ffffff; 
padding: 10px 20px;
text-decoration: none; 
font-size: 16px; 
cursor: pointer; 
display: inline-block;
margin-top: 2rem;
text-align: center;
transition: all 300ms;
}

.button:hover, .button:focus, .button:active {
  color: #fff;
  background-color: #444;
}

.button-wrapper {
display: flex;
justify-content: center; 
width: 100%; 
}

/* Conteudo do footer*/
.pkp_footer_content {
font-size: 12px;
}

/* Tirar a parte do footer com o logo */
.pkp_brand_footer {
display: none;
}

.pkp_structure_main h2 {
font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
font-size: 1.8rem;
line-height: 2.143rem;
font-weight: 700;
}

.button_description {
color:#fff;
background-color:#E43830;
padding: 5px 10px;
text-decoration: none; 
font-size: 13px; 
cursor: pointer; 
display: inline-block; 
text-align: center;
transition: all 500ms;
}

.button_description:hover, .button_description:focus {
  color: #fff;
  background-color: #000000;
  transition: all 500ms;
}

.pkp_footer_content {
display: flex; 
justify-content: space-between; 
flex-direction: column;
padding: 60px 0; 
}

@media (min-width: 550px) {
  .pkp_footer_content {
      flex-direction: row
    }
}


@media (min-width: 992px) and (min-width: 992px) {
.pkp_navigation_primary {
  display: inline-block;
  max-width: 100%;
}
}

a:hover, a:focus {
color: #E43830;
}

/* Titulo About */
.pkp_structure_content h2 {
  font-size: 30px;
  padding-bottom: 1.3rem;
}

.pkp_page_index .journals p {
  margin: 1.2rem 0;
}

.pkp_page_index .journals .thumb {
  padding-right: 0;
}

.pkp_page_index .journals .thumb {
  float: left;
  width: auto;
  padding-right: 1.43rem;
}

.pkp_page_index .journals h3 {
  margin: 0 auto .714rem 0;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 513px) and (max-width: 724px) {
  .pkp_page_index .journals .thumb + .body {
    width: 70%;

  }
}

@media (min-width: 724px) and (max-width: 768px) {
  .pkp_page_index .journals .thumb + .body {
    width: 65%;

  }
}

.pkp_structure_content h2 {
  line-height: 1.5;
}

/* Texto titulos journals */
.pkp_page_index .journals h3 {
  font-size: 32px;
  font-weight: 700;
}

.pkp_page_index .journals .description {
  font-size: 16px;
}

.pkp_page_index .journals h3 {
  margin: 0 auto 16px 0;

}

@media (min-width: 992px) {
  .pkp_navigation_user > li > a:focus {
    outline: 0;
    background: #000000;
  }
}

.pkp_navigation_user {
  text-align: right;
  font-size: 1rem;
  color: #fff;
}

.journals .thumb a > img {
  box-shadow: 0 7px 12px rgba(0,0,0,0.2);
  border-radius: 4px;
}

.page_index_site .journals ul {
  display: flex; 
  flex-wrap: wrap;
  background-color: #ffffff;
}

@media (min-width: 768px) {
.page_index_site .journals ul {
  display: flex; 
  flex-wrap: wrap;
  background-color: #ffffff;
  margin-bottom: 20px;
  }
}

@media (min-width: 1020px) {
.page_index_site .journals ul {
  display: flex; 
  flex-wrap: wrap;
  background-color: #ffffff;
  }
}

@media (min-width: 1200px) {
  .pkp_page_index .journals .thumb + .body {
    width: unset;
  }
} 

.pkp_page_index .journals ul.links {
  justify-content: normal; 
  gap: 5px;
}

@media (min-width: 992px) {
  .pkp_navigation_user > li > a:focus {
    outline: 0;
    color: #000000;
    background-color: #F5F5F5;
  }
}



@media (min-width: 992px) {
  .pkp_navigation_user > li > a .task_count {
    display: inline-block;
    background-color: #FFF;
  }
}

@media (min-width: 992px) {
  .pkp_navigation_user > li > a:focus .task_count  {
    display: inline-block;
    background-color: #FFF;
    color: #000
  }
}

.pkp_structure_footer_wrapper {
  background: #1E1E1E !important;
  position: relative;
  z-index: auto;
}

   .footer_links{
      display: grid;
      grid-template-columns: 50vw auto;
      gap: 1rem;
    }


@media (min-width: 800px) {
  .footer_links{
      display: flex;
      padding: 2rem 0;
      width: 100%;
      justify-content: space-between;
      font-size: 16px
    }
}

    .footer_links .box {
      flex: 1 1 22%; 
      max-width: 235px; 
    }

    .box {
      flex: 1;
    }

    /* Dobrar o espaçamento antes da última caixa */
    .box:nth-child(3) {
      margin-right: 1rem; 
    }

    .box ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .box li {
      margin-bottom: 0.5rem;
    }

    .box a {
      text-decoration: none;
      color: #ffffff;
    }

    .box a:hover {
      text-decoration: underline;
    }

    .social_box {
      display: flex;
      justify-content: space-evenly;
    }

    .social_box img {
      transition: opacity 0.2s ease;
    }

    .social_box a:hover img {
      opacity: 0.7;
    }

    .footer_logos_inner {
      padding: 0;
      align-self: flex-end;
      margin-bottom: 0.9rem;
    }


    .pkp_site_nav_toggle > span::before, .pkp_site_nav_toggle > span::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background: #FF3228;
    }


.pkp_nav_list ul a:hover {
  display: block;
  padding-left: .357rem;
  border-left: .357rem solid transparent;
  color: #000000;
  font-family: 'Inter', sans-serif;
  text-decoration: underline;
}

.pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 992px) {
.pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
  color: #000000;
  text-decoration: none;
  }
}

.pkp_site_nav_menu a {
  display: inline-block;
  padding: .125rem 0;
  color: #000000;
  text-decoration: none;
}

@media (min-width: 992px) {
  .pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    outline: 0;
    background: #ddd;
    border-color: #ff3228;
    color: #353535;
    text-decoration: none;
  }
}

/* Dropdown Menu */
@media (min-width: 992px) {
.pkp_nav_list ul a {
display: block;
padding-left: .357rem;
border-left: .357rem solid transparent;
color: #000000;
font-family: 'Inter', sans-serif;
  }
}

.pkp_site_nav_menu {
  background: #f5f5f5;
}

@media (min-width: 992px) {
  .pkp_site_nav_menu {
    display: block;
  }
}

.profile{
  text-align: left;
}

.logo_ipam {
  height: 100px;
  align-self: flex-end;
  margin-top: -12.5rem;
  margin-bottom: 3.5rem;
}

.logo_ipam img {
  margin-right: 10rem;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .pkp_page_index .journals > ul > li {
    width: 1000px;
  }
}

@media (min-width: 992px) {
  .pkp_page_index .journals > ul > li {
    width: 1200px;
  }
}

@media (min-width: 992px) {
  .pkp_navigation_primary > li ul {
    position: absolute;
    top: 100%;
    left: 0; /* ou right: 0 dependendo do alinhamento que queres */
    z-index: 1000;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .pkp_navigation_primary > li:hover ul {
    visibility: visible;
    opacity: 1;
  }
}


.cmp_form .buttons button {
  display: inline-block;
  padding: 0 1em;
  background: #FDEEED;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: none;
  border-radius: 0;
  box-shadow: none;
  font-size: .93rem;
  line-height: calc(2.143rem - 2px);
  font-weight: 700;
  text-decoration: none;
  color: red;
  text-decoration: none;
  display: inline-block;
}

.cmp_form .buttons button:hover {
  color: darkred;
}
