@media screen and (max-width:750px) {
  .contenedor_descripcion{
    width: 100%;
  }

  .img__principal{
    width: 100%;
    height: auto;
  }

  .texto1racolumna{
    padding: 2px;
    float:none;
    width: 100%;
    /*border: 2px solid #008ff0;
    background: #8F91FF;*/
  font-size: 16px;
    box-sizing: border-box;
  }
  .texto2dacolumna{
    padding: 2px;
    float:none;
    width: 100%;
  font-size: 16px;
    box-sizing: border-box;
  }
  .columna3{
    width: 100%;
    margin: 0;
  }
  .columna50{
    width: 100%;
  }
  .texto_central{
    flex-direction: column;
    align-items: center;
  }
  .contenido_centrado{
    flex-direction: column;
    align-items: center;
  }
  .txt_columnas{
    margin: 0;
    padding: 15px 5px;
  }
  .bordederecho{
    border-right:none;
  }
  .img_promocion{
    width: auto;
    /*max-width: 200px;*/
    height: 200px;
    /*max-height: 200px;*/
    align-items: center;
    object-fit: cover;
  }
  .contenedortabla3c{
      flex-direction: column;
  }
}
