@charset "UTF-8";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  max-width: auto;
}

hr{
  width: 100%;
}
.lg-body {
  padding: 20px;
  max-width: auto;
  margin: 0 auto;
}

.lg-top {
  padding-top: 5rem;
}

.lg-bar {
  width: 100%;
  overflow: hidden
}


.lg-bar .lg-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0
}

.lg-xlarge {
  font-size: 18px !important;
}

.lg-mainNav {
  position: sticky;
  top: 0;
  z-index: 100 !important;
  overflow: visible !important;
  padding: 8px 16px;
  float: left;
  width: 100%;
  margin: 0 auto;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  outline: 0;
}

.lg-ttlNav {
  /* Tamaño mínimo: 24px, Tamaño ideal: 5vw, Tamaño máximo: 48px */
  font-size: clamp(1.4rem, 1.8rem, 2.0rem);
  /*font-size: 2.4rem !important;*/
  font-family: "Lobster", Sans-serif;
  display: block;
  padding-top: 0.8rem;
}

@media screen and (max-width: 600px) {
  .lg-ttlNav {
    font-size: 1.5rem !important;
  }

  .fa-bars {
    font-size: 1.5rem !important;
  }
}

.lg-mnrPublic {
  min-width: 280px;
  right: 0;
  top: 3.5rem;
  z-index: 110 !important;
  position: absolute;
  border-radius: 0 0 0 10px;
  display: none;
  font-size: 1.5rem !important;
}

/* Menú Vertical Forzado */
.lg-mnrPublic a {
  display: block !important;
  width: 100% !important;
  padding: 14px 20px !important;
  text-align: left !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lg-right-align {
  text-align: right !important
}

.lg-tooltip,
.lg-display-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.img_share {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  border-style: none;
}

.lg-btn,
.lg-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}

.lg-transparent,
.lg-hover-none:hover {
  background-color: transparent !important
}

.lg-hover-none:hover {
  box-shadow: none !important
}

.lg-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 1
}

.lg-bar-block {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0
}

.lg-margin-right {
  margin-right: 16px !important
}

.lg-hide {
  display: none !important
}

.lg-show {
  display: block !important
}

.fa-bars {
  font-size: 2rem;
}

.lg-row {
  display: flex;
  justify-content: center;
}

/* 1. Invierte los colores (El icono negro se vuelve blanco) */
.icon-shadow {
  filter: drop-shadow(2px 4px 6px black);
}

.btntotop {
  display: none;
}

.icon-invert-tm {
  /* 1. Invierte los colores (El icono negro se vuelve blanco) */
  filter: invert(0);
}

/* Fin de boton regresar al inicio */
.lg-cookies-cont {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: 999999;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.lg-btn-cookie {
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

.text-center {
  text-align: center;
}

.lg-mainhead {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
}

.lg-ttl-mainhead {
  font-size: 3.5rem;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.lg-p-mainhead {
  font-size: 1.2rem;
  opacity: 0.8;
  max-width: 700px;
  margin: 0 auto;
}

.lg-card-4,
.lg-hover-shadow:hover {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.lg-card-1 {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    flex-direction: column;
}

.lg-card1-hd {
  display: flex;
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.lg-card1-bd-col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 1rem;
  mix-blend-mode: luminosity;
  padding: 1rem;
  border-radius: 8px;
  padding: 0.5rem;
  margin: 0.5rem;
}
.lg-card1-bd-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 1rem;
  mix-blend-mode: luminosity;
  border-radius: 8px;
  padding: 0.5rem;
  margin: 0.5rem;
}

.lg-card1-bd-item{
  display: flex;
  flex-direction: row;
  padding: 0.5rem;
  margin: 0.5rem;
}
.lg-card1-bd-col-ii {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 1rem;
  mix-blend-mode: luminosity;
  border-radius: 8px;
  padding: 0.5rem;
  margin: 0.5rem;
  max-width: 50%;
}
@media screen and (max-width: 600px) {
  .lg-card1-bd-col-ii {
    display: contents;
    text-align: center;
  }
  .lg-card1-bd-row {
    display: flow;
    padding: 0px;
  } 
  .lg-card1-bd-item {
    display: flow;
  }   
}
.lg-card2 {
  display: block;
  font-size:0.8rem;
  border-radius: 8px;
}

.lg-card2 h1 {  
  padding: 0.5rem;  
  margin: 0.5rem;
  padding-top: 1.2rem;
  font-size:1.8rem;
}

.lg-card2-bd{
  width: 100%;
  font-size: 1rem;
  padding: 5px;
  margin-top: -5px;  
  border-radius: 0 0 8px 8px;
  background: rgba(0, 0, 0, 0.2);
}

.lg-card2-bd-item{
  margin: 0.8rem;
}

.row {    
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    justify-content: space-around;
}

.rowfull {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

@media (min-width: 700px) {
    .lg-3-col {
        flex: 0 0 auto;
        width: 30%;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}