html {
    overflow-y: scroll;
    height:100%;
}
body {
    height:100%;
    FONT-FAMILY: 'Ropa Sans';
}
a
{
   FONT-SIZE: 12px;
   FONT-FAMILY: 'Ropa Sans';
   color:#222222;
   text-decoration:none;
}
.clsshopname
{
   background-color:#DE1600;
   border:1px solid #DE1600;
   font-size:14px;
   font-family:'Ropa Sans';
   font-weight:800;
   color:#FFFFFF;
   border-radius:8px;
   padding:6px;
   padding-left:16px;
   padding-right:16px;
   margin-left:10px;
}
.ximg
{
   width:0px;
   padding-left:0px;
   padding-right:0px;
}
.initimage
{
   width:100%;
   border-radius:10px;
   float:left;
   min-width:100px;
   max-width:320px;
   margin-right:10px;
   margin-bottom:10px;
}
/*
.mobile-hidden

{
   display: table-cell;;
}
*/
.headercentertd
{
   text-align:center;
}
.headerrighttd
{
   display: none;
   padding-right:10px;
}
.full-hidden
{
   display:none;
}

@media only screen and (max-width: 735px)
{
   .onebitv2resizemobile
   {
      display: none !important;
   }
   .onebitv2resizemobileact
   {
      display: normal !important;
   }
}
@media only screen and (min-width: 734px)
{
   .onebitv2resizemobile
   {
      display: normal !important;
   }
   .onebitv2resizemobileact
   {
      display: none !important;
   }
}

@media only screen and (max-width: 465px)
{
   .buttondarksmallv2mobile
   {
      max-width:100% !important;
      width:100% !important;
   }
}


@media only screen and (min-width: 320px) {
   .ximg
   {
      width:124px;
      padding-left:10px;
      padding-right:20px;
   }
   .xbitbtnspec
   {
      max-width:140px !important;
      font-size:12px !important;
   }
}
/* Desktop (pantallas ≥801px): botones fijos y pegados a cada extremo */
@media only screen and (min-width: 801px) {
  .button-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .button-row .mobile-fullwidth {
    float: none !important;
    display: block !important;
    width: 250px !important;   /* ancho fijo */
    margin: 0 !important;
  }
  .button-row .mobile-fullwidth button {
    width: 100% !important;     /* llena su contenedor */
  }
}
@media only screen and (max-width: 800px) {
    /* PARA BOTONES VOLVER */
   .button-row {
     display: flex !important;
     justify-content: space-between;
     align-items: center;
     gap: 4%;
   }
   .button-row .mobile-fullwidth {
     float: none !important;
     display: block !important;
     width: 48% !important;
     margin: 0 !important;
   }
   .button-row .mobile-fullwidth button {
     width: 100% !important;
     font-size: 12px !important;
   }
    
   .initimage
   {
      width:100%;
      border-radius:10px;
      float:none;
      min-width:100%;
      max-width:100%;
      margin-right:0px;
      margin-bottom:10px;
   }
   .mobile-margin
   {
      margin-top: 15px;
   }
   .mobile-fullwidth
   {
      width:100% !important;
   }
   .mobile-hidden
   {
      display:none;
   }
   .logo-cell {
      width: 100% !important;
      text-align: center !important;
    }
    
   .ximg {
     display: inline-block !important;
     margin: 0 auto !important;
     padding: 0 !important;
     width: auto !important;
   }
   .headercentertd
   {
      text-align:left;
   }
   .clsshopname
   {
      margin-left:20px;
   }
   .headerrighttd
   {
      display: none;
      padding-right:20px;
   }
   .full-hidden
   {
      display:table-cell !important;
   }
}
body.page
{
   FONT-SIZE: 12px;
   FONT-FAMILY: 'Ropa Sans';
   text-align: center;
   margin: 0 auto;
   background-color:#E9E9E9;
}
td.content
{
   FONT-SIZE: 14px;
   FONT-FAMILY: 'Ropa Sans';
   font-weight:400;
/*    background-color:#FFFFFF; */
}
td.content_row_clear
{
   FONT-SIZE: 12px;
   FONT-FAMILY: 'Ropa Sans';
}
b.msg_save_err
{
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   color: red;
   font-weight: bold;
}
b.msg_save_ok
{
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   color: green;
   font-weight: bold;
}
.buttonv2
{
   background-color: #2F3E8F;
   color:white;
   font-size: 16px;
   FONT-FAMILY: Arial;
   border:0px;
   padding:10px;
   box-shadow: 0px 2px 0px 1px #19225D;
   border-radius: 7px;
   font-weight:700;
   height:46px;
   cursor:pointer;
}
.buttonbrightsmallv2
{
   background-color: #52B7F2;
   color:white;
   font-size: 16px;
   FONT-FAMILY: Arial;
   border:0px;
   padding:10px;
   border-radius: 7px;
   font-weight:700;
   height:36px;
   cursor:pointer;
}
.buttondarksmallv2
{
   background-color: #1A235D;
   color:white;
   font-size: 16px;
   FONT-FAMILY: Arial;
   border:0px;
   padding:10px;
   border-radius: 7px;
   font-weight:700;
   height:36px;
   cursor:pointer;
}
b.header
{
   font-size: 22px;
   FONT-FAMILY: 'Ropa Sans';
   color: #19225D;
   font-weight: bold;
}
input.buttonsmall
{
   border:1px solid #4CDA4B;
   font-size: 12px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#B6FFB5;
   color:#356135;
   font-weight:bold;
   cursor:pointer;
}
input.buttonsmall:hover
{
   border:1px solid #30A12F;
   font-size: 12px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#4CDA4B;
   color:#222222;
   font-weight:bold;
   cursor:pointer;
}
input.buttonsmallred
{
   border:1px solid #FF8989;
   font-size: 12px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#FFD3D3;
   color:#333333;
   font-weight:bold;
   cursor:pointer;
   padding:3px;
}
input.buttonsmallred:hover
{
   border:1px solid #FF5A5A;
   font-size: 12px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#FFB1B1;
   color:#333333;
   font-weight:bold;
   cursor:pointer;
   padding:3px;
}
input.button
{
   border:1px solid #4CDA4B;
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#B6FFB5;
   color:#356135;
   padding:5px;
   font-weight:bold;
   cursor:pointer;
}
input.button:hover
{
   border:1px solid #30A12F;
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#4CDA4B;
   color:#222222;
   padding:5px;
   font-weight:bold;
   cursor:pointer;
}
input.buttongrey
{
   border:2px solid #CCCCCC;
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#EEEEEE;
   color:#666666;
   padding:5px;
   font-weight:bold;
   cursor:pointer;
}
input.buttongrey:hover
{
   border:2px solid #999999;
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#CCCCCC;
   color:#222222;
   padding:5px;
   font-weight:bold;
   cursor:pointer;
}
input.buttonback
{
   border:2px solid #FF8989;
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#FFD3D3;
   color:#333333;
   padding:5px;
   font-weight:bold;
   cursor:pointer;
}
input.buttonback:hover
{
   border:2px solid #FF5A5A;
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#FFB1B1;
   color:#333333;
   padding:5px;
   font-weight:bold;
   cursor:pointer;
}
input.buttonnormal
{
   border:2px solid #999999;
   font-size: 12px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#CCCCCC;
   color:#222222;
   padding:2px;
   font-weight:bold;
   cursor:pointer;
}
.textwhitev2small
{
   border:1px solid #EEEEEE;
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   padding:6px;
   background-color:#FFFFFF;
   border-radius: 7px;
   color:#666666;
   outline:none; 
}
.textwhitev2
{
   border:1px solid #EEEEEE;
   font-size: 18px;
   FONT-FAMILY: 'Ropa Sans';
   padding:10px;
   background-color:#FFFFFF;
   border-radius: 7px;
   color:#666666;
   outline:none; 
}
.textwhitev2:focus
{
   border:1px solid rgba(80, 181, 238, 0.6);
   font-size: 18px;
   FONT-FAMILY: 'Ropa Sans';
   padding:10px;
   background-color:#E6F1F8;
   border-radius: 7px;
   color:#666666;
   outline:none;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
input.text
{
   border:1px solid #CCCCCC;
   font-size: 12px;
   FONT-FAMILY: 'Ropa Sans';
}
textarea.text
{
   border:1px solid #CCCCCC;
   font-size: 12px;
   FONT-FAMILY: 'Ropa Sans';
}
select.textnormal
{
   border:1px solid #CCCCCC;
   font-size: 12px;
   FONT-FAMILY: 'Ropa Sans';
   background-color:#FFFFFF !important;
}
select.text
{
   border:2px solid #CCCCCC;
   font-size: 14px;
   FONT-FAMILY: 'Ropa Sans';
   padding:3px;
   background-color:#FFFFFF !important;
}

/* === BLOQUE NUEVO PARA IMAGEN PRINCIPAL*/
.welcome-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
  text-align: left;
}

