html{
  font-size: 18px
}
.sign-background {
  background: url("../img/background.jpg");
  background-size: cover; background-position:center center; background-attachment: fixed;
}
.logo {
  width: 150px;
  max-width: 100%;
}
.post-content img {
  max-width: 100% !important;
  height: auto;
}
.post-content {
  font-size: 1.2em
}

.post-content h6 {
  margin: 0.25em;
}

.landing-page {
  max-width: 1400px;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 1440px) {
  .landing-page{
    padding: 0 16px;
  }
  html{
    font-size: 16px
  }
}
a.link-none {
  text-decoration: none;
}
a.link{
  opacity: 0.9;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted;
  transition-duration: 0.3s;
  word-wrap: break-word;
}

a.link:hover{
  border-bottom: 1px dotted rgba(0,0,0,0);
  transition-duration: 0.3s;
  opacity: 1;
}
.bg-gradient { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important}
.bg-parallax {
  background: linear-gradient(rgb(0,0,0,1), rgb(0,0,0,0.4))
}

.magnifier{
  transition: transform 0.3s ease-in-out;
}
.magnifier:hover{
  -webkit-transform: scale(1.010);
  transform: scale(1.010);
}

.card-radius {
  border-radius: 1em;
}
.card-radius-2 {
  border-radius: 2em;
}
.card-radius-3 {
  border-radius: 3em;
}

.transition-fade {
  transition: all 0.3s ease-in-out
}

.text-dark-chaos-hover{transition: all  0.5s ease-in-out;}
.text-dark-chaos-hover:hover{background: #333; color: #fff; transition: all  0.5s ease-in-out;}
.q-img__scale {transition: .5s;}
.q-img__scale:hover {transition: .5s; transform: scale(1.1) !important}

.text-shadow { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}
.bg-blur {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
}
.bg-blur-01 {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
}

.bg-fixed-home{
  background-image: url('../imgs/parallax-home.png');
  background-size: cover;
}

.q-img__scale_hover {transition: .5s; transform: scale(1.1) !important}

.q-dialog-no-backdrop .q-dialog__backdrop {
  backdrop-filter: blur(0.2em) !important;
  -webkit-backdrop-filter: blur(0.2em) !important;
}
.border-white {
  border-bottom: 2px solid #fff;
}
.border-primary {
  border-bottom: 2px solid #00305b;
}
.border-orange {
  border-bottom: 2px solid #d3411d;
}

#mainTable .q-table__top {
  background-color: var(--q-primary)!important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important
}

.q-table--no-wrap td {
  white-space: normal !important;
}

.nowrap {
  white-space: nowrap;
}

.dp__pointer {
    background: transparent !important;
    color: white !important;
    border: none !important;
    border-bottom: 1px solid white !important;
    border-radius: 0px !important;
}

.dp__input_icons {
  color: #fff !important;
}


.contact-banner,
.contact-banner-shadow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  padding: 1rem 3rem;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.contact-banner {
  background: linear-gradient(to right, #1b2a41, #243b6b) !important;
  color: white;
  left: 0;
  min-width: 500px;
  width: 50vw;
  max-width: 100%;
  z-index: 2;
  opacity: 0.9;
}

.contact-banner-shadow {
  background: white;
  left: 6px; /* desplazamiento horizontal */
  width: 35%;
}

.bg-card-shadow {
  background: #dcdcdc;
  width: 100%;
  height: 100%;
  top: 12px;
  left: 12px;
  border-radius: 8px;
}

.card-content {
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;  /* Vertical */
  min-height: 140px;
}

.check-icon {
  top: 0;
  bottom: 0;
  margin: auto;
}
.check-icon.left {
  left: -30px;
}
.check-icon.right {
  right: -30px;
}

.full-height-page-background-header {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  overflow: hidden;
}
.full-page-background-header {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  overflow: hidden;
}
.full-image-height {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: center;
}
.absolute-full-height {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ribbon-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.ribbon {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  padding: 1.5rem 2rem;
  color: white;
  opacity: 0.95;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.ribbon-title {
  background: linear-gradient(to right, #1b2a41, #243b6b);
}

.ribbon-paragraph {
  background: linear-gradient(to right, #2c3e50, #34495e);
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ribbon-container {
    padding: 1rem;
  }
}

.scrollable-card {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.full-page-background-header2 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}
.full-image-height2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: right;
}
.absolute-full-height2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.caption-custom {
  background: rgba(12, 42, 60, 0.5);
}

.square-search {
  background: rgba(0,0,0,.07);
  padding: 25px 15px 10px 15px;
}
.bg-blur-dark {
  background-color: rgba(12,42,60,.7);
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
}