

/* Darker background on mouse-over */


table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

body {
  /*font-size: 14px;*/
  font-family: 'Montserrat', sans-serif;
  padding: 0 !important;
  overflow-x: hidden; 
}
/*.v1_2 {
  width: 393px;
  height: 852px;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v57_41 {
  width: 393px;
  height: 68px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}*/

.div-superior, .div-inferior {
  display: block;
  padding: 0 !important;
}

.div-inferior {
  margin-top: 179px; /* establece la distancia entre los dos divs */
}

.div-inferior2 {
  margin-top: 120px; /* establece la distancia entre los dos divs */
}

.bloque{
  background-color: black;
  color: white;
  padding: 10px 30px 10px 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.bloque-mb{
  border: #E4002B;
  border-radius: 10%;
  border-width: 2px;
  color:black;
  padding: 10px 30px 10px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.linea-vertical {
  float: center;
  width: 1px; 
  background: #ffffff;
  height: 100%;
  padding: 0px;
}

.linea-horizontal {
  float: center;
  width: 100%; 
  background: #E4002B;
  height: 1px;
  padding: 0px;
}

.botonbloque{
  background-color: #E4002B; 
  color: white;
  text-align: center;
  box-shadow: 2px 2px 3px 1px  rgba(255, 255, 255, 0.1);
}


.card-text{
  text-align: center;
  color: white;
}

.title{
  color:#000000;
  text-align:center;
  font-size: large;
  font-weight: bold;
  padding: 3px;
}

.text{
  color:#000000;
  text-align:center;
  font-size: small;
  padding: 3px;
}

.subtitle{
  color:#ffffff;
  text-align:center;
  font-size: medium;
}

.subtext{
  color:#ffffff;
  text-align:center;
  font-size: small;
}

.btn-group1 .opt-button,
.btn-group2 .opt-button {
  background-color:rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 6px;
  border-radius: 30%;
  margin-right: 2px;
  width: 35px;
  text-align: center;
  cursor: pointer;
}



.key-button {
  background-color:rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px 20px; 
  border-radius: 30%;
  margin-right: 5px;
  cursor: pointer;
}
.key-button:focus {
  background-color:rgba(0, 0, 0, 0.7);
}

.keyboard {
  display: grid;
  margin-left: 30%;
  margin-right: 30%;
  grid-template-columns: repeat(3, 1fr); /* crea tres columnas de igual tamaño */
  gap: 10px; /* espacio entre los botones */
  justify-content: center; /* centra el grid horizontalmente */
}

.simulator-button{
  background: black;
  height:60px;
  width:60px;
  border-radius: 50%;
  padding: 5px;
  margin: 2px;
}

.dim-icon{
  background: black;
  height:50px;
  width:50px;
  border-radius: 50%;
  padding: 5px;
  margin: 2px;
}


.modal-dialog {
  max-width: 90%;
  width: 90%;
  max-height: 90%;
}

.modal::-webkit-scrollbar {
  display: none;
}

.producto{
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 10px 20px 10px 20px;
  margin: 5px;
  width: 280px;
  position: relative;
}

.productotitle{
  color: white;
  background-color: black;
  padding-top: 5px;
  padding-bottom: 3px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


.contact-form{
  width: 50%;
  background-color: #000000;
  color: #ffffff;
  margin: 30px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.contact-form-input{
  background-color:white;
  color:black;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}

.form-check-input{
  width: 20px;
  height: 20px;
}

.form-check-input + label{
  padding: 10px 1px;
}


.radio-wrapper {
  width: 220px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  position: relative;
  }
  
  
  .radio-wrapper label {
      z-index: 9;
      color: black;
  }
  
  input[type="radio"] {
      display: none;
  }
  
  .btn-dark{
    background-color:black;

  }

  .btn {
    font-size: small;
  }

  footer {
    background: #000000;
    color: white;
    text-align: center;
    padding: 10px;
    bottom: 0;
    margin-top: 10px;
}

.footer-content {
    margin-bottom: 15px;
}

.footer-content h3 {
    font-weight: bold;
}

.footer-content p {
    margin-bottom: 15px;
    font-size: 14px;
}

.socials {
    list-style: none;
    padding: 5px;
}

.socials li {
    display: inline;
    margin-right: 10px;
    font-size: x-small;
}

.socials a {
    color: white;
    text-decoration: none;
}

.footer-bottom p {
    font-size: xx-small;
}

.logorh-overlay {
  position: absolute;
  top: 65px;    /* Ajusta estos valores según necesites */
  left: 45px;
  width: 38px;  /* Tamaño del logo */
  height: auto;
}

.logosp-overlay {
  position: absolute;
  top: 65px;    /* Ajusta estos valores según necesites */
  left: 45px;
  width: 45px;  /* Tamaño del logo */
  height: auto;
}



  
  
  .radio-wrapper-group1 .neutral1 + label,
  .radio-wrapper-group2 .neutral2 + label,
  .radio-wrapper-group4 .neutral4 + label {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      opacity: 1%;
      position: absolute;
      left: 80px;
      transition: transform 1s;
  }

  .radio-wrapper-group3 .neutral3 + label{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1%;
    position: absolute;
    left: 25%;
    transition: transform 1s;
}
  
  .radio-wrapper-group1 .neutral1:checked + label,
  .radio-wrapper-group2 .neutral2:checked + label,
  .radio-wrapper-group3 .neutral3:checked + label,
  .radio-wrapper-group4 .neutral4:checked + label {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      opacity: 90%;
      background: rgb(228, 228, 228);
  }
  
  .radio-wrapper-group1 .casa + label, 
  .radio-wrapper-group2 .licuado + label,
  .radio-wrapper-group3 .electrico + label,
  .radio-wrapper-group4 .piso + label {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      text-align: center;
      font-size: small;
      color: rgba(0, 0, 0, 0.4);
  }
  
  .radio-wrapper-group1 .casa:checked + label,
  .radio-wrapper-group2 .licuado:checked + label,
  .radio-wrapper-group3 .electrico:checked + label,
  .radio-wrapper-group4 .piso:checked + label  {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: black;
      color: black;
      -moz-animation-duration: 0.4s;
      -moz-animation-name: slidein;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: slidein;
      animation-duration: 0.4s;
      animation-name: slidein;
      -webkit-transform: translateZ(0);
      font-size: small;
  }
  
  .radio-wrapper-group1 .depto + label,
  .radio-wrapper-group2 .natural + label,
  .radio-wrapper-group3 .gaslicuado + label,
  .radio-wrapper-group4 .muro + label  {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      position: absolute;
      right: 0;
      text-align: center;
      font-size: small;
      color: rgba(0, 0, 0, 0.4);
  }

  .radio-wrapper-group3 .gasnatural + label {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: 25%;
    text-align: center;
    font-size: small;
    color: rgba(0, 0, 0, 0.4);
}
  
  .radio-wrapper-group1 .depto:checked + label,
  .radio-wrapper-group2 .natural:checked + label,
  .radio-wrapper-group3 .gasnatural:checked + label,
  .radio-wrapper-group3 .gaslicuado:checked + label,
  .radio-wrapper-group4 .muro:checked + label   {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: black;
      color: black;
      -moz-animation-duration: 0.4s;
      -moz-animation-name: slideno;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: slideno;
      animation-duration: 0.4s;
      animation-name: slideno;
      -webkit-transform: translateZ(0);
    }
    .form-range{
      width: 100%;               
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .form-range::-webkit-slider-runnable-track
    {
      height: 40px;
      border-radius: 40px;
      background: rgba(0, 0, 0, 0.2);
    }
    .form-range::-moz-slider-runnable-track
    {
      height: 40px;
      border-radius: 40px;
      
    }

    .form-range::-webkit-slider-thumb {    
      appearance: none;              
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: black;
      cursor: pointer;
    }

    .form-range::-moz-range-thumb {
      appearance: none; 
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: black;
      cursor: pointer;
    }
    .form-label{
      font-size: small;
    }
    .range-value-label{
      font-size: 20;
      font-weight: bold;
      
    }

    .form-control{
      text-align: center;
    }

    .sku-cadena{
      background-color: #000000;
      color: #ffffff;
      padding: 7px;
      /*border-radius: 5px;*/
      margin:0px;
      font-size: small;
    }

  .ribbon-container {
      position: relative;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
  }
  
  .ribbon {
      padding: 2px;
      width: 100%;
      margin: 1px;
      font-size: x-small;
      color: white;
      background-color: rgba(0, 0, 0, 0.2);
      /*border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;*/
      display: flex;
      align-items: center;
      justify-content: center;
  }

  
  .ribbon.active {
      background-color: #27963C;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;

  }  

  .ribbon.active2 {
    background-color: #0072CE;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

}  

  .ribbon.inactive {
    background-color: rgba(0, 0, 0,0);
    opacity: 0;

} 

  .icon-ribbon {
    margin-right: 4px;
    margin-left: 6px;
    height: 15px;
    width: 15px;
  }
  
  .nota{
    font-size: xx-small;
    text-align: center;
    padding: 5px;
  }


  @keyframes slidein {
      from {
          transform: translate(60px, 0);
      }
      to {
          transform: translate(0px, 0px);
      }
  }
  
  
  @keyframes slideno {
      from {
          transform: translate(-60px,0);
      }
      to {
          transform: translate( 0px, 0px);
      }
  }
  
  @keyframes returnLeft {
      from {
          transform: translate(-60px,0);
      }
      to {
          transform: translate(0px,0);
      }
  }
  
  @keyframes returnRight {
      from {
          transform: translate(60px,0);
      }
      to {
          transform: translate(0px,0);
      }
  }



  @keyframes flash {
    0% { color: red; }
    50% { color: black; }
    100% { color: red; }
}

.flashing {
    animation: flash 1s infinite;
}

