@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,900&display=swap');

body {
        background: url('/assets/images/pymenar2025/desktop/registro/registro.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
@media screen and (max-width:600px){
 body{
        background: url('/assets/images/pymenar2025/mobile/registro/registro.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
 }
}
.flex-fill-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}
body.login{
    Background:url('/assets/images/pymenar2025/desktop/login/login.png');
   -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
}

@media screen and (max-width:600px){
 body.login{
        background: url('/assets/images/pymenar2025/mobile/login/login.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
 }
}

body.agradecimiento {
        background: url('/assets/images/pymenar2025/desktop/agradecimiento/agradecimiento.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
@media screen and (max-width:600px){
 body.agradecimiento {
        background: url('/assets/images/pymenar2025/mobile/agradecimiento/agradecimiento.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
 }
}


body.error {
        background: url('/assets/images/pymenar2025/desktop/errors/error.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
@media screen and (max-width:600px){
 body.error {
        background: url('/assets/images/pymenar2025/mobile/errors/error.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
 }
}
body.bg-home {
        background: url('/assets/images/pymenar2025/desktop/inicio/home.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
@media screen and (max-width:600px){
 body.bg-home{
        background: url('/assets/images/pymenar2025/mobile/inicio/home.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
 }
}
.ablogo{
    max-width: 200px;
    width: 100%;
}

.titulo-agradecimiento
{
    font-family: 'avenirblack',Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #fff ;
}

.titulo
{
    font-family: 'avenirblack',Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #fff ;
}

.pyme{
    max-width: 300px;
    width: 100%;
}

.mensaje{
    font-family: 'avenir_lt_std55_roman',Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.form{
    /*background: rgb(92,75,23);
    background: linear-gradient(90deg, rgba(92,75,23,0.9416141456582633) 0%, rgba(219,179,55,1) 100%);*/
    margin-top: 80px;
}
/** formato de formulario en parrillas de 3 x 4 */
.grid-form {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 10px 12px;
          align-items: center;
        }
        /**media para ajustar el tamaño en moviles */
                @media (max-width: 992px) {
          .grid-form {
            grid-template-columns: repeat(2, 1fr);
          }
        }

        @media (max-width: 600px) {
          .grid-form {
            grid-template-columns: 1fr;
          }
        }
/** cambiar color fuentes y tamaño */
    label.form-label {
          font-weight: 300;
          margin-bottom: 3px;
          white-space: normal;
          color: #000000 !important;/**color negro */
          font-size: 10px;/** tamaño de la fuente*/
          font-family: 'avenirlight',sans-serif; /**fuente mas fina y delgada */
        }
/**cambiar etiquetas alterno para fondo oscuro y configuración manual de fuente  */
            label.form-label-secondary {
          font-weight: 300;
          margin-bottom: 3px;
          white-space: normal;
          color: #ffffff !important;/**color negro */
          /*font-size: 10px;*/ /** tamaño de la fuente*/
          font-family: 'avenirlight',sans-serif; /**fuente mas fina y delgada */
        }
/**color para el select y redmiension  */
        input.form-control-sm,
        select.form-select-sm {
          font-size: 10px;
          font-weight: 300;
          padding: 5px 6px;
          width: 100%;
          box-sizing: border-box;
          border-radius: 0;
          border: 1px solid #ccc;
          color: #050505;
          font-family: 'avenirblack', sans-serif;
        }


.form-label{
    font-family: 'avenirblack',sans-serif;
    color: #fff;
    font-size: 13px;
}

.mandatory{
    font-family: 'avenirlight',sans-serif;
    color: #fff;
    font-size: 10px;
}
/*boton principal lineas negras*/
.btn-primary{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 10px;
  margin-top: auto;
  background: linear-gradient(to right, #ffbb0000, #c9970c00); /* fondo transparente */
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 300;
   max-width: 180px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-clip: padding-box;
  overflow: hidden;
  font-family: 'avenirlight',sans-serif;
}

.btn-primary::before,
.btn-primary::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  pointer-events: none;
}

.btn-primary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-left: 1px solid rgb(0, 0, 0);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  pointer-events: none;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  pointer-events: none;
}
.btn-primary:hover {
  background-color: transparent !important; /* Elimina cualquier color sólido */
  background-image: none !important; /* Evita fondos por gradiente de Bootstrap */
  color: rgb(0, 0, 0);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1); /* efecto opcional de brillo sutil */
}

.btn-primary::before,
.btn-primary::after {
border-color: rgba(0, 0, 0, 0.6); /* Borde un poco más visible */
}

.btn-primary:hover::before {
  border-bottom: 1px solid #0c0c0c;
  border-left: 1px solid #0c0c0c;
}

.btn-primary:hover::after {
  border-top: 1px solid #0c0c0c;
  border-right: 1px solid #0c0c0c;
}

@media (max-width: 600px) {
  .btn-primary {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}

/**contenedor del formulario con el rediseño */
.card-register{
    max-width:600px;
    width:600px;
    background:linear-gradient(135deg, #EFD609, #D8AE33);
    color: #3a1a00;
    border-radius: 0;
    font-family:'avenirblack','sans-serif';
    font-size: 10px;
    font-weight: 300;
}

.card-login{
    max-width:600px;
    width:600px;
    background:url('/assets/images/pymenar2025/desktop/login/cardbackground.png');
    background-size: cover;
    color: #3a1a00;
    border-radius: 0;
    font-family:'avenirblack','sans-serif';
    font-size: 10px;
    font-weight: 300;
}

/** boton alterno lineas blancas */
.btn-secondary{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 10px;
  margin-top: auto;
  background: linear-gradient(to right, #ffbb0000, #c9970c00); /* fondo transparente */
  color: white;
  font-size: 12px;
  font-weight: 300;
   max-width: 180px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-clip: padding-box;
  overflow: hidden;
  font-family: 'avenirlight',sans-serif;
}
.btn-secondary::before,
.btn-secondary::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  pointer-events: none;
}

.btn-secondary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  pointer-events: none;
}

.btn-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid white;
  border-right: 1px solid white;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  pointer-events: none;
}

.btn-secondary:hover {
  background-color: transparent !important; /* Elimina cualquier color sólido */
  background-image: none !important; /* Evita fondos por gradiente de Bootstrap */
  color: white;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1); /* efecto opcional de brillo sutil */
}

.btn-secondary::before,
.btn-secondary::after {
border-color: rgba(255, 255, 255, 0.6); /* Borde un poco más visible */
}

.btn-secondary:hover::before {
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

.btn-secondary:hover::after {
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}





@media screen and (max-width: 600px){
    .reduce-image-mobile img
    {
        max-width: 30px !important;
    }
    .reduce-padding
    {
        padding-top: 10px !important;
        padding-bottom: 50px !important;
    }
    .reduce-pad{
        padding-top: 20px !important;
    }
    .fixed-bottom{
        position: static;
    }

    .form{
        margin-top: 10px;
    }


}

.color-navbar-yellow{
    background:url('/assets/images/pymenar2025/desktop/elements/yellowdegrate.png');
    position: relative;
    background-size: cover;
}
@media (max-width: 600px) {
    .color-navbar-yellow {
        display: none !important;
    }
}
/* Mostrar desktop por defecto, ocultar móvil */
.logo-bar-mobile {
    display: none;
}
.logo-bar-desktop {
    display: block;
}

/* A partir de 600px o menos, ocultar desktop y mostrar móvil */
@media (max-width: 600px) {
    .logo-bar-desktop {
        display: none !important;
    }
    .logo-bar-mobile {
        display: block !important;
    }
}
