/*
@font-face {
  font-family: "Montserrat";
  src: url(Montserrat-Regular.otf) format("truetype");
}
*/
@font-face {
  font-family: "fontGMX";
  src: url(Geomanist-Regular.otf) format("truetype");
}

body {
  /*
  font-family: "Montserrat";
  */
  font-family: "fontGMX";

  font-size: 16px;
  color: #4e443c;
  background-image: url("../img/back1.png");

  overflow: hidden;

  padding: 0;
  margin: 0;
  border: 0;

  width: 100vw;
  height: 100vh;

  flex-direction: column;

  /*
  background-image: url("../img/f_1.jpg");
   background-position: center;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;

  background-image: url("../img/back1.png");
  background-color: #dccda7;
  */
}

@media (max-width: 730px) {
  body .logTit_sub span{
    font-size: 9pt !important;
  }
}

.wrapper {
  width: 100%;
  max-height: 700px;
  overflow-y: auto;
}


.logo-main {
    /*background-image: url('../img/sep_blanco.png') !important;
    */
    background-image: url('../img/sep_blanco_2025_ch.png') !important;
    background-size: 100% auto;
    height: 55px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: top left;
}

.xBOR{
  border: 2px solid #fff;
}

ol {
    font-weight: bolder;
    text-align: justify;
    padding-inline-start: 20px !important;
}

.btn.disabled{
  cursor: not-allowed !important;
/* pointer-events: all !important; */
}


.tjust{
  text-align: justify;
}

.footer {
  margin-top: 5px;
  position: fixed;
  bottom: 0pt;
  left: 0pt;
  bottom: 1;
  width: 100%;
  min-height: 40px;
  padding-top: 10px;
  background-color: gainsboro;
  z-index: 99999999;
}

.card-hover{
  transition: all 0.2s ease;
  cursor: pointer;
}

.card-hover:hover{
  box-shadow: 5px 6px 6px 2px #e9ecef;
  transform: scale(1.01);
}