/*
Description: Gallery Maneskin
Author: Maria Carolina Costa
Author URI: http://portfolio.mcarolina.com.br/
*/

/* --------------------------------------------------------------
   FONT FACES
   Definição de fontes personalizadas para o projeto.
-------------------------------------------------------------- */
@font-face {
  font-family: Galano_Grotesque_Light;
  src: url("fonts/galano-grotesque-light-webfont.woff2") format("woff2"), url("fonts/galano-grotesque-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Galano_Grotesque_Regular;
  src: url("fonts/galano-grotesque-regular-webfont.woff2") format("woff2"), url("fonts/galano-grotesque-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Galano_Grotesque_Medium;
  src: url("fonts/galano-grotesque-medium-webfont.woff2") format("woff2"), url("fonts/galano-grotesque-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Galano_Grotesque_SemiBold;
  src: url("fonts/galano-grotesque-semibold-webfont.woff2") format("woff2"), url("fonts/galano-grotesque-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CircularStd_Bold;
  src: url("fonts/circularstd-bold.woff2") format("woff2"), url("fonts/circularstd-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@import url(https://fonts.googleapis.com/css?family=Abel|Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Roboto+Condensed:400,700|Poppins:300,400,500,600,700);

/* --------------------------------------------------------------
   BASE STYLES & RESET
   Estilos globais e reset para elementos HTML.
-------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #0c0c0c;
  font-family: Galano_Grotesque_Regular, sans-serif;
  font-size: 0.8125rem;
  color: #f5f5f5;
  line-height: 1.8;
  text-align: justify;
  word-wrap: break-word;
  cursor: default;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

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

fieldset {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

/* --------------------------------------------------------------
   SCROLLBAR
   Estilos personalizados para a barra de rolagem.
-------------------------------------------------------------- */
::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.5rem;
  border: 0.0625rem solid #101010;
  background: #101010;
}

::-webkit-scrollbar-thumb {
  height: 0.3125rem;
  border: 0.25rem solid #414141;
  background-color: #414141;
}

/* --------------------------------------------------------------
   LAYOUT STRUCTURE
   Estilos para a estrutura geral do layout e utilitários.
-------------------------------------------------------------- */
#container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.spacer {
  display: block;
  width: 100%;
  height: 0.625rem;
}

.cpgmenu img,
.IL_BASE,
.hide,
.mobile-name,
.afn,
.adsbygoogle,
.aswift_1_host,
.aswift_2_host,
.aswift_3_host,
.google-auto-placed,
.adsbygoogle_adsbygoogle-noablate,
.adsbygoogle-noablate,
.adsbygoogle.adsbygoogle-noablate,
.footer {
  display: none !important;
}

body,
html,
.blocks,
.spacelalt,
.first-area,
.second-area,
.cpg-nav,
.site-footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img,
a,
a:hover:after,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.clear {
  clear: both;
  display: block;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.align-center {
  display: block;
  margin: 0.3125rem auto !important;
}

.alignleft {
  margin: 0.3125rem 1.25rem 1.25rem 0 !important;
  float: left;
}

.alignright {
  margin: 0.3125rem 0 1.25rem 1.25rem !important;
  float: right;
}

/* --------------------------------------------------------------
   HEADER STYLES (Bloco: header)
   Estilos para o cabeçalho principal da página.
-------------------------------------------------------------- */

header.topo {
  position: relative;
  width: 100%;
  max-width: 93.5625rem;
  min-height: 52.4375rem;
  margin: 0 auto 1%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: visible;
  aspect-ratio: 1497 / 839;
  background: url(./images/gallery-maneskin__bg.png) top center no-repeat;
  background-size: cover;
  z-index: 0;
}

.sub_header {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.gallery-maneskin__link-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 101;
  position: relative;
  cursor: default;
}

.gallery-maneskin__link {
  background: #fff;
  color: #646464;
  font-family: CircularStd_Bold, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.25rem 0.625rem;
  border-radius: 2.5rem;
  font-size: 0.57625rem;
  transition: background 0.3s;
}

.gallery-maneskin__link:hover {
  background: #333;
  color: #fff;
}

.gallery-maneskin__link-separator {
  color: #a0a0a0;
  background: #414141;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 0.8125rem;
}

.gallery-maneskin__logo-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 101;
}

.gallery-maneskin__logo {
  max-width: 100%;
  width: 42rem;
  height: auto;
  margin: 0.5rem 0 0;
}

/* --------------------------------------------------------------
   INFO SECTION (Bloco: info)
   Estilos para o bloco principal de texto e imagens laterais.
-------------------------------------------------------------- */
.info {
  background: #171717;
  width: 100%;
  min-height: 15.625rem;
  margin: -0.8rem auto 0;
  padding: 1rem 1.125rem;
  display: flex;
  align-items: stretch;
}

.info__left {
  margin-right: 0.9375rem;
  flex-shrink: 0;
}

.gallery-maneskin__side-art {
  max-width: 19.375rem;
}

.gallery-maneskin__side-art img {
  max-width: 100%;
  height: auto;
  display: block;
}

.info__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.info_text {
  background: #000;
  color: #7b7b7b;
  padding: 1rem;
  margin: 0;
}

.info p {
  text-align: justify;
  font-family: Galano_Grotesque_Regular, sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}

.info_text p b:first-child {
  color: #ff007c;
  font-family: Galano_Grotesque_Medium, sans-serif;
}

.info_text p b,
.info_text p strong {
  font-weight: bold;
  color: inherit;
}

/* --------------------------------------------------------------
   MENU STYLES (Bloco: cpgmenu)
   Estilos para o menu de navegação.
-------------------------------------------------------------- */
.cpgmenu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0.3rem 0 1rem;
}

.cpgmenu a {
  background-color: #f5f5f5;
  border: 0.0625rem solid #a5a39f;
  padding: 0.1875rem 0.3125rem;
  font-family: Galano_Grotesque_SemiBold, sans-serif;
  font-size: 0.66rem;
  color: #9d9d9d;
  text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
  position: relative;
}

.cpgmenu a:hover {
  background-color: #e0e0e0;
  color: #333;
}

.cpgmenu a:focus,
.cpgmenu a:hover,
.cpgmenu a:active {
  color: #848484;
}

/* --------------------------------------------------------------
   SOCIAL MEDIA STYLES (Bloco: redes)
   Estilos para os ícones de redes sociais.
-------------------------------------------------------------- */

.redes {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.redes_text {
  font-family: Galano_Grotesque_Medium, sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 0.63rem;
}

.redes_text,
.redes_text b {
  color: #4f4f4f;
}

.redes .soci {
  display: flex;
  gap: 0.625rem;
}

.redes .soci a {
  color: #707070;
  padding: 0.1875rem 0.625rem;
  background: #fff;
  border: 0.0625rem solid #707070;
  font-size: 1rem;
  display: flex;
  align-items: center;
  height: 2.25rem;
  flex: 1 1 auto;
}

.redes .soci a:hover {
  color: #242424;
}

/* --------------------------------------------------------------
   CATEGORY COVER (Bloco: cat-wrapper)
   Estilos para a capa da categoria.
-------------------------------------------------------------- */
.cat-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.capa-categoria {
  text-align: center;
  width: 8.5rem;
  padding: 10px;
  background: #171717;
  object-fit: cover;
}

.capa-categoria img {
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------------------
   TABLE & GALLERY STYLES (Blocos: maintable, tabs-table, thumbnails)
   Estilos para tabelas e galerias de imagens.
---------------------------------------------------------------- */
.maintable {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 2%;
  background-color: #101010;
}

/* .maintable tr {
  display: flex;
}

.maintable td.thumbnails {
  display: flex;
  flex-direction: column;
} */

.maintable a:hover img {
  opacity: 0.9;
}

.tabs-table,
.tabs-table-alt {
  margin: 0 auto;
  padding: 0;
}

.tabs-table-alt .tableh1-small {
  display: block;
  margin: 0 auto;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  width: 96%;
}

.cln1 {
  width: 100%;
}

.tableh1,
.tableh2 {
  font-family: CircularStd_Bold;
  background: #262626;
  border-left: 0.2rem solid #f30022;
  cursor: default;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 0.8125rem;
  color: #7b7b7b;
  padding: 1.5625rem;
  text-transform: uppercase;
}

.tableh1:nth-child(1),
.tableh2 {
  border-left: 0.4375rem solid #f30022;
}

.tableh1:nth-child(3) {
  border-right: 0.4375rem solid #f30022;
}

.tableh2_empty {
  background: transparent;
  border: none;
}

.tableh1 img {
  display: none;
}

.tableh1_compact {
  font-family: CircularStd_Bold, sans-serif;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.0625rem;
  padding: 0.625rem;
}

.tableh1-stat {
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #262626;
  padding: 1.5625rem;
  border-left: 0.4375rem solid #f30022;
}

h2 {
  font-size: 12px;
  font-weight: 600;
  font-family: Galano_Grotesque_Medium, sans-serif;
  margin: 0px;
  background: transparent;
  font-size: 12px;
}

.statlink2 {
  padding: 0;
  font-family: Galano_Grotesque_Medium, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #fff;
  cursor: default;
}

.statlink2 a {
  text-decoration: none;
  font-size: 0.625rem;
  margin-right: 0.625rem;
  text-transform: uppercase;
  color: #fff;
  padding-left: 0.3125rem;
  font-weight: 700;
}

.statlink2 b,
.statlink2 strong {
  color: #ff007c;
}

.pic_title {
  margin: auto 0;
  background-position: top left;
  background-repeat: repeat-x;
  font-weight: 300;
  font-family: CircularStd_Bold, sans-serif;
  text-transform: uppercase;
  font-size: 0.6875rem;
  color: #b0b0b0;
  letter-spacing: 0.0625rem;
  padding: 0.625rem;
}

.tableh2_compact {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.625rem 0.625rem 0.625rem 5.8125rem;
  border-radius: 0.3125rem;
}

.tableh2_compact a {
  color: #fff;
}

.tableb {
  text-align: justify;
}

.tableb,
.tablef {
  padding: 0.625rem;
  font-size: 0.8125rem;
  background: rgba(0, 0, 0, 0.05);
  letter-spacing: 0px;
  text-transform: none;
  color: #4f4f4f;
}

.tableb_compact {
  padding: 0;
  overflow: hidden;
}

.tableb_alternate {
  background: rgba(0, 0, 0, 0.05);
  padding: 0px;
  padding-right: 10px;

  padding-left: 10px;
}

.tableb_alternate .thumbnails {
  padding: 0 0 0.625rem;
}

.tableb_alternate .image.thumbnail {
  width: 7.5rem;
  height: auto;
}

.tablef {
  padding: 0.625rem;
  overflow: hidden;
}

.tableb a {
  color: #c7c7c7;
  font-weight: bold;
}

.tableb a:hover {
  color: #b9b9b9;
}

.tableb .tableb {
  color: #fff;
}

.catrow,
.catrow_noalb {
  overflow: hidden;
  color: #fff;
  line-height: 1.5625rem;
  margin-bottom: 0.3125rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
  padding: 1.25rem 0;
}

.catlink {
  margin-bottom: 1rem;
  display: block;
}

.catlink a {
  font-family: CircularStd_Bold, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 0.625rem;
  background: #ff007c;
}

.catrow .catlink a:hover,
.catrow_noalb .catlink a:hover {
  background: #262626;
}

/* --------------------------------------------------------------
   THUMBNAIL STYLES (Bloco: thumbnails)
   Estilos para as miniaturas de imagens.
-------------------------------------------------------------- */

.thumbnails {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  color: #7b7b7b;
}

.thumbnails:hover .thumb_title_views {
  background: #171717;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
/* 
.thumbnails,
.thumbnails * {
  box-sizing: content-box !important;
} */

.thumbnails img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.maintable:first-child .thumbnails img.image {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  object-fit: cover;
  position: relative;
}

.thumbnails img.image {
  width: 140px;
  height: 160px;
  background: #171717;
  /* padding: 10px; */
}

.thumb_empty img.image {
  background: none;
}

.image {
  margin: 0px;
}

.thumb_filename {
  font-size: 0.625rem;
  display: block;
}

.thumb_valor {
  padding: 0.625rem;
  background: #9ad3fd;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #5280a1;
  display: table;
  width: 8.125rem;
  position: absolute;
  top: 0;
  left: 0;
}

.info_image {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.7rem;
}

.info_image > * {
  order: 1;
}

.info_image .thumb_caption_caption {
  order: 99;
}

.thumb_title_title {
  font-family: "Open Sans";
  padding: 0.9375rem 0.625rem;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 0.6875rem;
  text-align: center;
  background: #171717;
  position: relative;
  text-transform: uppercase;
  border-bottom: 10px #262626 solid;
}

.thumb_title_views {
  width: 40%;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin: 0.5rem 0;
  padding: 5px 0;
  background: #ff007c;
  color: #fff;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}

.thumb_caption {
  line-height: 1.5;
  display: block;
}

.thumb_caption_ctime {
  width: 60%;
}

.thumb_caption_caption {
  background: #fff;
  width: 100%;
  padding: 0.625rem;
}

.pic_caption {
  text-transform: uppercase;
  font-size: 0.625rem;
  padding: 1.25rem;
  background: #121212;
  display: block;
}

.thumb_num_comments {
  background: #121212;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #ccc;
  width: 8rem;
  margin-left: 0.625rem;
  font-weight: 900;
  font-size: 0.5625rem;
  padding: 0.625rem;
  display: block;
}

/* --------------------------------------------------------------
   LINK STYLES (Blocos: alblink, statlink)
   Estilos para links diversos.
-------------------------------------------------------------- */
/* .alblink {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.5625rem;
  color: #242424;
  font-family: CircularStd_Bold, sans-serif;
}

.alblink a {
  text-decoration: none;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  text-transform: uppercase;
  color: #000;
  padding-left: 0.3125rem;
  font-weight: 600;
}

.alblink a:hover {
  color: #fff;
} */

.alblink {
  font-weight: bold;
}

.alblink a {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0px;
  color: #7b7b7b;
}

.alblink a:hover {
  color: #fff;
}

.album_stat {
  color: #777;
  font-family: Verdana;
  margin: 0.3125rem 0;
  font-size: 0.75rem;
  line-height: 20px;
  padding: 10px;
  text-transform: none;
  font-weight: normal;
}

.statlink {
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.6875rem;
  color: #7b7b7b;
  cursor: default;
}

.statlink a {
  text-decoration: none;
  font-size: 0.625rem;
  margin-right: 0.625rem;
  text-transform: uppercase;
  color: #fff;
  padding-left: 0.3125rem;
  font-weight: 700;
}

.statlink a:hover {
  color: #c9247a;
}

#rs_center {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem 0;
}

.sortorder_cell {
  background: transparent;
  color: #ffffff;
  padding-top: 0px;
  font-size: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0px;
}

/* --------------------------------------------------------------
   ADMIN & NAVIGATION STYLES (Blocos: navmenu, admin_menu)
   Estilos para menus de navegação e administração.
-------------------------------------------------------------- */
.navmenu {
  background: #171717;
  font-weight: 600;
  padding: 15px;
  margin: 0px;
  font-size: 11px;
  text-transform: uppercase;
  border-style: none;
}

.navmenu-active {
  padding: 0.3125rem 0.625rem;
  background: #242424;
  font-weight: 700;
  border-right: 0.0625rem solid #e7e7e7;
}

.navmenu a,
.navmenu a:focus,
.navmenu a:hover {
  display: block;
  padding: 0 0.625rem;
  color: #666;
}

.navmenu_pic img {
  max-width: inherit;
}

.tabs-table .navmenu a {
  border-right: 0.0625rem solid #e7e7e7;
}

.tabs-table td:last-child a {
  border: 0;
}

.admin_menu_wrapper {
  width: 85%;
  margin: 2rem auto;
}

.admin_menu_thumb {
  font-family: Arial, Helvetica, sans-serif;
  width: 5rem;
  font-size: 0.5625rem;
  border: 0.0625rem solid #a9a9a9;
  color: #707070;
  font-weight: 700;
}

.admin_menu_thumb a {
  color: #707070;
  text-decoration: none;
  display: block;
  padding: 0.0625rem 0.625rem;
}

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

.admin_menu {
  font-size: 0.625rem;
  background-color: #171717;
  color: #777;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.3125rem;
  text-align: center;
}

.admin_menu a {
  color: #777;
  text-decoration: none;
  display: flex;
  padding: 0.0625rem 0.125rem;
}

.admin_menu a img {
  margin-right: 0.3rem;
}

.admin_menu a:hover {
  color: #707070;
  text-decoration: underline;
}

/* --------------------------------------------------------------
   FOOTER STYLES (Bloco: cppfooter)
   Estilos para o rodapé da página.
-------------------------------------------------------------- */
.cppfooter {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: Galano_Grotesque_Medium, sans-serif;
  background: #f2f2f2;
}

.cppfooter .cppcontent {
  display: block;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  font-family: Galano_Grotesque_Medium, sans-serif;
  font-size: 0.75rem;
  cursor: default;
}

.cppfooter .cppcontent span {
  margin: 0 0.625rem;
}

.cred {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.0625rem;
  color: #7b7b7b;
  width: 85%;
  padding: 1rem;
  margin: 0 auto;
}

.cppfooter .cppcontent a {
  color: #7b7b7b;
  font-weight: bold;
}

.cppfooter .cppcontent a:hover {
  color: #c9247a;
}

/* --------------------------------------------------------------
   UTILITY CLASSES
   Classes de uso geral para estilos específicos.
-------------------------------------------------------------- */
.bdy {
  overflow: hidden;
  padding: 0;
}

.textinput {
  padding: 0 0.1875rem;
  background: #e1e1e1;
  border: 0.0625rem solid #ededed;
}

.button {
  padding: 0.2rem 0.5rem !important;
}

.button,
.tableb .buttonlist ul li a {
  border: none;
  margin: 0.5rem 0;
  padding: 0.5rem;
  background: #242424;
  color: #777;
  font-size: 0.6875rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.button img {
  margin-right: 0.2rem;
}

.tableb .buttonlist ul {
  display: flex;
  justify-content: space-around;
}

.tableb_alternate .buttonlist ul {
  flex-direction: column;
  margin-top: 1rem;
  gap: 0.5rem;
}

.icon {
  vertical-align: middle;
  margin-right: 0.5rem;
}

.button:focus,
.button:hover,
.buttonlist ul li a:focus,
.buttonlist ul li a:hover {
  color: #848484;
  text-decoration: underline;
}

.checkbox,
.radio {
  vertical-align: middle;
}

.bblink a,
.bblink a:focus {
  color: #bcbcbc;
}

.bblink a:hover {
  color: #848484;
  text-decoration: underline;
}

select {
  max-width: 18.75rem;
}

b,
strong {
  color: #c7c7c7;
}

.statlink b,
.statlink strong {
  color: #c9247a;
}

em,
i:not(.fa-brands, .fa-solid) {
  color: #fff;
  font-family: Galano_Grotesque_Medium, sans-serif;
  font-style: italic;
  font-size: 0.875rem;
}

ins,
u {
  text-decoration: underline;
}

/* --------------------------------------------------------------
   ADMIN SPECIFIC STYLES
   Estilos para a interface de administração.
-------------------------------------------------------------- */

.detail_head_collapsed::before {
  padding-right: 0.1875rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0da";
}

.detail_head_collapsed.detail_head_expanded::before {
  content: "\f0d7";
  color: #ff007c;
}

.detail_head_collapsed {
  font-weight: bold;
  text-transform: uppercase;
}

/* --------------------------------------------------------------
   RESPONSIVE STYLES FOR GALLERY MANESKIN
-------------------------------------------------------------- */

/*
  Common breakpoints used:
  - 250-359px: Very small devices
  - 360-389px: Small phones
  - 390-409px: Medium phones
  - 410-599px: Large phones
  - 600-720px: Small tablets
  - 721-800px: Medium tablets
  - 801-1024px: Large tablets
  - 1050px+: Desktop adjustments
  - 1250px+: Large desktop
*/

/* --------------------------------------------------------------
   GLOBAL RESPONSIVE ADJUSTMENTS (Mobile-First Base)
-------------------------------------------------------------- */

@media screen and (max-width: 720px) {
  header.topo {
    min-height: 75vh;
    background: url(./images/gallery-maneskin__mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: flex-start;
    margin-bottom: 50%;
    padding-top: 50%;
  }

  .bdy {
    width: 90%;
    margin: 0 auto;
  }

  .sub_header {
    width: 90%;
  }

  .redes {
    flex-direction: column;
    margin: 1.25rem 0;
    text-align: center;
  }

  .redes .soci {
    width: 100%;
    margin-top: 1rem;
  }

  .redes .soci a {
    flex: 1 1 25%;
    padding: 0.5rem 0;
    font-size: 1.25rem;
    height: auto;
    justify-content: center;
  }

  .thumbnail {
    width: 30%;
  }

  .cat-wrapper {
    font-size: 0.875rem;
  }

  .capa-categoria {
    width: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .cred,
  .sub_header {
    width: 95%;
  }

  .info__left {
    display: none;
  }

  .cpgmenu {
    justify-content: center;
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
  }

  .catrow,
  .catrow_noalb {
    padding: 15px 10px;
    font-size: 10px;
  }

  tr.tableb.tableb_alternate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  tr.tableb.tableb_alternate td {
    display: block;
    height: auto;
    font-size: 11px;
    padding: 0;
    border-radius: 4px;
    width: 95%;
    margin-left: 0;
    text-align: center;
  }

  td.tableh2 .alblink {
    display: flex;
    flex-direction: column;
    padding: 6px;
    height: auto;
    min-height: 80px;
    align-items: center;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    flex-wrap: nowrap;
  }

  .album_stat {
    margin: 10px 0;
  }

  .thumbnails {
    border: 0;
    padding: 5% 0;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .thumbnail {
    width: 45%;
    height: auto;
  }

  .thumbnails .image,
  .thumbnails:hover .image {
    border: 0 !important;
    max-width: 100% !important;
    height: auto;
  }

  .albums img,
  .thumbnails .thumb_caption_caption,
  .thumbnails .thumb_caption_ctime,
  .thumbnails .thumb_caption_mtime,
  .thumbnails .thumb_filename,
  .thumbnails .thumb_num_comments,
  .thumbnails .thumb_size,
  .thumbnails .thumb_title_owner,
  .thumbnails .thumb_title_title,
  .thumbnails .thumb_title_views {
    max-width: 100% !important;
    font-size: 0.75em;
    margin: 4px 0;
  }

  .thumbnails table td {
    padding: 5px;
  }

  .thumbnails .thumb_title_title {
    padding: 0;
  }

  .cppfooter .cppdisclaimer {
    font-size: 11px;
    padding: 0 10px;
    width: 95%;
  }
}

@media screen and (max-width: 1200px) {
  .cred,
  .sub_header {
    width: 95%;
  }

  .redes_text {
    font-size: 0.8rem;
  }

  .cpgmenu a {
    font-size: inherit;
  }
}

/* --------------------------------------------------------------
   SPECIFIC BREAKPOINT ADJUSTMENTS (Refinamentos)
-------------------------------------------------------------- */

@media screen and (min-width: 250px) and (max-width: 359px) {
  header.topo {
    min-height: 140vh;
  }

  .cpgmenu {
    gap: 1rem;
  }

  .thumbnail {
    width: 90%;
  }

  .capa-categoria {
    display: none;
  }
}

@media screen and (min-width: 360px) and (max-width: 389px) {
  header.topo {
    min-height: 80vh;
  }
}

@media screen and (min-width: 390px) and (max-width: 409px) {
  .thumbnail {
    width: 70%;
  }
}

@media screen and (min-width: 410px) and (max-width: 599px) {
  header.topo {
    min-height: 65vh;
  }

  .catrow,
  .catrow_noalb {
    padding: 18px 10px;
  }
  .thumbnail {
    width: 48%;
  }
}

/* @media screen and (min-width: 600px) and (max-width: 720px) {
}
 */

@media screen and (max-width: 800px) {
  .redes_text {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.topo {
    min-height: 60rem;
  }
}

/* --------------------------------------------------------------
   DESKTOP ADJUSTMENTS (Sobrescreve estilos mobile para telas maiores)
-------------------------------------------------------------- */

@media (min-width: 1250px) {
  section#container {
    max-width: 1250px;
    padding: 0;
  }
  .bdy section#container {
    max-width: 1063px;
    padding: 0;
  }
}