.welcome-img img {
  max-width: 180px;
  max-height: 130px;
  object-fit: cover;
  border-radius: 10px;
}

.welcome-text {
  max-width: 600px;
}

/* --- Título corregido */
.welcome-title {
  font-size: 27px;
  line-height: 1.5;
  text-transform: uppercase;
  word-break: break-word;
  white-space: normal;
  color: #19225D;
  margin-bottom: 10px;
  display: block;
}

.welcome-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.welcome-list li {
  padding-left: 30px;
  background: url('../images/check.png') no-repeat left 2px;
  background-size: 18px 18px;
  font-size: 20px;
  line-height: 24px;
  color: #777777;
}

/* === ESPACIO EXTRA ABAJO === */
.welcome-table {
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .welcome-table {
    margin-bottom: 10px !important;
  }
}

/* === RESPONSIVE (hasta 800px) === */
@media only screen and (max-width: 800px) {
  .welcome-block {
    flex-direction: row;
    gap: 15px;
  }

  .welcome-img img {
    max-width: 45vw;
    max-height: 155px;
    height: auto;
  }

  .welcome-text {
    max-width: 55vw;
  }

  .welcome-title {
    font-size: 13px;
    line-height: 1.2;
  }

  .welcome-list li {
    padding-left: 20px;
    font-size: 11px;
    line-height: 18px;
    background-size: 13px 13px;
    background-position: left 3px center;
  }
}

/* === Footer === */
@media (max-width:800px) {
  .footer-ioi {
    padding: 18px 20px;
  }

  .footer-column span {
    font-size: 14px;
  }

  .footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, .1);
    background: #fff;
    z-index: 1000;
  }

  body::after {
    content: '';
    display: block;
    height: var(--footer-h, 100px);
    width: 100%;
  }
}

.footer-wrapper {
  max-width: 880px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.footer-ioi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px;
  border-top: 1px solid #ddd;
  gap: 12px;
  font-family: 'Ropa Sans', sans-serif;
  font-size: 16px;
  color: #333;
}

.footer-column {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.footer-column span {
  font-size: 16px;
}

.footer-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}